2
0
forked from Ivasoft/openwrt

mpc85xx: add user-space support for the TL-WDR4900 v1

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 35733
This commit is contained in:
Gabor Juhos
2013-02-21 19:20:34 +00:00
parent bd2c77b264
commit 4da13625d5
9 changed files with 320 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/sh
do_mpc85xx() {
. /lib/mpc85xx.sh
mpc85xx_board_detect
}
boot_hook_add preinit_main do_mpc85xx