diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-09-13 07:26:28 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-09-13 07:26:28 +0000 |
commit | 61dc6e65c035ba8ce4215dd075a71d808b8c6dc7 (patch) | |
tree | 52df4aa35db36957094c9f74032a2dfdb92144a1 /target/linux/ar71xx/patches-3.3/614-MIPS-ath79-rb2011uas-2hnd-support.patch | |
parent | 5804b9d1b71c5bdf23ad2889f22d147300ec175e (diff) | |
download | upstream-61dc6e65c035ba8ce4215dd075a71d808b8c6dc7.tar.gz upstream-61dc6e65c035ba8ce4215dd075a71d808b8c6dc7.tar.bz2 upstream-61dc6e65c035ba8ce4215dd075a71d808b8c6dc7.zip |
ar71xx: merge machine support patches
SVN-Revision: 33389
Diffstat (limited to 'target/linux/ar71xx/patches-3.3/614-MIPS-ath79-rb2011uas-2hnd-support.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.3/614-MIPS-ath79-rb2011uas-2hnd-support.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/ar71xx/patches-3.3/614-MIPS-ath79-rb2011uas-2hnd-support.patch b/target/linux/ar71xx/patches-3.3/614-MIPS-ath79-rb2011uas-2hnd-support.patch deleted file mode 100644 index 14b712c011..0000000000 --- a/target/linux/ar71xx/patches-3.3/614-MIPS-ath79-rb2011uas-2hnd-support.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/arch/mips/ath79/machtypes.h -+++ b/arch/mips/ath79/machtypes.h -@@ -61,6 +61,7 @@ enum ath79_mach_type { - ATH79_MACH_RB_750G_R3, /* MikroTik RouterBOARD 750GL */ - ATH79_MACH_RB_751, /* MikroTik RouterBOARD 751 */ - ATH79_MACH_RB_751G, /* Mikrotik RouterBOARD 751G */ -+ ATH79_MACH_RB_2011G, /* Mikrotik RouterBOARD 2011UAS-2HnD */ - ATH79_MACH_RB_2011L, /* Mikrotik RouterBOARD 2011L */ - ATH79_MACH_RW2458N, /* Redwave RW2458N */ - ATH79_MACH_TEW_632BRP, /* TRENDnet TEW-632BRP */ ---- a/arch/mips/ath79/Kconfig -+++ b/arch/mips/ath79/Kconfig -@@ -340,6 +340,8 @@ config ATH79_MACH_RB2011 - select SOC_AR934x - select ATH79_DEV_ETH - select ATH79_DEV_NFC -+ select ATH79_DEV_WMAC -+ select ATH79_ROUTERBOOT - - config ATH79_MACH_WNDR3700 - bool "NETGEAR WNDR3700 board support" |