From a0034e03958d4df4ef22804dc87244f332e6289f Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 3 Aug 2014 11:15:37 +0000 Subject: 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 Backport of r41884 git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@41967 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/files/etc/device_info | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 package/base-files/files/etc/device_info (limited to 'package/base-files/files/etc/device_info') 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" -- cgit v1.2.3