Removing one line in mach-wldap360.c Apparently registering usb device on newest trunk causes this AP not to boot... Since there is no USB socket in that device anyway this can be simply removed (and device boots then no problem).
Signed-off-by: Jacek Kikiewicz <[email protected]> --- Index: target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c =================================================================== --- target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c (revision 37834) +++ target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c (working copy) @@ -87,8 +87,6 @@ ath79_register_eth(0); - ath79_register_usb(); - ath79_register_m25p80(NULL); ath79_register_leds_gpio(-1, ARRAY_SIZE(wndap360_leds_gpio), _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
