summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* mac80211: brcmsmac: fix a build warning, till we update bcmahauke2012-02-191-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30644 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add brcmsmac driverhauke2012-02-194-3/+300
| | | | | | | brcmsmac does not work on bcm47xx based devices or has AP mode support for now. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30643 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix directory of mwl8k firmwarehauke2012-02-191-2/+2
| | | | | | | Thank you Eugene San for the patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30642 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: rt2x00: allow to disable bands via platform datajuhosg2012-02-182-1/+48
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30629 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: add package for MTD testing modulesjuhosg2012-02-181-0/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30628 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: do not re-run AGC calibration periodically - fixes stability issues ↵nbd2012-02-171-0/+42
| | | | | | on AR2315 (#10574) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30624 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: do not stop the hardware queues during PAPD calibration, speeds up ↵nbd2012-02-171-0/+31
| | | | | | calibration git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30623 3c298f89-4303-0410-b956-a3cf2f4a3e73
* crda: remove unnecessary build dependency on mac80211nbd2012-02-171-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30612 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: remove unnecessary dependency on mac80211nbd2012-02-171-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30611 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-diag: add missing brackets breakign the detection logic ↵jow2012-02-171-2/+4
| | | | | | (#10836) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30610 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: implement proper hardware detection for ar23xx SoC devices ↵jow2012-02-176-77/+78
| | | | | | like the NanoStation 2 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30605 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: fix detection of Bullet M5, the PCI ID was wrongjow2012-02-162-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30591 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/mac80211: fix a possible NULL pointer dereference in rt2x00juhosg2012-02-162-1/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30586 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: fix KCONFIG depends of kmod-md modulesjow2012-02-151-13/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30564 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: prevent writes to const data on AR9160nbd2012-02-151-0/+86
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30551 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] gdb: use an updated 6.8a tarballflorian2012-02-141-3/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30543 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] add missing autoload shortcut to crypto modules for btrfsblogic2012-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30542 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: Allow preamble configurationblogic2012-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30539 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add kernel module package for SLIPblogic2012-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30538 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update bridge-utils to the last upstream version 1.5.blogic2012-02-141-4/+4
| | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30536 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [OpenWrt-Devel] update e2fsprogsblogic2012-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30535 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [pjsip] drop obselete Config.in fileblogic2012-02-141-27/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30531 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [pjsip] bump to 1.12, merge improved lantiq aud_dev driverblogic2012-02-147-1145/+1605
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30520 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq] add a simple sip clientblogic2012-02-144-0/+209
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30519 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ltq-dsl] add annex selection support to ltq_dsl packageblogic2012-02-142-2/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30518 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] hostapd: correctly pass 64 char hex PSK to wpa_supplicanthcg2012-02-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30504 3c298f89-4303-0410-b956-a3cf2f4a3e73
* block-mount: do not auto-mount anonymous mtdblock devices (fixes #10960, #10850)nbd2012-02-131-2/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30501 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/modules: enable ECHI/OHCI for RT3883juhosg2012-02-131-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30496 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kexec-tools: update to 2.0.3 (fixes #9846)florian2012-02-131-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30493 3c298f89-4303-0410-b956-a3cf2f4a3e73
* swconfig: fix off-by-one error, causing segfaults on gcc 4.6+ (fixes #9765)nbd2012-02-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30485 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/grub: fix stage2 link with recent binutilsnbd2012-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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30484 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-diag: fix WRT150N/WRT160N detection (patch from #10836)nbd2012-02-121-5/+54
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30477 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-wl: fix reading fallback sprom for pci devices.hauke2012-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30422 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-wl: fix compile with kernel 3.2hauke2012-02-101-0/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30421 3c298f89-4303-0410-b956-a3cf2f4a3e73
* zlib: parallel build has been reported to break this package, disable it ↵nbd2012-02-101-2/+0
| | | | | | (#10948) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30420 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/madwifi: apply AR71XX PCI workaround on ATH79 as welljuhosg2012-02-103-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30414 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/mac80211: apply AR71XX PCI workaround on ATH79 as welljuhosg2012-02-102-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30413 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: nuke CONFIG_USB_{O,E}HCI_AR71XX symbolsjuhosg2012-02-101-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30412 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: disable ath6kl until it's packaged and used somewherenbd2012-02-091-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30397 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: merge a LED related locking fixnbd2012-02-091-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30396 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix a potential rate control related crashnbd2012-02-081-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30388 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: Fix mod-ipopt package description (#10931)acinonyx2012-02-081-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30373 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [packages/fbtest]: fbtest utilitykaloz2012-02-083-0/+506
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30369 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: don't filter IPv4 ICMP types (#10928)jow2012-02-072-5/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30363 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-wl: turn on wmm by default, disabling it by default makes no sense, ↵nbd2012-02-071-2/+2
| | | | | | and without it 802.11n does not work (fixes #10918) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30362 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: ignore invalid signal strength values in a-mpdu packets, fixes ↵nbd2012-02-072-0/+81
| | | | | | average signal strength display fluctuations git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30359 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: update to version 3.3, sync with latest nl80211.h changesnbd2012-02-077-362/+73
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30347 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2012-02-06nbd2012-02-0765-3080/+191
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30346 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mtd: define MTDREFRESH if not defined (external kernel)florian2012-02-061-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30340 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: don't apply patches if building an external kernelflorian2012-02-061-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30339 3c298f89-4303-0410-b956-a3cf2f4a3e73