diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-07-10 00:00:01 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-07-12 21:18:41 +0200 |
commit | 16035a7dd370671670693af9ae63368ee4dd731f (patch) | |
tree | 020a3f5bfb365feb0bd566712b85174387e7d509 /package/base-files/Makefile | |
parent | 6dac434c0011524b9ac01725727faa1a19ea4a48 (diff) | |
download | upstream-16035a7dd370671670693af9ae63368ee4dd731f.tar.gz upstream-16035a7dd370671670693af9ae63368ee4dd731f.tar.bz2 upstream-16035a7dd370671670693af9ae63368ee4dd731f.zip |
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 <mschiffer@universe-factory.net>
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
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 |