Commit Graph

6161 Commits (5dec9dd3b200fd3721d98d77ee36c3b53ea65b4e)

Author SHA1 Message Date
Gabor Juhos 89d7f8112e mac80211: rt2x00: allow to disable bands via platform data
SVN-Revision: 30629
12 years ago
Gabor Juhos d4b6ea4a9a package/kernel: add package for MTD testing modules
SVN-Revision: 30628
12 years ago
Felix Fietkau 65ac3f605d ath5k: do not re-run AGC calibration periodically - fixes stability issues on AR2315 (#10574)
SVN-Revision: 30624
12 years ago
Felix Fietkau de28901e44 ath5k: do not stop the hardware queues during PAPD calibration, speeds up calibration
SVN-Revision: 30623
12 years ago
Felix Fietkau 45d9b1261d crda: remove unnecessary build dependency on mac80211
SVN-Revision: 30612
12 years ago
Felix Fietkau 702d47d720 hostapd: remove unnecessary dependency on mac80211
SVN-Revision: 30611
12 years ago
Jo-Philipp Wich 8dd93fbc1f broadcom-diag: add missing brackets breakign the detection logic (#10836)
SVN-Revision: 30610
12 years ago
Jo-Philipp Wich 018d69c3b3 iwinfo: implement proper hardware detection for ar23xx SoC devices like the NanoStation 2
SVN-Revision: 30605
12 years ago
Jo-Philipp Wich e4d39271b0 iwinfo: fix detection of Bullet M5, the PCI ID was wrong
SVN-Revision: 30591
12 years ago
Gabor Juhos fa227cef4d package/mac80211: fix a possible NULL pointer dereference in rt2x00
SVN-Revision: 30586
12 years ago
Jo-Philipp Wich 8e94d5d0d3 kernel: fix KCONFIG depends of kmod-md modules
SVN-Revision: 30564
12 years ago
Felix Fietkau 253df98347 ath9k: prevent writes to const data on AR9160
SVN-Revision: 30551
12 years ago
Florian Fainelli 214c2e57fd gdb: use an updated 6.8a tarball
SVN-Revision: 30543
12 years ago
John Crispin 6c5d3e0844 add missing autoload shortcut to crypto modules for btrfs
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
12 years ago
John Crispin a0cd381e79 mac80211: Allow preamble configuration
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
12 years ago
John Crispin 07fb815944 Add kernel module package for SLIP
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
12 years ago
John Crispin 2eeec387f8 Update bridge-utils to the last upstream version 1.5.
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>

SVN-Revision: 30536
12 years ago
John Crispin 58b26b60d3 update e2fsprogs
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
12 years ago
John Crispin 17e1717033 drop obselete Config.in file
SVN-Revision: 30531
12 years ago
John Crispin b0a11ba9fe bump to 1.12, merge improved lantiq aud_dev driver
SVN-Revision: 30520
12 years ago
John Crispin d82c9a1b15 add a simple sip client
SVN-Revision: 30519
12 years ago
John Crispin 976d3eb854 add annex selection support to ltq_dsl package
SVN-Revision: 30518
12 years ago
Hamish Guthrie 92d36617b6 hostapd: correctly pass 64 char hex PSK to wpa_supplicant
SVN-Revision: 30504
12 years ago
Felix Fietkau 904ecc2159 block-mount: do not auto-mount anonymous mtdblock devices (fixes #10960, #10850)
SVN-Revision: 30501
12 years ago
Gabor Juhos 32247d3d21 package/modules: enable ECHI/OHCI for RT3883
SVN-Revision: 30496
12 years ago
Florian Fainelli 3bfbc69bc2 kexec-tools: update to 2.0.3 (fixes #9846)
SVN-Revision: 30493
12 years ago
Felix Fietkau bc63786fbb swconfig: fix off-by-one error, causing segfaults on gcc 4.6+ (fixes #9765)
SVN-Revision: 30485
12 years ago
Felix Fietkau 9f551028d2 package/grub: fix stage2 link with recent binutils
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
12 years ago
Felix Fietkau fd74a50df7 broadcom-diag: fix WRT150N/WRT160N detection (patch from #10836)
SVN-Revision: 30477
12 years ago
Hauke Mehrtens f5fe6252d1 broadcom-wl: fix reading fallback sprom for pci devices.
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
12 years ago
Hauke Mehrtens 501ee77468 broadcom-wl: fix compile with kernel 3.2
SVN-Revision: 30421
12 years ago
Felix Fietkau dd93ab2606 zlib: parallel build has been reported to break this package, disable it (#10948)
SVN-Revision: 30420
12 years ago
Gabor Juhos 9c60e5677b package/madwifi: apply AR71XX PCI workaround on ATH79 as well
SVN-Revision: 30414
12 years ago
Gabor Juhos 97243cdfbe package/mac80211: apply AR71XX PCI workaround on ATH79 as well
SVN-Revision: 30413
12 years ago
Gabor Juhos c31797f1ad package/kernel: nuke CONFIG_USB_{O,E}HCI_AR71XX symbols
SVN-Revision: 30412
12 years ago
Felix Fietkau c09a8f00b0 mac80211: disable ath6kl until it's packaged and used somewhere
SVN-Revision: 30397
12 years ago
Felix Fietkau c4e1f452a4 mac80211: merge a LED related locking fix
SVN-Revision: 30396
12 years ago
Felix Fietkau 1e54972caf mac80211: fix a potential rate control related crash
SVN-Revision: 30388
12 years ago
Vasilis Tsiligiannis 75a929c65e iptables: Fix mod-ipopt package description (#10931)
SVN-Revision: 30373
12 years ago
Imre Kaloz 8099f4e0d3 fbtest utility
SVN-Revision: 30369
12 years ago
Jo-Philipp Wich 5609ad736e firewall: don't filter IPv4 ICMP types (#10928)
SVN-Revision: 30363
12 years ago
Felix Fietkau a543eeb0aa broadcom-wl: turn on wmm by default, disabling it by default makes no sense, and without it 802.11n does not work (fixes #10918)
SVN-Revision: 30362
12 years ago
Felix Fietkau bec8df834b ath9k: ignore invalid signal strength values in a-mpdu packets, fixes average signal strength display fluctuations
SVN-Revision: 30359
12 years ago
Felix Fietkau 1827efa544 iw: update to version 3.3, sync with latest nl80211.h changes
SVN-Revision: 30347
12 years ago
Felix Fietkau ea63948914 mac80211: update to wireless-testing 2012-02-06
SVN-Revision: 30346
12 years ago
Florian Fainelli 486d54bf05 mtd: define MTDREFRESH if not defined (external kernel)
SVN-Revision: 30340
12 years ago
Florian Fainelli 620843b2ee iptables: don't apply patches if building an external kernel
SVN-Revision: 30339
12 years ago
Jonas Gorski 778e5d4fa5 brcm63xx: add support for linux 3.3
SVN-Revision: 30027
12 years ago
Jo-Philipp Wich 5a61ba4e3a leds.mk: remove obsolete references to leds-alix and leds-net5501 modules These are now supported by platform drivers in arch/x86/platform/geode. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 30020
12 years ago
Felix Fietkau 8a29665964 ath9k: fix CTS timeout issues in 2.4 ghz
SVN-Revision: 30010
12 years ago