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:
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
do_mpc85xx() {
|
||||
. /lib/mpc85xx.sh
|
||||
|
||||
mpc85xx_board_detect
|
||||
}
|
||||
|
||||
boot_hook_add preinit_main do_mpc85xx
|
||||
Reference in New Issue
Block a user