diff options
author | Luka Perkov <luka@openwrt.org> | 2015-02-07 20:53:16 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-02-07 20:53:16 +0000 |
commit | fcfbbfc3859723dbc27dcf211d0e12eef30f38f8 (patch) | |
tree | 6cd1577daa7bdad989f0eb693e393d3af74c084a /target/linux/ar71xx/patches-3.14/722-MIPS-ath79-add-airGateway-support.patch | |
parent | 71f96048e6e19ba5b7b7972013b3136fd9a99090 (diff) | |
download | mtk-20170518-fcfbbfc3859723dbc27dcf211d0e12eef30f38f8.zip mtk-20170518-fcfbbfc3859723dbc27dcf211d0e12eef30f38f8.tar.gz mtk-20170518-fcfbbfc3859723dbc27dcf211d0e12eef30f38f8.tar.bz2 |
ar71xx: merge board specific patches into one
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 44309
Diffstat (limited to 'target/linux/ar71xx/patches-3.14/722-MIPS-ath79-add-airGateway-support.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.14/722-MIPS-ath79-add-airGateway-support.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target/linux/ar71xx/patches-3.14/722-MIPS-ath79-add-airGateway-support.patch b/target/linux/ar71xx/patches-3.14/722-MIPS-ath79-add-airGateway-support.patch index ca59fa9..c535016 100644 --- a/target/linux/ar71xx/patches-3.14/722-MIPS-ath79-add-airGateway-support.patch +++ b/target/linux/ar71xx/patches-3.14/722-MIPS-ath79-add-airGateway-support.patch @@ -78,13 +78,3 @@ +MIPS_MACHINE(ATH79_MACH_UBNT_AIRGW, "UBNT-AGW", "Ubiquiti AirGateway", + ubnt_airgateway_setup); + ---- a/arch/mips/ath79/machtypes.h -+++ b/arch/mips/ath79/machtypes.h -@@ -145,6 +145,7 @@ enum ath79_mach_type { - ATH79_MACH_TL_WR941ND, /* TP-LINK TL-WR941ND */ - ATH79_MACH_TL_WR941ND_V5, /* TP-LINK TL-WR941ND v5 */ - ATH79_MACH_TUBE2H, /* Alfa Network Tube2H */ -+ ATH79_MACH_UBNT_AIRGW, /* Ubiquiti AirGateway */ - ATH79_MACH_UBNT_AIRROUTER, /* Ubiquiti AirRouter */ - ATH79_MACH_UBNT_BULLET_M, /* Ubiquiti Bullet M */ - ATH79_MACH_UBNT_LOCO_M_XW, /* Ubiquiti Loco M XW */ |