John Crispin
8399be545a
ar71xx: add support for compex wpj531
...
tftpboot 0x80500000 openwrt-ar71xx-generic-wpj531-16M-squashfs-sysupgrade.bin
erase 0x9f030000 +$filesize
erase 0x9f680000 +1
cp.b $fileaddr 0x9f030000 $filesize
Signed-off-by: Christian Mehlis <christian@m3hlis.de >
SVN-Revision: 46045
2015-06-18 18:21:15 +00:00
John Crispin
66950455b7
ar71xx: Add support for the Meraki MR12 & MR16
...
This patch is to add support for the Meraki MR12 and MR16 Access Points.
Currently everything is working, minus the 2nd NIC interface on the MR12
which is built into the SoC.
Signed-off-by: Chris R Blake <chrisrblake93 at gmail.com>
SVN-Revision: 45726
2015-05-23 15:27:22 +00:00
Felix Fietkau
b33752051f
ar71xx: add platform_pre_upgrade for sysupgrade
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com >
SVN-Revision: 45667
2015-05-10 13:54:25 +00:00
Luka Perkov
cd419afd2c
ar71xx: fix sysupgrade for compex-wpj344
...
Moved board to the right magic case.
Signed-off-by: Christian Mehlis <christian@m3hlis.de >
SVN-Revision: 45588
2015-04-29 13:52:34 +00:00
John Crispin
a34db67857
Add support for Ubiquiti Rocket M XW devices
...
This patch adds support for the XW version of the Rocket M series devices
manufactured by Ubiquiti, based on the Atheros AR9342 SoC.
Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net >
SVN-Revision: 45553
2015-04-21 12:42:13 +00:00
Luka Perkov
9d76de9771
ar71xx: add support for compex wpj344
...
Signed-off-by: Christian Mehlis <christian@m3hlis.de >
Signed-off-by: Luka Perkov <luka@openwrt.org >
SVN-Revision: 45527
2015-04-20 20:47:48 +00:00
John Crispin
10c5a44017
ar71xx: enable sysupgrade for the OpenMesh OM5P-AN
...
Signed-off-by: Sven Eckelmann <sven@open-mesh.com >
SVN-Revision: 44863
2015-03-17 09:43:37 +00:00
Luka Perkov
b065411a85
ar71xx: add support for compex wpj558
...
OpenWrt can be flashed with following uboot commands:
tftpboot 0x80500000 openwrt-ar71xx-generic-wpj558-16M-squashfs-sysupgrade.bin
erase 0x9f030000 +$filesize
cp.b $fileaddr 0x9f030000 $filesize
Signed-off-by: Luka Perkov <luka@openwrt.org >
SVN-Revision: 44620
2015-03-06 14:41:57 +00:00
John Crispin
9358a8a798
ar71xx: TL-WA7210n v2 support
...
This patch adds support for TP-Link TL-WA7210n[0]
[0] http://www.tplink.com/en/products/details/?model=TL-WA7210N
Signed-off-by: Hendrik Frenzel <hfrenzel@scunc.net >
SVN-Revision: 44526
2015-02-24 12:00:50 +00:00
John Crispin
bd5635770c
ar71xx: Add user-space support for TP-Link MR12U v1
...
This patch adds user-space support for the TL-MR12U board based on the mr13u patches.
Signed-off-by: Daniel Petre <daniel.petre@gmail.com >
SVN-Revision: 44426
2015-02-13 07:29:03 +00:00
John Crispin
a5b60de253
ar71xx: Add support for MERCURY MAC1200R
...
This patch adds support for MERCURY MAC1200R, a dual band 802.11bgn + 802.11ac
router based on the AR9344, with QCA988x ath10k radio and 5 Fast Ethernet ports
Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net >
SVN-Revision: 44359
2015-02-09 12:16:51 +00:00
John Crispin
cde2225c7c
ar71xx: add support for the TP-LINK TL-WR941ND v5
...
This device is very similar to the TL-WR841N v8, only two LED GPIOs are
different.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net >
SVN-Revision: 44255
2015-02-04 06:10:20 +00:00
John Crispin
baaef42952
ar71xx: Revert "added board support for compex wpj558"
...
This reverts commit f7873071561d82e75ba2dc46433a2982fef8ac6f.
Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 44245
2015-02-02 10:32:04 +00:00
John Crispin
bc906ca59e
added board support for compex wpj558
...
Signed-off-by: Christian Mehlis <christian@m3hlis.de >
SVN-Revision: 44237
2015-02-02 09:00:21 +00:00
John Crispin
31fd66f808
ar71xx: add Netgear WNR1000v2/WNR1000v2-VC support ( #18633 )
...
The board is already supported by OpenWrt. WNR1000v2/WNR1000v2-VC are
pretty much the same as WNR2000v3/WNR612v2, therefore the same
initialization code and flash layout is used.
Signed-off-by: Ștefan Rusu <saltwaterc@gmail.com >
Tested-by: Douglas Fraser <1dsfraser@gmail.com >
SVN-Revision: 44221
2015-01-30 08:06:40 +00:00
John Crispin
ae70358b1b
ar71xx: add support for the UniFi AP Outdoor Plus
...
the GPIO controlling the rf filter is not configured properly by this patch.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net >
SVN-Revision: 44077
2015-01-22 09:35:46 +00:00
John Crispin
4961c7d0f5
ar71xx: add support for TL-WA701ND v2
...
Signed-off-by: Luigi Tarenga <luigi.tarenga@gmail.com >
SVN-Revision: 44063
2015-01-20 15:48:07 +00:00
Imre Kaloz
211cac98d5
Belkin AC 1750 DB (F9K1115v2) support
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org >
SVN-Revision: 43734
2014-12-17 08:27:38 +00:00
Imre Kaloz
974f286261
add D-link DGL-5500 A1 support
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org >
SVN-Revision: 43401
2014-11-27 14:27:34 +00:00
John Crispin
47ab1cbf23
ar71xx: add support for TP-LINK CPE210/220/510/520
...
This adds support for the TP-LINK CPE210/220/510/520 (Pharos series). These
devices are very similar to the Ubiquiti NanoStations, but with better specs:
faster CPU, more RAM, 2x2 MIMO.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net >
SVN-Revision: 43385
2014-11-26 08:59:32 +00:00
Imre Kaloz
15f6f67d18
Netgear R6100 support
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org >
SVN-Revision: 43382
2014-11-26 08:28:22 +00:00
John Crispin
f210f3811a
ar71xx: Added support for D-link DHP-1565 rev. A1
...
Signed-off-by: Jacek Kikiewicz <jaceq@aol.pl >
SVN-Revision: 43307
2014-11-19 09:20:47 +00:00
John Crispin
52c267e2f7
ar71xx: add sysupgrade support for OpenMesh MR900v2
...
Signed-off-by: Sven Eckelmann <sven@open-mesh.com >
SVN-Revision: 43267
2014-11-14 16:55:14 +00:00
John Crispin
548822cd7a
ar71xx: enable sysupgrade for the OpenMesh MR900
...
Signed-off-by: Sven Eckelmann <sven@open-mesh.com >
SVN-Revision: 43261
2014-11-14 16:54:28 +00:00
John Crispin
2c72ffc154
ar71xx: add support for Netgear WNR2000v4
...
Signed-off-by: Michaël Burtin <mburtin@gmail.com >
SVN-Revision: 43173
2014-11-03 20:20:56 +00:00
Felix Fietkau
a1837135e0
ar71xx: add support for buffalo WZR-450HP2
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 43026
2014-10-22 11:02:18 +00:00
John Crispin
7dbbdfb61f
ar71xx: add qihoo 360 c301 router support
...
Qihoo 360 C301 is a dual band wireless router supports 802.11n and 802.11ac.
Its chipset is AR9344 + AR9882 with two 16MB flashes.
This patch adds its initial support.
v2:
* use mtd_get_mac_ascii to fetch MAC address for ath10k.
* use ath79_register_pci to initialize AR9882.
Signed-off-by: Weijie Gao <hackpascal@gmail.com >
SVN-Revision: 42552
2014-09-15 10:19:38 +00:00
John Crispin
cb37fe5ca5
ar71xx: add board support for ubnt loco m xw
...
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
SVN-Revision: 42549
2014-09-15 10:19:14 +00:00
John Crispin
79c04e1897
ar71xx: enable sysupgrade for the EnGenius ESR900
...
Signed-off-by: Forest Crossman <cyrozap@gmail.com >
SVN-Revision: 42279
2014-08-25 06:35:54 +00:00
Imre Kaloz
ecba34a3ee
add support for the NC-LINK SMART-300
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org >
SVN-Revision: 42130
2014-08-11 11:44:51 +00:00
Imre Kaloz
dc628f2e08
add support for the archer c5
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org >
SVN-Revision: 41814
2014-07-23 12:47:25 +00:00
John Crispin
eae9b2541a
ar71xx: split wndr4300 and wndr3700v4 into 2 seperate mips machines
...
Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 41788
2014-07-21 18:41:52 +00:00
John Crispin
f68665ac1d
ar71xx: enable sysupgrade for the OpenMesh OM5P
...
Signed-off-by: Marek Lindner <marek@open-mesh.com >
[sven@open-mesh.com: Rebased]
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 41772
2014-07-20 17:30:52 +00:00
John Crispin
d19530c693
ar71xx: Add UBNT airGateway support
...
This patch adds support for the Ubiquiti Networks airGateway.
Based in part on code posted by David Hutchison <dhutchison@bluemesh.net > on openwrt-devel:
https://lists.openwrt.org/pipermail/openwrt-devel/2013-December/023035.html
Signed-off-by: Matthew Reeve <mreeve@tenxnetworks.com >
SVN-Revision: 41766
2014-07-20 17:30:17 +00:00
Gabor Juhos
54206fb0ce
ar71xx: add user-space support for the EnGenius EAP300 v2 board
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org >
SVN-Revision: 41659
2014-07-14 21:30:28 +00:00
Gabor Juhos
f27f2fec4f
ar71xx: add user-space support for the Tube2H board
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org >
SVN-Revision: 41650
2014-07-14 16:03:35 +00:00
John Crispin
e503eeb465
ar71xx: add support for nanostation m xw
...
SVN-Revision: 41636
2014-07-14 07:38:43 +00:00
Gabor Juhos
2d6542242a
ar71xx: add user-space support for EnGenius ESR1750
...
Signed-off-by: Jon Suphammer <jon@suphammer.net >
Patchwork: http://patchwork.openwrt.org/patch/5840/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org >
SVN-Revision: 41625
2014-07-13 19:43:58 +00:00
Gabor Juhos
6991725a1e
ar71xx: add user-space support for GL.iNet v1
...
Patch is based on http://patchwork.openwrt.org/patch/5273/ .
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
Signed-off-by: Michel Stempin <michel.stempin@wanadoo.fr >
Signed-off-by: Mark Janssen <mark@sig-io.nl >
Signed-off-by: alzhao <alzhao@gmail.com >
Patchwork: http://patchwork.openwrt.org/patch/5652/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org >
SVN-Revision: 41619
2014-07-13 18:21:06 +00:00
John Crispin
9e26031a88
ar71xx: add support for TP-LINK TL-WA860RE v1
...
New router/repeater from TP-LINK
- CPU: Atheros AR9341-DL3A (AP123)
- Flash: 4MB
- Ram: 32MB
Similar to TL-WA850RE.
Changes: rename file after r41596
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com >
SVN-Revision: 41598
2014-07-13 10:03:41 +00:00
John Crispin
42a37b2a89
ar71xx: added support for TL-WA830RE V2
...
Corrected patch ath79 insted of auth79. Sorry.
Signed-off-by: Fredrik Jonson <fredrik@famjonson.se >
SVN-Revision: 41596
2014-07-13 07:12:22 +00:00
John Crispin
e6e6a85dc9
ar71xx: add support for EasyLink M150 and M-mini
...
v3 refreshes the patch on trunk@41337
This patch adds support for the EasyLink EL-M150 and M-mini
http://wiki.openwrt.org/toh/easylink/el-m150
http://wiki.openwrt.org/toh/easylink/el-m-mini
Signed-off-by: L. D. Pinney <ldpinney@gmail.com >
SVN-Revision: 41348
2014-06-26 11:49:47 +00:00
John Crispin
baa534a8b7
ar71xx: nbg6716: Enable procd nand sysupgrage
...
This enables the procd nand upgrade for ZyXEL NBG 6716. Also the ubi config
is cleaned up to match the wndr4300.
Signed-off-by: André Valentin <avalentin@marcant.net >
SVN-Revision: 41346
2014-06-26 11:43:38 +00:00
John Crispin
3dca5a158d
procd: various cleanups to /lib/upgrade/nand.sh
...
Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 41222
2014-06-16 18:55:14 +00:00
John Crispin
c973fb031e
ar71xx: add sysupgrade support for wndr4300
...
Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 41131
2014-06-11 13:00:00 +00:00
John Crispin
8a3c713c97
ar71xx: add user-space support for HiWiFi HC6361 board.
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com >
SVN-Revision: 40974
2014-06-02 14:56:35 +00:00
John Crispin
06d656be27
ar71xx: enable sysupgrade on wnr2000-v3
...
tested, works.
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
SVN-Revision: 40970
2014-06-02 14:45:17 +00:00
John Crispin
60ec05fdcb
ar71xx: add support for dlink dir-615-e1
...
Dlink dir-615-e1 can use dir-600-a1's image, but the image can't be
uploaded through dlink's normal firmware update web page.
Add profile for dir-615-e1 so the generated image can be uploaded
through the firmware update web page.
Signed-off-by: Zhao, Gang <gamerh2o@gmail.com >
SVN-Revision: 40969
2014-06-02 14:43:35 +00:00
John Crispin
90c5ec6374
ar71xx: add sysupgrade support for OpenMesh OM2P-HSv2
...
Signed-off-by: Marek Lindner <marek@open-mesh.com >
[sven@open-mesh.com: Rebased]
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 40963
2014-06-02 13:21:38 +00:00
John Crispin
71e3d89020
ar71xx: add sysupgrade support for OpenMesh OM2Pv2
...
Signed-off-by: Marek Lindner <marek@open-mesh.com >
[sven@open-mesh.com: Rebased]
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 40957
2014-06-02 13:21:07 +00:00