Commit Graph

1343 Commits (40840d495f51046f6b4e9749ba46c78953f8b625)

Author SHA1 Message Date
Felix Fietkau 85ad2a43a0 add switch gpio init for bcm57xx (untested, see #2744)
SVN-Revision: 9642
17 years ago
Felix Fietkau 66a69b145a add extra wrt350n leds (patch from #2745)
SVN-Revision: 9641
17 years ago
Felix Fietkau 1b3a1d0de1 make sure iw doesn't get compiled on older kernels
SVN-Revision: 9639
17 years ago
Felix Fietkau 661d97025a adjust libnl url
SVN-Revision: 9638
17 years ago
Felix Fietkau fc144fff14 add iw utility (untested)
SVN-Revision: 9637
17 years ago
Felix Fietkau f9cca13068 upgrade libnl to 1.0-pre8
SVN-Revision: 9636
17 years ago
Felix Fietkau 2afa8ad23c fix ppp issues (thanks to Fatus for debugging this)
SVN-Revision: 9634
17 years ago
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
17 years ago
Travis Kemen a0c5fbe5ff update busybox to 1.8.2
SVN-Revision: 9625
17 years ago
Travis Kemen efb988f3f2 add options for rate 80211h compression bursting wmm and mac filtering From: Vasilis T. (aka Acinonyx)
SVN-Revision: 9624
17 years ago
Travis Kemen b6e523bc33 some cleanup and remove overwriting of device defaults for bgscan and diversity
SVN-Revision: 9619
17 years ago
Felix Fietkau 8977c6c20a drop the '0' default in config_get_bool
SVN-Revision: 9618
17 years ago
Florian Fainelli bbf087176a Fix AutoLoad macro typos (#2765)
SVN-Revision: 9615
17 years ago
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
17 years ago
Travis Kemen 031b47be15 use instead of closes #2759
SVN-Revision: 9612
17 years ago
Travis Kemen be9bf2bf40 add txpower patches and add uci configuration file From: Vasilis T. (aka Acinonyx)
SVN-Revision: 9610
17 years ago
Travis Kemen f30263eea0 don't overwrite device default for fast frames closes #2321
SVN-Revision: 9609
17 years ago
Travis Kemen df42216881 add option to turn off dynamic dhcp closes #2694
SVN-Revision: 9608
17 years ago
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
17 years ago
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
17 years ago
Felix Fietkau 7f052bf047 update to latest madwifi snapshot - fixes some noderef bugs
SVN-Revision: 9602
17 years ago
Felix Fietkau fd68041491 fix remaining netif_rx calls in napi polling patch
SVN-Revision: 9601
17 years ago
Felix Fietkau 679089c6a8 work around kernel config issues with sound modules
SVN-Revision: 9598
17 years ago
Felix Fietkau 4402192ded add missing dependency
SVN-Revision: 9597
17 years ago
Tim Yardley 85b17a4e9e update stripped subset of l7 patterns to 11-03-2007 patterns
SVN-Revision: 9582
17 years ago
Felix Fietkau c439768c9a fix libnl include issues which broke a few packages
SVN-Revision: 9581
17 years ago
Felix Fietkau cbb4e6b5a2 remove madwifi tx locking patch - i don't trust it
SVN-Revision: 9580
17 years ago
Felix Fietkau 55fff87408 fix path to .config (#2722)
SVN-Revision: 9579
17 years ago
Felix Fietkau c147d9d634 prevent mac80211 from accidentally starting to build on older kernel versions because of dependencies (#2718)
SVN-Revision: 9578
17 years ago
Felix Fietkau 9ad0b9e924 comment out dependencies that are not supposed to be used yet (#2723)
SVN-Revision: 9577
17 years ago
Felix Fietkau ca9147efb9 clean up stale stampfiles
SVN-Revision: 9576
17 years ago
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
17 years ago
Felix Fietkau 992e1f5e04 fix hostapd build with openssl
SVN-Revision: 9574
17 years ago
Gabor Juhos 63c05b7e2e kernel: add a kernel module for the usbtest driver
SVN-Revision: 9572
17 years ago
Florian Fainelli d8faf285a8 Allow specifying static IPv6 gateways (#2710)
SVN-Revision: 9569
17 years ago
Felix Fietkau 82c697991a hostapd: turn libnl into a build dependency
SVN-Revision: 9568
17 years ago
Felix Fietkau a8c17898cc fix config change detect for hostapd
SVN-Revision: 9565
17 years ago
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
17 years ago
Felix Fietkau 5a543584b8 improve build checks for hostapd (combinations of madwifi and mac80211)
SVN-Revision: 9563
17 years ago
Felix Fietkau 11feaad40a use the static version of libnl for hostapd
SVN-Revision: 9562
17 years ago
Felix Fietkau 3981c55a6a make libnl build a static version as well
SVN-Revision: 9561
17 years ago
Felix Fietkau e3ecefbd23 fix adm switch misdetection, which led to bogus button events that caused the system to shut down
SVN-Revision: 9555
17 years ago
Felix Fietkau 67dd9a73dc fix up hostapd for mac80211
SVN-Revision: 9554
17 years ago
Felix Fietkau 029df8cc2e add libnl
SVN-Revision: 9552
17 years ago
Florian Fainelli 874935fe41 Add detection support for Buffalo WHR-G125 from #2611
SVN-Revision: 9548
17 years ago
Felix Fietkau 391f696e4b add busybox gunzip/ipkg fix from #2691 (thanks, biblbroks)
SVN-Revision: 9546
17 years ago
Felix Fietkau 071a907015 add support for interfaces with ipv6, but no ipv4 (patch from #2695)
SVN-Revision: 9545
17 years ago
Felix Fietkau 1eb35dd1c8 add b43 fixes from #2677
SVN-Revision: 9535
17 years ago
Felix Fietkau f8d965201b disable a totally braindead optimization in busybox that causes various applets to crash on mips
SVN-Revision: 9532
17 years ago
Felix Fietkau 658fcd6cf3 wlcompat: show wet mode as Managed mode as well to avoid confusion
SVN-Revision: 9529
17 years ago