Felix Fietkau
08d6217b42
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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7815 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-01 03:42:49 +00:00
Felix Fietkau
7da0006733
fix a crash related to wep and mic handling ( #1973 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7813 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-30 22:30:36 +00:00
Felix Fietkau
a2a0717b73
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
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7810 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-30 21:09:02 +00:00
Felix Fietkau
2dadc364a1
fix a warning ( #1800 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7809 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-30 20:00:29 +00:00
Felix Fietkau
28696b037a
add madwifi changeset 2484 (node refcounting patch) - i will resync with madwifi svn after the 7.07 release
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7807 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-30 19:47:24 +00:00
Felix Fietkau
d6611faaef
make the firewall script run after the network script again (required for working with dynamically assigned interfaces), include the network state
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7806 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-30 19:30:38 +00:00
Felix Fietkau
9e40043c76
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
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7805 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-30 19:28:46 +00:00
Felix Fietkau
b1460f140e
update wlcompat for new ioctl interface ( fixes #1357 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7795 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-30 13:33:23 +00:00
Felix Fietkau
a77e9383c3
cleanup
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7789 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-30 12:11:46 +00:00
Felix Fietkau
ed86370cb5
fix the path to the yealink module ( #1944 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7788 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-30 12:09:22 +00:00
Felix Fietkau
b1840ac964
replace the hotplug2 fork handling hack with a better solution implemented in upstream (thanks, iSteve)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7786 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-30 11:05:14 +00:00
Felix Fietkau
a817b74d65
unify sysctl.conf, add extra netfilter options ( #1996 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7784 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-30 02:59:09 +00:00
Felix Fietkau
e8bd92335a
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...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7782 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-30 02:34:03 +00:00
Rod Whitby
3df709c5a2
Added via-velocity module, and fixed some whitespace inconsistencies.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7772 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-29 10:45:46 +00:00
Felix Fietkau
7a03119dc4
check for + in the broadcast address before attempting a dns lookup
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7767 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-29 00:07:43 +00:00
Mike Baker
f638c824f3
fix broadcast address ( #1611 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7766 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-28 23:07:29 +00:00
Felix Fietkau
60c84025fb
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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7764 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-28 21:09:44 +00:00
Florian Fainelli
6318a38a80
Initialise firewall before network ( #1988 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7757 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-28 12:56:55 +00:00
Felix Fietkau
3bb8361553
clean up the madwifi SoC support patch - remove some breakage that went unnoticed because it only applies to kernelversions before 2.6.19
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7746 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-28 00:01:11 +00:00
Travis Kemen
1026bb5d7e
add fragmentation and rts settings thanks rene closes #1725
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7743 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-27 13:25:55 +00:00
Felix Fietkau
86b5b79e63
add nvram fixup script
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7742 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-27 05:26:20 +00:00
Florian Fainelli
6504bf6518
Also mark ipset as broken
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7740 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-27 00:45:05 +00:00
Florian Fainelli
8d9ab0b2fb
Make aodv-uu as broken for all archs until we fix it
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7739 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-27 00:40:15 +00:00
Peter Denison
38f683ca85
Merge bcm43xx-mac80211 driver from tree at bu3sch.de, pulled 24/6
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7734 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-25 19:52:55 +00:00
Peter Denison
c62ae7c76e
Merge mac80211 driver from tree at bu3sch.de, pulled 24/6
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7733 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-25 19:52:20 +00:00
Felix Fietkau
0459ba37f3
madwifi: add some extra delay between bringing the interface up and configuring it ( #1703 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7729 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-25 10:58:17 +00:00
Felix Fietkau
c16aa532fe
hotplug2: add fork handling optimization (also fixes that pesky pppoe race condition in #1655 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7726 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-25 09:47:58 +00:00
Felix Fietkau
923e4ce031
update to hotplug2 svn version (recommended by iSteve)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7725 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-25 09:46:37 +00:00
Felix Fietkau
c209060116
fix failsafe on broadcom, send netlink events in diag when running linux 2.6
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7722 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-25 08:32:25 +00:00
Felix Fietkau
21e832921c
hotplug2: add a missing cflag, allow hotplug events that are not 'add'
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7721 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-25 07:08:35 +00:00
Felix Fietkau
f0f5892884
make hotplug2 use the build system cflags
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7720 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-25 06:30:36 +00:00
Felix Fietkau
240a284e58
remove bogus dependency, fix a few cosmetic bugs
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7719 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-25 04:04:28 +00:00
Florian Fainelli
f6e9687d5d
Upgrade ntfs-3g to 1.616 ( #1954 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7717 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-23 16:05:54 +00:00
Florian Fainelli
92e5ae7d2c
Upgrade fuse to 2.6.5 ( #1955 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7716 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-23 15:54:36 +00:00
Felix Fietkau
c30880461c
add antenna diversity config support for broadcom-wl
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7710 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-22 20:17:43 +00:00
Florian Fainelli
0ef3652486
Do not cache negative answers
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7707 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-22 09:24:50 +00:00
Florian Fainelli
e4381f4f8c
Package tunnel6 as well ( #1943 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7705 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-22 08:53:59 +00:00
Florian Fainelli
08052a3c69
Send a kill signal to cron, otherwise two instances could be running ( #1923 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7704 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-22 08:47:29 +00:00
Felix Fietkau
74d7a9b4a5
[7701] for bcm43xx-mac80211 as well
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7703 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-22 04:55:38 +00:00
Felix Fietkau
9461343a26
do not attempt to compile mac80211 on 2.6.21
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7701 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-22 04:47:48 +00:00
Felix Fietkau
ca80cfca5d
kernel version specific fixups for kmod packages
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7700 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-22 04:43:13 +00:00
Felix Fietkau
35964080a9
fix mac80211 build
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7696 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-21 23:12:50 +00:00
Peter Denison
0737a3d4a5
New: mac80211-based bcm43xx driver from the wireless-dev tree
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7693 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-21 20:45:45 +00:00
Peter Denison
4fdb427ff0
New: mac80211 stack from the wireless-dev tree
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7692 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-21 20:42:32 +00:00
Felix Fietkau
38eb497469
fix cgi-bin directory handling ( #1764 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7688 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-21 16:17:59 +00:00
John Crispin
a989402037
added usb-storage hotpluging
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7684 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-20 22:05:15 +00:00
Felix Fietkau
511942352f
fix a memleak in broadcom-diag ( #1780 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7683 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-20 21:52:55 +00:00
Mike Baker
4fdfc0f79b
Allow the use of psk+psk2 (ap mode only). Thanks ragorn
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7682 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-20 20:00:47 +00:00
Florian Fainelli
4b36e8b096
mac80211 is not available for kernels < 2.6.22
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7674 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-19 16:56:04 +00:00
John Crispin
d40dfcc805
added 3 new crypto modules needed by ppp_mppe
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7670 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-18 21:01:11 +00:00