base-files: add a hardware detection layer
authorJohn Crispin <john@openwrt.org>
Mon, 18 Aug 2014 13:09:17 +0000 (13:09 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 18 Aug 2014 13:09:17 +0000 (13:09 +0000)
commitc0cd9283cf25608e4c80d6e9d898f4eeea71dbd5
treed5c32bb9ec8dddd9a85ef045a6a0e5a4b30fd06b
parentdb6854bcdf4446ec72321048d448e55cb065ca24
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
package/base-files/files/bin/board_detect [new file with mode: 0755]
package/base-files/files/bin/config_generate [new file with mode: 0755]
package/base-files/files/etc/init.d/boot
package/base-files/files/lib/functions/uci-defaults-new.sh [new file with mode: 0755]