summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* mac80211: fix zd1211rw build errorGabor Juhos2008-10-171-3/+18
| | | | SVN-Revision: 12996
* add phidget kernel module from #4116Travis Kemen2008-10-171-0/+13
| | | | SVN-Revision: 12994
* madwifi: allow disabling of hardware ibss merges by setting the wifi-iface ↵Felix Fietkau2008-10-161-1/+4
| | | | | | option sw_merge, which does the tsf sync in software instead. used to work around hardware issues with hw merges (ATIM window gets screwed up) SVN-Revision: 12993
* remove madwifi-testing (it confuses users) - it doesn't work, never has, and ↵Felix Fietkau2008-10-1646-5160/+5
| | | | | | i'm not going to finish it. SVN-Revision: 12992
* netfilter/iptables: disable IMQ on 2.6.27Gabor Juhos2008-10-152-3/+4
| | | | SVN-Revision: 12984
* madwifi: add sta mode idle reassoc fix (#4091)Felix Fietkau2008-10-141-9/+0
| | | | SVN-Revision: 12981
* fixes firewall for trunk, custom chains were never reched, as policies apply ↵John Crispin2008-10-141-3/+3
| | | | | | beforehand SVN-Revision: 12978
* Add acx wireless configuration (#4095)Florian Fainelli2008-10-132-0/+203
| | | | SVN-Revision: 12962
* Ucified PXE-Boot options for dnsmasqSteven Barth2008-10-131-0/+3
| | | | SVN-Revision: 12960
* madwifi: fix a node refcounting imbalance with a low (but nonzero) crash ↵Felix Fietkau2008-10-111-1/+1
| | | | | | probability SVN-Revision: 12950
* mac80211: add rate control rewrite and enhance the performance of the ↵Felix Fietkau2008-10-1122-129/+7636
| | | | | | minstrel algorithm for non-mrr configurations SVN-Revision: 12948
* Fix libnl pkg config file template.Lars-Peter Clausen2008-10-101-0/+13
| | | | SVN-Revision: 12945
* update to latest compat-wireless version and add some new minstrel/b43 fixesFelix Fietkau2008-10-1011-1522/+179
| | | | SVN-Revision: 12939
* mac80211/compat-wireless: don't patch a generated fileFelix Fietkau2008-10-081-19/+0
| | | | SVN-Revision: 12895
* allow larger beacon interval values - useful for big mesh networks (patch by ↵Felix Fietkau2008-10-071-0/+13
| | | | | | sven-ola) SVN-Revision: 12886
* madwifi: re-enable the MIB interrupt flood protection fix - apparently it's ↵Felix Fietkau2008-10-071-28/+11
| | | | | | still necessary in some extreme cases SVN-Revision: 12885
* fix mode setup for ibss/ahdemo - preserve existing modes and use HOSTAP mode ↵Felix Fietkau2008-10-071-0/+23
| | | | | | for AHDEMO instead of IBSS to prevent unwanted IBSS merges SVN-Revision: 12884
* madwifi: allow ad-hoc mode with software based TSF merging (hardware merging ↵Felix Fietkau2008-10-0710-18/+123
| | | | | | can screw up the internal timers and cause transmit hangs) - based on a patch by sven-ola. activated by wlanconfig's nosbeacon flag SVN-Revision: 12883
* fix busybox http auth if the root user has an empty passwordFelix Fietkau2008-10-061-2/+2
| | | | SVN-Revision: 12869
* add the new compat-wireless for 2.6.27 + multi-rate retry and minstrel ↵Felix Fietkau2008-10-0611-5/+1818
| | | | | | patches, rename patches/ for old compat-wireless to patches-old/ SVN-Revision: 12865
* Silence ifconfig down errors in mac80211 (#4067)Florian Fainelli2008-10-041-1/+1
| | | | SVN-Revision: 12856
* Add proper LED support to broadcom-diag for the Asus WL-320gE/gP routers (#4062)Florian Fainelli2008-10-041-0/+14
| | | | SVN-Revision: 12855
* use gzipped package listsAndy Boyett2008-10-041-1/+1
| | | | SVN-Revision: 12849
* madwifi: add another missing change for linux 2.4 compatFelix Fietkau2008-10-041-1/+1
| | | | SVN-Revision: 12847
* fix linux 2.4 compile with latest ibss fixes (thx, sven-ola)Felix Fietkau2008-10-031-2/+2
| | | | SVN-Revision: 12841
* madwifi patch cleanup and stability fixes - fix a semi-random heisenbug by ↵Felix Fietkau2008-10-0335-162/+401
| | | | | | replacing the previous noderef fix with a simple hack that is not 100% correct, but safe. - add ad-hoc atim fixes by bruno - add napi polling fixes by sven-ola - fix compile breakage with debug enabled SVN-Revision: 12838
* ebtables-utils: create $(1)/usr/sbin/ dir before files are installed into itAndy Boyett2008-10-031-0/+1
| | | | SVN-Revision: 12833
* remove accidentally committed debug messageFelix Fietkau2008-10-021-3/+1
| | | | SVN-Revision: 12827
* mtd: fix image check on non-broadcom platformsFelix Fietkau2008-10-021-1/+1
| | | | SVN-Revision: 12825
* implement conditional dependencies for menuconfig and build depsFelix Fietkau2008-10-011-2/+2
| | | | SVN-Revision: 12820
* Split ebtables into ebtables and ebtables-utils, bump release numberFlorian Fainelli2008-10-011-1/+14
| | | | SVN-Revision: 12818
* Allow dropbear to use shadow passwords, and correct base-files generation of ↵Peter Denison2008-09-302-3/+8
| | | | | | /etc/shadow SVN-Revision: 12809
* port generic and ixp4xx kernel patches to 2.6.27 (compiles except for ↵Felix Fietkau2008-09-291-0/+133
| | | | | | iptables, but otherwise completely untested) SVN-Revision: 12790
* add option in sysupgrade to restore config from file or URL (patch from #4043)Felix Fietkau2008-09-281-1/+15
| | | | SVN-Revision: 12772
* madwifi: revert part of the noderef fix patchFelix Fietkau2008-09-281-19/+0
| | | | SVN-Revision: 12771
* broadcom-wl: only use mssid if necessary (fixes spurious error messages on ↵Felix Fietkau2008-09-281-1/+7
| | | | | | older hw) SVN-Revision: 12769
* fixes firewall rule generation. forwarding rules were inserted in input ↵John Crispin2008-09-281-3/+6
| | | | | | chains, fixes #4028 SVN-Revision: 12768
* custom chains were never reached on DROP/REJECT policy, fixes #4004 #4029John Crispin2008-09-281-3/+3
| | | | SVN-Revision: 12767
* set default input policy to ACCEPT to bring the firewall behavior closer to ↵Felix Fietkau2008-09-281-1/+1
| | | | | | the one of previous versions SVN-Revision: 12766
* firewall: fix default policies, add a check for duplicate defaults sections ↵Felix Fietkau2008-09-281-18/+34
| | | | | | and make custom chains more generic SVN-Revision: 12765
* busybox: remove the upstream-provided bugfix patch for line editing it ↵Felix Fietkau2008-09-281-145/+0
| | | | | | actually breaks the history functionality instead of fixing it SVN-Revision: 12763
* fix iw compileFelix Fietkau2008-09-281-0/+1
| | | | SVN-Revision: 12760
* madwifi: set essid on to avoid association with different ssid (patch from ↵Felix Fietkau2008-09-281-0/+1
| | | | | | #3937) SVN-Revision: 12759
* Add support for HW crypto cores: padlock, geode and hifn75x (#388#)Florian Fainelli2008-09-281-0/+44
| | | | SVN-Revision: 12752
* Fix location to the ebtables modules (#3855)Florian Fainelli2008-09-271-1/+2
| | | | SVN-Revision: 12735
* fix IMQ autoloadingNicolas Thill2008-09-271-1/+1
| | | | SVN-Revision: 12722
* remove unnecessary patch chunkFelix Fietkau2008-09-261-11/+1
| | | | SVN-Revision: 12720
* madwifi: fix some really evil noderef issues (fixes #3999)Felix Fietkau2008-09-262-1/+59
| | | | SVN-Revision: 12719
* remove obsolete p54, rt2500 & rt61 since those drivers are built from ↵Nicolas Thill2008-09-2617-4040/+0
| | | | | | package/mac80211 now SVN-Revision: 12716
* fix typo from last sysupgrade commitFelix Fietkau2008-09-261-1/+1
| | | | SVN-Revision: 12715