openwrt.git
10 years agoodhcp6c: add preliminary support for MAP provisioning
cyrus [Wed, 30 Apr 2014 15:52:30 +0000 (15:52 +0000)]
odhcp6c: add preliminary support for MAP provisioning

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40604 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokernel: add missing config options
hauke [Tue, 29 Apr 2014 21:03:00 +0000 (21:03 +0000)]
kernel: add missing config options

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40599 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoat91: Add AT91 board and model name to /tmp/sysinfo
hauke [Tue, 29 Apr 2014 21:02:40 +0000 (21:02 +0000)]
at91: Add AT91 board and model name to /tmp/sysinfo

From 9158e3282db592e78fb32a2c8a0903ef21b97f5c Mon Sep 17 00:00:00 2001
From: Owen Kirby <osk@exegin.com>
Date: Fri, 11 Apr 2014 18:28:56 -0700
Subject: [PATCH 3/3] [at91] Add AT91 board and model name to /tmp/sysinfo.

This patch extracts the board name and model information from the /proc/device-tree
node in order to provide something a little more friendly on the LuCI sysinfo page
than just "AT91SAM9 (Device Tree)"

Signed-off-by: Owen Kirby <osk@exegin.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40598 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoat91: AT91SAM9G20-EK fixes
hauke [Tue, 29 Apr 2014 21:02:05 +0000 (21:02 +0000)]
at91: AT91SAM9G20-EK fixes

From 272f548fe8d0b811e0589e535f650f0507f6bccd Mon Sep 17 00:00:00 2001
From: Owen Kirby <osk@exegin.com>
Date: Fri, 11 Apr 2014 17:59:55 -0700
Subject: [PATCH 2/3] [at91] AT91SAM9G20-EK fixes.

While testing the 3.10 kernel update, I found that the out-of-the-box device tree for the
the AT91SAM9G20EK uses a UBIFS rootfs and stores the DTB separately from the zImage.

Signed-off-by: Owen Kirby <osk@exegin.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40597 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoUpdate AT91 kernel to 3.10.34
hauke [Tue, 29 Apr 2014 21:00:50 +0000 (21:00 +0000)]
Update AT91 kernel to 3.10.34

From 2064e6d069ec8df7f5e988547fe7f2a1a7ad890f Mon Sep 17 00:00:00 2001
From: Owen Kirby <osk@exegin.com>
Date: Thu, 10 Apr 2014 19:02:15 -0700
Subject: [PATCH 1/3] [at91]  Update AT91 kernel to 3.10.34.

This patch updates the kernel of the AT91 target to version 3.10.34.

Signed-off-by: Owen Kirby <osk@exegin.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40596 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoatheros: remove useless get_c0_compare_int fix
nbd [Tue, 29 Apr 2014 16:19:36 +0000 (16:19 +0000)]
atheros: remove useless get_c0_compare_int fix

Remove get_c0_compare_int fix which is useless for latest kernels.

Tested on Ubnt Bullet2, which could successfully boot without this
workaround.

Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40593 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agocns3xxx: ethernet - revert: clean up tx descs only when needed
nbd [Tue, 29 Apr 2014 15:52:12 +0000 (15:52 +0000)]
cns3xxx: ethernet - revert: clean up tx descs only when needed

This reverts commit 0772ab938c0aedd7f4cc7127059d6ce8cf929dfa.

Trying to optimize calls to eth_complete_tx in this fasion causes a regression
where when sending only the tx queue can get disabled until a packet is
received. This original call to eth_schedule_poll() is scheduled so it
should not cause a performance issue.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40592 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoath9k: merge a fix for a race condition on init
nbd [Tue, 29 Apr 2014 15:52:08 +0000 (15:52 +0000)]
ath9k: merge a fix for a race condition on init

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40591 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoath9k: merge fixes for stability issues under heavy load
nbd [Tue, 29 Apr 2014 15:52:03 +0000 (15:52 +0000)]
ath9k: merge fixes for stability issues under heavy load

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40590 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agonetifd: update to the latest version, fixes a use-after-free bug on wireless config...
nbd [Tue, 29 Apr 2014 13:18:59 +0000 (13:18 +0000)]
netifd: update to the latest version, fixes a use-after-free bug on wireless config reload

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40589 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokernel: deactivate fs cache config option
hauke [Mon, 28 Apr 2014 21:40:09 +0000 (21:40 +0000)]
kernel: deactivate fs cache config option

