openwrt.git
11 years agobase-files: add mtd_find_chardev helper
juhosg [Wed, 12 Dec 2012 16:49:50 +0000 (16:49 +0000)]
base-files: add mtd_find_chardev helper

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

11 years agoar71xx: add kernel support for the NETGEAR WNDR4300
juhosg [Wed, 12 Dec 2012 16:49:49 +0000 (16:49 +0000)]
ar71xx: add kernel support for the NETGEAR WNDR4300

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

11 years agoar71xx: add ap91_pci_init_simple helper
juhosg [Wed, 12 Dec 2012 16:49:48 +0000 (16:49 +0000)]
ar71xx: add ap91_pci_init_simple helper

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

11 years agoar71xx: add ath79_wmac_register_simple helper
juhosg [Wed, 12 Dec 2012 16:49:47 +0000 (16:49 +0000)]
ar71xx: add ath79_wmac_register_simple helper

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

11 years agoar71xx: refresh 3.3 patches
juhosg [Wed, 12 Dec 2012 16:49:46 +0000 (16:49 +0000)]
ar71xx: refresh 3.3 patches

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

11 years agoar71xx: remove superfluous USB patches for 3.3
juhosg [Wed, 12 Dec 2012 16:49:43 +0000 (16:49 +0000)]
ar71xx: remove superfluous USB patches for 3.3

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

11 years agoRevert "remove function find_mtd_part() from /lib/functions.sh"
mirko [Wed, 12 Dec 2012 13:41:56 +0000 (13:41 +0000)]
Revert "remove function find_mtd_part() from /lib/functions.sh"

Reverting commit 34641.
Function find_mtd_part() is needed by some scripts deployed
for certain targets but not including boot.sh after all.
Still, all this certainly needs some love.

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

11 years agoremove function find_mtd_part() from /lib/functions.sh
mirko [Wed, 12 Dec 2012 12:38:31 +0000 (12:38 +0000)]
remove function find_mtd_part() from /lib/functions.sh

Since all scripts using this function include /lib/functions/boot.sh -
where this function is defined as well - it can be dropped
from /lib/functions.sh. Also avoids further confusion about this
function being declared and defined in two different places.

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

11 years agogeneric: fix 8139cp patch for 3.6
juhosg [Wed, 12 Dec 2012 08:37:27 +0000 (08:37 +0000)]
generic: fix 8139cp patch for 3.6

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

11 years agokernel: update linux 3.6 to 3.6.10
juhosg [Tue, 11 Dec 2012 20:14:39 +0000 (20:14 +0000)]
kernel: update linux 3.6 to 3.6.10

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

11 years agomac80211: update rt2x00 rx_status patch
juhosg [Tue, 11 Dec 2012 17:49:11 +0000 (17:49 +0000)]
mac80211: update rt2x00 rx_status patch

Also remove the superfluous ones for ath5k, p54.

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

11 years agoipv6-support: Make ULA addresses secondary
cyrus [Tue, 11 Dec 2012 16:56:37 +0000 (16:56 +0000)]
ipv6-support: Make ULA addresses secondary
* Deprecates ULA prefixes when there are other public prefixes
* Fixes issues with clients using incorrect source addresses

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

11 years ago6distributed: Add support for secondary addresses
cyrus [Tue, 11 Dec 2012 16:56:32 +0000 (16:56 +0000)]
6distributed: Add support for secondary addresses

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

11 years ago6relayd: Fix announcement of deprecated prefixes
cyrus [Tue, 11 Dec 2012 16:56:27 +0000 (16:56 +0000)]
6relayd: Fix announcement of deprecated prefixes

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

11 years agomac80211: zero-out rx_status in rt2x00, ath5k, p54
juhosg [Tue, 11 Dec 2012 14:16:23 +0000 (14:16 +0000)]
mac80211: zero-out rx_status in rt2x00, ath5k, p54

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

11 years agokernel: update to 3.7 final
florian [Tue, 11 Dec 2012 11:31:17 +0000 (11:31 +0000)]
kernel: update to 3.7 final

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34626 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agonetfilter.mk: fix packaging of xt_LOG.ko, it moved between 3.3.8 and 3.6.x
jow [Tue, 11 Dec 2012 09:53:50 +0000 (09:53 +0000)]
netfilter.mk: fix packaging of xt_LOG.ko, it moved between 3.3.8 and 3.6.x

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

