lantiq: add swconfig to the default packages
[oweals/openwrt.git] / target / linux / lantiq / patches-4.4 / 0039-MIPS-lantiq-danube-initialize-usb-on-boot.patch
1 --- a/arch/mips/lantiq/xway/reset.c     2016-01-20 08:45:18.382597595 +0100
2 +++ b/arch/mips/lantiq/xway/reset.c     2016-01-20 08:45:31.927107016 +0100
3 @@ -370,6 +370,7 @@ static int __init mips_reboot_setup(void
4                 panic("Failed to remap core memory");
5  
6         if (of_machine_is_compatible("lantiq,ar9") ||
7 +           of_machine_is_compatible("lantiq,danube") ||
8             of_machine_is_compatible("lantiq,vr9"))
9                 ltq_usb_init();
10