Rebased from upstream / out of band repository.
[librecmc/librecmc.git] / package / base-files / image-config.in
index 7724f7b5580454054446ce90e94413f5504c17b3..49d2103da96cb83af96fd67b95c0e6b35c67591c 100644 (file)
@@ -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 libreCMC.  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 libreCMC.
 
 config TARGET_PREINIT_DISABLE_FAILSAFE
        bool
@@ -139,7 +139,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 libreCMC.  Removing this does nothing if
                        stderr is suppressed during preinit (which is the default).
 
 
@@ -150,7 +150,7 @@ menuconfig VERSIONOPT
                These options allow to override the version information embedded in
                the /etc/openwrt_version, /etc/openwrt_release, /etc/banner,
                /etc/opkg.conf, and /etc/os-release files. Usually there is no need
-               to set these, but they're useful for release builds or custom OpenWrt
+               to set these, but they're useful for release builds or custom libreCMC
                redistributions that should carry custom version tags.
 
 if VERSIONOPT
@@ -161,14 +161,7 @@ if VERSIONOPT
                default "libreCMC"
                help
                        This is the name of the release distribution.
-                       If unspecified, it defaults to OpenWrt.
-
-       config VERSION_NICK
-               string
-               prompt "Release version nickname"
-               help
-                       This is the release codename embedded in the image.
-                       If unspecified, it defaults to the name of source branch.
+                       If unspecified, it defaults to libreCMC.
 
        config VERSION_NUMBER
                string
@@ -190,7 +183,7 @@ if VERSIONOPT
        config VERSION_REPO
                string
                prompt "Release repository"
-               default "https://librecmc.org/librecmc/downloads/snapshots/%v"
+               default "http://downloads.lede-project.org/snapshots"
                help
                        This is the repository address embedded in the image, it defaults
                        to the trunk snapshot repo; the url may contain the following placeholders:
@@ -199,8 +192,6 @@ if VERSIONOPT
                         %v .. Configured release version number or "snapshot", lowercase
                         %C .. Configured release revision code or value of %R, uppercase
                         %c .. Configured release revision code or value of %R, lowercase
-                        %N .. Release name, uppercase
-                        %n .. Release name, lowercase
                         %D .. Distribution name or "libreCMC", uppercase
                         %d .. Distribution name or "librecmc", lowercase
                         %T .. Target name
@@ -211,19 +202,25 @@ if VERSIONOPT
                         %P .. Product name or "Generic"
                         %h .. Hardware revision or "v0"
 
+       config VERSION_HOME_URL
+               string
+               prompt "Release Homepage"
+               help
+                       This is the release version homepage
+
        config VERSION_MANUFACTURER
                string
                prompt "Manufacturer name"
                help
                        This is the manufacturer name embedded in /etc/device_info
-                       Useful for OEMs building OpenWrt based firmware
+                       Useful for OEMs building libreCMC based firmware
 
        config VERSION_MANUFACTURER_URL
                string
                prompt "Manufacturer URL"
                help
                        This is an URL to the manufacturer's website embedded in /etc/device_info
-                       Useful for OEMs building OpenWrt based firmware
+                       Useful for OEMs building libreCMC based firmware
 
        config VERSION_BUG_URL
                string
@@ -242,14 +239,14 @@ if VERSIONOPT
                prompt "Product name"
                help
                        This is the product name embedded in /etc/device_info
-                       Useful for OEMs building OpenWrt based firmware
+                       Useful for OEMs building libreCMC based firmware
 
        config VERSION_HWREV
                string
                prompt "Hardware revision"
                help
                        This is the hardware revision string embedded in /etc/device_info
-                       Useful for OEMs building OpenWrt based firmware
+                       Useful for OEMs building libreCMC based firmware
 
        config VERSION_FILENAMES
                bool
@@ -277,18 +274,4 @@ menuconfig PER_FEED_REPO
                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 available but not enabled feeds to opkg.conf"
-               default y
-               depends on PER_FEED_REPO
-               help
-                 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 !BUILDBOT
-               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"