Commit Graph

3796 Commits (b4e99d33d93e0ca70048e29367daf4609b41909b)

Author SHA1 Message Date
Nicolas Thill b4e99d33d9 use a common way of marking packages as not supported on specific targets
SVN-Revision: 20117
15 years ago
Felix Fietkau 656de42f9c Revert "mac80211/ath9k: fix duration calculation for short-guard-interval frames (thanks to Duy Nguyen for pointing this out)" again It appears to be causing trouble at least with some clients.
SVN-Revision: 20115
15 years ago
Felix Fietkau 3f733bc1ec mac80211/ath9k: fix duration calculation for short-guard-interval frames (thanks to Duy Nguyen for pointing this out)
SVN-Revision: 20114
15 years ago
Felix Fietkau 56f94c0d2a mac80211: fix compile for 2.6.33 (thx, acoul)
SVN-Revision: 20113
15 years ago
Felix Fietkau 5c02f218be hostapd: restore wds sta state after the sta reassociates
SVN-Revision: 20108
15 years ago
Felix Fietkau 8b9afa6f75 mac80211: fix interface setup for wds client sometimes an interface does not get added to the bridge properly this seems to be a race of interface setup vs wpa_supplicant fix this by configuring the interface only after wpa_supplicant has been started
SVN-Revision: 20106
15 years ago
Felix Fietkau ad1507756b hostapd: remove the hotplug script for adding wds station interfaces to a bridge - it suffers from race conditions. instead let hostapd add the interfaces to the bridge
SVN-Revision: 20104
15 years ago
Felix Fietkau 875b9fc0ae hostapd: fix setting the station vlan for wds stations on reauthentication
SVN-Revision: 20103
15 years ago
Felix Fietkau 1aa0192b94 hostapd: upgrade to 20100309
SVN-Revision: 20090
15 years ago
Felix Fietkau ddb6eb9d51 mac80211: add support for the noscan option for skipping the initial scan on hostapd startup
SVN-Revision: 20089
15 years ago
Felix Fietkau 7fdbfef92f wpa_supplicant: fix bridging settings for wds
SVN-Revision: 20088
15 years ago
Jo-Philipp Wich 9b8ff17f8c dnsmasq: remove redundant code introduced with r20074
SVN-Revision: 20079
15 years ago
Jo-Philipp Wich 58820edbd9 dnsmasq: allow multiple macs per static lease address (#6205)
SVN-Revision: 20074
15 years ago
Hauke Mehrtens 32885a5a05 mac80211: build ipw2x00 driver from compat-wireless
ipw2x00 now depends on cfg80211 which is build form compat-wireless and not directly from kernel.

SVN-Revision: 20073
15 years ago
Gabor Juhos 3bc81edc70 package: fix w1-gpio-custom package (closes #6770)
SVN-Revision: 20066
15 years ago
Travis Kemen 891d26ab51 add missing file from patch
SVN-Revision: 20062
15 years ago
Travis Kemen 9b8f12303a finish cleaning my broken commit
SVN-Revision: 20061
15 years ago
Travis Kemen c859a20e69 fix missing parts of r19997.
SVN-Revision: 20057
15 years ago
Gabor Juhos 945cfb9059 package: add module for the RB750 LED driver
SVN-Revision: 20052
15 years ago
Jo-Philipp Wich 4bbb272f48 dnsmasq: prevent bad command line error when a dhcp pool has ignore set and the corresponding iface has only whitespace as value
SVN-Revision: 20048
15 years ago
Nicolas Thill 60c17a9e9c acx: remove wrong CONFIG_PCI dep (should have been PCI_SUPPORT, but that just fails on some targets)
SVN-Revision: 20047
15 years ago
Felix Fietkau 3f6ca40dd1 mac80211: remove an obsolete patch which breaks 2.6.32 compat
SVN-Revision: 20046
15 years ago
Felix Fietkau 708a33027f mac80211: small whitespace fix in minstrel_ht
SVN-Revision: 20045
15 years ago
Felix Fietkau 33f8fa04df mac80211: fix a few more minstrel_ht bugs (thx to Christian Lamparter)
SVN-Revision: 20040
15 years ago
Florian Fainelli ae329c40eb add support for new ar7-atm version D7.05.00.00 (#6515)
SVN-Revision: 20039
15 years ago
Felix Fietkau e7c6e9d603 mac80211: improve minstrel_ht performance by reducing the impact of slow sampling
SVN-Revision: 20038
15 years ago
Florian Fainelli 30ce77d30a add one more acx-mac80211 patch to finally allow its building on ar7
SVN-Revision: 20036
15 years ago
Felix Fietkau a12048b2bf mac80211: simplify minstrel_ht code, rewrite packet sampling algorithm for improved performance and a-mpdu length
SVN-Revision: 20035
15 years ago
Felix Fietkau 05ca2b606a mac80211: increase minstrel_ht precision by properly using a-mpdu frame stats
SVN-Revision: 20034
15 years ago
Felix Fietkau e111568b6d mac80211: implement .rate_update in minstrel_ht
SVN-Revision: 20033
15 years ago
Felix Fietkau c5885e669e mac80211: update to wireless-testing 2010-03-03
SVN-Revision: 20032
15 years ago
Nicolas Thill 74e3887e5a siit: oops, 'make M=... modules' is 2.6 only, use SUBDIRS=... instead
SVN-Revision: 20026
15 years ago
Nicolas Thill 5462fe7958 siit: use $(KERNEL_MAKEOPTS)
SVN-Revision: 20025
15 years ago
Nicolas Thill 3b774fe654 siit: remove obsolete dep (builds fine on 2.6.31 since r18191)
SVN-Revision: 20024
15 years ago
Florian Fainelli c3ef00eb2b add some missing patches to acx-mac80211 it now builds the pci module as well
SVN-Revision: 20020
15 years ago
Florian Fainelli 2e757a6692 move netdev_ops conversion, previous hunk was not correct
SVN-Revision: 20016
15 years ago
Florian Fainelli c7a38d6a1b update acx-mac80211 to a newer snapshot and fix its compilation wrt new includes path
SVN-Revision: 20015
15 years ago
Florian Fainelli bca2709133 migrate acx to netdev_ops, required for later kernels
SVN-Revision: 20014
15 years ago
Felix Fietkau 908ffaaac7 mac80211: enable debugfs support by default - having access to the rate control statistics is very useful for figuring out the real quality of a link
SVN-Revision: 20011
15 years ago
Travis Kemen 52564dc5e3 this patch fixes package/Makefile.
-Raphael

SVN-Revision: 20000
15 years ago
Travis Kemen dca90efc23 this patch fixes uboot-envtools so that it is no longer broken.
-Raphael

SVN-Revision: 19999
15 years ago
Travis Kemen fab2cb71e1 this patch uses PKG_INSTALL:=1 and simplifies the Makefile, separates the menuconfig options in a separates Config.in file, adds a new patch to disable man pages (there was an error with QUILT=1 without this patch, as ln was used without -f), renames patches to be more explicit (and 1xx for Makefile patches and 2xx for source patches)
-Raphael

SVN-Revision: 19997
15 years ago
Travis Kemen 0e0bf71ed9 this patch simplifies the Makefile by using PKG_INSTALL:=1 and fixes parallel build.
-Raphael

SVN-Revision: 19994
15 years ago
Travis Kemen 8ee9f9ee04 this patch simplifies the Makefile by using PKG_INSTALL:=1, and it also fixes parallel build.
-Raphael

SVN-Revision: 19993
15 years ago
Nicolas Thill 9128162fd8 include kernel-defaults.mk and use $(KERNEL_MAKEOPTS)
SVN-Revision: 19981
15 years ago
Nicolas Thill 71886caf3f firstboot: detect mtd, rom & jffs parts first, fix jffs mounted test
SVN-Revision: 19980
15 years ago
Travis Kemen 32f6e6c44d revert r19964 for now, there are issues with opkg/ipkg.py generating the status db
SVN-Revision: 19970
15 years ago
Travis Kemen 249d48a68e grab all config files for installed packages, closes #3718
SVN-Revision: 19964
15 years ago
Matteo Croce 3ccd1aeab7 2.6.33 fixes for atheros and madwifi
SVN-Revision: 19963
15 years ago
Hauke Mehrtens f88371a696 kernel: add some missing config files and make compat-wireless build with kernel 2.6.33
Thanks tripolar for the missing config symbols

SVN-Revision: 19956
15 years ago