11 years agomac80211: fix possible NULL pointer dereference in ath9k
juhosg [Mon, 10 Dec 2012 23:21:02 +0000 (23:21 +0000)]
mac80211: fix possible NULL pointer dereference in ath9k

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

11 years ago[ep93xx] switch to 3.6 kernel
florian [Mon, 10 Dec 2012 21:06:10 +0000 (21:06 +0000)]
[ep93xx] switch to 3.6 kernel

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34623 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[ep93xx] add 3.6 kernel support
florian [Mon, 10 Dec 2012 21:06:05 +0000 (21:06 +0000)]
[ep93xx] add 3.6 kernel support

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34622 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[ep93xx] add sound feature
florian [Mon, 10 Dec 2012 21:05:48 +0000 (21:05 +0000)]
[ep93xx] add sound feature

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34621 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agogeneric: backport a fix for the input keymap-matrix module
florian [Mon, 10 Dec 2012 21:05:42 +0000 (21:05 +0000)]
generic: backport a fix for the input keymap-matrix module

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34620 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[ep93xx] keyboard driver depends on input-matrixkmap for 3.6+
florian [Mon, 10 Dec 2012 21:05:36 +0000 (21:05 +0000)]
[ep93xx] keyboard driver depends on input-matrixkmap for 3.6+

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34619 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agopackage/kernel: enable CONFIG_SND_SOC_DMAENGINE_PCM in sound-soc-core
florian [Mon, 10 Dec 2012 21:05:32 +0000 (21:05 +0000)]
package/kernel: enable CONFIG_SND_SOC_DMAENGINE_PCM in sound-soc-core

This is required for 3.6+ kernels and some sound SoC modules.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34618 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agogeneric: backport an upstream fix for building snd-soc-pcm as a module
florian [Mon, 10 Dec 2012 21:05:27 +0000 (21:05 +0000)]
generic: backport an upstream fix for building snd-soc-pcm as a module

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34617 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agopackage/kernel: snd-soc-core depends on regmap
florian [Mon, 10 Dec 2012 21:05:15 +0000 (21:05 +0000)]
package/kernel: snd-soc-core depends on regmap

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34616 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[ep93xx] also list kmod-sound-core in the default packages
florian [Mon, 10 Dec 2012 21:05:11 +0000 (21:05 +0000)]
[ep93xx] also list kmod-sound-core in the default packages

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34615 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agopackage/kernel: package kmod-input-matrixkmap
florian [Mon, 10 Dec 2012 21:05:06 +0000 (21:05 +0000)]
package/kernel: package kmod-input-matrixkmap

