This website requires JavaScript.
Explore
Help
Register
Sign in
KumiSystems
/
openwrtv4
Watch
1
Star
0
Fork
You've already forked openwrtv4
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
5c9cc7b7f8
openwrtv4
/
package
/
base-files
/
files
/
etc
/
device_info
5 lines
95 B
Text
Raw
Normal View
History
Unescape
Escape
base-files: properly escape strings for version info Make sure they don't break the sed command, and also make device_info and openwrt_release more robust for parsing by scripts Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41885
2014-07-29 13:30:23 +00:00
DEVICE_MANUFACTURER='%M'
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
2015-10-05 10:28:53 +00:00
DEVICE_MANUFACTURER_URL='%m'
base-files: properly escape strings for version info Make sure they don't break the sed command, and also make device_info and openwrt_release more robust for parsing by scripts Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41885
2014-07-29 13:30:23 +00:00
DEVICE_PRODUCT='%P'
DEVICE_REVISION='%h'
Reference in a new issue
Copy permalink