aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add vdsl driverJohn Crispin2013-03-142-0/+217
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36023
* add vdsl userland appJohn Crispin2013-03-144-0/+456
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36022
* make DEU work with v3.8John Crispin2013-03-141-3/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36021
* make lib-ifxos work with v3.8John Crispin2013-03-141-6/+81
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36020
* make hcd driver work with v3.8John Crispin2013-03-142-1/+5
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36019
* make ptm drivers work with v3.8John Crispin2013-03-142-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36018
* make atm driver work with v3.8John Crispin2013-03-141-3/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36017
* make adsl work with v3.8John Crispin2013-03-141-0/+152
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36016
* make adsl mei driver work with v3.8John Crispin2013-03-141-3/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36015
* bump to v3.8John Crispin2013-03-1443-1/+14590
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36014
* move GPHY FW blobs to non versioned folderJohn Crispin2013-03-144-0/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36013
* firewall3: update to git headJo-Philipp Wich2013-03-141-2/+2
| | | | | | | * 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
* kernel: add support for 3.9-rc2Florian Fainelli2013-03-14156-0/+30824
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36008
* mac80211: backport required changes to support 3.9-rc kernelsFlorian Fainelli2013-03-1417-30/+384
| | | | SVN-Revision: 36007
* fix date and dependencyJohn Crispin2013-03-131-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36006
* make init and logread depend on !PROCD_INITJohn Crispin2013-03-133-1/+4
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36005
* use new button schemeJohn Crispin2013-03-132-0/+7
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36004
* make basefiles aware of procdJohn Crispin2013-03-1338-70/+705
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36003
* update the /init file to start /sbin/initJohn Crispin2013-03-131-94/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36002
* update to latest git headJohn Crispin2013-03-133-3/+117
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36001
* make sure the console works when using procd as our pid 1John Crispin2013-03-131-0/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36000
* firewall3: update to git headJo-Philipp Wich2013-03-133-3/+9
| | | | | | | | | | * 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
* ubus: update to latest versionFelix Fietkau2013-03-131-3/+3
| | | | SVN-Revision: 35997
* libubox: update to latest version, adds libjson-scriptFelix Fietkau2013-03-131-4/+16
| | | | SVN-Revision: 35996
* gemini: remove 3.3 supportGabor Juhos2013-03-1218-4901/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35995
* gemini: switch to 3.8Gabor Juhos2013-03-121-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35994
* gemini: add support for 3.8Gabor Juhos2013-03-1218-0/+5275
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35993
* fixes NO_XIP on CFI0001 flashJohn Crispin2013-03-122-0/+19
| | | | | | | | | | | 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 <malaakso@elisanet.fi> SVN-Revision: 35992
* ltq-atm: update sock apiJohn Crispin2013-03-121-1/+1
| | | | | | | | | | | | | | 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 <luca.dariz@gmail.com> SVN-Revision: 35991
* add support for AudioCodes AC-252John Crispin2013-03-124-1/+116
| | | | | | | | | 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 <dgolle@allnet.de> SVN-Revision: 35990
* unbreak dgn3500 spi-gpioJohn Crispin2013-03-121-4/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 35989
* make sure errors get sent to /dev/nullJohn Crispin2013-03-121-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 35988
* make sure errors get sent to /dev/nullJohn Crispin2013-03-121-3/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 35987
* fixes mbssid on ralink hardwareJohn Crispin2013-03-121-2/+4
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 35986
* avr32: remove 3.3 supportGabor Juhos2013-03-122-131/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35985
* avr32: switch to 3.8Gabor Juhos2013-03-121-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35984
* avr32: add support for 3.8Gabor Juhos2013-03-123-0/+153
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35983
* avr32: add sysupgrade supportGabor Juhos2013-03-121-0/+28
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35982
* avr32: add firmware partitionGabor Juhos2013-03-121-0/+12
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35981
* avr32: add diag supportGabor Juhos2013-03-121-0/+23
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35980
* avr32: create network config dynamicallyGabor Juhos2013-03-122-0/+22
| | | | | | | | | The default network configuration from base-files is not correct for the NGW100 board. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35979
* avr32: built the firmware images from the lzma compressed uImageGabor Juhos2013-03-121-2/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35978
* mpc52xx: remove 3.3 supportGabor Juhos2013-03-121-272/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35977
* mpc52xx: switch to 3.8Gabor Juhos2013-03-121-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35976
* mpc52xx: add support for 3.8Gabor Juhos2013-03-121-0/+285
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35975
* hostapd: fix client reassociation after too many ACK failuresFelix Fietkau2013-03-121-0/+11
| | | | SVN-Revision: 35973
* ramips: add profile and build image for the Upvel UR-326N4G boardGabor Juhos2013-03-112-0/+16
| | | | | | | Patch from: Дмитрий Лебедев <lebedev@trendnet.ru> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35972
* ramips: add user-space support for the Upvel UR-326N4G boardGabor Juhos2013-03-115-0/+16
| | | | | | | | | [juhosg: fix mac address setup] Patch from: Дмитрий Лебедев <lebedev@trendnet.ru> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35971
* ramips: add kernel support for the Upvel UR-326N4G boardGabor Juhos2013-03-116-0/+111
| | | | | | | | | [juhosg: add missing symbols to config-3.{7,8}] Patch from: Дмитрий Лебедев <lebedev@trendnet.ru> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35970
* firewall3: update to git headJo-Philipp Wich2013-03-112-2/+5
| | | | | | | | | | * Fixes compilation against eglibc * Fixes tracking logic when selectively restarting IPv4 or IPv6 firewall * Fixes tracking logic for user chains by differentiating between reloads and restarts * Introduces per-zone user chains {input,output,forwarding,prerouting,postrouting}_$zone_rule * Supports legacy "tcpudp" protocol notation again SVN-Revision: 35969