2
0
forked from Ivasoft/openwrt

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>

SVN-Revision: 42185
This commit is contained in:
John Crispin
2014-08-18 13:09:17 +00:00
parent 2c67682192
commit 562d9f9582
4 changed files with 490 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ boot() {
}
rm -f /tmp/wireless.tmp
/bin/board_detect
uci_apply_defaults
# temporary hack until configd exists