r40587 added some kernel config options, on which these two ones depend.
This fixes the build of the buildbots.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40588 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agofs: add kernel modules for AFS client
wigyori [Mon, 28 Apr 2014 19:47:38 +0000 (19:47 +0000)]
fs: add kernel modules for AFS client

 - add/separate crypto modules
 - add fscache support
 - add rxrpc module which is required for AFS
 - add afs module

Signed-Off-By: Nathaniel Wesley Filardo <8S9K8UGO5JGPI3U067229BBACKMQIGVH@cmx.ietfng.org>
Acked-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40587 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoath9k: add a fix for tx queueing and aggregation
nbd [Mon, 28 Apr 2014 16:35:25 +0000 (16:35 +0000)]
ath9k: add a fix for tx queueing and aggregation

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40586 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agomxs: enable usbgadget feature for Duckbills
wigyori [Mon, 28 Apr 2014 07:43:29 +0000 (07:43 +0000)]
mxs: enable usbgadget feature for Duckbills

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Acked-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40585 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agomac80211: Fix build errors due to missing string function declarations
hauke [Sun, 27 Apr 2014 21:53:58 +0000 (21:53 +0000)]
mac80211: Fix build errors due to missing string function declarations

Building mac80211 failed, due to missing function declarations in compat/backport-3.15.c
This patch adds the linux/string.h header file to provide these function declarations

Signed-off-by: Maarten Bezemer <maarten.bezemer@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40584 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoauthsae: Update to latest version
hauke [Sun, 27 Apr 2014 20:49:14 +0000 (20:49 +0000)]
authsae: Update to latest version

Ping tested, add a cool fix
https://github.com/cozybit/authsae/commit/295164a83717ce59ca280468fc2f7edcea6b3cbf

Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40579 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobase-files: remove duplicate stop_service() function.
nbd [Sun, 27 Apr 2014 18:48:57 +0000 (18:48 +0000)]
base-files: remove duplicate stop_service() function.

It was introduced in commit 2f966e8, "base-files: add a post start hook
for procd managed services".

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40576 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agohostapd: fix eglibc 2.15 support
nbd [Sun, 27 Apr 2014 18:30:50 +0000 (18:30 +0000)]
hostapd: fix eglibc 2.15 support

This patch fixes compilation failure for hostapd when using eglibc 2.15.

