summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* ath9k: fix a tx aggregation padding issuenbd2011-08-293-10/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28113 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: add a patch for ignoring the WPA/WPA2 key type to work around some ↵nbd2011-08-292-1/+19
| | | | | | broken clients (#9561) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28111 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix calibration on 5 ghznbd2011-08-291-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28110 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: minor fixes for the antenna control patchnbd2011-08-292-56/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28109 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: prevent calibration / beacons from starting too earlynbd2011-08-281-6/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28108 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: implement rx/tx antenna controlnbd2011-08-286-31/+893
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28107 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: allow building for linux 3.1 againjogo2011-08-281-1/+1
| | | | | | wireless-testing 2011-08-26 properly detects and works with linux 3.1. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28096 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath: fix compile errors with CONFIG_PACKAGE_ATH_DEBUG disabled (#10013)nbd2011-08-281-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28095 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix cts timeout setting on 2.4 ghznbd2011-08-271-0/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28094 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2011-08-26nbd2011-08-2735-873/+926
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28093 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] update acx-mac80211 to 20110821florian2011-08-261-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28089 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] udev: bump to 173florian2011-08-254-14/+117
| | | | | | | | | | | | Yet another update, I inherited a wrong behaviour with older versions. It used to $(INSTALL_BIN) symlinks which results in copying the dereferenced file and not the symlink itself, now uses $(CP) and it's reported working (and running) by at least one person in IRC (using a glibc toolchain with mips). Works and runs on my toolchain (mipsel uClibc) too. Signed-off-by: Daniel Mierswa <impulze@impulze.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28085 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package: dwc_otg is required for external root on ramips.juhosg2011-08-221-1/+1
| | | | | | Signed-off-by: Cezary Jackiewicz <cezary@eko.one.pl> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28074 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: Fix the location firmware is copied to (libertas_sdio ↵hcg2011-08-221-2/+2
| | | | | | driver loads firmware from /lib/formware/libertas) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28069 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: configure hostapd logging optionsjow2011-08-202-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28057 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] hostapd: introduce options to configure the logging behaviour.jow2011-08-202-3/+39
| | | | | | | | | | | | | | | The config wifi-device section gains the following settings: * log_level (2) - Defines the minimum message level * log_80211 (true) - Log 802.11 events * log_8021x (true) - Log 802.1X events * log_radius (true) - Log RADIUS events * log_wpa (true) - Log WPA events * log_driver (true) - Log driver interface messages * log_iapp (true) - Log IAPP events * log_mlme (true) - Log MLME events git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28056 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uboot-omap35xx]: Change u-boot console device to reflect change in omap ↵hcg2011-08-191-1/+1
| | | | | | serial driver git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28048 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] perf: depends on libelf1florian2011-08-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28033 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: add kmod-crypto-userflorian2011-08-171-0/+16
| | | | | | | | | Add kernel crypto user-space interface (af_alg). Includes interface for hash algorithms (algif_hash) and skcipher algorithms (algif_skcipher). Signed-off-by: Lars Hjersted <lars@hjersted.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28026 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add support for DS2482 1-Wire I2C bus masterflorian2011-08-161-0/+17
| | | | | | Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28010 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/maccalc: a simple mac address manipulation utilityjuhosg2011-08-153-0/+288
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28004 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: create package for the RT305x dwc_otg driverjuhosg2011-08-151-0/+19
| | | | | | Based on a patch by Layne Edwards <ledwards76@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27998 3c298f89-4303-0410-b956-a3cf2f4a3e73
* button-hotplug: add autoload featurejuhosg2011-08-151-0/+1
| | | | | | Reported-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27994 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove kmod-input-core just for some x86 profiles.hauke2011-08-151-2/+2
| | | | | | | | | Not all x86 profiles have CONFIG_INPUT=y in their configuration. Just remove kmod-input-core for them. Thank you Philip Prindeville for pointing out this problem. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27988 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: kmod-hid: can't mix and match DEPENDS:= and $(call ↵jogo2011-08-141-2/+1
| | | | | | | | | | | | | | SetDepends/...) Since the SetDepends macro does a: DEPENDS:= ... it can't be used after setting DEPENDS:= explicitly, or it will clobber the previous value. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27983 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: Fix AddDepends/SetDepends calls with make 3.82jogo2011-08-141-1/+1
| | | | | | | | | | The module definitions depend on 001-depends.mk being the first included, but make 3.82 does not sort the results of wildcards anymore, so do an explicit sort of the includes. Found by Philip Prindeville, thanks! git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27982 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: further tune ICMPv6 default rules according to RFC4890 ↵jow2011-08-143-2/+18
| | | | | | (#9893) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27979 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: use first available channel from current phy if channel ↵jow2011-08-131-1/+7
| | | | | | is set to "auto" git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27976 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: merge a few more pending fixes, including a fix for the bogus WARN_ON ↵nbd2011-08-137-30/+610
| | | | | | in pci.c and fixes for Rx DMA stop issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27972 3c298f89-4303-0410-b956-a3cf2f4a3e73
* crda: update regulatory database to 2011-04-28, adds fixes for NL (#9931)nbd2011-08-131-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27970 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libubox: update to fix a compile errornbd2011-08-121-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27968 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: fix arp() procedure to properly detect /usr/bin/arpjow2011-08-122-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27965 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update libubox and ubus to latest, libubox now includes jshnnbd2011-08-116-413/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27963 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: drop iptables-utils and ip6tables-utils, ship needed ↵jow2011-08-111-29/+5
| | | | | | symlinks in iptables and ip6tables packages (#9691) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27961 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to 2011-08-10nbd2011-08-1162-5246/+546
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27958 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add a regdomain code used on newer ubiquiti networks devicesnbd2011-08-101-0/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27947 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/acx: mark as broken for linux 3.1jogo2011-08-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27938 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/madwifi: mark as broken for linux 3.1jogo2011-08-091-1/+1
| | | | | | Madwifi does not compile because of VLAN API changes. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27937 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: Mark mvswitch as broken for linux 3.1jogo2011-08-091-1/+1
| | | | | | mvswitch does not compile because of VLAN API changes. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27936 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/mac80211: mark as broken for linux 3.1jogo2011-08-091-1/+1
| | | | | | compat-wireless does not support 3.1 yet. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27935 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: invert dependencies for current kernel featuresjogo2011-08-094-7/+7
| | | | | | | Instead of depending on new kernel versions, depend on not having one of the older ones (or vice versa for modules removed in current kernels). git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27934 3c298f89-4303-0410-b956-a3cf2f4a3e73
* b43: fix reloading config settings after channel changes or hostapd restart ↵nbd2011-08-081-0/+101
| | | | | | (#8033) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27930 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: always store broadcom firmware in b43 and b43legacy dirhauke2011-08-062-0/+17
| | | | | | | | | This is always used to build a firmware for linux systems also if we are on freebsd. This is one patch from #9897 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27926 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: typo in cs5535 and cs5536 pata driver kernel definitionshauke2011-08-061-4/+4
| | | | | | | closes #9773 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27924 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-diag: add support for bcmahauke2011-08-042-45/+151
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27905 3c298f89-4303-0410-b956-a3cf2f4a3e73
* switch: update for brcm47xx targethauke2011-08-047-102/+83
| | | | | | | | | * remove suport for 2.4 kernel * add support for bcma bus git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27904 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rtc-rv5c386a: add support for kernel 3.0hauke2011-08-042-178/+30
| | | | | | | remove BKL and adds support for changes in bcm47xx code git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27903 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: update patcheshauke2011-08-042-2/+2
| | | | | | | | | | * this adds sflash support for ssb devices * the flash is now a platform device * minor updates git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27902 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add missing chunk to the BlockAckReq fix (fixes a compile error)nbd2011-08-041-1/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27891 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add some code to control internal driver queue length limitsnbd2011-08-042-0/+457
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27890 3c298f89-4303-0410-b956-a3cf2f4a3e73