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)
commit562d9f958290acd4323b24fbecfec43514b392e9
treec1f25b964ce0560d7aa4842fa4de4f560ad374f5
parent2c6768219221954c731b14f43f57840a96002a03
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]