projects
/
openwrt
/
staging
/
981213.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9af22f1
)
base-files: fix feed list in PKG_CONFIG_DEPENDS
author
Matthias Schiffer
<
[email protected]
>
Mon, 9 Jul 2018 21:50:28 +0000
(23:50 +0200)
committer
Matthias Schiffer
<
[email protected]
>
Thu, 12 Jul 2018 19:18:41 +0000
(21:18 +0200)
FEEDS_ENABLED and FEEDS_DISABLED are derived from FEEDS_AVAILABLE, not
FEEDS_INSTALLED.
Signed-off-by: Matthias Schiffer <
[email protected]
>
package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index 89ee0be3154ef6a6f3d1351a811babf796b035ea..a4ceb5cb36fa705fa02afccf2e9220ea54ad42fe 100644
(file)
--- a/
package/base-files/Makefile
+++ b/
package/base-files/Makefile
@@
-27,7
+27,7
@@
PKG_CONFIG_DEPENDS += \
CONFIG_PER_FEED_REPO \
CONFIG_PER_FEED_REPO_ADD_DISABLED \
CONFIG_PER_FEED_REPO_ADD_COMMENTED \
- $(foreach feed,$(FEEDS_
INSTALLED
),CONFIG_FEED_$(feed))
+ $(foreach feed,$(FEEDS_
AVAILABLE
),CONFIG_FEED_$(feed))
include $(INCLUDE_DIR)/package.mk