aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* firewall: bail out if uci is used in firewall include filesJo-Philipp Wich2012-02-232-2/+8
| | | | SVN-Revision: 30694
* iwinfo: fix wl backend, unsigned -> signed for mcs idx, revision bump after ↵Jo-Philipp Wich2012-02-233-4/+4
| | | | | | latest abi changes SVN-Revision: 30693
* iwinfo: replace internal constant mode strings with enumsJo-Philipp Wich2012-02-2313-52/+71
| | | | SVN-Revision: 30692
* iwinfo: implement netlink scanning code, rework IE parsing codeJo-Philipp Wich2012-02-237-240/+510
| | | | SVN-Revision: 30691
* iwinfo: fix array size mismatch after r30684Jo-Philipp Wich2012-02-221-4/+4
| | | | SVN-Revision: 30685
* Allow full 250mw (24dBm) on WRT54GL and related with wl legacy driver on ↵Jo-Philipp Wich2012-02-221-2/+2
| | | | | | iwinfo Signed-off-by: Hanno Schupp <hanno.schupp@gmail.com> SVN-Revision: 30684
* Adjust txpower offset for Nano and Picostation M2 in iwinfo Signed-off-by: ↵Jo-Philipp Wich2012-02-221-2/+2
| | | | | | Hanno Schupp <hanno.schupp@gmail.com> SVN-Revision: 30683
* iwinfo: add per-station rate and mcs info to assoclist opJo-Philipp Wich2012-02-2210-88/+1305
| | | | SVN-Revision: 30682
* iwinfo: fix logic flaw in mtd partition checkJo-Philipp Wich2012-02-221-1/+1
| | | | SVN-Revision: 30678
* iptables: make it possible to dynamically configure built-in statically ↵Felix Fietkau2012-02-223-49/+60
| | | | | | linked extensions, fold -mod-conntrack and -mod-nat into the default package. saves about 8k on an ar71xx default squashfs SVN-Revision: 30676
* 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