This website requires JavaScript.
Explore
Help
Register
Sign In
hak5
/
openwrt
mirror of
https://github.com/hak5/openwrt.git
Watch
1
Star
0
Fork
You've already forked openwrt
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e2c3c2280c
openwrt
/
package
/
base-files
/
files
/
etc
/
device_info
4 lines
66 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'
DEVICE_PRODUCT='%P'
DEVICE_REVISION='%h'