mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42972 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
272 B
Diff
12 lines
272 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -2,7 +2,7 @@ PROG=mountd
|
|
OBJS=main.o lib/log.o lib/sys.o lib/autofs.o lib/mount.o lib/timer.o lib/signal.o lib/ucix.o lib/led.o lib/fs.o lib/ucix.o
|
|
|
|
LDFLAGS?=
|
|
-LDFLAGS+=-ldl -luci
|
|
+LDFLAGS+=-ldl -luci -lubox
|
|
|
|
CFLAGS?=
|
|
CFLAGS+= -Wall
|