This website requires JavaScript.
Explore
Help
Register
Sign In
hak5
/
openwrt-owl
mirror of
https://github.com/hak5/openwrt-owl.git
Watch
1
Star
0
Fork
You've already forked openwrt-owl
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c9e3cd798d
openwrt-owl
/
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'