Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | 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 | 1 | -0/+1 |
| | | | | SVN-Revision: 18706 | ||||
* | fix firmware loading broken by the busybox upgrade | Felix Fietkau | 2009-12-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 18705 | ||||
* | make uboot work on arcaydian board | John Crispin | 2009-12-08 | 3 | -36/+80 |
| | | | | SVN-Revision: 18700 | ||||
* | 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 | ||||
* | 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 | ||||
* | allow building hostap-driver and its dependencies on 2.6.32 (#6305) | Florian Fainelli | 2009-12-05 | 2 | -3/+3 |
| | | | | SVN-Revision: 18658 | ||||
* | CONFIG_RFKILL_INPUT is a boolean | Florian Fainelli | 2009-12-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 18634 | ||||
* | prevent madwifi from being compiled on sibyte | Florian Fainelli | 2009-12-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 18631 | ||||
* | kmod-sound-ps3: Modified target dependencies | Hamish Guthrie | 2009-12-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 18629 | ||||
* | mac80211: rename autogenerated wifi-device sections from wifi* to radio* to ↵ | Felix Fietkau | 2009-12-03 | 1 | -3/+3 |
| | | | | | | prevent conflicts with madwifi interface naming SVN-Revision: 18627 | ||||
* | ath9k: disable interrupt mitigation - it hurts performance on embedded systems | Felix Fietkau | 2009-12-03 | 1 | -0/+11 |
| | | | | SVN-Revision: 18626 | ||||
* | firewall: initialize dest_port with src_dport if omitted in redirect ↵ | Jo-Philipp Wich | 2009-12-01 | 2 | -22/+22 |
| | | | | | | sections to narrow down corresponding forward rules to the actual target ports - thanks Niels Boehm! (#6249) SVN-Revision: 18617 | ||||
* | fix p54usb firmware installation (#6260) | Florian Fainelli | 2009-11-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 18615 | ||||
* | hostapd: update to latest git, fixes ampdu settings in the beacon HT IE | Felix Fietkau | 2009-11-29 | 8 | -79/+29 |
| | | | | SVN-Revision: 18606 | ||||
* | hostapd: replace the wme_* config variables with wmm_* ones (fixes #6247) | Felix Fietkau | 2009-11-29 | 1 | -21/+21 |
| | | | | SVN-Revision: 18602 | ||||
* | mac80211: fix up wds sta mode after r18591 | Felix Fietkau | 2009-11-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 18600 | ||||
* | prevent some modules from being built on ubicom32 since they do not compile ↵ | Florian Fainelli | 2009-11-29 | 3 | -3/+3 |
| | | | | | | or link SVN-Revision: 18595 | ||||
* | Update regulatory database to version 2009.11.25 | Hauke Mehrtens | 2009-11-28 | 1 | -3/+3 |
| | | | | SVN-Revision: 18592 | ||||
* | Update iw to version 0.9.18 | Hauke Mehrtens | 2009-11-28 | 4 | -302/+2 |
| | | | | | | The deleted patches went upstream. SVN-Revision: 18591 | ||||
* | mac80211: use mac address from platform data if present on ath9k | Gabor Juhos | 2009-11-28 | 2 | -1/+54 |
| | | | | SVN-Revision: 18584 | ||||
* | mac80211: fix detection of multiple mac80211 devices | Gabor Juhos | 2009-11-28 | 2 | -6/+7 |
| | | | | SVN-Revision: 18583 | ||||
* | mac80211: remove trailing whitespaces in mac80211.sh | Gabor Juhos | 2009-11-28 | 1 | -6/+6 |
| | | | | SVN-Revision: 18582 | ||||
* | update p54usb firmware to 2.13.24.0.lm87.arm (#6177, #6237) | Florian Fainelli | 2009-11-28 | 1 | -2/+2 |
| | | | | SVN-Revision: 18580 | ||||
* | mac80211: fix default channel selection in mac80211.sh (thanks to blubberdiblub) | Gabor Juhos | 2009-11-28 | 2 | -2/+2 |
| | | | | SVN-Revision: 18577 | ||||
* | mac80211: fix a typo in the mac80211.sh | Gabor Juhos | 2009-11-27 | 2 | -2/+2 |
| | | | | SVN-Revision: 18567 | ||||
* | mac80211: update ath9k patch | Gabor Juhos | 2009-11-27 | 2 | -1/+57 |
| | | | | SVN-Revision: 18563 | ||||
* | mac80211: select channel 36 by default on 5GHz only devices | Gabor Juhos | 2009-11-27 | 1 | -2/+3 |
| | | | | SVN-Revision: 18562 | ||||
* | libuuid needs to be compiled with fPIC/pic. | Florian Fainelli | 2009-11-26 | 1 | -0/+2 |
| | | | | SVN-Revision: 18542 | ||||
* | new upstream release 2.51 with some fixes, see ↵ | Markus Wigge | 2009-11-26 | 3 | -11/+17 |
| | | | | | | http://www.thekelleys.org.uk/dnsmasq/CHANGELOG refreshed patches for new release SVN-Revision: 18541 | ||||
* | package/mac80211: disable 2GHz band for 5GHz only devices | Gabor Juhos | 2009-11-25 | 2 | -1/+53 |
| | | | | SVN-Revision: 18537 |