aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-07-29 13:30:12 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-07-29 13:30:12 +0000
commit5198a23da8047a6df214544b46a4b57a9addf8b6 (patch)
tree01b479d517a9f63f2b696c16f675af0013420b7b /package/base-files/files
parentd886f030178b99fb4ce5f13e61afeb948f444e7b (diff)
downloadmaster-187ad058-5198a23da8047a6df214544b46a4b57a9addf8b6.tar.gz
master-187ad058-5198a23da8047a6df214544b46a4b57a9addf8b6.tar.bz2
master-187ad058-5198a23da8047a6df214544b46a4b57a9addf8b6.zip
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41884 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files')
-rw-r--r--package/base-files/files/etc/device_info3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/base-files/files/etc/device_info b/package/base-files/files/etc/device_info
new file mode 100644
index 0000000000..da2c4a3b9d
--- /dev/null
+++ b/package/base-files/files/etc/device_info
@@ -0,0 +1,3 @@
+DEVICE_MANUFACTURER="%M"
+DEVICE_PRODUCT="%P"
+DEVICE_REVISION="%h"