summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* e2fsprogs: use select-style dependencies, don't ship dev shlib symlinkNicolas Thill2009-12-211-6/+6
| | | | SVN-Revision: 18866
* gdb: fix build failure with arm targetsNicolas Thill2009-12-201-1/+3
| | | | SVN-Revision: 18865
* opkg: update to r503 - reduces peak memory usage by further 20%, rebased ↵Jo-Philipp Wich2009-12-208-142/+106
| | | | | | patches, restored old config file default SVN-Revision: 18864
* mac80211: fix a race condition in ad-hoc bringup with fixed bssidFelix Fietkau2009-12-201-0/+20
| | | | SVN-Revision: 18859
* ipfix: sync changes from openimpFelix Fietkau2009-12-192-46/+115
| | | | SVN-Revision: 18856
* libipfix: specify the number of the wprobe ie append script on the command lineFelix Fietkau2009-12-191-10/+7
| | | | SVN-Revision: 18855
* wprobe-util: always print regular output to stdout instead of stderrFelix Fietkau2009-12-191-9/+9
| | | | SVN-Revision: 18854
* madwifi: fix antenna selection for ubnt loco2/loco5Felix Fietkau2009-12-191-9/+41
| | | | SVN-Revision: 18853
* wprobe: export raw values (n, s, ss) to ipfix collectors for improved ↵Felix Fietkau2009-12-193-50/+48
| | | | | | measurement accuracy SVN-Revision: 18852
* kernel: use select instead of depend for kmod-crc16 dependency in kmod-ax25 ↵Nicolas Thill2009-12-191-1/+1
| | | | | | (closes: #5843) SVN-Revision: 18847
* kernel: fix kmod-ipt-iprange (closes: #6187)Nicolas Thill2009-12-181-0/+1
| | | | SVN-Revision: 18838
* add ipset v4.1Nicolas Thill2009-12-181-0/+78
| | | | SVN-Revision: 18833
* iptables: add an iptables-mod-ipset package (closes: #6327)Nicolas Thill2009-12-181-0/+13
| | | | SVN-Revision: 18832
* wprobe: use a shared DEPENDS between packages, mark them as BROKEN on ps3 & ↵Nicolas Thill2009-12-181-3/+9
| | | | | | pxcab SVN-Revision: 18813
* mac80211: fix rt2x00-lib dependency on PCI/USBNicolas Thill2009-12-181-1/+1
| | | | SVN-Revision: 18812
* base-files: check for libpthread_so.a instead of libc_so.a (some gcc/libc ↵Nicolas Thill2009-12-181-1/+1
| | | | | | combinations don't provide a libpthread_so.a matching libc_so.a) SVN-Revision: 18810
* openssl: use assembler version of aes on arm - nearly doubles aes encryption ↵Felix Fietkau2009-12-162-3/+24
| | | | | | performance SVN-Revision: 18790
* let usb-video load after video-core (#6214)Florian Fainelli2009-12-151-1/+1
| | | | SVN-Revision: 18788
* busybox: update to v1.15.3Nicolas Thill2009-12-153-14/+2
| | | | SVN-Revision: 18781
* busybox: remove uniq memleak patch, applet was fixed upstream in v1.15.2 ↵Nicolas Thill2009-12-141-11/+0
| | | | | | (closes: #6354) SVN-Revision: 18778
* kernel: fix typo that prevents autoloading of the rdc321x_wdt driverJo-Philipp Wich2009-12-121-1/+1
| | | | SVN-Revision: 18767
* modules: package the leds-wndr3700-usb driverGabor Juhos2009-12-111-0/+16
| | | | SVN-Revision: 18759
* 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
* 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
* iptables: bump pkg revisionJo-Philipp Wich2009-12-081-1/+1
| | | | SVN-Revision: 18707
* iptables: add comment match to the core packageJo-Philipp Wich2009-12-081-0/+1
| | | | SVN-Revision: 18706
* fix firmware loading broken by the busybox upgradeFelix Fietkau2009-12-081-1/+1
| | | | SVN-Revision: 18705
* make uboot work on arcaydian boardJohn Crispin2009-12-083-36/+80
| | | | SVN-Revision: 18700
* package nls cp866 support (#6281)Florian Fainelli2009-12-071-0/+17
| | | | SVN-Revision: 18690
* update busybox to 1.15.2 (#5926)Florian Fainelli2009-12-0735-234/+399
| | | | SVN-Revision: 18684
* mac80211: update to compat-wireless 2009-12-05 and fix a critical bug in ↵Felix Fietkau2009-12-0513-1919/+20
| | | | | | ath9k tx status reporting SVN-Revision: 18666
* mac80211: set the country code through iw reg, setting it only through ↵Felix Fietkau2009-12-051-0/+2
| | | | | | hostapd apparently does not work SVN-Revision: 18665
* mac80211: fix a shell syntax errorJo-Philipp Wich2009-12-051-1/+1
| | | | SVN-Revision: 18664
* wpa_supplicant: relax parsing of encryption mode, drop support for uppercase ↵Jo-Philipp Wich2009-12-051-9/+15
| | | | | | modes SVN-Revision: 18663
* mac80211: fix wpa handling in sta modeJo-Philipp Wich2009-12-051-5/+5
| | | | SVN-Revision: 18662
* allow building hostap-driver and its dependencies on 2.6.32 (#6305)Florian Fainelli2009-12-052-3/+3
| | | | SVN-Revision: 18658