X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=include%2Ffeeds.mk;fp=include%2Ffeeds.mk;h=97b14491f0d538024e17c7f77ac6782698c620db;hb=07d7a0b0cb0773c8a75c2cd44436ef0ab59775b8;hp=17ce64f83a400fca8639f68476541c5e459b519f;hpb=fdb795c3e4e73747ff722d60f2368e79b5214007;p=openwrt-github%2F.git diff --git a/include/feeds.mk b/include/feeds.mk index 17ce64f83a..97b14491f0 100644 --- a/include/feeds.mk +++ b/include/feeds.mk @@ -8,8 +8,9 @@ -include $(TMP_DIR)/.packagefeeds FEEDS_AVAILABLE:=$(shell $(SCRIPT_DIR)/feeds list -n) -FEEDS_INSTALLED:=$(patsubst %.index,%,$(notdir $(wildcard $(TOPDIR)/feeds/*.index))) +FEEDS_INSTALLED:=$(notdir $(wildcard $(TOPDIR)/package/feeds/*)) FEEDS_ENABLED:=$(foreach feed,$(FEEDS_INSTALLED),$(if $(CONFIG_FEED_$(feed)),$(feed))) +FEEDS_DISABLED:=$(filter-out $(FEEDS_ENABLED),$(FEEDS_INSTALLED)) PKG_CONFIG_DEPENDS += \ CONFIG_PER_FEED_REPO \