Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drop the '0' default in config_get_bool | Felix Fietkau | 2007-11-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 9618 | ||||
* | Fix AutoLoad macro typos (#2765) | Florian Fainelli | 2007-11-28 | 1 | -4/+4 |
| | | | | SVN-Revision: 9615 | ||||
* | package/kernel/modules: Fixed (3)DES crypto kmod, closes #2749 (Thanks jon) | Felix Fietkau | 2007-11-28 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> SVN-Revision: 9613 | ||||
* | use instead of closes #2759 | Travis Kemen | 2007-11-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 9612 | ||||
* | add txpower patches and add uci configuration file From: Vasilis T. (aka ↵ | Travis Kemen | 2007-11-28 | 3 | -1/+297 |
| | | | | | | Acinonyx) SVN-Revision: 9610 | ||||
* | don't overwrite device default for fast frames closes #2321 | Travis Kemen | 2007-11-28 | 1 | -2/+4 |
| | | | | SVN-Revision: 9609 | ||||
* | add option to turn off dynamic dhcp closes #2694 | Travis Kemen | 2007-11-28 | 1 | -0/+2 |
| | | | | SVN-Revision: 9608 | ||||
* | init: check permissions on rc.d files | Felix Fietkau | 2007-11-28 | 1 | -1/+1 |
| | | | | | | | | | | | | We try to unconditionally execute /etc/rc.d/* files, even if they're not executable - an easy way of temproarily disabling a service. When this happens, we get a permission denied error on boot. This change only tries to run execulable startup scripts. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 9607 | ||||
* | init: don't start hotplug2 if it doesn't exist | Felix Fietkau | 2007-11-28 | 1 | -1/+2 |
| | | | | | | | | | | | | The current init script always tries to start hotplug 2, even if it's not present, so we get an error on boot. This change checks for the presence of the hotplug2 binary before trying to start it. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 9606 | ||||
* | update to latest madwifi snapshot - fixes some noderef bugs | Felix Fietkau | 2007-11-27 | 9 | -371/+298 |
| | | | | SVN-Revision: 9602 | ||||
* | fix remaining netif_rx calls in napi polling patch | Felix Fietkau | 2007-11-27 | 1 | -6/+28 |
| | | | | SVN-Revision: 9601 | ||||
* | work around kernel config issues with sound modules | Felix Fietkau | 2007-11-25 | 1 | -9/+5 |
| | | | | SVN-Revision: 9598 | ||||
* | add missing dependency | Felix Fietkau | 2007-11-25 | 1 | -0/+1 |
| | | | | SVN-Revision: 9597 | ||||
* | update stripped subset of l7 patterns to 11-03-2007 patterns | Tim Yardley | 2007-11-19 | 17 | -128/+151 |
| | | | | SVN-Revision: 9582 | ||||
* | fix libnl include issues which broke a few packages | Felix Fietkau | 2007-11-19 | 2 | -2/+3 |
| | | | | SVN-Revision: 9581 | ||||
* | remove madwifi tx locking patch - i don't trust it | Felix Fietkau | 2007-11-18 | 1 | -77/+0 |
| | | | | SVN-Revision: 9580 | ||||
* | fix path to .config (#2722) | Felix Fietkau | 2007-11-17 | 1 | -2/+2 |
| | | | | SVN-Revision: 9579 | ||||
* | prevent mac80211 from accidentally starting to build on older kernel ↵ | Felix Fietkau | 2007-11-17 | 1 | -6/+8 |
| | | | | | | versions because of dependencies (#2718) SVN-Revision: 9578 | ||||
* | comment out dependencies that are not supposed to be used yet (#2723) | Felix Fietkau | 2007-11-17 | 1 | -2/+3 |
| | | | | SVN-Revision: 9577 | ||||
* | clean up stale stampfiles | Felix Fietkau | 2007-11-17 | 1 | -0/+1 |
| | | | | SVN-Revision: 9576 | ||||
* | fix hostapd rebuild check, isolate the common src/ directory for hostapd ↵ | Felix Fietkau | 2007-11-17 | 1 | -8/+12 |
| | | | | | | variants as well to fix compile errors when both variants are selected (#2722) SVN-Revision: 9575 | ||||
* | fix hostapd build with openssl | Felix Fietkau | 2007-11-16 | 1 | -2/+3 |
| | | | | SVN-Revision: 9574 | ||||
* | kernel: add a kernel module for the usbtest driver | Gabor Juhos | 2007-11-16 | 1 | -0/+14 |
| | | | | SVN-Revision: 9572 | ||||
* | Allow specifying static IPv6 gateways (#2710) | Florian Fainelli | 2007-11-16 | 1 | -0/+2 |
| | | | | SVN-Revision: 9569 | ||||
* | hostapd: turn libnl into a build dependency | Felix Fietkau | 2007-11-16 | 1 | -2/+2 |
| | | | | SVN-Revision: 9568 | ||||
* | fix config change detect for hostapd | Felix Fietkau | 2007-11-16 | 1 | -1/+1 |
| | | | | SVN-Revision: 9565 | ||||
* | update hostapd patches to the latest from ↵ | Felix Fietkau | 2007-11-16 | 7 | -57/+75 |
| | | | | | | http://johannes.sipsolutions.net/patches/hostap/all/2007-11-14-16:31/ SVN-Revision: 9564 | ||||
* | improve build checks for hostapd (combinations of madwifi and mac80211) | Felix Fietkau | 2007-11-16 | 1 | -3/+4 |
| | | | | SVN-Revision: 9563 | ||||
* | use the static version of libnl for hostapd | Felix Fietkau | 2007-11-16 | 1 | -1/+1 |
| | | | | SVN-Revision: 9562 | ||||
* | make libnl build a static version as well | Felix Fietkau | 2007-11-16 | 1 | -0/+46 |
| | | | | SVN-Revision: 9561 | ||||
* | fix adm switch misdetection, which led to bogus button events that caused ↵ | Felix Fietkau | 2007-11-16 | 2 | -7/+7 |
| | | | | | | the system to shut down SVN-Revision: 9555 | ||||
* | fix up hostapd for mac80211 | Felix Fietkau | 2007-11-16 | 85 | -171/+5802 |
| | | | | SVN-Revision: 9554 | ||||
* | add libnl | Felix Fietkau | 2007-11-16 | 1 | -0/+51 |
| | | | | SVN-Revision: 9552 | ||||
* | Add detection support for Buffalo WHR-G125 from #2611 | Florian Fainelli | 2007-11-13 | 1 | -0/+18 |
| | | | | SVN-Revision: 9548 | ||||
* | add busybox gunzip/ipkg fix from #2691 (thanks, biblbroks) | Felix Fietkau | 2007-11-12 | 1 | -0/+11 |
| | | | | SVN-Revision: 9546 | ||||
* | add support for interfaces with ipv6, but no ipv4 (patch from #2695) | Felix Fietkau | 2007-11-12 | 1 | -2/+2 |
| | | | | SVN-Revision: 9545 | ||||
* | add b43 fixes from #2677 | Felix Fietkau | 2007-11-11 | 12 | -38/+127 |
| | | | | SVN-Revision: 9535 | ||||
* | disable a totally braindead optimization in busybox that causes various ↵ | Felix Fietkau | 2007-11-10 | 1 | -0/+40 |
| | | | | | | applets to crash on mips SVN-Revision: 9532 | ||||
* | wlcompat: show wet mode as Managed mode as well to avoid confusion | Felix Fietkau | 2007-11-10 | 1 | -13/+8 |
| | | | | SVN-Revision: 9529 | ||||
* | move wlcompat to the broadcom-wl package | Felix Fietkau | 2007-11-10 | 37 | -4041/+75 |
| | | | | SVN-Revision: 9528 | ||||
* | fix up ata/scsi core depends | Felix Fietkau | 2007-11-10 | 1 | -3/+3 |
| | | | | SVN-Revision: 9526 | ||||
* | clean up rt2x00 downloading | Felix Fietkau | 2007-11-10 | 1 | -15/+20 |
| | | | | SVN-Revision: 9525 | ||||
* | upgrade busybox to 1.8.1 | Felix Fietkau | 2007-11-10 | 17 | -495/+549 |
| | | | | SVN-Revision: 9524 | ||||
* | clean up mac80211 related kernel version deps | Felix Fietkau | 2007-11-10 | 5 | -78/+55 |
| | | | | SVN-Revision: 9522 | ||||
* | turn kmod-crypto-core dep into a select, so that packages like mac80211 are ↵ | Felix Fietkau | 2007-11-10 | 1 | -10/+10 |
| | | | | | | always selectable SVN-Revision: 9521 | ||||
* | revert abi changes in uClibc - on hold for 7.11, will be added again with ↵ | Felix Fietkau | 2007-11-09 | 1 | -5/+5 |
| | | | | | | the uclibc upgrade for 8.01 SVN-Revision: 9519 | ||||
* | disable crt_fini compatibility in uClibc, compile custom ld-uClibc for ↵ | Felix Fietkau | 2007-11-09 | 4 | -1/+304 |
| | | | | | | broadcom utilities allows us to upgrade uClibc without breaking compatibility for nas and wl breaks binary compatibility for packages from earlier kamikaze releases SVN-Revision: 9518 | ||||
* | fix acx-mac80211 compile with older kernels | Felix Fietkau | 2007-11-07 | 1 | -5/+5 |
| | | | | SVN-Revision: 9512 | ||||
* | fix p54 compile | Felix Fietkau | 2007-11-07 | 1 | -1/+3 |
| | | | | SVN-Revision: 9511 | ||||
* | bump ppp version | Felix Fietkau | 2007-11-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 9509 |