aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* ar71xx: om2p-hs: use correct bit mask to disable JTAG functionalityGabor Juhos2013-03-111-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35966
* ar71xx: add AR934X_GPIO_FUNC_* definesGabor Juhos2013-03-111-4/+10
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35965
* ar71xx: makefile changes to build image for MR3420v2Gabor Juhos2013-03-111-1/+3
| | | | | | | | Patch-by: Dmytro <dioptimizer@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/3440/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35964
* firmware-utils/mktplinkfw: Add support for MR3420v2Gabor Juhos2013-03-111-0/+6
| | | | | | | | Patch-by: Dmytro <dioptimizer@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/3441/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35963
* ar71xx: add user-space support for MR3420v2Gabor Juhos2013-03-115-0/+16
| | | | | | | | Patch-by: Dmytro <dioptimizer@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/3442/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35962
* ar71xx: add kernel support for MR3420v2Gabor Juhos2013-03-112-12/+96
| | | | | | | | | [juhosg: use gpio_request_one to enable the USB power] Patch-by: Dmytro <dioptimizer@gmail.com> Signed-off-by: Gabor Juhos <juhosg@opewrt.org> SVN-Revision: 35961
* ar71xx: enabling control GPIO14 and GPIO15 on MR3040/MR11UGabor Juhos2013-03-111-0/+6
| | | | | | | | | | | | LAN1 and LAN2 LEDs not present (it pulled to ground via resistors) on MR3040 and MR11U devices. This little patch enabling ability to control GPIO14 and GPIO15. Patch-by: Dmytro <dioptimizer@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/3439/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35960
* ar71xx: add profile support for dir-835-a1Gabor Juhos2013-03-112-0/+12
| | | | | | | | Signed-off-by: Alexander Stadler <sa.maillists@univie.ac.at> Patchwork: http://patchwork.openwrt.org/patch/3427/mbox/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35959
* ar71xx: add user space support for dir-835-a1Gabor Juhos2013-03-115-6/+9
| | | | | | | | Signed-off-by: Alexander Stadler <sa.maillists@univie.ac.at> Patchwork: http://patchwork.openwrt.org/patch/3425/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35958
* ar71xx: add kernel support for dir-835-a1Gabor Juhos2013-03-115-13/+63
| | | | | | | | | | | | | | [juhosg: - remove custom mdio bus info and platform data for ar8327, clear the .led_cfg field from dir835a1_setup instead, - remove arguments of dir835c1_generic_setup function, register the LEDs directly from the board specific setup instead] Signed-off-by: Alexander Stadler <sa.maillists@univie.ac.at> Patchwork: http://patchwork.openwrt.org/patch/3426/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35957
* cns3xxx: ethernet - clean the tx ring before refilling the rx ring to reduce ↵Felix Fietkau2013-03-111-4/+4
| | | | | | memory pressure SVN-Revision: 35953
* cns3xxx: ethernet - clean the tx ring only in the poll function, not in the ↵Felix Fietkau2013-03-111-6/+11
| | | | | | xmit handler SVN-Revision: 35952
* cns3xxx: increase number of ethernet driver rx buffersFelix Fietkau2013-03-101-1/+1
| | | | SVN-Revision: 35951
* cns3xxx: prevent the ethernet driver from accessing uninitialized dma ↵Felix Fietkau2013-03-101-1/+2
| | | | | | descriptor entries SVN-Revision: 35950
* cns3xxx: minor ethernet driver cleanupFelix Fietkau2013-03-101-35/+19
| | | | SVN-Revision: 35949
* brcm47xx: refresh configHauke Mehrtens2013-03-102-6/+0
| | | | SVN-Revision: 35948
* xburst: fix compilation: remove the __dev attributesHauke Mehrtens2013-03-102-6/+6
| | | | SVN-Revision: 35946
* kernel: add some missing config options found by the buildbot.Hauke Mehrtens2013-03-105-1/+9
| | | | SVN-Revision: 35945