build: enable PER_FEED_REPO by default
[openwrt.git] / package / base-files / image-config.in
index d745369..67604cd 100644 (file)
@@ -211,11 +211,18 @@ endif
 
 menuconfig PER_FEED_REPO
        bool "Separate feed repositories" if IMAGEOPT
-       default n
+       default y
        help
                If set, a separate repository is generated within bin/*/packages/
                for the core packages and each enabled feed.
 
+       config PER_FEED_REPO_ADD_DISABLED
+               bool "Add installed but disabled 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.
+
 source "tmp/.config-feeds.in"