diff options
author | John Crispin <john@openwrt.org> | 2015-10-05 10:28:53 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-10-05 10:28:53 +0000 |
commit | ce9da6e6afbb2287fa60bdd1772527a405944808 (patch) | |
tree | a904d92cdac088d595bb5ae8088068128fe9caeb /package | |
parent | af2429f1043ed2a1f974205ac0676eceb3d17909 (diff) | |
download | upstream-ce9da6e6afbb2287fa60bdd1772527a405944808.tar.gz upstream-ce9da6e6afbb2287fa60bdd1772527a405944808.tar.bz2 upstream-ce9da6e6afbb2287fa60bdd1772527a405944808.zip |
base-files: add URL option for OEM manufacturer info
This URL can be embedded e.g. within UPnP announcements where a link
to the manufacturer's homepage is desired.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 47135
Diffstat (limited to 'package')
-rw-r--r-- | package/base-files/files/etc/device_info | 1 | ||||
-rw-r--r-- | package/base-files/image-config.in | 7 |
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" |