aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* cleanupFelix Fietkau2007-06-301-10/+6
| | | | SVN-Revision: 7789
* fix the path to the yealink module (#1944)Felix Fietkau2007-06-301-1/+6
| | | | SVN-Revision: 7788
* replace the hotplug2 fork handling hack with a better solution implemented ↵Felix Fietkau2007-06-305-201/+246
| | | | | | in upstream (thanks, iSteve) SVN-Revision: 7786
* unify sysctl.conf, add extra netfilter options (#1996)Felix Fietkau2007-06-301-0/+13
| | | | SVN-Revision: 7784
* qos-scripts update:Felix Fietkau2007-06-303-11/+32
| | | | | | | | - 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
* Added via-velocity module, and fixed some whitespace inconsistencies.Rod Whitby2007-06-291-4/+16
| | | | SVN-Revision: 7772
* check for + in the broadcast address before attempting a dns lookupFelix Fietkau2007-06-291-0/+29
| | | | SVN-Revision: 7767
* fix broadcast address (#1611)Mike Baker2007-06-281-2/+1
| | | | SVN-Revision: 7766
* Add a patch for openssl to fix some breakage that happens when compiled with ↵Felix Fietkau2007-06-281-0/+252
| | | | | | | | | | | 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
* Initialise firewall before network (#1988)Florian Fainelli2007-06-281-1/+1
| | | | SVN-Revision: 7757
* clean up the madwifi SoC support patch - remove some breakage that went ↵Felix Fietkau2007-06-281-23/+1
| | | | | | unnoticed because it only applies to kernelversions before 2.6.19 SVN-Revision: 7746
* add fragmentation and rts settings thanks rene closes #1725Travis Kemen2007-06-271-0/+12
| | | | SVN-Revision: 7743
* add nvram fixup scriptFelix Fietkau2007-06-272-0/+72
| | | | SVN-Revision: 7742
* Also mark ipset as brokenFlorian Fainelli2007-06-271-0/+1
| | | | SVN-Revision: 7740
* Make aodv-uu as broken for all archs until we fix itFlorian Fainelli2007-06-271-0/+1
| | | | SVN-Revision: 7739
* Merge bcm43xx-mac80211 driver from tree at bu3sch.de, pulled 24/6Peter Denison2007-06-2514-521/+958
| | | | SVN-Revision: 7734
* Merge mac80211 driver from tree at bu3sch.de, pulled 24/6Peter Denison2007-06-2512-194/+235
| | | | SVN-Revision: 7733
* madwifi: add some extra delay between bringing the interface up and ↵Felix Fietkau2007-06-251-0/+1
| | | | | | configuring it (#1703) SVN-Revision: 7729
* hotplug2: add fork handling optimization (also fixes that pesky pppoe race ↵Felix Fietkau2007-06-251-0/+142
| | | | | | condition in #1655) SVN-Revision: 7726
* update to hotplug2 svn version (recommended by iSteve)Felix Fietkau2007-06-254-48/+543
| | | | SVN-Revision: 7725
* fix failsafe on broadcom, send netlink events in diag when running linux 2.6Felix Fietkau2007-06-258-58/+133
| | | | SVN-Revision: 7722
* hotplug2: add a missing cflag, allow hotplug events that are not 'add'Felix Fietkau2007-06-252-1/+14
| | | | SVN-Revision: 7721
* make hotplug2 use the build system cflagsFelix Fietkau2007-06-252-0/+14
| | | | SVN-Revision: 7720
* remove bogus dependency, fix a few cosmetic bugsFelix Fietkau2007-06-251-3/+3
| | | | SVN-Revision: 7719
* Upgrade ntfs-3g to 1.616 (#1954)Florian Fainelli2007-06-232-16/+5
| | | | SVN-Revision: 7717
* Upgrade fuse to 2.6.5 (#1955)Florian Fainelli2007-06-238-39/+47
| | | | SVN-Revision: 7716
* add antenna diversity config support for broadcom-wlFelix Fietkau2007-06-221-0/+4
| | | | SVN-Revision: 7710
* Do not cache negative answersFlorian Fainelli2007-06-221-0/+1
| | | | SVN-Revision: 7707
* Package tunnel6 as well (#1943)Florian Fainelli2007-06-221-2/+3
| | | | SVN-Revision: 7705
* Send a kill signal to cron, otherwise two instances could be running (#1923)Florian Fainelli2007-06-221-1/+1
| | | | SVN-Revision: 7704
* for bcm43xx-mac80211 as wellFelix Fietkau2007-06-221-3/+7
| | | | SVN-Revision: 7703
* do not attempt to compile mac80211 on 2.6.21Felix Fietkau2007-06-221-15/+8
| | | | SVN-Revision: 7701
* kernel version specific fixups for kmod packagesFelix Fietkau2007-06-221-7/+13
| | | | SVN-Revision: 7700
* fix mac80211 buildFelix Fietkau2007-06-211-1/+6
| | | | SVN-Revision: 7696
* New: mac80211-based bcm43xx driver from the wireless-dev treePeter Denison2007-06-2131-0/+16363
| | | | SVN-Revision: 7693
* New: mac80211 stack from the wireless-dev treePeter Denison2007-06-2150-0/+23705
| | | | SVN-Revision: 7692
* fix cgi-bin directory handling (#1764)Felix Fietkau2007-06-211-0/+15
| | | | SVN-Revision: 7688
* added usb-storage hotplugingJohn Crispin2007-06-203-1/+42
| | | | SVN-Revision: 7684
* fix a memleak in broadcom-diag (#1780)Felix Fietkau2007-06-201-0/+1
| | | | SVN-Revision: 7683
* Allow the use of psk+psk2 (ap mode only). Thanks ragornMike Baker2007-06-201-1/+3
| | | | SVN-Revision: 7682
* mac80211 is not available for kernels < 2.6.22Florian Fainelli2007-06-191-1/+1
| | | | SVN-Revision: 7674
* added 3 new crypto modules needed by ppp_mppeJohn Crispin2007-06-181-1/+3
| | | | SVN-Revision: 7670
* Remove reference to old ar7-2.4 codeFlorian Fainelli2007-06-181-1/+1
| | | | SVN-Revision: 7667
* Fix spca5xx compilation with ccache (#1849)Florian Fainelli2007-06-181-1/+1
| | | | SVN-Revision: 7663
* Add support for the D-Link DIR-130/330Florian Fainelli2007-06-181-0/+35
| | | | SVN-Revision: 7660
* update to 2.6.22-rc5 (#1915)Felix Fietkau2007-06-181-0/+12
| | | | SVN-Revision: 7659
* Put the acx tarball on openwrt.org (#1913)Florian Fainelli2007-06-171-1/+1
| | | | SVN-Revision: 7656
* fix zd1211 with linux 2.6.22Felix Fietkau2007-06-171-0/+44
| | | | SVN-Revision: 7651
* fix shfs compile on 2.6.22Felix Fietkau2007-06-171-0/+26
| | | | SVN-Revision: 7650
* mark openswan as 2.4 only for now (doesn't work on 2.6.22, does anyone even ↵Felix Fietkau2007-06-171-1/+2
| | | | | | need this on 2.6?) SVN-Revision: 7649