diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-01-01 13:10:22 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-01-01 13:10:22 +0000 |
commit | b57cc9a538241451cd30f9c1f1c52e0ea01924a3 (patch) | |
tree | 70fe210f7f908204e3bf98b60a3d32479fb4bba5 /target/linux/ar71xx/patches-3.6/610-MIPS-ath79-openwrt-machines.patch | |
parent | 4c09d5dde3268f182f23ccbdef7523b0aa837c04 (diff) | |
download | upstream-b57cc9a538241451cd30f9c1f1c52e0ea01924a3.tar.gz upstream-b57cc9a538241451cd30f9c1f1c52e0ea01924a3.tar.bz2 upstream-b57cc9a538241451cd30f9c1f1c52e0ea01924a3.zip |
ar71xx: fold AP135 patch
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34941
Diffstat (limited to 'target/linux/ar71xx/patches-3.6/610-MIPS-ath79-openwrt-machines.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.6/610-MIPS-ath79-openwrt-machines.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-3.6/610-MIPS-ath79-openwrt-machines.patch b/target/linux/ar71xx/patches-3.6/610-MIPS-ath79-openwrt-machines.patch index 6eb4e5ab37..7e3005898d 100644 --- a/target/linux/ar71xx/patches-3.6/610-MIPS-ath79-openwrt-machines.patch +++ b/target/linux/ar71xx/patches-3.6/610-MIPS-ath79-openwrt-machines.patch @@ -1,6 +1,6 @@ --- a/arch/mips/ath79/machtypes.h +++ b/arch/mips/ath79/machtypes.h -@@ -16,21 +16,111 @@ +@@ -16,22 +16,112 @@ enum ath79_mach_type { ATH79_MACH_GENERIC = 0, @@ -12,6 +12,7 @@ + ATH79_MACH_AP113, /* Atheros AP113 reference board */ ATH79_MACH_AP121, /* Atheros AP121 reference board */ ATH79_MACH_AP121_MINI, /* Atheros AP121-MINI reference board */ + ATH79_MACH_AP135_020, /* Atheros AP135-020 reference board */ ATH79_MACH_AP136_010, /* Atheros AP136-010 reference board */ ATH79_MACH_AP136_020, /* Atheros AP136-020 reference board */ ATH79_MACH_AP81, /* Atheros AP81 reference board */ |