Felix Fietkau
2c680151e4
ar71xx: split packets into multiple descriptors on ar716x
...
This improves performance when doing concurrent rx/tx on a single
ethernet MAC, e.g. when routing between VLANs.
Fixes #13072
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42328
2014-08-29 19:42:08 +00:00
John Crispin
254b2670e1
ar71xx: add Support for RB2011UiAS-2HnD
...
SVN-Revision: 42317
2014-08-28 06:27:45 +00:00
John Crispin
67cf439237
ar71xx: use ETH_ALEN for consistency
...
Signed-off-by: Forest Crossman <cyrozap@gmail.com>
SVN-Revision: 42280
2014-08-25 06:35:58 +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
John Crispin
e5e1c03354
ar71xx: TL-WR1043N/ND v2: Fix MAC address of WMAC
...
This sets the MAC address of the WLAN interface to the "official" primary MAC
address (the one on the label under the devices, and the one used with the stock
firmware). The MAC address used so far (primary-1) isn't even used at all with
the stock firmware, which sets (primary) on LAN and WLAN and (primary+1) on the
WAN interface (like OpenWrt does with this patch).
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
SVN-Revision: 42193
2014-08-18 13:10:00 +00:00
John Crispin
5d9b1e7ec1
ar71xx: build factory image for EnGenius ESR900 and ESR1750
...
Signed-off-by: Forest Crossman <cyrozap@gmail.com>
SVN-Revision: 42189
2014-08-18 13:09:34 +00:00
John Crispin
2c67682192
ar71xx: Fix 2.4G WiFi LED of the OpenMesh MR600 board
...
The OpenMesh MR600(v1) can only enable the 2.4G WiFi PHY LED through the
mini-PCIe device. Not configuring the LED pin inside the platform data
makes it impossible to configure it through any standard OpenWrt tool.
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 42184
2014-08-18 13:09:14 +00:00
John Crispin
340f87a20f
ar71xx: changed the EnGenius ESR900 mtdparts to match that of the ESR1750 since they have the same flash layout
...
Signed-off-by: Forest Crossman <cyrozap@gmail.com>
SVN-Revision: 42177
2014-08-18 13:08:45 +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
Felix Fietkau
ad876993d3
ar71xx: port missing ath79 machine entry for wndr3700 v4 to 3.14
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42044
2014-08-07 18:59:15 +00:00
Felix Fietkau
e41a0cafff
ar71xx: add linux 3.14 support
...
Signed-off-by: Zhao, Gang <gang.zhao.42@gmail.com>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42038
2014-08-07 12:40:53 +00:00
Steven Barth
e7be51a0fd
ar71xx: Add support for the WNDR3800CH
...
Apparently this is a fairly common refurb unit of the 3800 series now,
with merely the recognition string changed in the boot loader.
Signed-off-by: Dave Taht <dave.taht@bufferbloat.net>
SVN-Revision: 42023
2014-08-07 05:14:26 +00:00
Felix Fietkau
b855faecc0
ar71xx: update Carambola2 platform data
...
Change list:
* Remove button info on GPIO12, there is no button there.
* Remove nvram mtd partition, as it's not used for anything, saves 64k for user data.
Tested building for carambola2 target.
Signed-off-by: Mantas Pucka <mantas@8devices.com>
SVN-Revision: 41993
2014-08-04 14:46:52 +00:00
John Crispin
e7ec79821a
ar71xx: oolite: the buttons are not active_low
...
this caused factory resets when reboot was pressed
Signed-off-by: Brent Thomson <brentthomson@gmail.com>
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41932
2014-08-01 11:19:34 +00:00
John Crispin
6ce44430c9
ar71xx: add RTC feature flag to ar71xx/nand
...
without this the build for NBG6716 fails due to missing packages
https://dev.openwrt.org/ticket/17325
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41930
2014-08-01 10:32:55 +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
Imre Kaloz
039fe23f8e
refresh patches
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 41812
2014-07-23 11:46:42 +00:00
John Crispin
3bb8589787
ar71xx: fix LED configuration for HiWiFi-HC6361.
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 41809
2014-07-23 07:46:07 +00:00
John Crispin
4f5081c911
ar71xx: fix WAN MAC setup on dir-825-c1
...
Changeset 38690 broke the WAN MAC setup. Here's the fix.
Signed-off-by: Sebastian Kemper <sebastian_ml <at> gmx.net>
SVN-Revision: 41795
2014-07-21 19:26:54 +00:00
John Crispin
6dd7875412
ar71xx: Register reset button on UBNT AirGW
...
The airGateway has a reset button connected to GPIO 12, so we should use it.
Signed-off-by: Matthew Reeve <mreeve@tenxnetworks.com>
SVN-Revision: 41794
2014-07-21 19:26:50 +00:00
John Crispin
a440524f85
ar71xx: Fix GL.iNet WLAN LED
...
LED script expects WLAN LED to be "gl-connect:red:wlan".
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 41793
2014-07-21 19:26:46 +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
2b48ee80f9
kernel: refresh 3.10 patches
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41777
2014-07-20 17:31:15 +00:00
John Crispin
ba63338d3f
kernel: update to 3.10.49 Signed-off-by: John Crispin <blogic@openwrt.org>
...
SVN-Revision: 41776
2014-07-20 17:31:11 +00:00
John Crispin
34c9bc0596
ar71xx: create profile and build image for the OpenMesh OM5P board
...
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: 41775
2014-07-20 17:31:05 +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
e50abb5d53
ar71xx: add user-space support 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: 41770
2014-07-20 17:30:44 +00:00
John Crispin
f424994cbc
ar71xx: add kernel support for the OpenMesh OM5P board
...
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: 41769
2014-07-20 17:30:32 +00:00
John Crispin
7388053ba3
ar71xx: add RB91x boards to uci-defaults 02_network
...
The default case in 02_network is inappropriate for the MikroTik RouterBOARD 91x boards because they do not have a WAN port, so don't bother setting the non-existent eth1 interface as the WAN port.
Signed-off-by: Matthew Reeve <mreeve@tenxnetworks.com>
SVN-Revision: 41767
2014-07-20 17:30:24 +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
Imre Kaloz
7e2c4d5732
extract and fixup the board.bin on the archer
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 41757
2014-07-19 13:20:14 +00:00
Gabor Juhos
2adff1734f
ar71xx: add profile and build image for the EnGenius EAP300 v2 board
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 41661
2014-07-14 21:30:30 +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
aff3127956
ar71xx: add kernel support for the EnGenius EAP300 v2 board
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 41658
2014-07-14 21:30:26 +00:00
Gabor Juhos
495aef39f4
ar71xx: add profile and build image for the Tube2H board
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 41652
2014-07-14 16:03:37 +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
Gabor Juhos
51c892053a
ar71xx: add kernel support for the Tube2H board
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 41649
2014-07-14 16:03:34 +00:00
Gabor Juhos
907bd5345e
ar71xx: fix ALFA NETWORK's name
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 41643
2014-07-14 11:10:00 +00:00
Gabor Juhos
fec2596282
ar71xx: add profile and build image for the EnGenius ESR900
...
Signed-off-by: Forest Crossman <cyrozap@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/5715/
[juhosg: change subject]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 41642
2014-07-14 10:25:53 +00:00
Gabor Juhos
50c554a475
ar71xx: add user-space support for the EnGenius ESR900
...
Signed-off-by: Forest Crossman <cyrozap@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/5716/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 41641
2014-07-14 10:25:51 +00:00
Gabor Juhos
0bec90b830
ar71xx: add kernel support for the EnGenius ESR900
...
Signed-off-by: Forest Crossman <cyrozap@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/5714/
[juhosg:
- drop nvram.c modifications,
- create a separate kernel patch,
- use ath79_setup_qca955x_eth_cfg helper,
- merge esr900_{010,common}_setup functions,
- statically init AR8327 pad configurations,
- use pr_err instead of printk]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 41640
2014-07-14 10:25:51 +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
26b39cc580
ar71xx: use ath79_setup_qca955x_eth_cfg helper for QCA955x based boards
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 41627
2014-07-13 19:44:00 +00:00
Gabor Juhos
c4c25e741e
ar71xx: add profile and build image 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: 41626
2014-07-13 19:43:59 +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
16d45d5531
ar71xx: add kernel support for EnGenius ESR1750
...
Signed-off-by: Jon Suphammer <jon@suphammer.net>
Patchwork: http://patchwork.openwrt.org/patch/5840/
[juhosg:
- fix coding style in mach-esr1750.c,
- rename and refresh kernel patch]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 41624
2014-07-13 19:43:57 +00:00
Gabor Juhos
ee3dfafaf1
ar71xx: add a helper function for setting up ETH_CFG register on QCA955x
...
Signed-off-by: Jon Suphammer <jon@suphammer.net>
Patchwork: http://patchwork.openwrt.org/patch/5839/
[juhosg: fix coding style]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 41623
2014-07-13 19:43:56 +00:00
Gabor Juhos
a46c7d055c
ar71xx: allow ath79_nvram_parse_mac_addr parsing mac with quotes
...
Signed-off-by: Jon Suphammer <jon@suphammer.net>
Patchwork: http://patchwork.openwrt.org/patch/5838/
[juhosg:
- fix coding style,
- check the first and the last character of the MAC string
instead of using the strchr() function]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 41622
2014-07-13 19:43:54 +00:00
Gabor Juhos
a749d8163f
ar71xx: add profile and build image 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/5653/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 41621
2014-07-13 18:21:09 +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