Felix Fietkau
7654ee0a2b
Fix zlib for powerpc
...
For some architectures like powerpc, the library must be compiled with
-fPIC
(checked also for mips/mipsel)
Signed-off-by: Thomas Langer <thomas.langer@infineon.com>
SVN-Revision: 9632
2007-11-29 18:30:27 +00:00
Travis Kemen
a0c5fbe5ff
update busybox to 1.8.2
...
SVN-Revision: 9625
2007-11-29 02:06:37 +00:00
Travis Kemen
efb988f3f2
add options for rate 80211h compression bursting wmm and mac filtering From: Vasilis T. (aka Acinonyx)
...
SVN-Revision: 9624
2007-11-28 20:34:00 +00:00
Travis Kemen
b6e523bc33
some cleanup and remove overwriting of device defaults for bgscan and diversity
...
SVN-Revision: 9619
2007-11-28 19:25:54 +00:00
Felix Fietkau
8977c6c20a
drop the '0' default in config_get_bool
...
SVN-Revision: 9618
2007-11-28 19:02:46 +00:00
Florian Fainelli
bbf087176a
Fix AutoLoad macro typos ( #2765 )
...
SVN-Revision: 9615
2007-11-28 13:33:59 +00:00
Felix Fietkau
2b32beba84
package/kernel/modules: Fixed (3)DES crypto kmod, closes #2749 (Thanks jon)
...
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>
SVN-Revision: 9613
2007-11-28 12:50:20 +00:00
Travis Kemen
031b47be15
use instead of closes #2759
...
SVN-Revision: 9612
2007-11-28 04:11:36 +00:00
Travis Kemen
be9bf2bf40
add txpower patches and add uci configuration file From: Vasilis T. (aka Acinonyx)
...
SVN-Revision: 9610
2007-11-28 03:44:18 +00:00
Travis Kemen
f30263eea0
don't overwrite device default for fast frames closes #2321
...
SVN-Revision: 9609
2007-11-28 03:07:18 +00:00
Travis Kemen
df42216881
add option to turn off dynamic dhcp closes #2694
...
SVN-Revision: 9608
2007-11-28 03:02:20 +00:00
Felix Fietkau
d36374c428
init: check permissions on rc.d files
...
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
2007-11-28 02:36:14 +00:00
Felix Fietkau
b443ee0fbb
init: don't start hotplug2 if it doesn't exist
...
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
2007-11-28 02:36:10 +00:00
Felix Fietkau
7f052bf047
update to latest madwifi snapshot - fixes some noderef bugs
...
SVN-Revision: 9602
2007-11-27 22:06:27 +00:00
Felix Fietkau
fd68041491
fix remaining netif_rx calls in napi polling patch
...
SVN-Revision: 9601
2007-11-27 22:05:40 +00:00
Felix Fietkau
679089c6a8
work around kernel config issues with sound modules
...
SVN-Revision: 9598
2007-11-25 17:15:30 +00:00
Felix Fietkau
4402192ded
add missing dependency
...
SVN-Revision: 9597
2007-11-25 16:26:39 +00:00
Tim Yardley
85b17a4e9e
update stripped subset of l7 patterns to 11-03-2007 patterns
...
SVN-Revision: 9582
2007-11-19 23:07:00 +00:00
Felix Fietkau
c439768c9a
fix libnl include issues which broke a few packages
...
SVN-Revision: 9581
2007-11-19 23:03:09 +00:00
Felix Fietkau
cbb4e6b5a2
remove madwifi tx locking patch - i don't trust it
...
SVN-Revision: 9580
2007-11-18 15:40:12 +00:00
Felix Fietkau
55fff87408
fix path to .config ( #2722 )
...
SVN-Revision: 9579
2007-11-17 16:01:28 +00:00
Felix Fietkau
c147d9d634
prevent mac80211 from accidentally starting to build on older kernel versions because of dependencies ( #2718 )
...
SVN-Revision: 9578
2007-11-17 15:54:53 +00:00
Felix Fietkau
9ad0b9e924
comment out dependencies that are not supposed to be used yet ( #2723 )
...
SVN-Revision: 9577
2007-11-17 15:50:41 +00:00
Felix Fietkau
ca9147efb9
clean up stale stampfiles
...
SVN-Revision: 9576
2007-11-17 14:21:14 +00:00
Felix Fietkau
4235aee8c2
fix hostapd rebuild check, isolate the common src/ directory for hostapd variants as well to fix compile errors when both variants are selected ( #2722 )
...
SVN-Revision: 9575
2007-11-17 14:14:16 +00:00
Felix Fietkau
992e1f5e04
fix hostapd build with openssl
...
SVN-Revision: 9574
2007-11-16 23:37:24 +00:00
Gabor Juhos
63c05b7e2e
kernel: add a kernel module for the usbtest driver
...
SVN-Revision: 9572
2007-11-16 09:38:18 +00:00
Florian Fainelli
d8faf285a8
Allow specifying static IPv6 gateways ( #2710 )
...
SVN-Revision: 9569
2007-11-16 07:27:59 +00:00
Felix Fietkau
82c697991a
hostapd: turn libnl into a build dependency
...
SVN-Revision: 9568
2007-11-16 05:08:32 +00:00
Felix Fietkau
a8c17898cc
fix config change detect for hostapd
...
SVN-Revision: 9565
2007-11-16 03:47:11 +00:00
Felix Fietkau
42d7efd083
update hostapd patches to the latest from http://johannes.sipsolutions.net/patches/hostap/all/2007-11-14-16:31/
...
SVN-Revision: 9564
2007-11-16 03:24:01 +00:00
Felix Fietkau
5a543584b8
improve build checks for hostapd (combinations of madwifi and mac80211)
...
SVN-Revision: 9563
2007-11-16 03:11:42 +00:00
Felix Fietkau
11feaad40a
use the static version of libnl for hostapd
...
SVN-Revision: 9562
2007-11-16 03:11:39 +00:00
Felix Fietkau
3981c55a6a
make libnl build a static version as well
...
SVN-Revision: 9561
2007-11-16 03:11:36 +00:00
Felix Fietkau
e3ecefbd23
fix adm switch misdetection, which led to bogus button events that caused the system to shut down
...
SVN-Revision: 9555
2007-11-16 03:11:09 +00:00
Felix Fietkau
67dd9a73dc
fix up hostapd for mac80211
...
SVN-Revision: 9554
2007-11-16 03:10:56 +00:00
Felix Fietkau
029df8cc2e
add libnl
...
SVN-Revision: 9552
2007-11-16 03:10:33 +00:00
Florian Fainelli
874935fe41
Add detection support for Buffalo WHR-G125 from #2611
...
SVN-Revision: 9548
2007-11-13 07:39:29 +00:00
Felix Fietkau
391f696e4b
add busybox gunzip/ipkg fix from #2691 (thanks, biblbroks)
...
SVN-Revision: 9546
2007-11-12 21:41:25 +00:00
Felix Fietkau
071a907015
add support for interfaces with ipv6, but no ipv4 (patch from #2695 )
...
SVN-Revision: 9545
2007-11-12 16:29:08 +00:00
Felix Fietkau
1eb35dd1c8
add b43 fixes from #2677
...
SVN-Revision: 9535
2007-11-11 11:44:59 +00:00
Felix Fietkau
f8d965201b
disable a totally braindead optimization in busybox that causes various applets to crash on mips
...
SVN-Revision: 9532
2007-11-10 22:56:55 +00:00
Felix Fietkau
658fcd6cf3
wlcompat: show wet mode as Managed mode as well to avoid confusion
...
SVN-Revision: 9529
2007-11-10 19:01:00 +00:00
Felix Fietkau
2ab260e917
move wlcompat to the broadcom-wl package
...
SVN-Revision: 9528
2007-11-10 19:00:53 +00:00
Felix Fietkau
46383c512e
fix up ata/scsi core depends
...
SVN-Revision: 9526
2007-11-10 16:56:51 +00:00
Felix Fietkau
f711be8cb7
clean up rt2x00 downloading
...
SVN-Revision: 9525
2007-11-10 16:51:20 +00:00
Felix Fietkau
8fba43d0f1
upgrade busybox to 1.8.1
...
SVN-Revision: 9524
2007-11-10 16:51:11 +00:00
Felix Fietkau
ddb3d3705d
clean up mac80211 related kernel version deps
...
SVN-Revision: 9522
2007-11-10 15:23:02 +00:00
Felix Fietkau
04ad386f48
turn kmod-crypto-core dep into a select, so that packages like mac80211 are always selectable
...
SVN-Revision: 9521
2007-11-10 15:22:56 +00:00
Felix Fietkau
1423753198
revert abi changes in uClibc - on hold for 7.11, will be added again with the uclibc upgrade for 8.01
...
SVN-Revision: 9519
2007-11-09 13:20:21 +00:00