From abc164861df6ac22cb83375e2755bff4aeb5c6e5 Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 17 Jan 2016 20:41:09 +0000 Subject: [PATCH] iproute2: remove odd conffiles generation This was generating a conffiles list that included the binary and CONTROL/ files. Signed-off-by: Rob Mosher git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48296 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/network/utils/iproute2/Makefile | 4 ---- 1 file changed, 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 -- 2.11.0