|
@@ -217,11 +217,18 @@ menuconfig PER_FEED_REPO
|
|
|
for the core packages and each enabled feed.
|
|
|
|
|
|
config PER_FEED_REPO_ADD_DISABLED
|
|
|
- bool "Add installed but disabled feeds to opkg.conf"
|
|
|
+ bool "Add available but not enabled feeds to opkg.conf"
|
|
|
default y
|
|
|
depends on PER_FEED_REPO
|
|
|
help
|
|
|
- Add installed but disabled feeds as commented out source lines to opkg.conf.
|
|
|
+ Add not installed or disabled feeds from feeds.conf to opkg.conf.
|
|
|
+
|
|
|
+ config PER_FEED_REPO_ADD_COMMENTED
|
|
|
+ bool "Comment out not enabled feeds"
|
|
|
+ default y
|
|
|
+ depends on PER_FEED_REPO && PER_FEED_REPO_ADD_DISABLED
|
|
|
+ help
|
|
|
+ Add not enabled feeds as commented out source lines to opkg.conf.
|
|
|
|
|
|
source "tmp/.config-feeds.in"
|
|
|
|