diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-07-29 13:30:12 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-07-29 13:30:12 +0000 |
commit | 5198a23da8047a6df214544b46a4b57a9addf8b6 (patch) | |
tree | 01b479d517a9f63f2b696c16f675af0013420b7b /package/base-files/Makefile | |
parent | d886f030178b99fb4ce5f13e61afeb948f444e7b (diff) | |
download | upstream-5198a23da8047a6df214544b46a4b57a9addf8b6.tar.gz upstream-5198a23da8047a6df214544b46a4b57a9addf8b6.tar.bz2 upstream-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/Makefile')
-rw-r--r-- | package/base-files/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 5faa439454..76a4dabe0e 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -111,7 +111,8 @@ define Package/base-files/install $(VERSION_SED) \ $(1)/etc/banner \ $(1)/etc/openwrt_version \ - $(1)/etc/openwrt_release + $(1)/etc/openwrt_release \ + $(1)/etc/device_info mkdir -p $(1)/CONTROL mkdir -p $(1)/dev |