aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* generate bifferboard images, patch from bifferosFlorian Fainelli2009-12-131-0/+5
| | | | SVN-Revision: 18768
* kernel: fix typo that prevents autoloading of the rdc321x_wdt driverJo-Philipp Wich2009-12-121-1/+1
| | | | SVN-Revision: 18767
* add preliminary support for the bifferboard, patch from bifferosFlorian Fainelli2009-12-125-1/+293
| | | | SVN-Revision: 18766
* add a hacked up version of upslug2 which is able to flash a wrt350nv2 in ↵Felix Fietkau2009-12-124-2/+469
| | | | | | recovery mode SVN-Revision: 18765
* wrt350nv2-builder: fix a small off-by-one error (thx, mb)Felix Fietkau2009-12-121-3/+3
| | | | SVN-Revision: 18764
* build wrt350n v2 recovery and web upgrade images (based on patch from #5970)Felix Fietkau2009-12-121-3/+22
| | | | SVN-Revision: 18763
* fix portability issues and other minor bugs in the wrt350nv2 image builderFelix Fietkau2009-12-121-19/+10
| | | | SVN-Revision: 18762
* add wrt350n v2 image building code from #5970 (thx, maddes)Felix Fietkau2009-12-129-0/+2011
| | | | SVN-Revision: 18761
* lzma2eva: Endianness fixes.Michael Büsch2009-12-111-26/+88
| | | | SVN-Revision: 18760
* modules: package the leds-wndr3700-usb driverGabor Juhos2009-12-111-0/+16
| | | | SVN-Revision: 18759
* ar71xx: add driver for the USB LED on the WNDR3700Gabor Juhos2009-12-118-0/+157
| | | | SVN-Revision: 18758
* ar71xx: add ar71xx_device_stopped functionGabor Juhos2009-12-112-0/+36
| | | | SVN-Revision: 18757
* ar71xx: fix build error with 2.6.31.7Gabor Juhos2009-12-112-5/+5
| | | | SVN-Revision: 18756
* ar71xx: fix NULL pointer dereference in the ethernet driverGabor Juhos2009-12-111-3/+5
| | | | SVN-Revision: 18755
* convert gpio code to use gpiolib, make rdc321x:dmz led work againFlorian Fainelli2009-12-115-122/+44
| | | | SVN-Revision: 18754
* remove the host-tool lzma dependency we now use the one provided in openwrtFlorian Fainelli2009-12-111-4/+0
| | | | SVN-Revision: 18753
* ar71xx: merge DSA switch patchGabor Juhos2009-12-115-140/+12
| | | | SVN-Revision: 18752
* ar71xx: merge ag71xx specific patchesGabor Juhos2009-12-1110-349/+17
| | | | SVN-Revision: 18751
* ar71xx: nuke 2.6.28 supportGabor Juhos2009-12-1128-934/+0
| | | | SVN-Revision: 18750
* ar71xx: move mdio_bus reset codeGabor Juhos2009-12-112-7/+5
| | | | SVN-Revision: 18749
* refresh patchImre Kaloz2009-12-111-4/+4
| | | | SVN-Revision: 18748
* upgrade to 2.6.31.7Imre Kaloz2009-12-115-6/+6
| | | | SVN-Revision: 18747
* menuconfig: allow wildcard includes to return no match (#6339)Felix Fietkau2009-12-112-2/+8
| | | | SVN-Revision: 18743
* madwifi: add a watchdog for software beacon alert interruptsFelix Fietkau2009-12-111-0/+95
| | | | SVN-Revision: 18740
* madwifi: fix noise level display and make the cca threshold configurable ↵Felix Fietkau2009-12-111-0/+186
| | | | | | through sysctl SVN-Revision: 18739
* add a simple script for symlinking one tree into another for doing builds ↵Felix Fietkau2009-12-101-0/+45
| | | | | | with separate build dirs, but the same source dir SVN-Revision: 18734
* firewall: fix fallout from r18716 (fixes #6338)Felix Fietkau2009-12-101-1/+3
| | | | SVN-Revision: 18733
* mac80211: fix dependsGabor Juhos2009-12-101-2/+2
| | | | SVN-Revision: 18732
* hostapd: parse the option for hiding the ESSID (#6310)Felix Fietkau2009-12-091-0/+2
| | | | SVN-Revision: 18727
* add missing config option for v4l1 (fixes #6314)Felix Fietkau2009-12-091-0/+1
| | | | SVN-Revision: 18726
* Fix a memory leak in hotplug2 environment handling. Bump hotplug2 to the ↵Felix Fietkau2009-12-094-171/+81
| | | | | | | | | | | | | | | | | | | | | | | latest svn revision, remove obsolete patches. Memory leak is caused by the way hotplug2 handles environment variables, using setenv() and unsetenv(). setenv() creates copies of the supplied strings, but, due to a POSIX blunder, these copies are never destroyed by unsetenv(), neither in glibc nor uclibc - not until the program terminates. Since some events are handled directly in the main process, even when configured with the "fork" worker, hotplug2 memory usage will keep growing over time. This can be observed by running "udevtrigger" and noting the increase in hotplug2 VmRSS after each run. This patch uses putenv() instead, which leaves storage management to the caller, so that we can explicitly delete stuff when it's no longer needed. Signed-off-by: Aleksandar Radovanovic <biblbroks@sezampro.rs> SVN-Revision: 18725
* broadcom-wl: add rts/frag threshold settings (patch from #4769)Felix Fietkau2009-12-091-0/+4
| | | | SVN-Revision: 18720
* mac80211: fix RTS threshold not being set for mac80211 devicesFelix Fietkau2009-12-091-1/+1
| | | | | | | | A typo prevented it from working, tested with ar71xx and ath9k. Signed-off-by: Otto Solares <solca@guug.org> SVN-Revision: 18719
* add missing argument to debug/mount wrappers (thx, matteo)Felix Fietkau2009-12-091-2/+2
| | | | SVN-Revision: 18718
* do not start multiple subshells for applying /etc/uci-defaults. use sh -x ↵Felix Fietkau2009-12-092-6/+5
| | | | | | for hush compatibility SVN-Revision: 18717
* firewall: get rid of recursive shell script inclusion to improve hush ↵Felix Fietkau2009-12-092-37/+46
| | | | | | compatibility SVN-Revision: 18716
* functions.sh: use functions instead of aliases for the debug, mount wrappers ↵Felix Fietkau2009-12-091-2/+7
| | | | | | - hush does not have aliases SVN-Revision: 18715
* adjust dependencies of firewall and qos-scripts, so that these packages are ↵Felix Fietkau2009-12-092-2/+2
| | | | | | visible even when iptables is not selected SVN-Revision: 18714
* iptables: move to 'Network' in menuconfigFelix Fietkau2009-12-091-1/+1
| | | | SVN-Revision: 18713
* busybox: adjust hush default configurationFelix Fietkau2009-12-091-10/+10
| | | | SVN-Revision: 18712
* ar71xx: sync kernel configsGabor Juhos2009-12-093-33/+34
| | | | SVN-Revision: 18711
* ar71xx: register rtl8366-smi device on the DIR-825 B1 boardGabor Juhos2009-12-091-4/+21
| | | | SVN-Revision: 18710
* rtl8306: manage the wan port as a separate phy device with proper link ↵Felix Fietkau2009-12-092-29/+89
| | | | | | status reading and autonegotiation - the genphy driver does not handle it properly SVN-Revision: 18709
* fix default network config after r18699Jo-Philipp Wich2009-12-081-1/+1
| | | | SVN-Revision: 18708
* iptables: bump pkg revisionJo-Philipp Wich2009-12-081-1/+1
| | | | SVN-Revision: 18707
* iptables: add comment match to the core packageJo-Philipp Wich2009-12-082-1/+2
| | | | SVN-Revision: 18706
* fix firmware loading broken by the busybox upgradeFelix Fietkau2009-12-081-1/+1
| | | | SVN-Revision: 18705
* ifxmips: add CONFIG_SQUASHFS_SUPPORT_LZMAJohn Crispin2009-12-081-0/+1
| | | | SVN-Revision: 18701
* make uboot work on arcaydian boardJohn Crispin2009-12-083-36/+80
| | | | SVN-Revision: 18700
* ar71xx: make the rtl8306 switch attach to eth0 instead of eth1 on the ↵Felix Fietkau2009-12-083-2/+5
| | | | | | wrt160nl, fixes wan port detection (#6309) SVN-Revision: 18699