ramips: enhance user-space board detection

Similar to ar71xx, detect only once and cache the strings in
/tmp/sysinfo/model and /tmp/sysinfo/boardname.

Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 35850
This commit is contained in:
Gabor Juhos
2013-03-03 12:47:02 +00:00
parent 1ba2272ca5
commit 367ab0a40f
2 changed files with 24 additions and 3 deletions

View File

@@ -2,6 +2,8 @@
do_ramips() {
. /lib/ramips.sh
ramips_board_detect
}
boot_hook_add preinit_main do_ramips