Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | menuconfig: allow wildcard includes to return no match (#6339) | Felix Fietkau | 2009-12-11 | 2 | -2/+8 | |
| | | | | SVN-Revision: 18743 | |||||
* | madwifi: add a watchdog for software beacon alert interrupts | Felix Fietkau | 2009-12-11 | 1 | -0/+95 | |
| | | | | SVN-Revision: 18740 | |||||
* | madwifi: fix noise level display and make the cca threshold configurable ↵ | Felix Fietkau | 2009-12-11 | 1 | -0/+186 | |
| | | | | | | through sysctl SVN-Revision: 18739 | |||||
* | add a simple script for symlinking one tree into another for doing builds ↵ | Felix Fietkau | 2009-12-10 | 1 | -0/+45 | |
| | | | | | | with separate build dirs, but the same source dir SVN-Revision: 18734 | |||||
* | firewall: fix fallout from r18716 (fixes #6338) | Felix Fietkau | 2009-12-10 | 1 | -1/+3 | |
| | | | | SVN-Revision: 18733 | |||||
* | mac80211: fix depends | Gabor Juhos | 2009-12-10 | 1 | -2/+2 | |
| | | | | SVN-Revision: 18732 | |||||
* | hostapd: parse the option for hiding the ESSID (#6310) | Felix Fietkau | 2009-12-09 | 1 | -0/+2 | |
| | | | | SVN-Revision: 18727 | |||||
* | add missing config option for v4l1 (fixes #6314) | Felix Fietkau | 2009-12-09 | 1 | -0/+1 | |
| | | | | SVN-Revision: 18726 | |||||
* | Fix a memory leak in hotplug2 environment handling. Bump hotplug2 to the ↵ | Felix Fietkau | 2009-12-09 | 4 | -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 Fietkau | 2009-12-09 | 1 | -0/+4 | |
| | | | | SVN-Revision: 18720 | |||||
* | mac80211: fix RTS threshold not being set for mac80211 devices | Felix Fietkau | 2009-12-09 | 1 | -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 Fietkau | 2009-12-09 | 1 | -2/+2 | |
| | | | | SVN-Revision: 18718 | |||||
* | do not start multiple subshells for applying /etc/uci-defaults. use sh -x ↵ | Felix Fietkau | 2009-12-09 | 2 | -6/+5 | |
| | | | | | | for hush compatibility SVN-Revision: 18717 | |||||
* | firewall: get rid of recursive shell script inclusion to improve hush ↵ | Felix Fietkau | 2009-12-09 | 2 | -37/+46 | |
| | | | | | | compatibility SVN-Revision: 18716 | |||||
* | functions.sh: use functions instead of aliases for the debug, mount wrappers ↵ | Felix Fietkau | 2009-12-09 | 1 | -2/+7 | |
| | | | | | | - hush does not have aliases SVN-Revision: 18715 | |||||
* | adjust dependencies of firewall and qos-scripts, so that these packages are ↵ | Felix Fietkau | 2009-12-09 | 2 | -2/+2 | |
| | | | | | | visible even when iptables is not selected SVN-Revision: 18714 | |||||
* | iptables: move to 'Network' in menuconfig | Felix Fietkau | 2009-12-09 | 1 | -1/+1 | |
| | | | | SVN-Revision: 18713 | |||||
* | busybox: adjust hush default configuration | Felix Fietkau | 2009-12-09 | 1 | -10/+10 | |
| | | | | SVN-Revision: 18712 | |||||
* | ar71xx: sync kernel configs | Gabor Juhos | 2009-12-09 | 3 | -33/+34 | |
| | | | | SVN-Revision: 18711 | |||||
* | ar71xx: register rtl8366-smi device on the DIR-825 B1 board | Gabor Juhos | 2009-12-09 | 1 | -4/+21 | |
| | | | | SVN-Revision: 18710 | |||||
* | rtl8306: manage the wan port as a separate phy device with proper link ↵ | Felix Fietkau | 2009-12-09 | 2 | -29/+89 | |
| | | | | | | status reading and autonegotiation - the genphy driver does not handle it properly SVN-Revision: 18709 | |||||
* | fix default network config after r18699 | Jo-Philipp Wich | 2009-12-08 | 1 | -1/+1 | |
| | | | | SVN-Revision: 18708 | |||||
* | iptables: bump pkg revision | Jo-Philipp Wich | 2009-12-08 | 1 | -1/+1 | |
| | | | | SVN-Revision: 18707 | |||||
* | iptables: add comment match to the core package | Jo-Philipp Wich | 2009-12-08 | 2 | -1/+2 | |
| | | | | SVN-Revision: 18706 | |||||
* | fix firmware loading broken by the busybox upgrade | Felix Fietkau | 2009-12-08 | 1 | -1/+1 | |
| | | | | SVN-Revision: 18705 | |||||
* | ifxmips: add CONFIG_SQUASHFS_SUPPORT_LZMA | John Crispin | 2009-12-08 | 1 | -0/+1 | |
| | | | | SVN-Revision: 18701 | |||||
* | make uboot work on arcaydian board | John Crispin | 2009-12-08 | 3 | -36/+80 | |
| | | | | SVN-Revision: 18700 | |||||
* | ar71xx: make the rtl8306 switch attach to eth0 instead of eth1 on the ↵ | Felix Fietkau | 2009-12-08 | 3 | -2/+5 | |
| | | | | | | wrt160nl, fixes wan port detection (#6309) SVN-Revision: 18699 | |||||
* | fix link status detection in various switch drivers | Felix Fietkau | 2009-12-08 | 4 | -4/+4 | |
| | | | | SVN-Revision: 18698 | |||||
* | ar71xx: TL-WR1043ND support cleanup | Gabor Juhos | 2009-12-08 | 9 | -10/+18 | |
| | | | | SVN-Revision: 18697 | |||||
* | ar71xx: preliminary support for the TL-WR1043ND | Gabor Juhos | 2009-12-08 | 10 | -0/+172 | |
| | | | | | | | | | | | | Adds board support for the TP-Link TL-WR1043ND Based on the Atheros AP81 platform. Presently the RTL8366RB switch support is missing due to no driver. The ethernet works with 5 ports@1Gbit but is missing vlan support. Hope Ive done this right, First time submiting a patch. Signed-off-by: Andrew Tarabaras <andrew@advancedtechnologies.com.au> SVN-Revision: 18696 | |||||
* | ar71xx: register rtl8366_smi device on the WNDR3700 | Gabor Juhos | 2009-12-08 | 1 | -1/+20 | |
| | | | | SVN-Revision: 18695 | |||||
* | ar71xx: add mdio bus driver for the rtl8366 switch | Gabor Juhos | 2009-12-08 | 10 | -0/+768 | |
| | | | | SVN-Revision: 18694 | |||||
* | ar71xx: refresh patches | Gabor Juhos | 2009-12-08 | 11 | -34/+34 | |
| | | | | SVN-Revision: 18693 | |||||
* | ar71xx: add support for external mii_bus | Gabor Juhos | 2009-12-08 | 6 | -9/+52 | |
| | | | | SVN-Revision: 18692 | |||||
* | ar71xx: move phy_connect call to ag71xx_open | Gabor Juhos | 2009-12-08 | 1 | -12/+11 | |
| | | | | SVN-Revision: 18691 | |||||
* | package nls cp866 support (#6281) | Florian Fainelli | 2009-12-07 | 1 | -0/+17 | |
| | | | | SVN-Revision: 18690 | |||||
* | update busybox to 1.15.2 (#5926) | Florian Fainelli | 2009-12-07 | 35 | -234/+399 | |
| | | | | SVN-Revision: 18684 | |||||
* | update README after r18624 | Florian Fainelli | 2009-12-07 | 1 | -1/+1 | |
| | | | | SVN-Revision: 18683 | |||||
* | make mkimg_sitecom.pl executable | Florian Fainelli | 2009-12-07 | 1 | -0/+0 | |
| | | | | SVN-Revision: 18682 | |||||
* | Remove 2.6.31 support. | Lars-Peter Clausen | 2009-12-07 | 156 | -51299/+0 | |
| | | | | SVN-Revision: 18673 | |||||
* | add rootwait option to the kernel command line (#6209) | Florian Fainelli | 2009-12-06 | 1 | -4/+4 | |
| | | | | SVN-Revision: 18672 | |||||
* | correct flash size and detection for sitecom targets (#6278), patch from rtz | Florian Fainelli | 2009-12-06 | 2 | -5/+4 | |
| | | | | SVN-Revision: 18671 | |||||
* | simplify sitecom image generation with a script, patch from rtz | Florian Fainelli | 2009-12-06 | 2 | -17/+26 | |
| | | | | SVN-Revision: 18670 | |||||
* | fix the handling of MAC addresses with r6040, patch from rtz | Florian Fainelli | 2009-12-06 | 1 | -7/+22 | |
| | | | | SVN-Revision: 18669 | |||||
* | mac80211: update to compat-wireless 2009-12-05 and fix a critical bug in ↵ | Felix Fietkau | 2009-12-05 | 13 | -1919/+20 | |
| | | | | | | ath9k tx status reporting SVN-Revision: 18666 | |||||
* | mac80211: set the country code through iw reg, setting it only through ↵ | Felix Fietkau | 2009-12-05 | 1 | -0/+2 | |
| | | | | | | hostapd apparently does not work SVN-Revision: 18665 | |||||
* | mac80211: fix a shell syntax error | Jo-Philipp Wich | 2009-12-05 | 1 | -1/+1 | |
| | | | | SVN-Revision: 18664 | |||||
* | wpa_supplicant: relax parsing of encryption mode, drop support for uppercase ↵ | Jo-Philipp Wich | 2009-12-05 | 1 | -9/+15 | |
| | | | | | | modes SVN-Revision: 18663 | |||||
* | mac80211: fix wpa handling in sta mode | Jo-Philipp Wich | 2009-12-05 | 1 | -5/+5 | |
| | | | | SVN-Revision: 18662 |