summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* mac80211: merge a LED related locking fixFelix Fietkau2012-02-091-0/+20
| | | | SVN-Revision: 30396
* mac80211: fix a potential rate control related crashFelix Fietkau2012-02-081-0/+11
| | | | SVN-Revision: 30388
* iptables: Fix mod-ipopt package description (#10931)Vasilis Tsiligiannis2012-02-081-2/+1
| | | | SVN-Revision: 30373
* fbtest utilityImre Kaloz2012-02-083-0/+506
| | | | SVN-Revision: 30369
* firewall: don't filter IPv4 ICMP types (#10928)Jo-Philipp Wich2012-02-072-5/+2
| | | | SVN-Revision: 30363
* broadcom-wl: turn on wmm by default, disabling it by default makes no sense, ↵Felix Fietkau2012-02-071-2/+2
| | | | | | and without it 802.11n does not work (fixes #10918) SVN-Revision: 30362
* ath9k: ignore invalid signal strength values in a-mpdu packets, fixes ↵Felix Fietkau2012-02-072-0/+81
| | | | | | average signal strength display fluctuations SVN-Revision: 30359
* iw: update to version 3.3, sync with latest nl80211.h changesFelix Fietkau2012-02-077-362/+73
| | | | SVN-Revision: 30347
* mac80211: update to wireless-testing 2012-02-06Felix Fietkau2012-02-0765-3080/+191
| | | | SVN-Revision: 30346
* mtd: define MTDREFRESH if not defined (external kernel)Florian Fainelli2012-02-061-0/+4
| | | | SVN-Revision: 30340
* iptables: don't apply patches if building an external kernelFlorian Fainelli2012-02-061-0/+4
| | | | SVN-Revision: 30339
* brcm63xx: add support for linux 3.3Jonas Gorski2012-02-041-0/+2
| | | | SVN-Revision: 30027
* leds.mk: remove obsolete references to leds-alix and leds-net5501 modules ↵Jo-Philipp Wich2012-02-031-33/+0
| | | | | | These are now supported by platform drivers in arch/x86/platform/geode. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 30020
* ath9k: fix CTS timeout issues in 2.4 ghzFelix Fietkau2012-02-032-1/+22
| | | | SVN-Revision: 30010
* ath9k: fix WEP connection issuesFelix Fietkau2012-02-031-0/+17
| | | | SVN-Revision: 30009
* netifd: set the network device in uci state as well to avoid further ↵Felix Fietkau2012-02-031-1/+4
| | | | | | remapping issues SVN-Revision: 30008
* netifd: update to latest, fixes removing deleted interfaces on config reloadFelix Fietkau2012-02-021-2/+2
| | | | SVN-Revision: 30004
* netifd: fix legacy scripts that expect the ifname option to be mapped to the ↵Felix Fietkau2012-02-021-0/+2
| | | | | | device option after fixup SVN-Revision: 30003