base-files: add a hardware detection layer
authorJohn Crispin <blogic@openwrt.org>
Mon, 18 Aug 2014 13:09:17 +0000 (13:09 +0000)
committerJohn Crispin <blogic@openwrt.org>
Mon, 18 Aug 2014 13:09:17 +0000 (13:09 +0000)
commitd5a9dd2b5811488f3c71dc69d4a4a84f46b62dc3
treed5c32bb9ec8dddd9a85ef045a6a0e5a4b30fd06b
parent762dc34e67b233e70246a3d5c92e41c992d1ba54
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
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]