aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/files/etc/device_info1
-rw-r--r--package/base-files/image-config.in7
2 files changed, 8 insertions, 0 deletions
diff --git a/package/base-files/files/etc/device_info b/package/base-files/files/etc/device_info
index 2962cd7fd5..4045e9e027 100644
--- a/package/base-files/files/etc/device_info
+++ b/package/base-files/files/etc/device_info
@@ -1,3 +1,4 @@
DEVICE_MANUFACTURER='%M'
+DEVICE_MANUFACTURER_URL='%m'
DEVICE_PRODUCT='%P'
DEVICE_REVISION='%h'
diff --git a/package/base-files/image-config.in b/package/base-files/image-config.in
index fd0ead6236..c1c0924f20 100644
--- a/package/base-files/image-config.in
+++ b/package/base-files/image-config.in
@@ -197,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"