mirror of https://github.com/hak5/openwrt.git
16 lines
311 B
Diff
16 lines
311 B
Diff
--- a/misc/Makefile
|
|
+++ b/misc/Makefile
|
|
@@ -5,9 +5,9 @@ TARGETS=ss nstat ifstat rtacct lnstat
|
|
|
|
include ../Config
|
|
|
|
-ifeq ($(HAVE_BERKELEY_DB),y)
|
|
- TARGETS += arpd
|
|
-endif
|
|
+#ifeq ($(HAVE_BERKELEY_DB),y)
|
|
+# TARGETS += arpd
|
|
+#endif
|
|
|
|
ifeq ($(HAVE_SELINUX),y)
|
|
LDLIBS += $(shell $(PKG_CONFIG) --libs libselinux)
|