Author: nbd Date: 2016-01-17 21:41:09 +0100 (Sun, 17 Jan 2016) New Revision: 48296
Modified: trunk/package/network/utils/iproute2/Makefile Log: iproute2: remove odd conffiles generation This was generating a conffiles list that included the binary and CONTROL/ files. Signed-off-by: Rob Mosher <[email protected]> Modified: trunk/package/network/utils/iproute2/Makefile =================================================================== --- trunk/package/network/utils/iproute2/Makefile 2016-01-17 19:56:16 UTC (rev 48295) +++ trunk/package/network/utils/iproute2/Makefile 2016-01-17 20:41:09 UTC (rev 48296) @@ -39,10 +39,6 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
