summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* e2fsprogs: add two compile fixes.Hauke Mehrtens2010-12-192-0/+62
| | | | | | Thank you Joe Roback for reporting and fixing compiling on Darwin. SVN-Revision: 24720
* 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
* ar71xx: fix micrel phy patch (Patch from #8041.)Gabor Juhos2010-12-193-3/+3
| | | | SVN-Revision: 24718
* autotools.mk: like libintl, make all libtool fixup packages depend on the ↵Jo-Philipp Wich2010-12-191-2/+2
| | | | | | libiconv stub SVN-Revision: 24708
* autotools.mk: add a (dummy) libintl build dependency to any package using ↵Jo-Philipp Wich2010-12-191-2/+2
| | | | | | the libtool fixup SVN-Revision: 24700
* tools: fix dependenciesHauke Mehrtens2010-12-191-4/+2
| | | | SVN-Revision: 24693
* download.mk: support https:// downloadsJo-Philipp Wich2010-12-181-1/+1
| | | | SVN-Revision: 24688
* download.pl: pass --no-check-certificate to wgetJo-Philipp Wich2010-12-181-1/+1
| | | | SVN-Revision: 24686
* the mpfr dependencies accidentally got broken up, fix itJo-Philipp Wich2010-12-181-2/+1
| | | | SVN-Revision: 24684
* e2fsprogs: update to version 1.41.13Hauke Mehrtens2010-12-181-2/+2
| | | | SVN-Revision: 24683
* tools: add missing dependenciesHauke Mehrtens2010-12-181-0/+4
| | | | SVN-Revision: 24682
* cloog: libtools has to be runHauke Mehrtens2010-12-181-0/+2
| | | | SVN-Revision: 24681
* ppl: go back to version 0.10.2Hauke Mehrtens2010-12-182-4/+44
| | | | | | GCC 4.5 needs ppl in version 0.10.2. The patch makes it compile with gmp 5. SVN-Revision: 24680
* 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
* autotools.mk: remove HOST_BUILD_DEPENDS on libtoolJo-Philipp Wich2010-12-181-2/+0
| | | | SVN-Revision: 24676
* 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
* make libtool a tool build and let autoconf depend on itJo-Philipp Wich2010-12-186-2/+238
| | | | SVN-Revision: 24673
* 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
* autotools.mk: set AUTOPOINT to "true", not all hosts have it install and it ↵Jo-Philipp Wich2010-12-181-1/+2
| | | | | | makes autoreconf fail if not present, it also needs cvs which isn't installed on all hosts either SVN-Revision: 24664
* 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
* firmware-utils/mkzynfw: fix available flash space calculationGabor Juhos2010-12-171-2/+3
| | | | SVN-Revision: 24653
* generic: fix min/max confusion in jffs2_sum_init on 2.6.32Gabor Juhos2010-12-171-0/+25
| | | | SVN-Revision: 24652
* ar71xx: remove stray semicolonsGabor Juhos2010-12-171-2/+2
| | | | SVN-Revision: 24651
* ar71xx: fix WLAN LEDs on the DIR-825 boardGabor Juhos2010-12-171-0/+3
| | | | SVN-Revision: 24650
* ar71xx: add helper function to setup ath9k LED/GPIO on the AP94 based boardsGabor Juhos2010-12-173-14/+36
| | | | SVN-Revision: 24649
* ar71xx: use usbdev trigger for USB LEDs by defaultGabor Juhos2010-12-177-3/+98
| | | | SVN-Revision: 24648
* 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-1710-0/+471
| | | | SVN-Revision: 24646
* generic: add usb_find_device_by_name helperGabor Juhos2010-12-175-0/+420
| | | | SVN-Revision: 24645
* generic: nuke 2.6.33 specific stuff, is not used by any platformGabor Juhos2010-12-17174-53909/+0
| | | | SVN-Revision: 24644
* ar71xx: UBNT Secondary MAC address duplicate fixGabor Juhos2010-12-171-2/+13
| | | | | | | | | | | | | There is Secondary MAC address duplicate problem with some UBNT RouterStation and RouterStation Pro HW batches as Primary MAC addresses are not increased by 2 per device in board data. Fix is to use 'Locally Administrated bit' for Secondary MAC address instead of increasing Primary MAC addresses by 1 which could overlap with other device Primary MAC address. Signed-off-by: Kestutis Barkauskas<keba@devint.net> SVN-Revision: 24643
* ar71xx: populate LED configuration for WZR-HP-G300NHGabor Juhos2010-12-171-0/+30
| | | | | | | | Signed-off-by: Dave Lichterman <laviddichterman@gmail.com> [nand-disk trigger has been removed - juhosg] SVN-Revision: 24642
* build flex on the host, some pakcages need it in the newest versionJo-Philipp Wich2010-12-172-1/+34
| | | | SVN-Revision: 24631
* 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
* brcm47xx: add ssb debug option.Hauke Mehrtens2010-12-163-0/+3
| | | | | | | | | This fixes a problem with wrt350n. It boots only if this config option is set, otherwise it reboots after "Switching to clocksource MIPS" Thank you sn9 for fixing this problem. SVN-Revision: 24626
* brcm47xx: add some missing pci ID for tg3 driverHauke Mehrtens2010-12-162-0/+94
| | | | | | | | | Broadcom removed these pci id, but at least the wrt350n has a Ethernet controller with a pci id of 14e4:1676 Thank you sn9 for fixing this problem. SVN-Revision: 24625
* brcm47xx: this patch went upstreamHauke Mehrtens2010-12-161-50/+0
| | | | SVN-Revision: 24624
* 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
* ar71xx: add wlan led for the TL-WR941NDGabor Juhos2010-12-152-0/+27
| | | | SVN-Revision: 24612
* ar71xx: UBNT M-Series MAC address fixGabor Juhos2010-12-151-3/+4
| | | | | | | | | UBNT M-Series devices have 2 MAC addresses in board data. Fix is to use both entries from board data instead of one entry. Signed-off-by: Kestutis Barkauskas<keba@devint.net> SVN-Revision: 24611
* revert r24604Imre Kaloz2010-12-152-221/+223
| | | | SVN-Revision: 24605