diff mbox

[OpenWrt-Devel] iproute2: remove odd conffiles generation

Message ID 1453060405-2572-1-git-send-email-nyt-openwrt@countercultured.net
State Accepted
Headers show

Commit Message

nyt-openwrt@countercultured.net Jan. 17, 2016, 7:53 p.m. UTC
This was generating a conffiles list that included the binary
and CONTROL/ files.

Signed-off-by: Rob Mosher <nyt-openwrt@countercultured.net>
---
 package/network/utils/iproute2/Makefile | 4 ----
 1 file changed, 4 deletions(-)
diff mbox

Patch

diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile
index 3979269..af56577 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