Commit graph

828 commits

Author SHA1 Message Date
Felix Fietkau
e0f225831f massively reduce the number of forks that busybox ash has to do while processing our scripts this is accomplished simply by changing the order in which it looks for builtins and applets
SVN-Revision: 7815
2007-07-01 03:42:49 +00:00
Felix Fietkau
b24263a9b6 fix a crash related to wep and mic handling (#1973)
SVN-Revision: 7813
2007-06-30 22:30:36 +00:00
Felix Fietkau
5e7cb507cd move parts of the failsafe code to the generic base-files - will be used on atheros as well as soon as i've added support for it
SVN-Revision: 7810
2007-06-30 21:09:02 +00:00
Felix Fietkau
f95db8bac8 fix a warning (#1800)
SVN-Revision: 7809
2007-06-30 20:00:29 +00:00
Felix Fietkau
17485c04ad add madwifi changeset 2484 (node refcounting patch) - i will resync with madwifi svn after the 7.07 release
SVN-Revision: 7807
2007-06-30 19:47:24 +00:00
Felix Fietkau
2cc2d7707b make the firewall script run after the network script again (required for working with dynamically assigned interfaces), include the network state
SVN-Revision: 7806
2007-06-30 19:30:38 +00:00
Felix Fietkau
687b83af00 include the network state in the dnsmasq init script. this makes it possible to run a dhcp server on dynamically assigned interfaces without hardcoding interface names
SVN-Revision: 7805
2007-06-30 19:28:46 +00:00
Felix Fietkau
a977a42502 update wlcompat for new ioctl interface (fixes #1357)
SVN-Revision: 7795
2007-06-30 13:33:23 +00:00
Felix Fietkau
938e5f8466 cleanup
SVN-Revision: 7789
2007-06-30 12:11:46 +00:00
Felix Fietkau
78c9e79c15 fix the path to the yealink module (#1944)
SVN-Revision: 7788
2007-06-30 12:09:22 +00:00
Felix Fietkau
c09dc20f2c replace the hotplug2 fork handling hack with a better solution implemented in upstream (thanks, iSteve)
SVN-Revision: 7786
2007-06-30 11:05:14 +00:00
Felix Fietkau
9bf6078866 unify sysctl.conf, add extra netfilter options (#1996)
SVN-Revision: 7784
2007-06-30 02:59:09 +00:00
Felix Fietkau
8c0de17322 qos-scripts update:
- rewrite the RED qdisc calculations and add some comments
this should fix the warnings about bursting (should also fix quirks with various linespeed settings)
- reduce the calculated overhead for upstream, while i'm at it...

SVN-Revision: 7782
2007-06-30 02:34:03 +00:00
Rod Whitby
e15faa1773 Added via-velocity module, and fixed some whitespace inconsistencies.
SVN-Revision: 7772
2007-06-29 10:45:46 +00:00
Felix Fietkau
fc649db702 check for + in the broadcast address before attempting a dns lookup
SVN-Revision: 7767
2007-06-29 00:07:43 +00:00
Mike Baker
810b0bcb22 fix broadcast address (#1611)
SVN-Revision: 7766
2007-06-28 23:07:29 +00:00
Felix Fietkau
8f16983e89 Add a patch for openssl to fix some breakage that happens when compiled with gcc 4.2.0 Note: this does not cover all instances, but it will at least compile.
If the broken parts are reached at run time, the program will crash.
I wonder whose stupid idea it was to intentionally(!) make programs segfault when they hit something that *might* be unsafe to use.

Patch taken from http://www.mail-archive.com/openssl-dev@openssl.org/msg22667.html

SVN-Revision: 7764
2007-06-28 21:09:44 +00:00
Florian Fainelli
01b4fd853a Initialise firewall before network (#1988)
SVN-Revision: 7757
2007-06-28 12:56:55 +00:00
Felix Fietkau
d437ce276a clean up the madwifi SoC support patch - remove some breakage that went unnoticed because it only applies to kernelversions before 2.6.19
SVN-Revision: 7746
2007-06-28 00:01:11 +00:00
Travis Kemen
bb2c2a81dd add fragmentation and rts settings thanks rene closes #1725
SVN-Revision: 7743
2007-06-27 13:25:55 +00:00
Felix Fietkau
06966a534a add nvram fixup script
SVN-Revision: 7742
2007-06-27 05:26:20 +00:00
Florian Fainelli
8d83b9da07 Also mark ipset as broken
SVN-Revision: 7740
2007-06-27 00:45:05 +00:00
Florian Fainelli
ff59c60ac0 Make aodv-uu as broken for all archs until we fix it
SVN-Revision: 7739
2007-06-27 00:40:15 +00:00
Peter Denison
a83ac994c3 Merge bcm43xx-mac80211 driver from tree at bu3sch.de, pulled 24/6
SVN-Revision: 7734
2007-06-25 19:52:55 +00:00
Peter Denison
164e789c7a Merge mac80211 driver from tree at bu3sch.de, pulled 24/6
SVN-Revision: 7733
2007-06-25 19:52:20 +00:00
Felix Fietkau
c1366bb46d madwifi: add some extra delay between bringing the interface up and configuring it (#1703)
SVN-Revision: 7729
2007-06-25 10:58:17 +00:00
Felix Fietkau
13f087cd5a hotplug2: add fork handling optimization (also fixes that pesky pppoe race condition in #1655)
SVN-Revision: 7726
2007-06-25 09:47:58 +00:00
Felix Fietkau
05c0ca34a7 update to hotplug2 svn version (recommended by iSteve)
SVN-Revision: 7725
2007-06-25 09:46:37 +00:00
Felix Fietkau
8c41e51e92 fix failsafe on broadcom, send netlink events in diag when running linux 2.6
SVN-Revision: 7722
2007-06-25 08:32:25 +00:00
Felix Fietkau
a99b79e9ad hotplug2: add a missing cflag, allow hotplug events that are not 'add'
SVN-Revision: 7721
2007-06-25 07:08:35 +00:00
Felix Fietkau
d309c4fa30 make hotplug2 use the build system cflags
SVN-Revision: 7720
2007-06-25 06:30:36 +00:00
Felix Fietkau
d4f72b61ba remove bogus dependency, fix a few cosmetic bugs
SVN-Revision: 7719
2007-06-25 04:04:28 +00:00
Florian Fainelli
080f7b4b10 Upgrade ntfs-3g to 1.616 (#1954)
SVN-Revision: 7717
2007-06-23 16:05:54 +00:00
Florian Fainelli
1be80fc29a Upgrade fuse to 2.6.5 (#1955)
SVN-Revision: 7716
2007-06-23 15:54:36 +00:00
Felix Fietkau
fdc53d7e06 add antenna diversity config support for broadcom-wl
SVN-Revision: 7710
2007-06-22 20:17:43 +00:00
Florian Fainelli
426f0b477b Do not cache negative answers
SVN-Revision: 7707
2007-06-22 09:24:50 +00:00
Florian Fainelli
264794d802 Package tunnel6 as well (#1943)
SVN-Revision: 7705
2007-06-22 08:53:59 +00:00
Florian Fainelli
0aeee1f572 Send a kill signal to cron, otherwise two instances could be running (#1923)
SVN-Revision: 7704
2007-06-22 08:47:29 +00:00
Felix Fietkau
cc6a10de5b for bcm43xx-mac80211 as well
SVN-Revision: 7703
2007-06-22 04:55:38 +00:00
Felix Fietkau
f439460815 do not attempt to compile mac80211 on 2.6.21
SVN-Revision: 7701
2007-06-22 04:47:48 +00:00
Felix Fietkau
024f89c53f kernel version specific fixups for kmod packages
SVN-Revision: 7700
2007-06-22 04:43:13 +00:00
Felix Fietkau
6b876d25f1 fix mac80211 build
SVN-Revision: 7696
2007-06-21 23:12:50 +00:00
Peter Denison
45a0adebf9 New: mac80211-based bcm43xx driver from the wireless-dev tree
SVN-Revision: 7693
2007-06-21 20:45:45 +00:00
Peter Denison
65f00ab51a New: mac80211 stack from the wireless-dev tree
SVN-Revision: 7692
2007-06-21 20:42:32 +00:00
Felix Fietkau
0becec394f fix cgi-bin directory handling (#1764)
SVN-Revision: 7688
2007-06-21 16:17:59 +00:00
John Crispin
2fe37ccdf6 added usb-storage hotpluging
SVN-Revision: 7684
2007-06-20 22:05:15 +00:00
Felix Fietkau
fa799b9b4c fix a memleak in broadcom-diag (#1780)
SVN-Revision: 7683
2007-06-20 21:52:55 +00:00
Mike Baker
625e17c6a1 Allow the use of psk+psk2 (ap mode only). Thanks ragorn
SVN-Revision: 7682
2007-06-20 20:00:47 +00:00
Florian Fainelli
1664a51c3b mac80211 is not available for kernels < 2.6.22
SVN-Revision: 7674
2007-06-19 16:56:04 +00:00
John Crispin
ba47c88108 added 3 new crypto modules needed by ppp_mppe
SVN-Revision: 7670
2007-06-18 21:01:11 +00:00