kernel: video: add fbcon support
[openwrt/openwrt.git] / package / base-files / image-config.in
index 193ea08930a49f04623f578d80609c983a6b6bf7..3dfbedcfe590f15a0faa7766eb4af03429ec1534 100644 (file)
@@ -99,7 +99,7 @@ menuconfig INITOPT
        config TARGET_INIT_PATH
                string
                prompt "PATH for regular boot" if INITOPT
-               default "/bin:/sbin:/usr/bin:/usr/sbin"
+               default "/usr/sbin:/usr/bin:/sbin:/bin"
                help
                        Default PATH used during normal operation
 
@@ -170,7 +170,7 @@ if VERSIONOPT
        config VERSION_REPO
                string
                prompt "Release repository"
-               default "http://downloads.openwrt.org/snapshots/trunk/%s/packages"
+               default "http://downloads.openwrt.org/snapshots/trunk/%S/packages"
                help
                        This is the repository address embedded in the image, it defaults
                        to the trunk snapshot repo; the url may contain the following placeholders:
@@ -185,7 +185,6 @@ if VERSIONOPT
                         %d .. Distribution name or "openwrt", lowercase
                         %T .. Target name
                         %S .. Target/Subtarget name
-                        %s .. Target/Subtarget name in dotted notation, e.g. "ar71xx" or "ar71xx.nand"
                         %t .. Build taint flags, e.g. "no-all busybox"
                         %M .. Manufacturer name or "OpenWrt"
                         %P .. Product name or "Generic"
@@ -198,6 +197,13 @@ if VERSIONOPT
                        This is the manufacturer name embedded in /etc/device_info
                        Useful for OEMs building OpenWrt 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
+
        config VERSION_PRODUCT
                string
                prompt "Product name"