diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-07-05 08:26:48 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-07-05 08:26:48 +0000 |
commit | c713180a7979da015cb86c44bc74aef19ed76d6e (patch) | |
tree | 4522fb9425e834d1676928d19128712de562a512 /target/linux/ar71xx/patches-3.3/603-MIPS-ath79-ap121-fixes.patch | |
parent | 85fc3d402cb4788f4a8212505fbd671d01b4932b (diff) | |
download | upstream-c713180a7979da015cb86c44bc74aef19ed76d6e.tar.gz upstream-c713180a7979da015cb86c44bc74aef19ed76d6e.tar.bz2 upstream-c713180a7979da015cb86c44bc74aef19ed76d6e.zip |
ar71xx: add initial support for the Qualcomm Atheros AP136 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32607 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/patches-3.3/603-MIPS-ath79-ap121-fixes.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.3/603-MIPS-ath79-ap121-fixes.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-3.3/603-MIPS-ath79-ap121-fixes.patch b/target/linux/ar71xx/patches-3.3/603-MIPS-ath79-ap121-fixes.patch index 9772a84d21..1cacde6046 100644 --- a/target/linux/ar71xx/patches-3.3/603-MIPS-ath79-ap121-fixes.patch +++ b/target/linux/ar71xx/patches-3.3/603-MIPS-ath79-ap121-fixes.patch @@ -158,6 +158,6 @@ ATH79_MACH_GENERIC = 0, ATH79_MACH_AP121, /* Atheros AP121 reference board */ + ATH79_MACH_AP121_MINI, /* Atheros AP121-MINI reference board */ + ATH79_MACH_AP136, /* Atheros AP136 reference board */ ATH79_MACH_AP81, /* Atheros AP81 reference board */ ATH79_MACH_DB120, /* Atheros DB120 reference board */ - ATH79_MACH_PB44, /* Atheros PB44 reference board */ |