1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
svn-openwrt-archive/package/base-files/files/etc/device_info
Felix Fietkau d5653558ac 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

4 lines
66 B
Plaintext

DEVICE_MANUFACTURER='%M'
DEVICE_PRODUCT='%P'
DEVICE_REVISION='%h'