Signed-off-by: Zachery Stoddard <zacherystoddard@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40575 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoath9k: add ANI fix for ar913x to improve stability
nbd [Sun, 27 Apr 2014 14:39:06 +0000 (14:39 +0000)]
ath9k: add ANI fix for ar913x to improve stability

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40573 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agonetifd: update to the latest version, fixes some route table and dynamic interface...
nbd [Sat, 26 Apr 2014 19:48:11 +0000 (19:48 +0000)]
netifd: update to the latest version, fixes some route table and dynamic interface issues

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40572 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agohostapd: update to version 2014-04-24, fixes some dfs related issues
nbd [Sat, 26 Apr 2014 19:48:06 +0000 (19:48 +0000)]
hostapd: update to version 2014-04-24, fixes some dfs related issues

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40571 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolibubox: update to the latest version, adds a key/value store implementation and...
nbd [Sat, 26 Apr 2014 14:56:29 +0000 (14:56 +0000)]
libubox: update to the latest version, adds a key/value store implementation and fixes an uloop issue

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40570 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobuild: clarify the file prereq check message
nbd [Thu, 24 Apr 2014 19:41:57 +0000 (19:41 +0000)]
build: clarify the file prereq check message

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40569 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobuild: add a prereq check for file (#15692)
nbd [Thu, 24 Apr 2014 19:28:11 +0000 (19:28 +0000)]
build: add a prereq check for file (#15692)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40568 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoodhcpd: better dhcpv6 client-compatibility (thanks Hans Dedecker)
cyrus [Thu, 24 Apr 2014 09:36:01 +0000 (09:36 +0000)]
odhcpd: better dhcpv6 client-compatibility (thanks Hans Dedecker)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40567 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago6rd: Select first IPv4 address from configured tunlink interface as local tunnel...
cyrus [Thu, 24 Apr 2014 09:11:44 +0000 (09:11 +0000)]
6rd: Select first IPv4 address from configured tunlink interface as local tunnel address

Gives the user the control to select the correct WAN IPv4 address to be used by the 6rd tunnel when mutiple WAN interfaces are configured

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40566 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobcm53xx: add default config for switch
hauke [Wed, 23 Apr 2014 22:02:18 +0000 (22:02 +0000)]
bcm53xx: add default config for switch

This scripts adds a default config for the switch.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40565 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobcm53xx: add initial support for kernel 3.14
hauke [Wed, 23 Apr 2014 21:53:50 +0000 (21:53 +0000)]
bcm53xx: add initial support for kernel 3.14

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40564 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoralink: add dir-645 to the eeprom hotplug script
blogic [Wed, 23 Apr 2014 07:52:56 +0000 (07:52 +0000)]
ralink: add dir-645 to the eeprom hotplug script

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40561 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agomac80211: allow to select the rt2x00-soc module for the ramips/rt3883 subtarget
blogic [Wed, 23 Apr 2014 07:52:47 +0000 (07:52 +0000)]
mac80211: allow to select the rt2x00-soc module for the ramips/rt3883 subtarget

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40560 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agomac80211: refresh rt2x00 patches
blogic [Wed, 23 Apr 2014 07:52:37 +0000 (07:52 +0000)]
mac80211: refresh rt2x00 patches

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40559 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agomac80211: rt2x00: add support for the RT3662/RT3883 SoCs
blogic [Wed, 23 Apr 2014 07:52:18 +0000 (07:52 +0000)]
mac80211: rt2x00: add support for the RT3662/RT3883 SoCs

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40558 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoramips: register clock device for the WMAC on RT3883
blogic [Wed, 23 Apr 2014 07:51:57 +0000 (07:51 +0000)]
ramips: register clock device for the WMAC on RT3883

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40557 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agonetifd: update to latest version, adds support for disabling interfaces
nbd [Tue, 22 Apr 2014 17:28:14 +0000 (17:28 +0000)]
netifd: update to latest version, adds support for disabling interfaces

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40555 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoramips: Add support for the 7Links PX-4885 wireless router.
blogic [Tue, 22 Apr 2014 08:08:51 +0000 (08:08 +0000)]
ramips: Add support for the 7Links PX-4885 wireless router.

The 7Links PX-4885 is a small battery-powered wireless router.
It is based on a RT5350F WiSoC and features one ethernet port and one
USB port. It is a Hame MPR-A1 clone, except it has different GPIOs,
a different battery and more RAM (32 MB).
This patch adds a profile for this board, the corresponding device tree
file and the adequate base-files changes (incl. sysupgrade).

Signed-off-by: Hugo Grostabussiat <bonstra@bonstra.fr.eu.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40554 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolantiq: BT Home Hub 2B - overlayfs on top of ubi
blogic [Tue, 22 Apr 2014 08:08:46 +0000 (08:08 +0000)]
lantiq: BT Home Hub 2B - overlayfs on top of ubi

BT Home Hub 2B: use overlayfs on top of ubi.

Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40553 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoramips: build factory-compatible image for AR725W
blogic [Tue, 22 Apr 2014 08:08:42 +0000 (08:08 +0000)]
ramips: build factory-compatible image for AR725W

Signed-off-by: Claudio Leite <leitec@staticky.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40552 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agofirmware-utils: add Gemtek header tool
blogic [Tue, 22 Apr 2014 08:08:39 +0000 (08:08 +0000)]
firmware-utils: add Gemtek header tool

Generates webflash-compatible images for a few RT2880 routers based
on Gemtek OEM boards.

Signed-off-by: Claudio Leite <leitec@staticky.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40551 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoramips: add Airlink101 AR725W userland support
blogic [Tue, 22 Apr 2014 08:08:35 +0000 (08:08 +0000)]
ramips: add Airlink101 AR725W userland support

Signed-off-by: Claudio Leite <leitec@staticky.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40550 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoramips: Add Airlink101 AR725W board support
blogic [Tue, 22 Apr 2014 08:08:31 +0000 (08:08 +0000)]
ramips: Add Airlink101 AR725W board support

Signed-off-by: Claudio Leite <leitec@staticky.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40549 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAdd Zyxel P-2812HNU-Fx images
blogic [Tue, 22 Apr 2014 08:08:27 +0000 (08:08 +0000)]
Add Zyxel P-2812HNU-Fx images

P-2812HNU-Fx images are already supported but not generated.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40548 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAdd Fritz!Box 3370 images
blogic [Tue, 22 Apr 2014 08:08:23 +0000 (08:08 +0000)]
Add Fritz!Box 3370 images

Fritz!Box 3370 images are already supported but not generated.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40547 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoRefresh patches
blogic [Tue, 22 Apr 2014 08:08:19 +0000 (08:08 +0000)]
Refresh patches

Refresh uboot-lantiq patches.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40546 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoCreate firmware directory if it doesn't exist
blogic [Tue, 22 Apr 2014 08:08:15 +0000 (08:08 +0000)]
Create firmware directory if it doesn't exist

Fixes package refreshing.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40545 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoDepend on lantiq board
blogic [Tue, 22 Apr 2014 08:08:10 +0000 (08:08 +0000)]
Depend on lantiq board

Depend on lantiq board.

ARV7510 depends on ARV4510 because (according to OpenWrt wiki) both boards are identical except for the unsupported WiFi. Moreover, ARV7510 isn't especifically supported and ARV4510 images valid.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40544 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoFix vr9_phy22f_a2x.bin firmware linking
blogic [Tue, 22 Apr 2014 08:08:06 +0000 (08:08 +0000)]
Fix vr9_phy22f_a2x.bin firmware linking

vr9_phy22f_a2x.bin needs to be linked in order to get ethernet support.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40543 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolinux/generic: add MIB counters and port status to ADM6996 switch
blogic [Tue, 22 Apr 2014 08:08:02 +0000 (08:08 +0000)]
linux/generic: add MIB counters and port status to ADM6996 switch

This patch adds port status information and MIB counters to the ADM6996
switch driver.

The driver supports also the older ADM6996L-variant, but I'm not able to
test this patch on that chip. According to the datasheet the same
registers exist there as well, so I think it should work, but any
feedback is appreciated.

Signed-off-by: Matti Laakso <malaakso at elisanet.fi>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40542 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolantiq: fix maximum ethernet header length
blogic [Tue, 22 Apr 2014 08:07:53 +0000 (08:07 +0000)]
lantiq: fix maximum ethernet header length

The total ethernet frame length should be written to the hardware
register LTQ_ETOP_IGPLEN instead of just the value of the MTU. This
patch fixes network issues on various Danube boards, especially when
VLAN tagging is enabled.

Signed-off-by: Matti Laakso <malaakso at elisanet.fi>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40541 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[3.14]: add missing symbols in prepping for afs patchset
wigyori [Mon, 21 Apr 2014 18:16:03 +0000 (18:16 +0000)]
[3.14]: add missing symbols in prepping for afs patchset

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40540 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[3.10]: add missing symbols in prepping for afs patchset
wigyori [Mon, 21 Apr 2014 18:14:17 +0000 (18:14 +0000)]
[3.10]: add missing symbols in prepping for afs patchset

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40539 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[3.13]: add missing symbols in prepping for afs patchset
wigyori [Mon, 21 Apr 2014 18:13:19 +0000 (18:13 +0000)]
[3.13]: add missing symbols in prepping for afs patchset

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40538 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[tools] scons: upgrade to 2.3.1
luka [Sat, 19 Apr 2014 21:39:12 +0000 (21:39 +0000)]
[tools] scons: upgrade to 2.3.1

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40535 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[tools] mpc: upgrade to 1.0.2
luka [Sat, 19 Apr 2014 21:39:11 +0000 (21:39 +0000)]
[tools] mpc: upgrade to 1.0.2

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40534 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[tools] flex: upgrade to version 2.5.39
luka [Sat, 19 Apr 2014 21:39:10 +0000 (21:39 +0000)]
[tools] flex: upgrade to version 2.5.39

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40533 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokobs-ng: Add support for overriding size
luka [Sat, 19 Apr 2014 21:39:09 +0000 (21:39 +0000)]
kobs-ng: Add support for overriding size

By default kobs-ng will use the size of /dev/mtd0 for the IMX bootstreams.
This patch allows overriding that size in order to reserve space at the end
of the mtd partition for u-boot.img in the case of using an SPL bootloader.

For example, to flash an SPL bootloader that loads u-boot.img from 0xe0000
(14MB) offset in a 16MB /dev/mtd0:

  kobs-ng init -v -x --search_exponent=1 --chip_0_size=0xe00000 SPL
  nandwrite --start=0xe00000 --pad /dev/mtd0 u-boot.img

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40532 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoimx6-gateworks: enable new canbus packages
luka [Sat, 19 Apr 2014 21:39:04 +0000 (21:39 +0000)]
imx6-gateworks: enable new canbus packages

The canbus package was recently changed to a more active project. This patch
updates the default package names to include the same functionality as before.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40531 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agofeeds.conf.default: the telephony feed is now on git.openwrt.org
nbd [Sat, 19 Apr 2014 17:26:11 +0000 (17:26 +0000)]
feeds.conf.default: the telephony feed is now on git.openwrt.org

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40530 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agonetifd: update to the latest version, fixes some more issues related to l3_dev handling
nbd [Sat, 19 Apr 2014 09:58:40 +0000 (09:58 +0000)]
netifd: update to the latest version, fixes some more issues related to l3_dev handling

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40529 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobase-files: remove duplicate wps button handler (#15621)
nbd [Fri, 18 Apr 2014 17:27:38 +0000 (17:27 +0000)]
base-files: remove duplicate wps button handler (#15621)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40528 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobuild: reimplement package build directory override
nbd [Fri, 18 Apr 2014 14:58:01 +0000 (14:58 +0000)]
build: reimplement package build directory override

Remove leftover pieces from package-version-override.mk support
Add a new variable USE_SOURCE_DIR to use a custom build directory.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40527 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agofstools: fix extroot with opkg-installed block-mount (#15550)
jow [Thu, 17 Apr 2014 17:59:47 +0000 (17:59 +0000)]
fstools: fix extroot with opkg-installed block-mount (#15550)

The /sbin/block binary now requires and additional shared library, therfore set
LD_LIBRARY_PATH accordingly when invoking it from the temporary overlay.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40526 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolantiq: remove uboot lzma patch, apparently its not needed after all
blogic [Wed, 16 Apr 2014 12:11:24 +0000 (12:11 +0000)]
lantiq: remove uboot lzma patch, apparently its not needed after all

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40521 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agouboot-lantiq: backport lzma fix
blogic [Wed, 16 Apr 2014 12:01:24 +0000 (12:01 +0000)]
uboot-lantiq: backport lzma fix

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40520 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolantiq: ARV7519RW22: several fixes
blogic [Wed, 16 Apr 2014 12:01:09 +0000 (12:01 +0000)]
lantiq: ARV7519RW22: several fixes

- Fix ethernet ports.
- Clean DTS files.
- WiFi is lantiq based (not supported yet), remove ath9k.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40519 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agosunxi: remove mainlined patches
wigyori [Mon, 14 Apr 2014 21:36:39 +0000 (21:36 +0000)]
sunxi: remove mainlined patches

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40512 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agods-lite: disable NAT according to RFC 7084
cyrus [Mon, 14 Apr 2014 10:11:54 +0000 (10:11 +0000)]
ds-lite: disable NAT according to RFC 7084

Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40511 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agofirewall: add support for nat-rules and netifd-proto-originating rules
cyrus [Mon, 14 Apr 2014 10:11:34 +0000 (10:11 +0000)]
firewall: add support for nat-rules and netifd-proto-originating rules

Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40510 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar71xx: rb91x: fix ethernet packet loss issues
juhosg [Sun, 13 Apr 2014 20:41:52 +0000 (20:41 +0000)]
ar71xx: rb91x: fix ethernet packet loss issues

The RB91x boards are suffering from ethernet packet loss after a cold
boot. The cause of the problem is that the AR8035 PHYs requires special
register settings to work reliably on these boards.

Enable the RGMII TX, RX delays and disable SmartEE functionality of
the AR8035 PHYs. Also enable the RXD delay in the ETH_CFG register
to fix the issue.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40509 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar71xx/mikrotik: enable the AT803x PHY driver
juhosg [Sun, 13 Apr 2014 20:41:51 +0000 (20:41 +0000)]
ar71xx/mikrotik: enable the AT803x PHY driver

It will be used on the RB91x boards.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40508 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar71xx: allow to configure AR803x PHYs via platform data
juhosg [Sun, 13 Apr 2014 20:41:50 +0000 (20:41 +0000)]
ar71xx: allow to configure AR803x PHYs via platform data

Add a patch for the at803x phy driver, in order to be able
to configure some register settings via platform data.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40507 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar71xx: add phy_mmd_{read,write} helpers
juhosg [Sun, 13 Apr 2014 20:41:48 +0000 (20:41 +0000)]
ar71xx: add phy_mmd_{read,write} helpers

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40506 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar71xx: enable console on the RB91x boards
juhosg [Sun, 13 Apr 2014 20:41:42 +0000 (20:41 +0000)]
ar71xx: enable console on the RB91x boards

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40505 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoralink: add port_init for rt2880
blogic [Sun, 13 Apr 2014 18:01:08 +0000 (18:01 +0000)]
ralink: add port_init for rt2880

Forgotten patch to fix ethernet for rt2880.
Based on previously submitted patch from Claudio.

Signed-off-by: Roman Yeryomin <roman@advem.lv>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40504 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoiw: sync nl80211.h (fixes settting antenna_gain)
nbd [Sun, 13 Apr 2014 09:53:51 +0000 (09:53 +0000)]
iw: sync nl80211.h (fixes settting antenna_gain)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40503 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar71xx: add profile and build image for the ZyXEL NBG6716 board
juhosg [Sun, 13 Apr 2014 08:29:09 +0000 (08:29 +0000)]
ar71xx: add profile and build image for the ZyXEL NBG6716 board

Signed-off-by: André Valentin <avalentin@marcant.net>
Patchwork: http://patchwork.openwrt.org/patch/5101/
[juhosg: remove the non-existing zyxelnand subtarget specific stuff]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40502 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agouboot-envtools: add support for the ZyXEL NBG6716 board
juhosg [Sun, 13 Apr 2014 08:29:08 +0000 (08:29 +0000)]
uboot-envtools: add support for the ZyXEL NBG6716 board

Signed-off-by: André Valentin <avalentin@marcant.net>
Patchwork: http://patchwork.openwrt.org/patch/5101/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40501 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar71xx: add user-space support for the ZyXEL NBG6716 board
juhosg [Sun, 13 Apr 2014 08:29:07 +0000 (08:29 +0000)]
ar71xx: add user-space support for the ZyXEL NBG6716 board

Signed-off-by: André Valentin <avalentin@marcant.net>
Patchwork: http://patchwork.openwrt.org/patch/5101/
[juhosg: use zyxel prefix in LED names]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40500 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar71xx: add kernel support for ZyXEL NBG 6716
juhosg [Sun, 13 Apr 2014 08:29:05 +0000 (08:29 +0000)]
ar71xx: add kernel support for ZyXEL NBG 6716

With this patch OpenWRT supports the following on the ZyXEL NBG 6716:
-WiFi 2G (ath9k)
-WiFi 5G (ath10k)
-NAND flash
-2 Ethernet interfaces
-USB 2.0
-LEDs including switch
-reasonale defaults at first boot

Signed-off-by: André Valentin <avalentin@marcant.net>
Patchwork: http://patchwork.openwrt.org/patch/5101/
[juhosg:
  - rename and refresh kernel patch,
  - fix a few typos,
  - change button key codes,
  - use zyxel prefix in LED names]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40499 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolantiq: enable switch on td8970
blogic [Sat, 12 Apr 2014 21:22:21 +0000 (21:22 +0000)]
lantiq: enable switch on td8970

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40498 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago802.11s: fix authsae support in netifd
blogic [Sat, 12 Apr 2014 21:22:17 +0000 (21:22 +0000)]
802.11s: fix authsae support in netifd

This patch implements support for 802.11s protected mesh wireless networks (using authsae) in the netifd framework.

Until meshd-nl80211 implements a proper -P option for the PID file, this uses shell backgrounding in order to be able to get the PID for the process.

Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40497 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agorpcd: update to the latest version
blogic [Sat, 12 Apr 2014 21:22:12 +0000 (21:22 +0000)]
rpcd: update to the latest version

This is required to make object "session" procedure "access" dump ACLs
when no "object" or no "function" parameters are passed.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40496 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoFix ARV7519RW images
blogic [Sat, 12 Apr 2014 21:22:08 +0000 (21:22 +0000)]
Fix ARV7519RW images

This patch moves ARV7519RW definitions to VR9 section from the AR9 section and removes a whitespace that breaks jffs2 image generation.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40495 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoFix Asus rt-n15 board support
blogic [Sat, 12 Apr 2014 21:22:04 +0000 (21:22 +0000)]
Fix Asus rt-n15 board support

* gpio leds and buttons
* ethernet

Signed-off-by: Roman Yeryomin <roman@advem.lv>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40494 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agort2880 DT fixes
blogic [Sat, 12 Apr 2014 21:22:00 +0000 (21:22 +0000)]
rt2880 DT fixes

* add pinctrl
* fix ethernet port
* make wifi available by default

Signed-off-by: Roman Yeryomin <roman@advem.lv>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40493 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoFix pinmux-rt2880
blogic [Sat, 12 Apr 2014 21:21:56 +0000 (21:21 +0000)]
Fix pinmux-rt2880

The last arg to FUNC() is count, not last pin.

Signed-off-by: Roman Yeryomin <roman@advem.lv>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40492 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAdd wmac clock for rt2880
blogic [Sat, 12 Apr 2014 21:21:53 +0000 (21:21 +0000)]
Add wmac clock for rt2880

Signed-off-by: Roman Yeryomin <roman@advem.lv>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40491 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agosparse: add as a new package selectable from the config
blogic [Sat, 12 Apr 2014 21:21:49 +0000 (21:21 +0000)]
sparse: add as a new package selectable from the config

This change does multiple things, all related to enable sparse usage as
a static analysis tool selectable from the OpenWrt configuration:
*add a KERNEL_SPARSE option in the config to add sparse to the kernel
 build (through the C=1 option usage)
*add sparse as a new host tools. It will get selected automatically when
 the above option will be enabled

Signed-off-by: Mathieu Olivari <mathieu@qca.qualcomm.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40490 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoDon't try to generate whr-g300n image if it's going to be more than 4M
blogic [Sat, 12 Apr 2014 21:21:44 +0000 (21:21 +0000)]
Don't try to generate whr-g300n image if it's going to be more than 4M

Signed-off-by: Roman Yeryomin <roman@advem.lv>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40489 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agouboot-lantiq: enable parallel building
blogic [Sat, 12 Apr 2014 21:21:40 +0000 (21:21 +0000)]
uboot-lantiq: enable parallel building

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40488 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agouboot-lantiq: reuse/copy VR9 GPHY firmware blobs from target/linux/lantiq
blogic [Sat, 12 Apr 2014 21:21:35 +0000 (21:21 +0000)]
uboot-lantiq: reuse/copy VR9 GPHY firmware blobs from target/linux/lantiq

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40487 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agouboot-lantiq: add packages for AudioCodes MP-252
blogic [Sat, 12 Apr 2014 21:21:31 +0000 (21:21 +0000)]
uboot-lantiq: add packages for AudioCodes MP-252

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40486 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agouboot-lantiq: add packages for various Arcadyan boards
blogic [Sat, 12 Apr 2014 21:21:26 +0000 (21:21 +0000)]
uboot-lantiq: add packages for various Arcadyan boards

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40485 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agouboot-lantiq: add packages for Lantiq EASY80920
blogic [Sat, 12 Apr 2014 21:21:23 +0000 (21:21 +0000)]
uboot-lantiq: add packages for Lantiq EASY80920

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40484 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agouboot-lantiq: add packages for Lantiq EASY50712
blogic [Sat, 12 Apr 2014 21:21:18 +0000 (21:21 +0000)]
uboot-lantiq: add packages for Lantiq EASY50712

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40483 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agouboot-lantiq: update to v2013.10
blogic [Sat, 12 Apr 2014 21:21:14 +0000 (21:21 +0000)]
uboot-lantiq: update to v2013.10

Patches created from tree:
git@github.com:danielschwierzeck/u-boot-lantiq.git
v2013.10..u-boot-lantiq-v2013.10-openwrt4

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40482 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar71xx: build firmware image for the WNDR3700 v4 board
juhosg [Sat, 12 Apr 2014 20:22:41 +0000 (20:22 +0000)]
ar71xx: build firmware image for the WNDR3700 v4 board

Based on the the WNDR3700v4 support patch from Ralph Perlich:
  http://patchwork.openwrt.org/patch/4763/

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40481 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar71xx/image: allow to use more arguments for some macros
juhosg [Sat, 12 Apr 2014 20:00:37 +0000 (20:00 +0000)]
ar71xx/image: allow to use more arguments for some macros

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40480 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar71xx: wndr4300: indicate WNDR3700v4 in the kernel support files
juhosg [Sat, 12 Apr 2014 19:58:23 +0000 (19:58 +0000)]
ar71xx: wndr4300: indicate WNDR3700v4 in the kernel support files

Apart from the wireless chip, the WNDR3700 v4 and the WNDR4300
is the same device. Indicate this in the kernel files.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40479 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar71xx: wndr4300: enable 5V power for the USB port
juhosg [Sat, 12 Apr 2014 19:58:20 +0000 (19:58 +0000)]
ar71xx: wndr4300: enable 5V power for the USB port

The 5V power of the USB is controlled by a GPIO pin of
the external WiFi chip. Setup the GPIO bitmasks in the
platform data of the WiFi chip to ensure that the 5V
power gets enabled by the ath9k driver.

Based on the the WNDR3700v4 support patch from Ralph Perlich:
  http://patchwork.openwrt.org/patch/4763/

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40478 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar71xx: wndr4300: use KEY_RFKILL code for the Wireless button
juhosg [Sat, 12 Apr 2014 17:53:34 +0000 (17:53 +0000)]
ar71xx: wndr4300: use KEY_RFKILL code for the Wireless button

Based on the the WNDR3700v4 support patch from Ralph Perlich:
  http://patchwork.openwrt.org/patch/4763/

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40477 3c298f89-4303-0410-b956-a3cf2f4a3e73