diff options
author | Phil Sutter <phil@nwl.cc> | 2009-08-22 03:26:10 +0200 |
---|---|---|
committer | Phil Sutter <phil@nwl.cc> | 2009-08-22 17:18:07 +0200 |
commit | e0e2e2096c10765c6a89b605e996b3af432603fa (patch) | |
tree | 8a58f13a83d81391c307c94d95bccf1f9f53df99 /package/iproute2/patches/patch-misc_Makefile | |
parent | 5ea6a2557f7579a576c494fe288ff424e1a82604 (diff) |
iproute2: complete rewrite of integration
This is probably the most complete and fine-grained integration of
iproute2 we ever had in both FreeWRT and OpenADK. ;)
Diffstat (limited to 'package/iproute2/patches/patch-misc_Makefile')
-rw-r--r-- | package/iproute2/patches/patch-misc_Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/iproute2/patches/patch-misc_Makefile b/package/iproute2/patches/patch-misc_Makefile new file mode 100644 index 000000000..95dbe51ec --- /dev/null +++ b/package/iproute2/patches/patch-misc_Makefile @@ -0,0 +1,13 @@ + disable compiling of arpd since it needs berkeley db which we dont have + yet +--- iproute2-2.6.29-1.orig/misc/Makefile 2009-03-24 23:40:54.000000000 +0100 ++++ iproute2-2.6.29-1/misc/Makefile 2009-08-22 02:48:24.794861772 +0200 +@@ -1,7 +1,7 @@ + SSOBJ=ss.o ssfilter.o + LNSTATOBJ=lnstat.o lnstat_util.o + +-TARGETS=ss nstat ifstat rtacct arpd lnstat ++TARGETS=ss nstat ifstat rtacct lnstat + + include ../Config + |