summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* remove LED api abuse from r13032 per request fom nbd, gpioctl is now built ↵thepeople2008-10-231-14/+5
| | | | | | by defualt git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13039 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove polarity from config file generationthepeople2008-10-231-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13034 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix mistakes in last committhepeople2008-10-231-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13033 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Simplify antenna selection and remove the need for gpioctl for the nanostation2.thepeople2008-10-231-12/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13032 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix polaritythepeople2008-10-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13031 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: improve reliability of the antenna diversity settingnbd2008-10-232-1/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13029 3c298f89-4303-0410-b956-a3cf2f4a3e73
* implement uci config option for the nanostation antenna/polarity control ↵nbd2008-10-231-8/+47
| | | | | | (ns2 and ns5 supported) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13028 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add a patch for detecting vendor / device name information (only ↵nbd2008-10-234-9/+326
| | | | | | implemented for WiSoC at the moment) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13027 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make sure that the dhcp client (or other processes necessary to get a ↵nbd2008-10-231-0/+1
| | | | | | connection) gets restarted when the wifi is restarted git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13026 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add new switch configuration apinbd2008-10-185-0/+1141
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13009 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: fix zd1211rw build errorjuhosg2008-10-171-3/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12996 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add phidget kernel module from #4116thepeople2008-10-171-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12994 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: allow disabling of hardware ibss merges by setting the wifi-iface ↵nbd2008-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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12993 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove madwifi-testing (it confuses users) - it doesn't work, never has, and ↵nbd2008-10-1646-5160/+5
| | | | | | i'm not going to finish it. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12992 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] netfilter/iptables: disable IMQ on 2.6.27juhosg2008-10-152-3/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12984 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add sta mode idle reassoc fix (#4091)nbd2008-10-141-9/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12981 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes firewall for trunk, custom chains were never reched, as policies apply ↵blogic2008-10-141-3/+3
| | | | | | beforehand git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12978 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add acx wireless configuration (#4095)florian2008-10-132-0/+203
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12962 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Ucified PXE-Boot options for dnsmasqcyrus2008-10-131-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12960 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix a node refcounting imbalance with a low (but nonzero) crash ↵nbd2008-10-111-1/+1
| | | | | | probability git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12950 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add rate control rewrite and enhance the performance of the ↵nbd2008-10-1122-129/+7636
| | | | | | minstrel algorithm for non-mrr configurations git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12948 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix libnl pkg config file template.lars2008-10-101-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12945 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update to latest compat-wireless version and add some new minstrel/b43 fixesnbd2008-10-1011-1522/+179
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12939 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211/compat-wireless: don't patch a generated filenbd2008-10-081-19/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12895 3c298f89-4303-0410-b956-a3cf2f4a3e73
* allow larger beacon interval values - useful for big mesh networks (patch by ↵nbd2008-10-071-0/+13
| | | | | | sven-ola) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12886 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: re-enable the MIB interrupt flood protection fix - apparently it's ↵nbd2008-10-071-28/+11
| | | | | | still necessary in some extreme cases git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12885 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix mode setup for ibss/ahdemo - preserve existing modes and use HOSTAP mode ↵nbd2008-10-071-0/+23
| | | | | | for AHDEMO instead of IBSS to prevent unwanted IBSS merges git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12884 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: allow ad-hoc mode with software based TSF merging (hardware merging ↵nbd2008-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12883 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix busybox http auth if the root user has an empty passwordnbd2008-10-061-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12869 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add the new compat-wireless for 2.6.27 + multi-rate retry and minstrel ↵nbd2008-10-0611-5/+1818
| | | | | | patches, rename patches/ for old compat-wireless to patches-old/ git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12865 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Silence ifconfig down errors in mac80211 (#4067)florian2008-10-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12856 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add proper LED support to broadcom-diag for the Asus WL-320gE/gP routers (#4062)florian2008-10-041-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12855 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [opkg] use gzipped package listsagb2008-10-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12849 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add another missing change for linux 2.4 compatnbd2008-10-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12847 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix linux 2.4 compile with latest ibss fixes (thx, sven-ola)nbd2008-10-031-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12841 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi patch cleanup and stability fixesnbd2008-10-0335-162/+401
| | | | | | | | | - fix a semi-random heisenbug by 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12838 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ebtables] ebtables-utils: create $(1)/usr/sbin/ dir before files are ↵agb2008-10-031-0/+1
| | | | | | installed into it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12833 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove accidentally committed debug messagenbd2008-10-021-3/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12827 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mtd: fix image check on non-broadcom platformsnbd2008-10-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12825 3c298f89-4303-0410-b956-a3cf2f4a3e73
* implement conditional dependencies for menuconfig and build depsnbd2008-10-011-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12820 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Split ebtables into ebtables and ebtables-utils, bump release numberflorian2008-10-011-1/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12818 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Allow dropbear to use shadow passwords, and correct base-files generation ofnoz2008-09-302-3/+8
| | | | | | /etc/shadow git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12809 3c298f89-4303-0410-b956-a3cf2f4a3e73
* port generic and ixp4xx kernel patches to 2.6.27 (compiles except for ↵nbd2008-09-291-0/+133
| | | | | | iptables, but otherwise completely untested) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12790 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add option in sysupgrade to restore config from file or URL (patch from #4043)nbd2008-09-281-1/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12772 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: revert part of the noderef fix patchnbd2008-09-281-19/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12771 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-wl: only use mssid if necessary (fixes spurious error messages on ↵nbd2008-09-281-1/+7
| | | | | | older hw) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12769 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes firewall rule generation. forwarding rules were inserted in input ↵blogic2008-09-281-3/+6
| | | | | | chains, fixes #4028 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12768 3c298f89-4303-0410-b956-a3cf2f4a3e73
* custom chains were never reached on DROP/REJECT policy, fixes #4004 #4029blogic2008-09-281-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12767 3c298f89-4303-0410-b956-a3cf2f4a3e73
* set default input policy to ACCEPT to bring the firewall behavior closer to ↵nbd2008-09-281-1/+1
| | | | | | the one of previous versions git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12766 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firewall: fix default policies, add a check for duplicate defaults sections ↵nbd2008-09-281-18/+34
| | | | | | and make custom chains more generic git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12765 3c298f89-4303-0410-b956-a3cf2f4a3e73