This is required by some keyboard drivers in 3.6+

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34614 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agokernel: include the xfrm_algo module on 3.6+ (fixes #12552)
nbd [Mon, 10 Dec 2012 18:49:30 +0000 (18:49 +0000)]
kernel: include the xfrm_algo module on 3.6+ (fixes #12552)

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

11 years agomac80211: fix channel context related warnings when using wds ap mode (fixes #12585)
nbd [Mon, 10 Dec 2012 18:29:17 +0000 (18:29 +0000)]
mac80211: fix channel context related warnings when using wds ap mode (fixes #12585)

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

11 years agoipv6-support: Add support for NPT status tracking
cyrus [Mon, 10 Dec 2012 16:46:59 +0000 (16:46 +0000)]
ipv6-support: Add support for NPT status tracking

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

11 years ago6distributed: add status-call for luci-integration
cyrus [Mon, 10 Dec 2012 16:46:54 +0000 (16:46 +0000)]
6distributed: add status-call for luci-integration

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

11 years agob43: fix tx path skb leaks
nbd [Mon, 10 Dec 2012 16:43:01 +0000 (16:43 +0000)]
b43: fix tx path skb leaks

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

11 years agomac80211: ath9k: allow to load EEPROM data via firmware API
juhosg [Mon, 10 Dec 2012 15:46:15 +0000 (15:46 +0000)]
mac80211: ath9k: allow to load EEPROM data via firmware API

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

11 years agomac80211: ath9k: fix OTP register offsets for AR9340
juhosg [Mon, 10 Dec 2012 15:46:13 +0000 (15:46 +0000)]
mac80211: ath9k: fix OTP register offsets for AR9340

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

11 years agoath5k: fix skb leaks (should fix #12199)
nbd [Mon, 10 Dec 2012 15:42:34 +0000 (15:42 +0000)]
ath5k: fix skb leaks (should fix #12199)

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

11 years agogeneric/kernel: add a fix for a common MIPS build failure.
florian [Mon, 10 Dec 2012 15:04:10 +0000 (15:04 +0000)]
generic/kernel: add a fix for a common MIPS build failure.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34602 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agokernel/generic: refresh 3.7 patches
florian [Mon, 10 Dec 2012 15:03:55 +0000 (15:03 +0000)]
kernel/generic: refresh 3.7 patches

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34601 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agokernel/generic: port r34599 over 3.7 kernel
florian [Mon, 10 Dec 2012 15:03:51 +0000 (15:03 +0000)]
kernel/generic: port r34599 over 3.7 kernel

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34600 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agokernel/generic: fix build failure on missing uhci symbol
florian [Mon, 10 Dec 2012 14:24:28 +0000 (14:24 +0000)]
kernel/generic: fix build failure on missing uhci symbol

linux-3.6.8/drivers/usb/host/pci-quirks.c:471: undefined reference to
`uhci_check_and_reset_hc'

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34599 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agotoolchain/musl: simplify musl install steps
florian [Mon, 10 Dec 2012 14:24:24 +0000 (14:24 +0000)]
toolchain/musl: simplify musl install steps

Some of these were copy/pasted from uClibc, but they are not necessary
at all for musl-libc.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34598 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agotoolchain/musl: update to 0.9.8
florian [Mon, 10 Dec 2012 14:24:21 +0000 (14:24 +0000)]
toolchain/musl: update to 0.9.8

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34597 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agotoolchain/musl: fix typo on configuration symbol
florian [Mon, 10 Dec 2012 14:24:17 +0000 (14:24 +0000)]
toolchain/musl: fix typo on configuration symbol

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34596 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[ramips] add support for Hauppauge Broadway
blogic [Mon, 10 Dec 2012 14:13:01 +0000 (14:13 +0000)]
[ramips] add support for Hauppauge Broadway

This patch introduces OpenWRT support for the base Hauppauge/PCTV Broadway
platform.  It doesn't deal with the TV tuner or transcoder at this point,
but the core functionality is working (Ethernet, wireless, USB, buttons,
LEDs, etc).

Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34595 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agomac80211: fix setting txpower (#12594)
nbd [Mon, 10 Dec 2012 13:51:09 +0000 (13:51 +0000)]
mac80211: fix setting txpower (#12594)

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

11 years agoiw: sync with nl80211.h to fix setting antenna gain
nbd [Mon, 10 Dec 2012 13:51:06 +0000 (13:51 +0000)]
iw: sync with nl80211.h to fix setting antenna gain

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

11 years agoath9k: improve signal strength / channel noise reporting accuracy
nbd [Mon, 10 Dec 2012 13:51:02 +0000 (13:51 +0000)]
ath9k: improve signal strength / channel noise reporting accuracy

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

11 years agomac80211: refresh patches
nbd [Mon, 10 Dec 2012 13:50:58 +0000 (13:50 +0000)]
mac80211: refresh patches

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

11 years agomac80211: merge fix for carl9170 upstream regression
nbd [Mon, 10 Dec 2012 13:50:54 +0000 (13:50 +0000)]
mac80211: merge fix for carl9170 upstream regression

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

11 years agoar71xx: load ar934x_nfc driver earlier
juhosg [Mon, 10 Dec 2012 10:38:11 +0000 (10:38 +0000)]
ar71xx: load ar934x_nfc driver earlier

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

11 years agoar71xx: ar934x_nfc: allow to control DMA data swap via platform data
juhosg [Mon, 10 Dec 2012 10:38:07 +0000 (10:38 +0000)]
ar71xx: ar934x_nfc: allow to control DMA data swap via platform data

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

11 years agoipv6-support: Next iteration
cyrus [Sun, 9 Dec 2012 13:54:22 +0000 (13:54 +0000)]
ipv6-support: Next iteration
* Make ula_prefix a global option
* Add preliminary support for NAT (Linux >= 3.7, ip6tables >= 1.4.17)
* Minor fixes for prefix fallback

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

11 years ago6distributed: Correctly handle duplicate prefixes
cyrus [Sun, 9 Dec 2012 13:32:30 +0000 (13:32 +0000)]
6distributed: Correctly handle duplicate prefixes

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

11 years ago6relayd: Always send NA with hop-limit 255
cyrus [Sun, 9 Dec 2012 12:33:28 +0000 (12:33 +0000)]
6relayd: Always send NA with hop-limit 255
* thanks risa2000 for investigating

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

11 years agokernel: update linux 3.6 to 3.6.9
juhosg [Sat, 8 Dec 2012 15:01:33 +0000 (15:01 +0000)]
kernel: update linux 3.6 to 3.6.9

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

11 years agoar71xx: TP-LINK also has a family TL-WDR
juhosg [Fri, 7 Dec 2012 19:10:57 +0000 (19:10 +0000)]
ar71xx: TP-LINK also has a family TL-WDR

Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34577 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoar71xx: add profile and build image for TP-LINK TL-WA801N/ND
juhosg [Fri, 7 Dec 2012 19:10:56 +0000 (19:10 +0000)]
ar71xx: add profile and build image for TP-LINK TL-WA801N/ND

Patch-by: Amir Sagie <openwrt-devel@taproot.org.il>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34576 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agofirmware-utils/mktplinkfw: add support for TP-LINK WA801NDv1
juhosg [Fri, 7 Dec 2012 19:10:54 +0000 (19:10 +0000)]
firmware-utils/mktplinkfw: add support for TP-LINK WA801NDv1

Patch-by: Amir Sagie <openwrt-devel@taproot.org.il>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34575 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agob43-tools: update to version 017, which contains the patch.
hauke [Fri, 7 Dec 2012 18:30:19 +0000 (18:30 +0000)]
b43-tools: update to version 017, which contains the patch.

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

11 years agomac80211: do not build mwifiex driver
hauke [Fri, 7 Dec 2012 18:10:14 +0000 (18:10 +0000)]
mac80211: do not build mwifiex driver

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

11 years ago[adm8668] create Linksys WRTU54G-TM profile
florian [Fri, 7 Dec 2012 18:02:31 +0000 (18:02 +0000)]
[adm8668] create Linksys WRTU54G-TM profile

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34572 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agomac80211: update to wireless-testing 2012-12-06
nbd [Fri, 7 Dec 2012 16:46:04 +0000 (16:46 +0000)]
mac80211: update to wireless-testing 2012-12-06

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

11 years agomac80211: brcmsmac: do a read after write when writing objmem to device.
hauke [Fri, 7 Dec 2012 16:24:35 +0000 (16:24 +0000)]
mac80211: brcmsmac: do a read after write when writing objmem to device.

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

11 years agofirewall: fix typo in reflection hotplug script
jow [Fri, 7 Dec 2012 13:08:28 +0000 (13:08 +0000)]
firewall: fix typo in reflection hotplug script

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

11 years agokernel: add missing USB configuration symbols after r34501
florian [Fri, 7 Dec 2012 11:01:53 +0000 (11:01 +0000)]
kernel: add missing USB configuration symbols after r34501

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34568 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago6to4: Remove static radvd-integration
cyrus [Fri, 7 Dec 2012 08:53:53 +0000 (08:53 +0000)]
6to4: Remove static radvd-integration
* Please use the new ipv6-support package

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

11 years ago[adm8668] rename interrupt number constants
florian [Thu, 6 Dec 2012 22:41:14 +0000 (22:41 +0000)]
[adm8668] rename interrupt number constants

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34566 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[adm8668] remove the now deprecated /proc/adm8668 interface
florian [Thu, 6 Dec 2012 22:41:09 +0000 (22:41 +0000)]
[adm8668] remove the now deprecated /proc/adm8668 interface

Proper gpiolib support is hooked instead.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34565 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[adm8668] add a gpiolib driver
florian [Thu, 6 Dec 2012 22:41:04 +0000 (22:41 +0000)]
[adm8668] add a gpiolib driver

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34564 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[adm8668] do not reset WAN and LAN blocks
florian [Thu, 6 Dec 2012 22:40:58 +0000 (22:40 +0000)]
[adm8668] do not reset WAN and LAN blocks

This is taken care of by the tulip driver accordingly.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34563 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[adm8668] enable and advertise USB support
florian [Thu, 6 Dec 2012 22:40:54 +0000 (22:40 +0000)]
[adm8668] enable and advertise USB support

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34562 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[adm8668] add support for on-board EHCI controller
florian [Thu, 6 Dec 2012 22:40:49 +0000 (22:40 +0000)]
[adm8668] add support for on-board EHCI controller

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34561 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agomac80211: add support for adm8211 wireless driver
florian [Thu, 6 Dec 2012 22:40:45 +0000 (22:40 +0000)]
mac80211: add support for adm8211 wireless driver

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34560 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[adm8668] remove the "old" tulip forked driver
florian [Thu, 6 Dec 2012 22:40:40 +0000 (22:40 +0000)]
[adm8668] remove the "old" tulip forked driver

We can now use the mainline tulip driver.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34559 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[adm8668] use the tulip platform driver
florian [Thu, 6 Dec 2012 22:40:36 +0000 (22:40 +0000)]
[adm8668] use the tulip platform driver

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34558 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[adm8668] patch the tulip driver to accept a platform variant
florian [Thu, 6 Dec 2012 22:40:31 +0000 (22:40 +0000)]
[adm8668] patch the tulip driver to accept a platform variant

Isolate the PCI specific parts and group them under CONFIG_TULIP_PCI
CONFIG_TULIP_PLATFORM can be enabled for a platform style Tulip driver.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34557 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[adm8668] move clock frequencies into clock driver
florian [Thu, 6 Dec 2012 22:40:26 +0000 (22:40 +0000)]
[adm8668] move clock frequencies into clock driver

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34556 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[kernel] add CONFIG_GPIO_PL061 config symbol
florian [Thu, 6 Dec 2012 22:40:21 +0000 (22:40 +0000)]
[kernel] add CONFIG_GPIO_PL061 config symbol

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34555 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[adm8668] replace the custom mtd driver with a partition parser
florian [Thu, 6 Dec 2012 22:40:17 +0000 (22:40 +0000)]
[adm8668] replace the custom mtd driver with a partition parser

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34554 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[adm8668] cleanup PCI controller code
florian [Thu, 6 Dec 2012 22:40:12 +0000 (22:40 +0000)]
[adm8668] cleanup PCI controller code

At some point we should make the ADM5120 PCI controller driver a real
platform driver and share that one between the two targets.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34553 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[adm8668] cleanup and make interrupt code more robust
florian [Thu, 6 Dec 2012 22:40:02 +0000 (22:40 +0000)]
[adm8668] cleanup and make interrupt code more robust

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34552 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[adm8668] remove frequency from /proc/cpuinfo
florian [Thu, 6 Dec 2012 22:39:57 +0000 (22:39 +0000)]
[adm8668] remove frequency from /proc/cpuinfo

This is not the place to expose it and duplicates code reading the
system frequency.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34551 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[adm8668] provide a system clock to be used by the MIPS timer
florian [Thu, 6 Dec 2012 22:39:52 +0000 (22:39 +0000)]
[adm8668] provide a system clock to be used by the MIPS timer

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34550 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[adm8668] get rid of the UART defines
florian [Thu, 6 Dec 2012 22:39:47 +0000 (22:39 +0000)]
[adm8668] get rid of the UART defines

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34549 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[adm8668] get rid of the specific UART driver and use AMBA PL010
florian [Thu, 6 Dec 2012 22:39:43 +0000 (22:39 +0000)]
[adm8668] get rid of the specific UART driver and use AMBA PL010

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34548 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[adm8668] implement early_printk without an early_console
florian [Thu, 6 Dec 2012 22:39:33 +0000 (22:39 +0000)]
[adm8668] implement early_printk without an early_console

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34547 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[adm8668] simplify IRQ controller code
florian [Thu, 6 Dec 2012 22:39:27 +0000 (22:39 +0000)]
[adm8668] simplify IRQ controller code

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34546 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[adm8668] use platform_add_devices
florian [Thu, 6 Dec 2012 22:39:22 +0000 (22:39 +0000)]
[adm8668] use platform_add_devices

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34545 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[adm8668] move time related functions to their own file
florian [Thu, 6 Dec 2012 22:39:18 +0000 (22:39 +0000)]
[adm8668] move time related functions to their own file

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34544 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[adm8668] move setup-related functions to their own file
florian [Thu, 6 Dec 2012 22:39:08 +0000 (22:39 +0000)]
[adm8668] move setup-related functions to their own file

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34543 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoipv6-support: next iteration
cyrus [Thu, 6 Dec 2012 20:52:40 +0000 (20:52 +0000)]
ipv6-support: next iteration
* Introduce mode 6rd
* Introduce mode 6to4
* Fix announcement of DNS-Servers received from DHCPv6
* Fix some corner-cases in relaying behaviour

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

11 years ago6relayd: More RFC-compatibility and size reduction
cyrus [Thu, 6 Dec 2012 20:52:35 +0000 (20:52 +0000)]
6relayd: More RFC-compatibility and size reduction

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

11 years ago6distributed: Add compatibility with 6rd and 6to4
cyrus [Thu, 6 Dec 2012 20:52:30 +0000 (20:52 +0000)]
6distributed: Add compatibility with 6rd and 6to4

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

11 years agoppp: unconditionally start pppd with nodefaultroute and usepeerdns (#12580)
jow [Thu, 6 Dec 2012 18:17:21 +0000 (18:17 +0000)]
ppp: unconditionally start pppd with nodefaultroute and usepeerdns (#12580)

Since the switch to netifd, proto handlers may always set the defaultroute
and provide dns server addresses, netifd will decide in the generic code
path whether the announced values are masked or not.

Additionally protocol handlers should not modify the routing tables themselves
and prevent any launched services from doing so.

Remove the additional defaultroute and peerdns option handling from the ppp.sh
protocol handler and rely on netifd to mask or not mask the values.

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

11 years agokernel: fix video-core build on 3.6+
nbd [Thu, 6 Dec 2012 14:11:19 +0000 (14:11 +0000)]
kernel: fix video-core build on 3.6+

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

11 years agokernel: add missing config symbols
nbd [Thu, 6 Dec 2012 14:11:16 +0000 (14:11 +0000)]
kernel: add missing config symbols

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

11 years agomac80211: clean up patches, replace patching config.mk with a generated sed expression
nbd [Thu, 6 Dec 2012 14:11:09 +0000 (14:11 +0000)]
mac80211: clean up patches, replace patching config.mk with a generated sed expression

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

11 years agolibiconv-full: add clause to Makefile to actually install iconv
florian [Wed, 5 Dec 2012 18:05:04 +0000 (18:05 +0000)]
libiconv-full: add clause to Makefile to actually install iconv

At present, if you select the iconv utility it will be built but not
installed. This patch adds the clauses necessary to the Makefile to
actually install iconv.

Signed-off-by: Mike Brady <mikebrady@eircom.net>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34530 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agokernel 3.6+: nuke obsolete patches that are messing up oprofile builds
nbd [Wed, 5 Dec 2012 16:49:48 +0000 (16:49 +0000)]
kernel 3.6+: nuke obsolete patches that are messing up oprofile builds

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

11 years agolinux-atm: put all packages into their own submenus
florian [Wed, 5 Dec 2012 14:58:54 +0000 (14:58 +0000)]
linux-atm: put all packages into their own submenus

Now that we package individual tools as well, the list of ATM tools is
pretty big to deserve its own submenu.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34504 3c298f89-4303-0410-b956-a3cf2f4a3e73