aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* iptables: do not link binaries with -rdynamic, plugins do not need any ↵Felix Fietkau2012-02-211-1/+0
| | | | | | symbols from the main executable. saves some space SVN-Revision: 30675
* mac80211: b43: use firmware version 666.2 as defaultHauke Mehrtens2012-02-211-6/+3
| | | | SVN-Revision: 30673
* iwinfo: fix logic flaw in WPA OUI filtering, solves misdetecting various ↵Jo-Philipp Wich2012-02-211-1/+1
| | | | | | WPA2-PSK only networks as mixed mode SVN-Revision: 30672
* dropbear: disable assertions to reduce code sizeFelix Fietkau2012-02-211-0/+14
| | | | SVN-Revision: 30668
* hostapd: disable the state dump callback to save a few more kbFelix Fietkau2012-02-212-0/+4
| | | | SVN-Revision: 30667
* hostapd: add configurable debug message minimum priority to cut down on ↵Felix Fietkau2012-02-203-1/+228
| | | | | | bloat generated by excessive debug messages SVN-Revision: 30666
* mac80211: fix memory leak on bcm5354Hauke Mehrtens2012-02-201-0/+11
| | | | | | | | The ucode triggers the gpio pins used for the buttons and causes diag to handle them and send them to userspace. This only happened with a more recent firmware. This patch was tested on an Asus wl-520GU and should also work on the other bcm5354 based asus devices. I do not know if it works on the dir320. SVN-Revision: 30665
* iwinfo: iwinfo_hardware_id_from_mtd() never writes, so do not request write ↵Jo-Philipp Wich2012-02-201-1/+1
| | | | | | access in mmap() SVN-Revision: 30664
* iwinfo: recognize AR5416 EEPROMs as seen on the Ubiquiti Picostation M2Jo-Philipp Wich2012-02-202-2/+13
| | | | SVN-Revision: 30663
* add gpio-button-hotplug, like button-hotplug + gpio-keys-polled, fully ↵Felix Fietkau2012-02-203-0/+495
| | | | | | compatible, but without the nasty input-core dependency chain SVN-Revision: 30659
* iwinfo: add more device entriesJo-Philipp Wich2012-02-202-1/+4
| | | | SVN-Revision: 30658
* mac80211: brcmsmac: fix a build warning, till we update bcmaHauke Mehrtens2012-02-191-0/+13
| | | | SVN-Revision: 30644
* mac80211: add brcmsmac driverHauke Mehrtens2012-02-194-3/+300
| | | | | | brcmsmac does not work on bcm47xx based devices or has AP mode support for now. SVN-Revision: 30643
* mac80211: fix directory of mwl8k firmwareHauke Mehrtens2012-02-191-2/+2
| | | | | | Thank you Eugene San for the patch SVN-Revision: 30642
* mac80211: rt2x00: allow to disable bands via platform dataGabor Juhos2012-02-182-1/+48
| | | | SVN-Revision: 30629
* package/kernel: add package for MTD testing modulesGabor Juhos2012-02-181-0/+22
| | | | SVN-Revision: 30628
* ath5k: do not re-run AGC calibration periodically - fixes stability issues ↵Felix Fietkau2012-02-171-0/+42
| | | | | | on AR2315 (#10574) SVN-Revision: 30624
* ath5k: do not stop the hardware queues during PAPD calibration, speeds up ↵Felix Fietkau2012-02-171-0/+31
| | | | | | calibration SVN-Revision: 30623
* crda: remove unnecessary build dependency on mac80211Felix Fietkau2012-02-171-1/+0
| | | | SVN-Revision: 30612
* hostapd: remove unnecessary dependency on mac80211Felix Fietkau2012-02-171-2/+0
| | | | SVN-Revision: 30611
* broadcom-diag: add missing brackets breakign the detection logic (#10836)Jo-Philipp Wich2012-02-171-2/+4
| | | | SVN-Revision: 30610
* iwinfo: implement proper hardware detection for ar23xx SoC devices like the ↵Jo-Philipp Wich2012-02-176-77/+78
| | | | | | NanoStation 2 SVN-Revision: 30605
* iwinfo: fix detection of Bullet M5, the PCI ID was wrongJo-Philipp Wich2012-02-162-2/+2
| | | | SVN-Revision: 30591
* package/mac80211: fix a possible NULL pointer dereference in rt2x00Gabor Juhos2012-02-162-1/+13
| | | | SVN-Revision: 30586
* kernel: fix KCONFIG depends of kmod-md modulesJo-Philipp Wich2012-02-151-13/+13
| | | | SVN-Revision: 30564
* ath9k: prevent writes to const data on AR9160Felix Fietkau2012-02-151-0/+86
| | | | SVN-Revision: 30551
* gdb: use an updated 6.8a tarballFlorian Fainelli2012-02-141-3/+4
| | | | SVN-Revision: 30543
* add missing autoload shortcut to crypto modules for btrfsJohn Crispin2012-02-141-2/+2
| | | | | | | | Currently the btrfs module (and other fs modules) is loaded before other modules to provide early extroot compatibility. This will fail for btrfs however, because the dependencies crypto-core and crypto-hash are missing. This patch makes them available for early loading too. Signed-off-by: Jan Willies <jan@willies.info> SVN-Revision: 30542
* mac80211: Allow preamble configurationJohn Crispin2012-02-141-0/+3
| | | | | | | | | | | | | | Add a new wireless config parameter short_preamble=0|1 to enable usage of short preambles. Default is to only allow long preambles as before. Even if short_preamble is set to 1 hostapd will take care that short preambles are disabled as soon as a STA associates that cannot handle short preambles. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 30539
* Add kernel module package for SLIPJohn Crispin2012-02-141-0/+25
| | | | | | | | This patch adds support for a kernel module package for SLIP. We needed it forusing tunslip6 from Contiki OS for 6LoWPAN communications. Signed-off-by: Markus Becker <mab@comnets.uni-bremen.de> SVN-Revision: 30538
* Update bridge-utils to the last upstream version 1.5.John Crispin2012-02-141-4/+4
| | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 30536
* update e2fsprogsJohn Crispin2012-02-144-20/+44
| | | | | | | | | | Update e2fsprogs to the last upstream version 1.42. blkid works fine without 100_add_missing_libpthread_for_blkid.patch. Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 30535
* drop obselete Config.in fileJohn Crispin2012-02-141-27/+0
| | | | SVN-Revision: 30531
* bump to 1.12, merge improved lantiq aud_dev driverJohn Crispin2012-02-147-1145/+1605
| | | | SVN-Revision: 30520
* add a simple sip clientJohn Crispin2012-02-144-0/+209
| | | | SVN-Revision: 30519
* add annex selection support to ltq_dsl packageJohn Crispin2012-02-142-2/+33
| | | | SVN-Revision: 30518
* hostapd: correctly pass 64 char hex PSK to wpa_supplicantHamish Guthrie2012-02-131-1/+1
| | | | SVN-Revision: 30504
* block-mount: do not auto-mount anonymous mtdblock devices (fixes #10960, #10850)Felix Fietkau2012-02-131-2/+7
| | | | SVN-Revision: 30501
* package/modules: enable ECHI/OHCI for RT3883Gabor Juhos2012-02-131-0/+2
| | | | SVN-Revision: 30496
* kexec-tools: update to 2.0.3 (fixes #9846)Florian Fainelli2012-02-131-3/+3
| | | | SVN-Revision: 30493
* swconfig: fix off-by-one error, causing segfaults on gcc 4.6+ (fixes #9765)Felix Fietkau2012-02-121-1/+1
| | | | SVN-Revision: 30485
* package/grub: fix stage2 link with recent binutilsFelix Fietkau2012-02-121-0/+77
| | | | | | | | | | | | | | We want the `_start's symbols to be at the very beginning of the `stage2' binary's `.text' section. However, nothing enforces this requirement. With recent binutils (ie. post 2.19.1), this results in a corrupt binary, as ld(1) puts another symbol (eg. `journal_init') at the beginning of the section. Fix this by providing a stripped down version of the default linker script where we enforces the position of `_start' in the `.text' section. Patch by Arnaud Lacombe (#10444) SVN-Revision: 30484
* broadcom-diag: fix WRT150N/WRT160N detection (patch from #10836)Felix Fietkau2012-02-121-5/+54
| | | | SVN-Revision: 30477
* broadcom-wl: fix reading fallback sprom for pci devices.Hauke Mehrtens2012-02-101-0/+11
| | | | | | | | | | | | | When using the Broadcom SDK the SSB bus is emulated as an PCI bus so the PCI bus number of the first real pci bus is increased by one. The variable names in the nvram are created with that structure in mind. To fix this we have ti increases the pci bus number by one. This was also done for ssb some time ago. This is based on a patch by nlh. This closes #10917 SVN-Revision: 30422
* broadcom-wl: fix compile with kernel 3.2Hauke Mehrtens2012-02-101-0/+27
| | | | SVN-Revision: 30421
* zlib: parallel build has been reported to break this package, disable it ↵Felix Fietkau2012-02-101-2/+0
| | | | | | (#10948) SVN-Revision: 30420
* package/madwifi: apply AR71XX PCI workaround on ATH79 as wellGabor Juhos2012-02-103-3/+3
| | | | SVN-Revision: 30414
* package/mac80211: apply AR71XX PCI workaround on ATH79 as wellGabor Juhos2012-02-102-3/+3
| | | | SVN-Revision: 30413
* package/kernel: nuke CONFIG_USB_{O,E}HCI_AR71XX symbolsGabor Juhos2012-02-101-2/+0
| | | | SVN-Revision: 30412
* mac80211: disable ath6kl until it's packaged and used somewhereFelix Fietkau2012-02-091-0/+1
| | | | SVN-Revision: 30397