projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fa7c85
)
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:26:41 +0000
(21:26 +0200)
FEEDS_ENABLED and FEEDS_DISABLED are derived from FEEDS_AVAILABLE, not
FEEDS_INSTALLED.
Signed-off-by: Matthias Schiffer <
[email protected]
>
(cherry picked from commit
6dac434c0011524b9ac01725727faa1a19ea4a48
)
package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index 7175daec3a0a1a3ecd08ceee4d06e2c0eae4b29a..ef29798d5de855e35d178cb02f356bb3e77a9bd0 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