8e9eed3442
iproute2-4.0 had connmark support added by nbd. This does not work with 4.x kernels. iproute2-4.3 is the latest version and has his changes mainlined. This patch updates the package to iproute2-4.3 and fixes the patches so that it compiles. This should resolve ticket #21374. Signed-off-by: Rob Mosher <nyt-openwrt@countercultured.net> SVN-Revision: 48098
16 lines
267 B
Diff
16 lines
267 B
Diff
--- a/misc/Makefile
|
|
+++ b/misc/Makefile
|
|
@@ -5,9 +5,9 @@
|
|
|
|
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)
|
|
|