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/base-files/image-config.in | |
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/base-files/image-config.in')
-rw-r--r-- | package/base-files/image-config.in | 7 |
1 files changed, 7 insertions, 0 deletions
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" |