2
0
forked from Ivasoft/openwrt

base-files: add extra version configuration options for OEM manufacturer info

Creates /etc/device_info which will be used to fill in information for
WPS and other protocols that need manufacturer/device information

This helps with creating OpenWrt firmware for OEM or rebranded devices.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 41884
This commit is contained in:
Felix Fietkau
2014-07-29 13:30:12 +00:00
parent 8d3f839da7
commit dbb77e39a0
4 changed files with 50 additions and 8 deletions

View File

@@ -0,0 +1,3 @@
DEVICE_MANUFACTURER="%M"
DEVICE_PRODUCT="%P"
DEVICE_REVISION="%h"