diff options
author | John Crispin <blogic@openwrt.org> | 2014-08-28 06:27:45 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-08-28 06:27:45 +0000 |
commit | 6df3c5e310b78ae5a0fc82c7087093113a26a3b8 (patch) | |
tree | 696edd0a762f919a92a24406a0315478c5dac064 /target/linux/ar71xx/patches-3.10 | |
parent | 147712018c6a59369cd98dbc5978397fdf0d2c53 (diff) | |
download | upstream-6df3c5e310b78ae5a0fc82c7087093113a26a3b8.tar.gz upstream-6df3c5e310b78ae5a0fc82c7087093113a26a3b8.tar.bz2 upstream-6df3c5e310b78ae5a0fc82c7087093113a26a3b8.zip |
ar71xx: add Support for RB2011UiAS-2HnD
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42317 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/patches-3.10')
-rw-r--r-- | target/linux/ar71xx/patches-3.10/725-MIPS-ath79-add_mikrotik_rb2011uias-2hnd.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/target/linux/ar71xx/patches-3.10/725-MIPS-ath79-add_mikrotik_rb2011uias-2hnd.patch b/target/linux/ar71xx/patches-3.10/725-MIPS-ath79-add_mikrotik_rb2011uias-2hnd.patch new file mode 100644 index 0000000000..dd76353725 --- /dev/null +++ b/target/linux/ar71xx/patches-3.10/725-MIPS-ath79-add_mikrotik_rb2011uias-2hnd.patch @@ -0,0 +1,26 @@ +Index: linux-3.10.49/arch/mips/ath79/mach-rb2011.c +=================================================================== +--- linux-3.10.49.orig/arch/mips/ath79/mach-rb2011.c ++++ linux-3.10.49/arch/mips/ath79/mach-rb2011.c +@@ -323,7 +323,7 @@ MIPS_MACHINE_NONAME(ATH79_MACH_RB_2011US + + static void __init rb2011r5_setup(void) + { +- rb2011_setup(RB2011_FLAG_SFP | RB2011_FLAG_USB); ++ rb2011_setup(RB2011_FLAG_SFP | RB2011_FLAG_USB | RB2011_FLAG_WLAN); + } + + MIPS_MACHINE_NONAME(ATH79_MACH_RB_2011R5, "2011r5", rb2011r5_setup); +Index: linux-3.10.49/arch/mips/ath79/machtypes.h +=================================================================== +--- linux-3.10.49.orig/arch/mips/ath79/machtypes.h ++++ linux-3.10.49/arch/mips/ath79/machtypes.h +@@ -99,7 +99,7 @@ enum ath79_mach_type { + ATH79_MACH_RB_2011G, /* Mikrotik RouterBOARD 2011UAS-2HnD */ + ATH79_MACH_RB_2011L, /* Mikrotik RouterBOARD 2011L */ + ATH79_MACH_RB_2011US, /* Mikrotik RouterBOARD 2011UAS */ +- ATH79_MACH_RB_2011R5, /* Mikrotik RouterBOARD 2011UiAS */ ++ ATH79_MACH_RB_2011R5, /* Mikrotik RouterBOARD 2011UiAS(-2Hnd) */ + ATH79_MACH_RB_SXTLITE2ND, /* Mikrotik RouterBOARD SXT Lite 2nD */ + ATH79_MACH_RB_SXTLITE5ND, /* Mikrotik RouterBOARD SXT Lite 5nD */ + ATH79_MACH_RW2458N, /* Redwave RW2458N */ |