This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
openwrt
mirror of
git://git.openwrt.org/openwrt/openwrt.git
Watch
1
Star
0
Fork
You've already forked openwrt
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6e6b82ac5f
openwrt
/
package
/
base-files
/
files
/
etc
/
device_info
5 lines
95 B
Plaintext
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'