X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Fbase-files%2Fimage-config.in;h=8859eb6f6a30c18a45412098888bda5757ea8a4e;hb=019ea725aad8481c34aaa8b7561c3f9ba6d79e1d;hp=67604cdd54f1a4575918697fe0312514acbe9c0d;hpb=01fd9627456c0c39f63408a3513237d6270efda3;p=openwrt%2Fopenwrt.git diff --git a/package/base-files/image-config.in b/package/base-files/image-config.in index 67604cdd54..8859eb6f6a 100644 --- a/package/base-files/image-config.in +++ b/package/base-files/image-config.in @@ -18,11 +18,11 @@ config TARGET_PREINIT_SUPPRESS_STDERR default y help Sends stderr to null during preinit. This is the default behaviour - in previous versions of OpenWRT. This also prevents init process + in previous versions of OpenWrt. This also prevents init process itself from displaying stderr, however processes launched by init in multiuser through inittab will use the current terminal (e.g. the ash shell launched by inittab will display stderr). That's - the same behaviour as seen in previous version of OpenWRT. + the same behaviour as seen in previous version of OpenWrt. config TARGET_PREINIT_TIMEOUT int @@ -128,7 +128,7 @@ menuconfig INITOPT help Prevents showing stderr messages for init command if not already suppressed during preinit. This is the default behaviour in - previous versions of OpenWRT. Removing this does nothing if + previous versions of OpenWrt. Removing this does nothing if stderr is suppressed during preinit (which is the default). @@ -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"