openwrt/openwrt.git
11 years agoath9k: fix a soft lockup on smp systems
Felix Fietkau [Mon, 14 Jan 2013 15:58:46 +0000 (15:58 +0000)]
ath9k: fix a soft lockup on smp systems

SVN-Revision: 35152

11 years agoath9k: remove a lock to fix a deadlock on hw reset
Felix Fietkau [Mon, 14 Jan 2013 09:51:53 +0000 (09:51 +0000)]
ath9k: remove a lock to fix a deadlock on hw reset

SVN-Revision: 35147

11 years agomac80211: fix monitor mode injection
Felix Fietkau [Sun, 13 Jan 2013 22:10:14 +0000 (22:10 +0000)]
mac80211: fix monitor mode injection

SVN-Revision: 35145

11 years agorules.mk: only select latest libgcc.a with wildcard match (#12798)
Jo-Philipp Wich [Sun, 13 Jan 2013 20:59:51 +0000 (20:59 +0000)]
rules.mk: only select latest libgcc.a with wildcard match (#12798)

SVN-Revision: 35144

11 years agomac80211: rt2x00: fix PCI eeprom patch
Gabor Juhos [Sun, 13 Jan 2013 20:44:14 +0000 (20:44 +0000)]
mac80211: rt2x00: fix PCI eeprom patch

Fixes the following warnings:

  CC [M] <...>/drivers/net/wireless/rt2x00/rt2800pci.o
<...>/drivers/net/wireless/rt2x00/rt2800pci.c: In function 'rt2800pci_read_eeprom_file':
<...>/drivers/net/wireless/rt2x00/rt2800pci.c:95:2: warning: 'return' with a value, in function returning void [enabled by default]
<...>/drivers/net/wireless/rt2x00/rt2800pci.c: In function 'rt2800pci_read_eeprom':
<...>/drivers/net/wireless/rt2x00/rt2800pci.c:994:2: warning: 'retval' may be used uninitialized in this function [-Wuninitialized]

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35143

11 years agolibnfnetlink: update to v1.0.1
Jo-Philipp Wich [Sun, 13 Jan 2013 19:49:06 +0000 (19:49 +0000)]
libnfnetlink: update to v1.0.1

SVN-Revision: 35142

11 years agoubus: update to git head, passes u64 blob types as doubles to Lua
Jo-Philipp Wich [Sun, 13 Jan 2013 19:49:01 +0000 (19:49 +0000)]
ubus: update to git head, passes u64 blob types as doubles to Lua

SVN-Revision: 35141

11 years agonetifd: update to git head, adds 64bit counters
Jo-Philipp Wich [Sun, 13 Jan 2013 19:48:52 +0000 (19:48 +0000)]
netifd: update to git head, adds 64bit counters

SVN-Revision: 35140

11 years agoath9k: fix memory corruption issues on ar5416/ar91xx
Felix Fietkau [Sun, 13 Jan 2013 18:55:39 +0000 (18:55 +0000)]
ath9k: fix memory corruption issues on ar5416/ar91xx

SVN-Revision: 35139

11 years agoodhcp6c: Send RS on start
Steven Barth [Sun, 13 Jan 2013 18:06:24 +0000 (18:06 +0000)]
odhcp6c: Send RS on start

SVN-Revision: 35137

11 years agoodhcp6c: Add preliminary proto-handler
Steven Barth [Sun, 13 Jan 2013 17:35:09 +0000 (17:35 +0000)]
odhcp6c: Add preliminary proto-handler

SVN-Revision: 35135

11 years agoipv6-support: don't use disable_ipv6
Steven Barth [Sun, 13 Jan 2013 17:25:43 +0000 (17:25 +0000)]
ipv6-support: don't use disable_ipv6

SVN-Revision: 35134

11 years ago6relayd: Rewrite init-script logic
Steven Barth [Sun, 13 Jan 2013 17:25:38 +0000 (17:25 +0000)]
6relayd: Rewrite init-script logic

SVN-Revision: 35133

11 years agoar71xx: fix unaligned access in cls_u32
Felix Fietkau [Sun, 13 Jan 2013 16:48:23 +0000 (16:48 +0000)]
ar71xx: fix unaligned access in cls_u32

SVN-Revision: 35132

11 years agoadd ustream-ssl, an ustream abstraction library for SSL stream sockets
Felix Fietkau [Sun, 13 Jan 2013 15:57:05 +0000 (15:57 +0000)]
add ustream-ssl, an ustream abstraction library for SSL stream sockets

SVN-Revision: 35131

11 years agoar71xx: fix unaligned access in a few more places
Felix Fietkau [Sun, 13 Jan 2013 15:37:58 +0000 (15:37 +0000)]
ar71xx: fix unaligned access in a few more places

SVN-Revision: 35130

11 years agoar71xx: improve unaligned access patches, add a net_hdr_word() macro which assumes...
Felix Fietkau [Sun, 13 Jan 2013 14:54:39 +0000 (14:54 +0000)]
ar71xx: improve unaligned access patches, add a net_hdr_word() macro which assumes 2-byte aligned access and generates better code than {get,put}_unaligned_cpu32

SVN-Revision: 35129

11 years agolibubox: update to latest version, adds small blobmsg enhancements and license fixes...
Felix Fietkau [Sun, 13 Jan 2013 14:31:27 +0000 (14:31 +0000)]
libubox: update to latest version, adds small blobmsg enhancements and license fixes - package is now ISC/BSD-3c

SVN-Revision: 35128

11 years agoar71xx: avoid __packed define in the unaligned access hack patch, make the ipv6 addre...
Felix Fietkau [Sun, 13 Jan 2013 13:06:09 +0000 (13:06 +0000)]
ar71xx: avoid __packed define in the unaligned access hack patch, make the ipv6 address struct also 2-byte-aligned/packed

SVN-Revision: 35127

11 years agokernel: add back the mips module relocation patch
Felix Fietkau [Sun, 13 Jan 2013 12:23:42 +0000 (12:23 +0000)]
kernel: add back the mips module relocation patch

SVN-Revision: 35126

11 years agoar71xx: add more cpu feature overrides, slightly reduces kernel size
Felix Fietkau [Sun, 13 Jan 2013 11:33:48 +0000 (11:33 +0000)]
ar71xx: add more cpu feature overrides, slightly reduces kernel size

SVN-Revision: 35125

11 years agoar71xx: extend the unaligned access hacks to a few more places that showed up in...
Felix Fietkau [Sun, 13 Jan 2013 11:33:44 +0000 (11:33 +0000)]
ar71xx: extend the unaligned access hacks to a few more places that showed up in the new kernel

SVN-Revision: 35124

11 years agokernel: fix enabling coredump support on 3.7+
Felix Fietkau [Sun, 13 Jan 2013 11:33:39 +0000 (11:33 +0000)]
kernel: fix enabling coredump support on 3.7+

SVN-Revision: 35123

11 years agobrcm47xx: BCMA - Update default IRQ assignment per upstream change
Hauke Mehrtens [Sat, 12 Jan 2013 15:00:01 +0000 (15:00 +0000)]
brcm47xx: BCMA - Update default IRQ assignment per upstream change

Update the default IRQ assignment for unrecognized devices per
the upstream change.

Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 35121

11 years agokernel: make kmod-ledtrig-usbdev depend on usb core support instead of selecting it
Felix Fietkau [Sat, 12 Jan 2013 13:21:08 +0000 (13:21 +0000)]
kernel: make kmod-ledtrig-usbdev depend on usb core support instead of selecting it

SVN-Revision: 35120

11 years agorefresh kernel configs with kconfig.pl
Gabor Juhos [Sat, 12 Jan 2013 12:29:55 +0000 (12:29 +0000)]
refresh kernel configs with kconfig.pl

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35119

11 years agomalta: remove 3.6 support
Gabor Juhos [Sat, 12 Jan 2013 12:29:53 +0000 (12:29 +0000)]
malta: remove 3.6 support

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35118

11 years agomalta: build lzma and gzip compressed uImages
Gabor Juhos [Sat, 12 Jan 2013 12:29:52 +0000 (12:29 +0000)]
malta: build lzma and gzip compressed uImages

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35117

11 years agoadm5120: remove 3.6 support
Gabor Juhos [Sat, 12 Jan 2013 12:25:42 +0000 (12:25 +0000)]
adm5120: remove 3.6 support

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35116

11 years agoadm5120: switch to 3.7
Gabor Juhos [Sat, 12 Jan 2013 12:25:40 +0000 (12:25 +0000)]
adm5120: switch to 3.7

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35115

11 years agoar71xx: remove 3.6 support
Gabor Juhos [Sat, 12 Jan 2013 12:25:38 +0000 (12:25 +0000)]
ar71xx: remove 3.6 support

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35114

11 years agoar71xx: switch to 3.7
Gabor Juhos [Sat, 12 Jan 2013 12:25:36 +0000 (12:25 +0000)]
ar71xx: switch to 3.7

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35113

11 years agompc83xx: remove 3.6 support
Gabor Juhos [Sat, 12 Jan 2013 12:25:34 +0000 (12:25 +0000)]
mpc83xx: remove 3.6 support

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35112

11 years agompc83xx: switch to 3.7
Gabor Juhos [Sat, 12 Jan 2013 12:25:32 +0000 (12:25 +0000)]
mpc83xx: switch to 3.7

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35111

11 years agoramips: remove 3.6 support
Gabor Juhos [Sat, 12 Jan 2013 12:25:30 +0000 (12:25 +0000)]
ramips: remove 3.6 support

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35110

11 years agoramips: switch to 3.7
Gabor Juhos [Sat, 12 Jan 2013 12:25:28 +0000 (12:25 +0000)]
ramips: switch to 3.7

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35109

11 years agorb532: remove 3.6 support
Gabor Juhos [Sat, 12 Jan 2013 12:25:26 +0000 (12:25 +0000)]
rb532: remove 3.6 support

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35108

11 years agorb532: switch to 3.7
Gabor Juhos [Sat, 12 Jan 2013 12:25:24 +0000 (12:25 +0000)]
rb532: switch to 3.7

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35107

11 years agoppc44x: remove 3.6 support
Gabor Juhos [Sat, 12 Jan 2013 12:25:21 +0000 (12:25 +0000)]
ppc44x: remove 3.6 support

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35106

11 years agoppc44x: switch to 3.7
Gabor Juhos [Sat, 12 Jan 2013 12:25:20 +0000 (12:25 +0000)]
ppc44x: switch to 3.7

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35105

11 years agoppc40x: remove 3.6 support
Gabor Juhos [Sat, 12 Jan 2013 12:25:18 +0000 (12:25 +0000)]
ppc40x: remove 3.6 support

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35104

11 years agoppc40x: switch to 3.7
Gabor Juhos [Sat, 12 Jan 2013 12:25:16 +0000 (12:25 +0000)]
ppc40x: switch to 3.7

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35103

11 years agocns21xx: remove 3.6 support
Gabor Juhos [Sat, 12 Jan 2013 12:25:14 +0000 (12:25 +0000)]
cns21xx: remove 3.6 support

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35102

11 years agocns21xx: switch to 3.7
Gabor Juhos [Sat, 12 Jan 2013 12:25:12 +0000 (12:25 +0000)]
cns21xx: switch to 3.7

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35101

11 years agokernel: update linux 3.7 to 3.7.2
Gabor Juhos [Sat, 12 Jan 2013 11:43:08 +0000 (11:43 +0000)]
kernel: update linux 3.7 to 3.7.2

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35100

11 years agoimage.mk: use XZ bcj architecture filter if available
Florian Fainelli [Fri, 11 Jan 2013 16:44:26 +0000 (16:44 +0000)]
image.mk: use XZ bcj architecture filter if available

xz supports using an architecture specific BCJ filter, use that one to
save us a couple kB while producing squashfs filesystems (mimics the
Linux kernel).

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35097

11 years agomac80211: fix enabling HT40-
Felix Fietkau [Fri, 11 Jan 2013 13:24:20 +0000 (13:24 +0000)]
mac80211: fix enabling HT40-

SVN-Revision: 35096

11 years agobase-files: Don't pass '--set-worker /lib/hotplug2/worker_fork.so' to hotplug2 (...
Vasilis Tsiligiannis [Fri, 11 Jan 2013 13:20:51 +0000 (13:20 +0000)]
base-files: Don't pass '--set-worker /lib/hotplug2/worker_fork.so' to hotplug2 (#12781)

SVN-Revision: 35095

11 years agomac80211: add a fix for ht40 connections
Felix Fietkau [Fri, 11 Jan 2013 11:49:11 +0000 (11:49 +0000)]
mac80211: add a fix for ht40 connections

SVN-Revision: 35094

11 years agoath9k: add updated tx gain tables, fixes stability issues on TL-WDR4300 and other...
Felix Fietkau [Thu, 10 Jan 2013 18:46:36 +0000 (18:46 +0000)]
ath9k: add updated tx gain tables, fixes stability issues on TL-WDR4300 and other devices

SVN-Revision: 35089

11 years agonetfilter: xt_NOTRACK is incorporated in xt_CT as of 3.8-rc3
Florian Fainelli [Thu, 10 Jan 2013 17:20:29 +0000 (17:20 +0000)]
netfilter: xt_NOTRACK is incorporated in xt_CT as of 3.8-rc3

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35087

11 years agomvebu: update to 3.8-rc3
Florian Fainelli [Thu, 10 Jan 2013 17:20:25 +0000 (17:20 +0000)]
mvebu: update to 3.8-rc3

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35086

11 years agobrcm47xx: update bgmac driver to the version in mainline kernel
Hauke Mehrtens [Thu, 10 Jan 2013 14:22:19 +0000 (14:22 +0000)]
brcm47xx: update bgmac driver to the version in mainline kernel

SVN-Revision: 35083

11 years agoath9k: add some calibration fixes from wireless-testing
Felix Fietkau [Thu, 10 Jan 2013 14:09:50 +0000 (14:09 +0000)]
ath9k: add some calibration fixes from wireless-testing

SVN-Revision: 35081

11 years agokernel: update bcma and ssb to master-2013-01-09 from wireless-testing
Hauke Mehrtens [Thu, 10 Jan 2013 14:05:18 +0000 (14:05 +0000)]
kernel: update bcma and ssb to master-2013-01-09 from wireless-testing

SVN-Revision: 35080

11 years agoclean up PCI bus topology
Imre Kaloz [Thu, 10 Jan 2013 13:25:12 +0000 (13:25 +0000)]
clean up PCI bus topology

This makes the PCI bus topology more standard for devices behind a bridge

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 35079

11 years agoclean up PCI bus topology
Imre Kaloz [Thu, 10 Jan 2013 13:23:33 +0000 (13:23 +0000)]
clean up PCI bus topology

This makes the PCI bus topology more standard for devices behind a bridge

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 35078

11 years agofixes USB reset on ARV7518
John Crispin [Thu, 10 Jan 2013 06:44:58 +0000 (06:44 +0000)]
fixes USB reset on ARV7518

SVN-Revision: 35077

11 years agotoolchain: fix libpthread package for musl based toolchains (#12651)
Florian Fainelli [Wed, 9 Jan 2013 15:36:43 +0000 (15:36 +0000)]
toolchain: fix libpthread package for musl based toolchains (#12651)

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35069

11 years agoath9k: correct a logic error in the rx path fix
Felix Fietkau [Wed, 9 Jan 2013 15:16:52 +0000 (15:16 +0000)]
ath9k: correct a logic error in the rx path fix

SVN-Revision: 35067

11 years agomac80211, ath9k: merge some pending fixes from linux-wireless@
Felix Fietkau [Wed, 9 Jan 2013 12:56:25 +0000 (12:56 +0000)]
mac80211, ath9k: merge some pending fixes from linux-wireless@

SVN-Revision: 35066

11 years agomac80211: update to 2013-01-07, add several ath9k stability fixes
Felix Fietkau [Wed, 9 Jan 2013 12:45:28 +0000 (12:45 +0000)]
mac80211: update to 2013-01-07, add several ath9k stability fixes

SVN-Revision: 35063

11 years agofixes none-pci build
John Crispin [Wed, 9 Jan 2013 09:04:09 +0000 (09:04 +0000)]
fixes none-pci build

SVN-Revision: 35062

11 years agokernel: add kmod-mvsdio MMC host controller for Marvell targets
Florian Fainelli [Tue, 8 Jan 2013 22:20:30 +0000 (22:20 +0000)]
kernel: add kmod-mvsdio MMC host controller for Marvell targets

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35061

11 years agokernel: make kmod-of-i2c available for the mvebu target
Florian Fainelli [Tue, 8 Jan 2013 22:20:25 +0000 (22:20 +0000)]
kernel: make kmod-of-i2c available for the mvebu target

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35060

11 years agokernel: adjust orion/kirkwood packages to also build for mvebu target
Florian Fainelli [Tue, 8 Jan 2013 22:20:21 +0000 (22:20 +0000)]
kernel: adjust orion/kirkwood packages to also build for mvebu target

Armada XP/370 boards share these hardware blocks with Orion and Kirkwood
SoCs.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35059

11 years agomvebu: add inital support for Marvell Armada XP/370 SoCs
Florian Fainelli [Tue, 8 Jan 2013 22:20:16 +0000 (22:20 +0000)]
mvebu: add inital support for Marvell Armada XP/370 SoCs

This brings in the initial support for the Marvell Armada XP/370 SoCs.
Successfully tested on RD-A370-A1 and DB-MV784MP-GP boards the following
interfaces:

- Ethernet
- SDIO
- GPIOs
- SATA

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35058

11 years agoadd support for 3.8 kernel
Florian Fainelli [Tue, 8 Jan 2013 22:20:11 +0000 (22:20 +0000)]
add support for 3.8 kernel

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35057

11 years agoadd support for 3.8 kernel
Florian Fainelli [Tue, 8 Jan 2013 22:20:06 +0000 (22:20 +0000)]
add support for 3.8 kernel

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35056

11 years agokernel: add support for 3.8-rc2
Florian Fainelli [Tue, 8 Jan 2013 22:19:31 +0000 (22:19 +0000)]
kernel: add support for 3.8-rc2

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35055

11 years agokernel: add more SCTP related configuration symbols
Florian Fainelli [Tue, 8 Jan 2013 22:18:23 +0000 (22:18 +0000)]
kernel: add more SCTP related configuration symbols

These symbols are used by 3.8+ kernels

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35054

11 years agobrcm47xx: BGMAC Driver corrections
Hauke Mehrtens [Mon, 7 Jan 2013 22:51:39 +0000 (22:51 +0000)]
brcm47xx: BGMAC Driver corrections

1) Fix what appears to be a logic error in bgmac_phy_advertise.

2) Fix bgmac_ioctl to use passed phy_id; needed for switch-robo
interface w/ the driver to work correctly.  I still have the issue
with the interface always being HD when the speed/duplex is set
manually (e.g., echo "100FD" > /proc/switch/eth0/port/N/media).

Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 35052

11 years agomac80211: apply network interface configuration for adhoc + wpa2
Felix Fietkau [Mon, 7 Jan 2013 21:12:33 +0000 (21:12 +0000)]
mac80211: apply network interface configuration for adhoc + wpa2

SVN-Revision: 35049

11 years agoncurses: fix typo on INSTALL_LIBSTDCPP configuration symbol
Florian Fainelli [Mon, 7 Jan 2013 18:19:31 +0000 (18:19 +0000)]
ncurses: fix typo on INSTALL_LIBSTDCPP configuration symbol

Thanks to kyak for spotting this

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35047

11 years agogcc: fix build for MIPS64 targets introduced by musl patch
Florian Fainelli [Mon, 7 Jan 2013 18:16:40 +0000 (18:16 +0000)]
gcc: fix build for MIPS64 targets introduced by musl patch

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35046

11 years agoupdate to 3.7
Florian Fainelli [Mon, 7 Jan 2013 18:16:36 +0000 (18:16 +0000)]
update to 3.7

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35045

11 years agogcc-linaro-4.6: update to 2012.12
Florian Fainelli [Mon, 7 Jan 2013 18:16:33 +0000 (18:16 +0000)]
gcc-linaro-4.6: update to 2012.12

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35044

11 years agogcc-linaro-4.7: update to 2012.12
Florian Fainelli [Mon, 7 Jan 2013 18:16:29 +0000 (18:16 +0000)]
gcc-linaro-4.7: update to 2012.12

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35043

11 years agofix typo in Makefile
Mirko Vogt [Mon, 7 Jan 2013 17:11:15 +0000 (17:11 +0000)]
fix typo in Makefile

Thanks to Stefan Hellermann for pointing this out!

SVN-Revision: 35042

11 years agolibubox: update to latest version, contains several uloop/ustream fixes
Felix Fietkau [Mon, 7 Jan 2013 15:25:03 +0000 (15:25 +0000)]
libubox: update to latest version, contains several uloop/ustream fixes

SVN-Revision: 35039

11 years agoar71xx: disable PHY_SWAP and PHY_ADDR_SWAP bits on TL-WR703N/MR3020/MR3040/MR11U...
Gabor Juhos [Mon, 7 Jan 2013 14:30:37 +0000 (14:30 +0000)]
ar71xx: disable PHY_SWAP and PHY_ADDR_SWAP bits on TL-WR703N/MR3020/MR3040/MR11U boards

The PHY_SWAP and PHY_ADDR_SWAP bits are initialized
differently by different versions of the bootloader.
This leads to broken ethernet connection with OpenWrt
on some boards.

Turn both SWAP bits OFF on these boards to make it
consistent regardless of the bootloader used.

Based on a patch by Michel Stempin <michel.stempin@wanadoo.fr>.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35037

11 years agoar71xx: add missing Makefile entry to the 74HC153 GPIO patch
Gabor Juhos [Mon, 7 Jan 2013 14:14:41 +0000 (14:14 +0000)]
ar71xx: add missing Makefile entry to the 74HC153 GPIO patch

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35035

11 years agoThis patch updates uboot-xburst from 2009.11 to 2012.10-rc2 - Ingenic SoC support...
Mirko Vogt [Mon, 7 Jan 2013 14:10:01 +0000 (14:10 +0000)]
This patch updates uboot-xburst from 2009.11 to 2012.10-rc2 - Ingenic SoC support went upstream

Summary:
* remove all files/* (since merged to upstream)
* patches on nand-spl, mmc and lcd driver

Thanks a lot to Xiangfu Liu!

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
SVN-Revision: 35034

11 years agozram-swap: Install init script with 0755 mode
Vasilis Tsiligiannis [Mon, 7 Jan 2013 12:01:11 +0000 (12:01 +0000)]
zram-swap: Install init script with 0755 mode

SVN-Revision: 35033

11 years agokernel: fix kmod-ipsec load order (#12552)
Jo-Philipp Wich [Mon, 7 Jan 2013 10:54:56 +0000 (10:54 +0000)]
kernel: fix kmod-ipsec load order (#12552)

SVN-Revision: 35032

11 years agozram-swap: make the zram init.d executable
Hauke Mehrtens [Sun, 6 Jan 2013 20:23:49 +0000 (20:23 +0000)]
zram-swap: make the zram init.d executable

SVN-Revision: 35028

11 years agocompcache: remove package, use zram-swap instead
Hauke Mehrtens [Sun, 6 Jan 2013 17:14:53 +0000 (17:14 +0000)]
compcache: remove package, use zram-swap instead

SVN-Revision: 35026

11 years agozram: add package to use compressed ram disk for swap
Hauke Mehrtens [Sun, 6 Jan 2013 16:21:29 +0000 (16:21 +0000)]
zram: add package to use compressed ram disk for swap

The busybox size is increased by 3.2KByte uncompressed on bcm47xx with
this commit.

This zram-swap automatically creates a zram device, a swap partition on
it and make the kernel swap pages to it.

Thank you Bastian Bittorf <bittorf@bluebottle.com> for idea and the
script.

SVN-Revision: 35025

11 years agoorion: debloat the kernel some more
Felix Fietkau [Sun, 6 Jan 2013 15:09:47 +0000 (15:09 +0000)]
orion: debloat the kernel some more

SVN-Revision: 35023

11 years agokernel: add a module for the isl1208 rtc
Felix Fietkau [Sun, 6 Jan 2013 15:09:43 +0000 (15:09 +0000)]
kernel: add a module for the isl1208 rtc

SVN-Revision: 35022

11 years agokernel: add missing config symbol
Felix Fietkau [Sun, 6 Jan 2013 15:09:39 +0000 (15:09 +0000)]
kernel: add missing config symbol

SVN-Revision: 35021

11 years agoadds support for Edimax BR-6524N
John Crispin [Sun, 6 Jan 2013 11:11:42 +0000 (11:11 +0000)]
adds support for Edimax BR-6524N

fixes #12754

Signed-off-by: <rq@akl.lt>
SVN-Revision: 35020

11 years agoadds support for Edimax BR-6524N
John Crispin [Sun, 6 Jan 2013 11:11:30 +0000 (11:11 +0000)]
adds support for Edimax BR-6524N

fixes #12754

Signed-off-by: <rq@akl.lt>
SVN-Revision: 35019

11 years agomissing underscore in 3.3 regmap patch
John Crispin [Sun, 6 Jan 2013 10:01:53 +0000 (10:01 +0000)]
missing underscore in 3.3 regmap patch

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 35018

11 years agokernel: port the regmap fix to 3.6 (#12749), refresh patches for other versions
Felix Fietkau [Sat, 5 Jan 2013 13:33:44 +0000 (13:33 +0000)]
kernel: port the regmap fix to 3.6 (#12749), refresh patches for other versions

SVN-Revision: 35016

11 years agofix regmap debloat patch
John Crispin [Sat, 5 Jan 2013 00:20:05 +0000 (00:20 +0000)]
fix regmap debloat patch

SVN-Revision: 35015

11 years agomac80211: add dependency of PACKAGE_MAC80211_DEBUGFS
Felix Fietkau [Fri, 4 Jan 2013 17:41:23 +0000 (17:41 +0000)]
mac80211: add dependency of PACKAGE_MAC80211_DEBUGFS

I wanted to use some statistics from /sys/kernel/debug/ieee80211,
so I enabled PACKAGE_MAC80211_DEBUGFS.  But I could not use it,
because CONFIG_KERNEL_DEBUG_FS was not set and it's a little bit
hidden. After manually setting CONFIG_KERNEL_DEBUG_FS to y,
everything was fine. This patch automatically selects
CONFIG_KERNEL_DEBUG_FS if PACKAGE_MAC80211_DEBUGFS is set.

Additionally, the help text says "Say N unless you know you need this.",
but it's default y. This help text is copied verbatim from the
kernel's Kconfig and not true for us. So remove this part of the
help text

Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
SVN-Revision: 35014

11 years agouci: update to latest version, adds list delete, removes unused plugin support
Felix Fietkau [Fri, 4 Jan 2013 16:10:17 +0000 (16:10 +0000)]
uci: update to latest version, adds list delete, removes unused plugin support

SVN-Revision: 35013

11 years agofirewall: Add ULA site border for IPv6 traffic This prevents private traffic from...
Steven Barth [Fri, 4 Jan 2013 15:59:28 +0000 (15:59 +0000)]
firewall: Add ULA site border for IPv6 traffic This prevents private traffic from leaking out to the internet

SVN-Revision: 35012

11 years agobcm63xx: Add Huawei HG556a support
Jonas Gorski [Fri, 4 Jan 2013 14:47:57 +0000 (14:47 +0000)]
bcm63xx: Add Huawei HG556a support

Add Huawei EchoLife HG556a support.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
[jogo@openwrt.org: added some code style fixes]
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35011