From 16035a7dd370671670693af9ae63368ee4dd731f Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 10 Jul 2018 00:00:01 +0200 Subject: include/feeds.mk: rework generation of opkg distfeeds.conf Allow enabling/commenting/disabling each feed individually by using a tristate config symbol. Signed-off-by: Matthias Schiffer --- package/base-files/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'package/base-files/Makefile') diff --git a/package/base-files/Makefile b/package/base-files/Makefile index a4ceb5cb36..b58843163f 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -25,8 +25,6 @@ PKG_CONFIG_DEPENDS += \ CONFIG_NAND_SUPPORT \ CONFIG_CLEAN_IPKG \ CONFIG_PER_FEED_REPO \ - CONFIG_PER_FEED_REPO_ADD_DISABLED \ - CONFIG_PER_FEED_REPO_ADD_COMMENTED \ $(foreach feed,$(FEEDS_AVAILABLE),CONFIG_FEED_$(feed)) include $(INCLUDE_DIR)/package.mk -- cgit v1.2.3