diff options
author | John Crispin <blogic@openwrt.org> | 2014-08-18 13:09:17 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-08-18 13:09:17 +0000 |
commit | d5a9dd2b5811488f3c71dc69d4a4a84f46b62dc3 (patch) | |
tree | d5c32bb9ec8dddd9a85ef045a6a0e5a4b30fd06b /package/base-files/files/etc/init.d | |
parent | 762dc34e67b233e70246a3d5c92e41c992d1ba54 (diff) | |
download | master-187ad058-d5a9dd2b5811488f3c71dc69d4a4a84f46b62dc3.tar.gz master-187ad058-d5a9dd2b5811488f3c71dc69d4a4a84f46b62dc3.tar.bz2 master-187ad058-d5a9dd2b5811488f3c71dc69d4a4a84f46b62dc3.zip |
base-files: add a hardware detection layer
this allows targets to use the new uci-default helper which will generate
a file called /etc/board.json. a tool called /bin/config_generate can then
be used to generate the default uci settings.
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42185 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/etc/init.d')
-rwxr-xr-x | package/base-files/files/etc/init.d/boot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/files/etc/init.d/boot b/package/base-files/files/etc/init.d/boot index b1272f401c..f10db1344f 100755 --- a/package/base-files/files/etc/init.d/boot +++ b/package/base-files/files/etc/init.d/boot @@ -46,6 +46,7 @@ boot() { } rm -f /tmp/wireless.tmp + /bin/board_detect uci_apply_defaults # temporary hack until configd exists |