diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-14 07:16:50 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-14 07:16:50 +0000 |
commit | 34411a0cbd16208b24cf9c3045eb696b86f12a1a (patch) | |
tree | cb134349f7be1b8791ff88d29fc082f9bd20f620 /target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch | |
parent | 6c8efbfdc08ad244e7e61dbdafe5c34977ffadbd (diff) | |
download | upstream-34411a0cbd16208b24cf9c3045eb696b86f12a1a.tar.gz upstream-34411a0cbd16208b24cf9c3045eb696b86f12a1a.tar.bz2 upstream-34411a0cbd16208b24cf9c3045eb696b86f12a1a.zip |
ar71xx: merge unifi outdoor patch into the ubnt-xm one
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34673
Diffstat (limited to 'target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch b/target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch index 0230908973..1ef47e6e98 100644 --- a/target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch +++ b/target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch @@ -1,6 +1,6 @@ --- a/arch/mips/ath79/machtypes.h +++ b/arch/mips/ath79/machtypes.h -@@ -16,18 +16,102 @@ +@@ -16,19 +16,103 @@ enum ath79_mach_type { ATH79_MACH_GENERIC = 0, @@ -83,6 +83,7 @@ + ATH79_MACH_UBNT_RSPRO, /* Ubiquiti RouterStation Pro */ + ATH79_MACH_UBNT_RS, /* Ubiquiti RouterStation */ ATH79_MACH_UBNT_UNIFI, /* Ubiquiti Unifi */ + ATH79_MACH_UBNT_UNIFI_OUTDOOR, /* Ubiquiti UnifiAP Outdoor */ ATH79_MACH_UBNT_XM, /* Ubiquiti Networks XM board rev 1.0 */ + ATH79_MACH_WHR_G301N, /* Buffalo WHR-G301N */ + ATH79_MACH_WHR_HP_G300N, /* Buffalo WHR-HP-G300N */ |