summaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-17 20:41:09 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-17 20:41:09 +0000
commit495935a3b81ac88bc524adabfe4e28155e0f5dac (patch)
tree28524fdb05ae7a2789bee8df443a21b0b261efea /package/network
parentd64465556c480002c94ca06c3dcf6c63b1cedbfc (diff)
downloadmaster-31e0f0ae-495935a3b81ac88bc524adabfe4e28155e0f5dac.tar.gz
master-31e0f0ae-495935a3b81ac88bc524adabfe4e28155e0f5dac.tar.bz2
master-31e0f0ae-495935a3b81ac88bc524adabfe4e28155e0f5dac.zip
iproute2: remove odd conffiles generation
This was generating a conffiles list that included the binary and CONTROL/ files. Signed-off-by: Rob Mosher <nyt-openwrt@countercultured.net> SVN-Revision: 48296
Diffstat (limited to 'package/network')
-rw-r--r--package/network/utils/iproute2/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile
index 3979269160..af56577fd9 100644
--- a/package/network/utils/iproute2/Makefile
+++ b/package/network/utils/iproute2/Makefile
@@ -39,10 +39,6 @@ endef
Package/ip-full=$(call Package/iproute2/Default,full,Full)
-define Package/ip-$(BUILD_VARIANT)/conffiles
-$(Package/ip/conffiles)
-endef
-
define Package/tc
$(call Package/iproute2/Default)
TITLE:=Traffic control utility