From dbb77e39a07a86b18ecc4ce27bb2841e0a099c9d Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 29 Jul 2014 13:30:12 +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 SVN-Revision: 41884 --- 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') 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