aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* Package cfdisk and bump release number (#1992)Florian Fainelli2007-07-011-1/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7828 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Make bcm43xx-mac802xx bcm47xx-2.6 specificFlorian Fainelli2007-07-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7825 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove patch-cmdline from the packages and move it tools tools/. adm5120 and ↵Florian Fainelli2007-07-012-121/+0
| | | | | | rb532 do use it for procuding ready-to-use kernels (#1631) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7820 3c298f89-4303-0410-b956-a3cf2f4a3e73
* massively reduce the number of forks that busybox ash has to do while ↵Felix Fietkau2007-07-011-0/+30
| | | | | | | | | 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
* fix a crash related to wep and mic handling (#1973)Felix Fietkau2007-06-301-28/+75
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7813 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move parts of the failsafe code to the generic base-files - will be used on ↵Felix Fietkau2007-06-302-1/+4
| | | | | | 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
* fix a warning (#1800)Felix Fietkau2007-06-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7809 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add madwifi changeset 2484 (node refcounting patch) - i will resync with ↵Felix Fietkau2007-06-301-0/+82
| | | | | | madwifi svn after the 7.07 release git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7807 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make the firewall script run after the network script again (required for ↵Felix Fietkau2007-06-301-1/+2
| | | | | | working with dynamically assigned interfaces), include the network state git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7806 3c298f89-4303-0410-b956-a3cf2f4a3e73
* include the network state in the dnsmasq init script. this makes it possible ↵Felix Fietkau2007-06-301-0/+1
| | | | | | 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
* update wlcompat for new ioctl interface (fixes #1357)Felix Fietkau2007-06-3017-2137/+2742
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7795 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cleanupFelix Fietkau2007-06-301-10/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7789 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix the path to the yealink module (#1944)Felix Fietkau2007-06-301-1/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7788 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace the hotplug2 fork handling hack with a better solution implemented ↵Felix Fietkau2007-06-305-201/+246
| | | | | | in upstream (thanks, iSteve) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7786 3c298f89-4303-0410-b956-a3cf2f4a3e73
* unify sysctl.conf, add extra netfilter options (#1996)Felix Fietkau2007-06-301-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7784 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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... git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7782 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Added via-velocity module, and fixed some whitespace inconsistencies.Rod Whitby2007-06-291-4/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7772 3c298f89-4303-0410-b956-a3cf2f4a3e73
* check for + in the broadcast address before attempting a dns lookupFelix Fietkau2007-06-291-0/+29
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7767 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix broadcast address (#1611)Mike Baker2007-06-281-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7766 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7764 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Initialise firewall before network (#1988)Florian Fainelli2007-06-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7757 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7746 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add fragmentation and rts settings thanks rene closes #1725Travis Kemen2007-06-271-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7743 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add nvram fixup scriptFelix Fietkau2007-06-272-0/+72
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7742 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Also mark ipset as brokenFlorian Fainelli2007-06-271-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7740 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Make aodv-uu as broken for all archs until we fix itFlorian Fainelli2007-06-271-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7739 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Merge bcm43xx-mac80211 driver from tree at bu3sch.de, pulled 24/6Peter Denison2007-06-2514-521/+958
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7734 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Merge mac80211 driver from tree at bu3sch.de, pulled 24/6Peter Denison2007-06-2512-194/+235
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7733 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add some extra delay between bringing the interface up and ↵Felix Fietkau2007-06-251-0/+1
| | | | | | configuring it (#1703) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7729 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hotplug2: add fork handling optimization (also fixes that pesky pppoe race ↵Felix Fietkau2007-06-251-0/+142
| | | | | | condition in #1655) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7726 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update to hotplug2 svn version (recommended by iSteve)Felix Fietkau2007-06-254-48/+543
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7725 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix failsafe on broadcom, send netlink events in diag when running linux 2.6Felix Fietkau2007-06-258-58/+133
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7722 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hotplug2: add a missing cflag, allow hotplug events that are not 'add'Felix Fietkau2007-06-252-1/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7721 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make hotplug2 use the build system cflagsFelix Fietkau2007-06-252-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7720 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove bogus dependency, fix a few cosmetic bugsFelix Fietkau2007-06-251-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7719 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Upgrade ntfs-3g to 1.616 (#1954)Florian Fainelli2007-06-232-16/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7717 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Upgrade fuse to 2.6.5 (#1955)Florian Fainelli2007-06-238-39/+47
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7716 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add antenna diversity config support for broadcom-wlFelix Fietkau2007-06-221-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7710 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Do not cache negative answersFlorian Fainelli2007-06-221-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7707 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Package tunnel6 as well (#1943)Florian Fainelli2007-06-221-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7705 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Send a kill signal to cron, otherwise two instances could be running (#1923)Florian Fainelli2007-06-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7704 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [7701] for bcm43xx-mac80211 as wellFelix Fietkau2007-06-221-3/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7703 3c298f89-4303-0410-b956-a3cf2f4a3e73
* do not attempt to compile mac80211 on 2.6.21Felix Fietkau2007-06-221-15/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7701 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel version specific fixups for kmod packagesFelix Fietkau2007-06-221-7/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7700 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix mac80211 buildFelix Fietkau2007-06-211-1/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7696 3c298f89-4303-0410-b956-a3cf2f4a3e73
* New: mac80211-based bcm43xx driver from the wireless-dev treePeter Denison2007-06-2131-0/+16363
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7693 3c298f89-4303-0410-b956-a3cf2f4a3e73
* New: mac80211 stack from the wireless-dev treePeter Denison2007-06-2150-0/+23705
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7692 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix cgi-bin directory handling (#1764)Felix Fietkau2007-06-211-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7688 3c298f89-4303-0410-b956-a3cf2f4a3e73
* added usb-storage hotplugingJohn Crispin2007-06-203-1/+42
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7684 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a memleak in broadcom-diag (#1780)Felix Fietkau2007-06-201-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7683 3c298f89-4303-0410-b956-a3cf2f4a3e73