aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* mac80211: add CONFIG_ATH5K_PCI only when not on aterhos targetHauke Mehrtens2010-12-222-0/+12
| | | | SVN-Revision: 24801
* mac80211: rmove unused config symbols.Hauke Mehrtens2010-12-221-5/+0
| | | | | | CONFIG_RT2800PCI_PCI and CONFIG_RT2800PCI_SOC were removed some time ago and CONFIG_IWLWIFI was replaced by CONFIG_COMPAT_IWLWIFI in compat wireless SVN-Revision: 24794
* mac80211: activate ahb bud for ath5k driver if on atheros target.Hauke Mehrtens2010-12-221-2/+5
| | | | SVN-Revision: 24793
* base-files: implement "reqopts" parameter for dhcp interfaces to specify ↵Jo-Philipp Wich2010-12-222-2/+4
| | | | | | additional dhcp options to request SVN-Revision: 24780
* busybox: implement ms static routes option in udhcpc (#6435)Jo-Philipp Wich2010-12-221-0/+22
| | | | SVN-Revision: 24779
* base-files: the busybox update to v1.15.3 completely broke udhcpc route ↵Jo-Philipp Wich2010-12-221-73/+14
| | | | | | option handling, repair default.script to work with the new format (#6435) SVN-Revision: 24778
* Âbase-files: don't mark /etc/banner as conffileJo-Philipp Wich2010-12-201-1/+0
| | | | SVN-Revision: 24742
* iptables: don't call autogen.sh, use autoreconf fixup instead of libtoolJo-Philipp Wich2010-12-201-6/+1
| | | | SVN-Revision: 24740
* mac80211: rename max_clients option to maxassoc, this brings it in line with ↵Jo-Philipp Wich2010-12-191-2/+2
| | | | | | broadcom SVN-Revision: 24726
* hostapd: add support for specifying the maximum number of clientsFelix Fietkau2010-12-191-0/+2
| | | | | | Signed-off-by: Alexander Couzens <lynxis@c-base.org> SVN-Revision: 24725
* hostapd: fix appending the iapp_interface variable to the configFelix Fietkau2010-12-191-1/+1
| | | | | | Signed-off-by: Alexander Couzens <lynxis@c-base.org> SVN-Revision: 24724
* hostapd: Add CONFIG_FULL_DYNAMIC_VLAN=y to hostapd-full.configFelix Fietkau2010-12-191-0/+2
| | | | | | | | | | This allows hostapd to make use of the config option "vlan_tagged_interface" to automatically create bridge and VLAN interfaces in a fully dynamic way. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 24722
* hostapd: Allow rsn_preauth configurationFelix Fietkau2010-12-191-14/+26
| | | | | | | | | | | | | | | | | Hostapd can allow preauthentication for WPA2-EAP networks when the interfaces through which preauthentication is allowed are configured. Add a new param "rsn_preauth=0/1" to the configuration that enables or disables preauthentication on the according bridge interface. Preauthentication for unbridged networks is not considered in this patch. Cc: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 24721
* iptables: fix layer7 patch to place the source in extensions/, I doubt it ↵Jo-Philipp Wich2010-12-191-1/+1
| | | | | | ever worked SVN-Revision: 24719
* opkg: remove stray HOST_BUILD_DEPENDSJo-Philipp Wich2010-12-181-2/+0
| | | | SVN-Revision: 24679
* mac80211: another optimization for tx performanceFelix Fietkau2010-12-181-0/+11
| | | | SVN-Revision: 24677
* libtool: remove patches, they don't apply to libltdlJo-Philipp Wich2010-12-184-201/+0
| | | | SVN-Revision: 24675
* libtool: remove host build and leave only libltdl in placeJo-Philipp Wich2010-12-181-8/+0
| | | | SVN-Revision: 24674
* mac80211: fix a crash in the tx pathFelix Fietkau2010-12-181-0/+19
| | | | SVN-Revision: 24672
* mac80211: fix a missing return valueFelix Fietkau2010-12-181-1/+1
| | | | SVN-Revision: 24671
* mac80211: significantly reduce the cpu load caused by excessive skb header ↵Felix Fietkau2010-12-181-0/+14
| | | | | | cloning SVN-Revision: 24669
* ath9k: do not force the chainmask to 1 for legacy mode - it makes no sense ↵Felix Fietkau2010-12-181-0/+75
| | | | | | and it reduces txpower and unnecessarily disables MRC SVN-Revision: 24657
* mac80211: update to wireless-testing 2010-12-16Felix Fietkau2010-12-1828-2904/+209
| | | | SVN-Revision: 24655
* base-files: add support for the usbdev LED triggerGabor Juhos2010-12-172-5/+11
| | | | SVN-Revision: 24647
* generic: add LED trigger for USB device presence/activityGabor Juhos2010-12-171-0/+15
| | | | SVN-Revision: 24646
* ath9k: update initvals for ar9003Felix Fietkau2010-12-162-0/+156
| | | | SVN-Revision: 24629
* ath9k: remove code for setting up gpio based baseband rfkill - it was never ↵Felix Fietkau2010-12-161-0/+103
| | | | | | used, nor configured properly SVN-Revision: 24628
* ath9k: use the number of pending aggregates instead of the queue depth to ↵Felix Fietkau2010-12-161-0/+89
| | | | | | determine when it is time to form the next A-MPDU SVN-Revision: 24627
* libtool: I don't know what crackhead thought that relinking with /usr/lib ↵Jo-Philipp Wich2010-12-161-0/+10
| | | | | | during cross compilation is a good idea, so just remove this crap. It should solve a few instances of "/usr/lib/libc.a: could not read symbols: File format not recognized" when building stuff. SVN-Revision: 24619
* libtool: prefix command output with "OpenWrt-" to make it immediately ↵Jo-Philipp Wich2010-12-152-2/+112
| | | | | | obvious whether our libtool is used SVN-Revision: 24613
* opkg: remove manual automake invocations and rely and host and target fixupsJo-Philipp Wich2010-12-131-12/+1
| | | | SVN-Revision: 24554
* opkg: disable output shavingJo-Philipp Wich2010-12-131-0/+37
| | | | SVN-Revision: 24553
* base-files: use shutdown instead of stop when the system goes down (patch by ↵Felix Fietkau2010-12-132-2/+2
| | | | | | tripolar) SVN-Revision: 24540
* ath9k: fix some more issues in the paprd changesFelix Fietkau2010-12-131-18/+26
| | | | SVN-Revision: 24539
* ead: fixup some AC_DEFINE() invocations that will make recent automak bailJo-Philipp Wich2010-12-132-6/+8
| | | | SVN-Revision: 24535
* adds new lantiq kernel. once the codebase is fully tested and know to be ↵John Crispin2010-12-1220-0/+8777
| | | | | | working on all the devices previously supported by ifxmips, we will drop ifxmips support. SVN-Revision: 24526
* ath9k: fix a few issues with pa predistortion on ar9003Felix Fietkau2010-12-123-0/+375
| | | | SVN-Revision: 24504
* ath: open up a few safe 5ghz channels in the world regdomain to make the ↵Felix Fietkau2010-12-121-0/+12
| | | | | | regulatory override unnecessary in a few cases SVN-Revision: 24503
* ath9k: merge a few pending cleanup patchesFelix Fietkau2010-12-125-5/+1662
| | | | SVN-Revision: 24502
* ath9k: do not adjust the slot time setting for long distance, it seems to ↵Felix Fietkau2010-12-112-0/+22
| | | | | | cause long latencies and low throughput SVN-Revision: 24498
* mac80211: fix IBSS probe response storms on drivers that do not support ↵Felix Fietkau2010-12-111-0/+11
| | | | | | drv_tx_last_beacon() SVN-Revision: 24497
* ath9k: merge a pending patch for fixing tsf read and writeFelix Fietkau2010-12-111-0/+22
| | | | SVN-Revision: 24496
* ath9k: add missing %pV printk revertFelix Fietkau2010-12-111-0/+21
| | | | SVN-Revision: 24480
* rework aclocal handling, packages have issues writing through the symlink so ↵Jo-Philipp Wich2010-12-111-2/+0
| | | | | | keep the host aclocal as include path for now SVN-Revision: 24474
* mac80211: update to 2010-12-09Felix Fietkau2010-12-1129-3078/+588
| | | | SVN-Revision: 24471
* libtool: don't install aclocal directory again if symlink into ↵Jo-Philipp Wich2010-12-111-0/+2
| | | | | | $(STAGING_DIR_HOST)/share/acloca exists aleady SVN-Revision: 24470
* ath9k: fix non-AMPDU QoS per-tid sequence number assignmentFelix Fietkau2010-12-101-0/+34
| | | | SVN-Revision: 24445
* kernel: package kmod-zd1201 (#8386)Jo-Philipp Wich2010-12-101-0/+54
| | | | SVN-Revision: 24443
* mac80211: use iw for txpower control (#8416)Jo-Philipp Wich2010-12-101-2/+1
| | | | SVN-Revision: 24441
* ar71xx: select u-boot for the NBG460N in the Default/Minimal profiles as wellGabor Juhos2010-12-101-1/+1
| | | | SVN-Revision: 24421