Felix Fietkau [Sun, 17 Mar 2013 20:47:18 +0000 (20:47 +0000)]
hostapd: initial prototype of an ubus binding
Supports listing, removing and banning clients, and hooking into
probe/assoc/auth requests via object subscribe.
SVN-Revision: 36081
Florian Fainelli [Sun, 17 Mar 2013 19:47:04 +0000 (19:47 +0000)]
uml: remove 3.6 kernel patches
Signed-off-by: Florian Fainelli <[email protected]>
SVN-Revision: 36080
Florian Fainelli [Sun, 17 Mar 2013 19:46:59 +0000 (19:46 +0000)]
uml: remove 3.3. kernel patches
Signed-off-by: Florian Fainelli <[email protected]>
SVN-Revision: 36079
Florian Fainelli [Sun, 17 Mar 2013 19:46:54 +0000 (19:46 +0000)]
uml: switch to 3.8 kernel
Signed-off-by: Florian Fainelli <[email protected]>
SVN-Revision: 36078
Florian Fainelli [Sun, 17 Mar 2013 19:46:49 +0000 (19:46 +0000)]
uml: add support for 3.8 kernel
Signed-off-by: Florian Fainelli <[email protected]>
SVN-Revision: 36077
Florian Fainelli [Sun, 17 Mar 2013 19:46:43 +0000 (19:46 +0000)]
uml: remove 3.2 patches
Signed-off-by: Florian Fainelli <[email protected]>
SVN-Revision: 36076
Florian Fainelli [Sun, 17 Mar 2013 19:46:37 +0000 (19:46 +0000)]
ep93xx: switch to 3.8 kernel
Signed-off-by: Florian Fainelli <[email protected]>
SVN-Revision: 36075
Florian Fainelli [Sun, 17 Mar 2013 19:46:32 +0000 (19:46 +0000)]
kernel: refresh 3.9 patches
Signed-off-by: Florian Fainelli <[email protected]>
SVN-Revision: 36074
Florian Fainelli [Sun, 17 Mar 2013 19:46:25 +0000 (19:46 +0000)]
ep93xx: add support for 3.8 kernel
Signed-off-by: Florian Fainelli <[email protected]>
SVN-Revision: 36073
Florian Fainelli [Sun, 17 Mar 2013 19:46:00 +0000 (19:46 +0000)]
kernel: enable SND_COMPRESS_OFFLOAD for kernels >= 3.3
Most sound SoC driver enable it and rely it on to properly work.
Signed-off-by: Florian Fainelli <[email protected]>
SVN-Revision: 36072
Florian Fainelli [Sun, 17 Mar 2013 19:45:55 +0000 (19:45 +0000)]
ep93xx: account for sound soc directory rename in 3.7
sound/soc/ep93xx -> sound/soc/cirrus
Signed-off-by: Florian Fainelli <[email protected]>
SVN-Revision: 36071
Florian Fainelli [Sun, 17 Mar 2013 19:45:48 +0000 (19:45 +0000)]
kernel: set regmap-core module license
Fixes the following issues:
[ 7.660000] regmap_core: module license 'unspecified' taints kernel
[ 7.690000] Disabling lock debugging due to kernel
[ 7.700000] regmap_core: Unknown symbol lzo1x_decompress_safe (err 0
[ 7.710000] regmap_core: Unknown symbol lzo1x_1_compress (err 0
[ 7.720000] regmap_core: Unknown symbol devres_add (err 0
[ 7.730000] regmap_core: Unknown symbol debugfs_create_bool (err 0
[ 7.750000] regmap_core: Unknown symbol devres_alloc (err 0
[ 7.760000] regmap_core: Unknown symbol debugfs_remove_recursive (err 0
[ 7.770000] regmap_core: Unknown symbol debugfs_create_file (err 0
[ 7.780000] regmap_core: Unknown symbol devres_free (err 0
[ 7.800000] regmap_core: Unknown symbol devres_find (err 0
[ 7.810000] regmap_core: Unknown symbol debugfs_create_dir (err 0)
Signed-off-by: Florian Fainelli <[email protected]>
SVN-Revision: 36070
Florian Fainelli [Sun, 17 Mar 2013 19:45:42 +0000 (19:45 +0000)]
kernel: load regmap modules after kmod-lib-lzo
Otherwise regmap-core will not be able to lookup the lzo exported
symbols.
Signed-off-by: Florian Fainelli <[email protected]>
SVN-Revision: 36069
Felix Fietkau [Sun, 17 Mar 2013 17:43:47 +0000 (17:43 +0000)]
ubus: update to latest version, fixes a bug in notify return code handling
SVN-Revision: 36068
Florian Fainelli [Sun, 17 Mar 2013 14:33:47 +0000 (14:33 +0000)]
au1000: remove support for 3.3. kernel
Signed-off-by: Florian Fainelli <[email protected]>
SVN-Revision: 36067
Florian Fainelli [Sun, 17 Mar 2013 14:33:41 +0000 (14:33 +0000)]
au1000: switch to 3.6 kernel
Signed-off-by: Florian Fainelli <[email protected]>
SVN-Revision: 36066
Florian Fainelli [Sun, 17 Mar 2013 14:33:36 +0000 (14:33 +0000)]
au1000: keep the MTX-1 watchdog pin low during boot
Do this until the watchdog driver is loaded and the user-space watchdog
daemon can start pinging the watchdog.
Signed-off-by: Florian Fainelli <[email protected]>
SVN-Revision: 36065
Florian Fainelli [Sun, 17 Mar 2013 14:33:23 +0000 (14:33 +0000)]
ep93xx: remove 3.3 kernel support
Signed-off-by: Florian Fainelli <[email protected]>
SVN-Revision: 36064
Florian Fainelli [Sun, 17 Mar 2013 14:33:18 +0000 (14:33 +0000)]
mcs814x: use devm_request_and_ioremap in mcs814x-rng driver
Signed-off-by: Florian Fainelli <[email protected]>
SVN-Revision: 36063
Florian Fainelli [Sun, 17 Mar 2013 14:33:13 +0000 (14:33 +0000)]
mcs814x: use devm_request_and_ioremap helper for nuport_mac driver
Signed-off-by: Florian Fainelli <[email protected]>
SVN-Revision: 36062
Florian Fainelli [Sun, 17 Mar 2013 14:33:07 +0000 (14:33 +0000)]
mcs814x: remove PCI code
None of the boards we support are using it nor have it wired out of the
SoC, just remove it.
Signed-off-by: Florian Fainelli <[email protected]>
SVN-Revision: 36061
Florian Fainelli [Sat, 16 Mar 2013 22:25:47 +0000 (22:25 +0000)]
mcs814x: implement MULTI_IRQ_HANDLER
Allows us to get rid of the IRQ entry point assembly
Signed-off-by: Florian Fainelli <[email protected]>
SVN-Revision: 36060
Florian Fainelli [Sat, 16 Mar 2013 22:25:41 +0000 (22:25 +0000)]
mcs814x: use the standard device tree binding to represent a PHY node
Signed-off-by: Florian Fainelli <[email protected]>
SVN-Revision: 36059
Felix Fietkau [Sat, 16 Mar 2013 16:11:43 +0000 (16:11 +0000)]
mac80211: merge a few minstrel_ht performance improvements
SVN-Revision: 36056
Felix Fietkau [Sat, 16 Mar 2013 01:25:42 +0000 (01:25 +0000)]
busybox: fix disabling /sbin/init and logread if procd is used as init
SVN-Revision: 36054
Felix Fietkau [Fri, 15 Mar 2013 22:29:27 +0000 (22:29 +0000)]
mac80211: merge a fix for a race condition on station removal
SVN-Revision: 36053
Gabor Juhos [Fri, 15 Mar 2013 16:11:45 +0000 (16:11 +0000)]
mpc85xx: add profile and build image for the TL-WDR4900 v1 board
Now that the ethernet switch is working, create firmware
images to make impatient users happy.
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 36051
Gabor Juhos [Fri, 15 Mar 2013 16:06:28 +0000 (16:06 +0000)]
generic: ar8216: start AR8327 switch from the probe routine
The AR8327 switch gets its configuration from platform
data or from the device-tree. This allows to start it
from the probe routine. Doing so makes it usable with
ethernet drivers which only connects to the PHY device
when the ethernet interface is opened.
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 36050
Gabor Juhos [Fri, 15 Mar 2013 16:06:25 +0000 (16:06 +0000)]
generic: ar8216: add ar8xxx_start helper
Move switch starting code into a separate function.
This makes it usable from other places.
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 36049
Gabor Juhos [Fri, 15 Mar 2013 15:53:06 +0000 (15:53 +0000)]
mpc85xx: add AR8327 initvals to the TL-WDR4900 devicetree
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 36048
Gabor Juhos [Fri, 15 Mar 2013 15:50:08 +0000 (15:50 +0000)]
generic: ar8216: add OF configuration support for AR8327
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 36047
Gabor Juhos [Fri, 15 Mar 2013 15:50:05 +0000 (15:50 +0000)]
generic: ar8216: separate platform_data based AR8327 code
Move platform_data specific configuration code
into a separate routine. Do it in preparation
for the upcoming OF support.
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 36046
Gabor Juhos [Fri, 15 Mar 2013 15:50:02 +0000 (15:50 +0000)]
generic: ar8216: don't use platform_data in ar8327_init_port
Fetch the PORT_STATUS values in ar8327_hw_init and
store those in a private data stucture for later use.
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 36045
Gabor Juhos [Fri, 15 Mar 2013 15:50:00 +0000 (15:50 +0000)]
generic: ar8216: move the ar8327_get_port_init_status function
It will be used in ar8327_probe routine.
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 36044
Gabor Juhos [Fri, 15 Mar 2013 15:49:57 +0000 (15:49 +0000)]
generic: ar8216: simplify and rename ar8327_config_port
Return with the PORT_STATUS register value instead of
writing that directly into the corresponding register.
Also rename the function to ar8327_get_port_init_status.
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 36043
Gabor Juhos [Fri, 15 Mar 2013 15:49:55 +0000 (15:49 +0000)]
generic: ar8216: remove superfluous pdata checks
The presence of the platform data is already verified in
ar8327_hw_init, and the driver does not start without that
anyway.
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 36042
Felix Fietkau [Fri, 15 Mar 2013 15:22:06 +0000 (15:22 +0000)]
ath9k: add a fix to reduce the number of spurious tx hang detections
SVN-Revision: 36040
Gabor Juhos [Fri, 15 Mar 2013 14:39:51 +0000 (14:39 +0000)]
kernel: update linux 3.8 to 3.8.3
Also refresh the related generic/platform patches.
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 36039
Gabor Juhos [Fri, 15 Mar 2013 14:35:52 +0000 (14:35 +0000)]
ar71xx: build images for the TL-MR11U v2
[juhosg: use different profile name for v1 and v2, and add
multi profile to build for both versions]
Signed-off-by: Guilhem Lettron <[email protected]>
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 36038
Gabor Juhos [Fri, 15 Mar 2013 14:35:50 +0000 (14:35 +0000)]
ar71xx: rw2458n - Use eeprom (art) from wifi card
Use eeprom (art) from included wifi card, not hard coded in flash.
Signed-off-by: Cezary Jackiewicz <[email protected]>
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 36037
Gabor Juhos [Fri, 15 Mar 2013 14:35:48 +0000 (14:35 +0000)]
ar71xx: Error fix in Kernel for MR3420v2 Ethernet Switch configuration
Error in using another MDIO (AP123 platform using only one GE1 device
for eth0 and eth1) for the router mr3420v2.
?onfirmed: https://forum.openwrt.org/viewtopic.php?pid=194779#p194779
Routers in this sense are the same and the only difference is: USB
port, USB led, instead of the GPIO-switch we have GPIO-button.
Signed-off-by: Dmytro <[email protected]>
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 36036
Felix Fietkau [Fri, 15 Mar 2013 13:58:47 +0000 (13:58 +0000)]
ath9k: fix issues with disabling rx/tx antennas
SVN-Revision: 36035
Felix Fietkau [Fri, 15 Mar 2013 13:43:55 +0000 (13:43 +0000)]
uhttpd: update to latest version, fixes an occasional crash on CGI scripts
SVN-Revision: 36034
Luka Perkov [Fri, 15 Mar 2013 01:36:53 +0000 (01:36 +0000)]
uboot-envtools: upgrade to version 2013.01.01
Signed-off-by: Luka Perkov <[email protected]>
SVN-Revision: 36033
John Crispin [Thu, 14 Mar 2013 18:44:03 +0000 (18:44 +0000)]
fix up the mount options to match what openwrt had before using procd as pid 1
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 36032
John Crispin [Thu, 14 Mar 2013 18:43:58 +0000 (18:43 +0000)]
sysupgrade was broken as procd was getting killed
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 36031
John Crispin [Thu, 14 Mar 2013 18:43:54 +0000 (18:43 +0000)]
ACMP252: fix USB-enable GPIO and use default PCI configuration for now
EEPROM is an actial serial EEPROM on the WiFi module, therefore we can remove
ralink_eep from the dts.
USB power-enable GPIO turned out to be GPIO #3 (found via probing/brute-force).
PCI works with default settings as long as the vendor bootloader is used.
Signed-off-by: Daniel Golle <[email protected]>
SVN-Revision: 36030
John Crispin [Thu, 14 Mar 2013 18:43:49 +0000 (18:43 +0000)]
fix buttons on vr9 eval kit
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 36029
John Crispin [Thu, 14 Mar 2013 18:43:44 +0000 (18:43 +0000)]
select vdsl packages on vr9 boards
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 36028
John Crispin [Thu, 14 Mar 2013 18:43:39 +0000 (18:43 +0000)]
fix fritzbox 3370 partitions/memory/cmdline
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 36027
John Crispin [Thu, 14 Mar 2013 18:43:34 +0000 (18:43 +0000)]
build jffs images for nand based fritzbox
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 36026
John Crispin [Thu, 14 Mar 2013 18:43:29 +0000 (18:43 +0000)]
add vdsl firmware loader/cutter
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 36025
John Crispin [Thu, 14 Mar 2013 18:43:23 +0000 (18:43 +0000)]
add vdsl mei driver
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 36024
John Crispin [Thu, 14 Mar 2013 18:43:18 +0000 (18:43 +0000)]
add vdsl driver
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 36023
John Crispin [Thu, 14 Mar 2013 18:43:13 +0000 (18:43 +0000)]
add vdsl userland app
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 36022
John Crispin [Thu, 14 Mar 2013 18:43:07 +0000 (18:43 +0000)]
make DEU work with v3.8
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 36021
John Crispin [Thu, 14 Mar 2013 18:43:02 +0000 (18:43 +0000)]
make lib-ifxos work with v3.8
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 36020
John Crispin [Thu, 14 Mar 2013 18:42:57 +0000 (18:42 +0000)]
make hcd driver work with v3.8
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 36019
John Crispin [Thu, 14 Mar 2013 18:42:52 +0000 (18:42 +0000)]
make ptm drivers work with v3.8
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 36018
John Crispin [Thu, 14 Mar 2013 18:42:47 +0000 (18:42 +0000)]
make atm driver work with v3.8
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 36017
John Crispin [Thu, 14 Mar 2013 18:42:43 +0000 (18:42 +0000)]
make adsl work with v3.8
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 36016
John Crispin [Thu, 14 Mar 2013 18:42:38 +0000 (18:42 +0000)]
make adsl mei driver work with v3.8
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 36015
John Crispin [Thu, 14 Mar 2013 18:42:29 +0000 (18:42 +0000)]
bump to v3.8
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 36014
John Crispin [Thu, 14 Mar 2013 18:42:21 +0000 (18:42 +0000)]
move GPHY FW blobs to non versioned folder
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 36013
Jo-Philipp Wich [Thu, 14 Mar 2013 15:29:43 +0000 (15:29 +0000)]
firewall3: update to git head
* Introduce "option reload" for includes to specify whether includes should be processed on reload (e.g. when tapping into internal chains)
* Allow "network" and "device" commands while firewall is running (to make them usable in includes)
SVN-Revision: 36009
Florian Fainelli [Thu, 14 Mar 2013 14:45:56 +0000 (14:45 +0000)]
kernel: add support for 3.9-rc2
Signed-off-by: Florian Fainelli <[email protected]>
SVN-Revision: 36008
Florian Fainelli [Thu, 14 Mar 2013 14:45:36 +0000 (14:45 +0000)]
mac80211: backport required changes to support 3.9-rc kernels
SVN-Revision: 36007
John Crispin [Wed, 13 Mar 2013 18:29:08 +0000 (18:29 +0000)]
fix date and dependency
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 36006
John Crispin [Wed, 13 Mar 2013 18:11:31 +0000 (18:11 +0000)]
make init and logread depend on !PROCD_INIT
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 36005
John Crispin [Wed, 13 Mar 2013 18:11:25 +0000 (18:11 +0000)]
use new button scheme
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 36004
John Crispin [Wed, 13 Mar 2013 18:11:19 +0000 (18:11 +0000)]
make basefiles aware of procd
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 36003
John Crispin [Wed, 13 Mar 2013 18:11:13 +0000 (18:11 +0000)]
update the /init file to start /sbin/init
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 36002
John Crispin [Wed, 13 Mar 2013 18:11:07 +0000 (18:11 +0000)]
update to latest git head
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 36001
John Crispin [Wed, 13 Mar 2013 18:11:00 +0000 (18:11 +0000)]
make sure the console works when using procd as our pid 1
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 36000
Jo-Philipp Wich [Wed, 13 Mar 2013 15:46:30 +0000 (15:46 +0000)]
firewall3: update to git head
* Adds support for emitting hotplug events when creating and clearing zones (fixes miniupnpd)
* Make NAT reflection direction configurable
* Map init script stop action to flush
* Map init script reload action to reload
* Respect init script disabled state in hotplug handler
SVN-Revision: 35998
Felix Fietkau [Wed, 13 Mar 2013 15:45:41 +0000 (15:45 +0000)]
ubus: update to latest version
SVN-Revision: 35997
Felix Fietkau [Wed, 13 Mar 2013 15:44:08 +0000 (15:44 +0000)]
libubox: update to latest version, adds libjson-script
SVN-Revision: 35996
Gabor Juhos [Tue, 12 Mar 2013 18:22:34 +0000 (18:22 +0000)]
gemini: remove 3.3 support
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 35995
Gabor Juhos [Tue, 12 Mar 2013 18:22:33 +0000 (18:22 +0000)]
gemini: switch to 3.8
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 35994
Gabor Juhos [Tue, 12 Mar 2013 18:22:22 +0000 (18:22 +0000)]
gemini: add support for 3.8
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 35993
John Crispin [Tue, 12 Mar 2013 13:53:08 +0000 (13:53 +0000)]
fixes NO_XIP on CFI0001 flash
This patch disables the execute-in-place (XIP) support for flash on
lantiq. This has to be disabled since the bus which flash is connected
to does not support unaligned accesses. Resolves data bus errors on
Lantiq routers with Intel command set flash.
Signed-off-by: Matti Laakso <[email protected]>
SVN-Revision: 35992
John Crispin [Tue, 12 Mar 2013 13:53:01 +0000 (13:53 +0000)]
ltq-atm: update sock api
update sock api in lantiq atm driver
The ltq-atm driver provides its own replacement for net/atm/common.c:alloc_tx(),
defined in ltq_atm.c:atm_alloc_tx().
The read of sk_wmem_alloc is done in the wrong way, starting with commit
2b85a34e911bf483c27cfdd124aeb1605145dc80 in linux mainline it has to be
done through a specific wrapper.
Signed-off-by: Luca Dariz <[email protected]>
SVN-Revision: 35991
John Crispin [Tue, 12 Mar 2013 13:52:54 +0000 (13:52 +0000)]
add support for AudioCodes AC-252
user-space support for extracting the EEPROM for the RaLink WiFi is still
missing. Besides this, it's all working.
Signed-off-by: Daniel Golle <[email protected]>
SVN-Revision: 35990
John Crispin [Tue, 12 Mar 2013 13:52:47 +0000 (13:52 +0000)]
unbreak dgn3500 spi-gpio
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 35989
John Crispin [Tue, 12 Mar 2013 13:52:40 +0000 (13:52 +0000)]
make sure errors get sent to /dev/null
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 35988
John Crispin [Tue, 12 Mar 2013 13:52:33 +0000 (13:52 +0000)]
make sure errors get sent to /dev/null
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 35987
John Crispin [Tue, 12 Mar 2013 13:52:20 +0000 (13:52 +0000)]
fixes mbssid on ralink hardware
Signed-off-by: John Crispin <[email protected]>
SVN-Revision: 35986
Gabor Juhos [Tue, 12 Mar 2013 13:28:33 +0000 (13:28 +0000)]
avr32: remove 3.3 support
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 35985
Gabor Juhos [Tue, 12 Mar 2013 13:28:32 +0000 (13:28 +0000)]
avr32: switch to 3.8
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 35984
Gabor Juhos [Tue, 12 Mar 2013 13:28:31 +0000 (13:28 +0000)]
avr32: add support for 3.8
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 35983
Gabor Juhos [Tue, 12 Mar 2013 13:28:27 +0000 (13:28 +0000)]
avr32: add sysupgrade support
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 35982
Gabor Juhos [Tue, 12 Mar 2013 13:28:23 +0000 (13:28 +0000)]
avr32: add firmware partition
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 35981
Gabor Juhos [Tue, 12 Mar 2013 13:28:21 +0000 (13:28 +0000)]
avr32: add diag support
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 35980
Gabor Juhos [Tue, 12 Mar 2013 13:28:19 +0000 (13:28 +0000)]
avr32: create network config dynamically
The default network configuration from base-files
is not correct for the NGW100 board.
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 35979
Gabor Juhos [Tue, 12 Mar 2013 13:28:16 +0000 (13:28 +0000)]
avr32: built the firmware images from the lzma compressed uImage
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 35978
Gabor Juhos [Tue, 12 Mar 2013 07:18:37 +0000 (07:18 +0000)]
mpc52xx: remove 3.3 support
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 35977
Gabor Juhos [Tue, 12 Mar 2013 07:18:36 +0000 (07:18 +0000)]
mpc52xx: switch to 3.8
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 35976
Gabor Juhos [Tue, 12 Mar 2013 07:18:34 +0000 (07:18 +0000)]
mpc52xx: add support for 3.8
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 35975
Felix Fietkau [Tue, 12 Mar 2013 00:19:25 +0000 (00:19 +0000)]
hostapd: fix client reassociation after too many ACK failures
SVN-Revision: 35973
Gabor Juhos [Mon, 11 Mar 2013 21:02:45 +0000 (21:02 +0000)]
ramips: add profile and build image for the Upvel UR-326N4G board
Patch from: Дмитрий Лебедев <
[email protected]>
Signed-off-by: Gabor Juhos <[email protected]>
SVN-Revision: 35972