imagebuilder: align filename with SDK
[openwrt/staging/chunkeey.git] / target / linux / ar71xx / patches-3.14 / 725-MIPS-ath79-add_mikrotik_rb2011uias-2hnd.patch
1 --- a/arch/mips/ath79/mach-rb2011.c
2 +++ b/arch/mips/ath79/mach-rb2011.c
3 @@ -323,7 +323,7 @@ MIPS_MACHINE_NONAME(ATH79_MACH_RB_2011US
4
5 static void __init rb2011r5_setup(void)
6 {
7 - rb2011_setup(RB2011_FLAG_SFP | RB2011_FLAG_USB);
8 + rb2011_setup(RB2011_FLAG_SFP | RB2011_FLAG_USB | RB2011_FLAG_WLAN);
9 }
10
11 MIPS_MACHINE_NONAME(ATH79_MACH_RB_2011R5, "2011r5", rb2011r5_setup);