This website works better with JavaScript.
Explore
Help
Sign In
hsist
/
freifunkist-firmware
Watch
6
Star
1
Fork
You've already forked freifunkist-firmware
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38366
Commits
1
Branch
0
Tags
164 MiB
Tag:
Branch:
Tree:
7a5257654c
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '7a5257654c'
${ noResults }
freifunkist-firmware
/
package
/
base-files
/
files
/
etc
/
device_info
5 lines
95 B
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
10 years ago
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
9 years ago
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
10 years ago
DEVICE_PRODUCT='%P'
DEVICE_REVISION='%h'