diff options
author | Luka Perkov <luka@openwrt.org> | 2013-11-30 19:48:05 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-11-30 19:48:05 +0000 |
commit | f51d78f4f2e91658985288b95f572da9b7a021ae (patch) | |
tree | 3eecb2d25d60d1a53ea457a4809c9d843a0f9131 /target/linux/ar71xx/patches-3.10/620-MIPS-ath79-TL-MR10U-support.patch | |
parent | 9c4c620a11b4522c55cf4dcb641867d4561f2a51 (diff) | |
download | upstream-f51d78f4f2e91658985288b95f572da9b7a021ae.tar.gz upstream-f51d78f4f2e91658985288b95f572da9b7a021ae.tar.bz2 upstream-f51d78f4f2e91658985288b95f572da9b7a021ae.zip |
ar71xx: merge board specific patches into one
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38971
Diffstat (limited to 'target/linux/ar71xx/patches-3.10/620-MIPS-ath79-TL-MR10U-support.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.10/620-MIPS-ath79-TL-MR10U-support.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/ar71xx/patches-3.10/620-MIPS-ath79-TL-MR10U-support.patch b/target/linux/ar71xx/patches-3.10/620-MIPS-ath79-TL-MR10U-support.patch deleted file mode 100644 index c9d16b7ea8..0000000000 --- a/target/linux/ar71xx/patches-3.10/620-MIPS-ath79-TL-MR10U-support.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/arch/mips/ath79/Kconfig -+++ b/arch/mips/ath79/Kconfig -@@ -579,7 +579,7 @@ config ATH79_MACH_TL_WDR4300 - select ATH79_DEV_WMAC - - config ATH79_MACH_TL_WR703N -- bool "TP-LINK TL-WR703N support" -+ bool "TP-LINK TL-WR703N/TL-MR10U support" - select SOC_AR933X - select ATH79_DEV_ETH - select ATH79_DEV_GPIO_BUTTONS ---- a/arch/mips/ath79/machtypes.h -+++ b/arch/mips/ath79/machtypes.h -@@ -81,6 +81,7 @@ enum ath79_mach_type { - ATH79_MACH_TEW_632BRP, /* TRENDnet TEW-632BRP */ - ATH79_MACH_TEW_673GRU, /* TRENDnet TEW-673GRU */ - ATH79_MACH_TEW_712BR, /* TRENDnet TEW-712BR */ -+ ATH79_MACH_TL_MR10U, /* TP-LINK TL-MR10U */ - ATH79_MACH_TL_MR11U, /* TP-LINK TL-MR11U */ - ATH79_MACH_TL_MR3020, /* TP-LINK TL-MR3020 */ - ATH79_MACH_TL_MR3040, /* TP-LINK TL-MR3040 */ |