X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Ffeeds.mk;h=9526e347062dfb731349413b7f23093eb13e7495;hb=11d496d1562084d4cdd5822d5ef8fc8c176233ea;hp=d0d473983e653e76b594113ef952eaa568a41155;hpb=d9ad55a6091eb5de77095f6217578396fc7a938b;p=librecmc%2Flibrecmc.git diff --git a/include/feeds.mk b/include/feeds.mk index d0d473983e..9526e34706 100644 --- a/include/feeds.mk +++ b/include/feeds.mk @@ -8,8 +8,8 @@ -include $(TMP_DIR)/.packagesubdirs -FEEDS_AVAILABLE:=$(shell $(SCRIPT_DIR)/feeds list -n) FEEDS_INSTALLED:=$(notdir $(wildcard $(TOPDIR)/package/feeds/*)) +FEEDS_AVAILABLE:=$(sort $(FEEDS_INSTALLED) $(shell $(SCRIPT_DIR)/feeds list -n)) FEEDS_ENABLED:=$(foreach feed,$(FEEDS_INSTALLED),$(if $(CONFIG_FEED_$(feed)),$(feed))) FEEDS_DISABLED:=$(filter-out $(FEEDS_ENABLED),$(FEEDS_AVAILABLE))