John Crispin
fd5873eb33
Add support for DHT11 driver
...
The DHT11 is a temperature and humidity sensor supported by linux
since 3.14.
This patch is tested on recent mxs with kernel 3.14.18.
Signed-off-by: Harald Geyer <harald@ccbib.org>
SVN-Revision: 43103
2014-10-29 15:02:38 +00:00
Felix Fietkau
e6da32c086
mac80211: fix key flush handling in AP+STA
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43079
2014-10-27 11:02:23 +00:00
Jo-Philipp Wich
aeecc6ec12
broadcom-wl: align with mac80211 config
...
- Support HT40 instead of HT40+/HT40- like mac80211
- Enable 11n if htmode is HT20 or HT40
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43063
2014-10-25 18:43:18 +00:00
Felix Fietkau
78bd998e49
ath9k: add a few calibration related fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43058
2014-10-25 14:45:22 +00:00
Felix Fietkau
29987caa25
rtlwifi: unbreak usb drivers
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43052
2014-10-24 22:00:34 +00:00
Felix Fietkau
fc822a4370
broadcom_wl: eliminate compiler error with gcc-4.9-linaro
...
Attempting to build broadcom_wl (from trunk) with the linaro 4.9.x
toolchain produces the following errors:
<...>/wl_linux.c: In function 'wl_dump_ver':
<...>/wl_linux.c:2302:3: error: macro "__DATE__" might prevent reproducible builds [-Werror=date-time]
__DATE__, __TIME__, EPI_VERSION_STR);
^
<...>/wl_linux.c:2302:13: error: macro "__TIME__" might prevent reproducible builds [-Werror=date-time]
__DATE__, __TIME__, EPI_VERSION_STR);
^
cc1: some warnings being treated as errors
Remove the use of the __DATE__ and __TIME__ macros, as the info is not
really useful.
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 43046
2014-10-24 18:05:51 +00:00
Jo-Philipp Wich
16e2c7ab80
linux: add kmod-i2c-piix4
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43040
2014-10-24 09:24:45 +00:00
Felix Fietkau
16a9ab1d58
ath: process regulatory notifiers with CONFIG_ATH_USER_REGD set
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43034
2014-10-23 13:33:18 +00:00
Felix Fietkau
3772f272d0
ath10k: fix survey output channel in-use flag
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43033
2014-10-23 13:33:14 +00:00
Felix Fietkau
d9ea3d2aa8
ath9k: fix tx power reporting
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43032
2014-10-22 16:26:56 +00:00
Felix Fietkau
18ae41edf0
ath9k: merge ar9580/ar955x initval updates
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43029
2014-10-22 13:32:12 +00:00
Felix Fietkau
201fb55ac5
ath9k: merge a regulatory handling fix
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43028
2014-10-22 13:32:06 +00:00
Jo-Philipp Wich
3df1a20197
linux: add kmod-hwmon-k10temp
...
This module is required to read the CPU core temperature sensors
on the Alix APU board.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43027
2014-10-22 11:30:07 +00:00
Felix Fietkau
a3618cd9c1
kernel: use .ONESHELL to speed up processing of many kmod-* packages
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43024
2014-10-22 08:57:56 +00:00
Felix Fietkau
d8278dee4d
kernel: use /bin/sh instead of bash to speed up processing of many kmod-* packages
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43022
2014-10-22 08:57:45 +00:00
Felix Fietkau
f3ee419dbc
ath9k: merge a fix for queue start/stop handling ( fixes #18164 , #18130 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43011
2014-10-21 16:30:01 +00:00
Felix Fietkau
e641bb026b
mac80211: add a maintenance script for upstream backport commits
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42953
2014-10-18 17:39:04 +00:00
Felix Fietkau
f0d9e712e4
mac80211: update to 2014-10-08
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42952
2014-10-18 17:38:59 +00:00
John Crispin
20940138ac
scripts: fix wrong usage of '==' operator
...
[base-files] shell-scripting: fix wrong usage of '==' operator
normally the '==' is used for invoking a regex parser and is a bashism.
all of the fixes just want to compare a string. the used busybox-ash
will silently "ignore" this mistake, but make it portable/clean at least.
this patch does not change the behavior/logic of the scripts.
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 42911
2014-10-14 12:21:11 +00:00
Felix Fietkau
2e9157a866
mac80211: remove NO-IR from channel 36-48
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42882
2014-10-12 15:49:38 +00:00
Felix Fietkau
fbe1b7ecdf
mac80211: remove error from detect script
...
Signed-off-by: Michel Stam <m.stam@fugro.nl>
SVN-Revision: 42861
2014-10-09 09:04:24 +00:00
Felix Fietkau
8609ca69e0
mac80211: add a few upstream ath9k / mac80211 fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42849
2014-10-08 15:09:53 +00:00
John Crispin
9f08790436
kernel: add rtc-ds1307 module support
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 42791
2014-10-06 04:52:51 +00:00
John Crispin
fcbad42acd
kernel: add ledtrig-transient module support
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 42790
2014-10-06 04:52:44 +00:00
Felix Fietkau
8a450a93a5
lantiq: remove the useless ltqtapi.mk include file
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42778
2014-10-05 18:58:47 +00:00
Felix Fietkau
8cc9f46dfa
ath10k: update firmware to the latest version
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42768
2014-10-05 14:59:59 +00:00
Felix Fietkau
063074cf0c
mac80211_hwsim: select 802.11n support for hostapd
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42766
2014-10-05 11:50:42 +00:00
Jonas Gorski
9a24294b02
brcm-wl: use new brcm63xx fallback sprom
...
This fixes brcm63xx fallback sprom extraction.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 42725
2014-10-02 12:24:05 +00:00
Felix Fietkau
1161df826f
ath9k: add a fix for dynack
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42703
2014-09-30 21:36:04 +00:00
Felix Fietkau
cbc069f9c1
ath9k: add back missing fixes from the last version
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42701
2014-09-29 18:51:25 +00:00
Felix Fietkau
a03d97d383
ath9k: fix some issues with ar934x rev 3 (especially ad-hoc mode)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42686
2014-09-27 20:52:11 +00:00
Felix Fietkau
8be721208d
mac80211: update to wireless-testing 2014-09-26
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42683
2014-09-27 20:51:43 +00:00
Florian Fainelli
ff6b0d57b8
brcm2708-gpu-fw: update to Sep. 27 2014 snapshot
...
Update the brcm2708-gpu-fw package to commit
e25efc4545d0cef7c49c82e770b3e4ccfc8aba4c
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 42676
2014-09-27 17:42:15 +00:00
Zoltan Herpai
9ce5977184
modules: fix typo in package description define
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42633
2014-09-21 16:42:30 +00:00
Zoltan Herpai
c54e245b3f
packages: enable AP mode on r8188eu
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42627
2014-09-21 12:24:42 +00:00
Steven Barth
5b3f0d98df
netfilter: some more dependency hell fixes
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42602
2014-09-17 15:04:30 +00:00
Steven Barth
5d501f9aa0
netfilter: fix dependencies of kmod-ipt-nat6
...
SVN-Revision: 42601
2014-09-17 15:01:16 +00:00
Nicolas Thill
508c9de93e
netfilter: add missing symbol to disable nft_queue
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 42600
2014-09-17 14:28:05 +00:00
Steven Barth
e4e5c31f87
Reorganize netfilter kernel modules and package nftables kernel support
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42596
2014-09-17 12:10:44 +00:00
Zoltan Herpai
cb20e3d3a6
modules: allow building rtl8188eu on 3.14
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42588
2014-09-17 10:12:29 +00:00
John Crispin
50d313f409
lantiq: revert vr9 driver update as it causes problems
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42556
2014-09-15 16:19:33 +00:00
Hauke Mehrtens
f734314484
kernel: make hwmon-lm75 only depend on kmod-thermal if needed
...
This fixes commit r42529 and closes #17855 .
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 42531
2014-09-14 12:06:38 +00:00
Felix Fietkau
6ea49c5e13
ath9k_htc: fix decryption errors
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42530
2014-09-14 11:40:51 +00:00
Hauke Mehrtens
762ddec48b
kernel: make kmod-hwmon-lm75 depend on kmod-thermal
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 42529
2014-09-13 23:03:36 +00:00
Hauke Mehrtens
a8e1a031a8
package: other.mk: update configuration for ad799x
...
The ad799x driver moved out of staging since kernel 3.16, so update filepath,
config elements and description.
Signed-off-by: Hartmut Knaack <knaack.h@gmx.de>
SVN-Revision: 42524
2014-09-13 20:35:10 +00:00
John Crispin
e9dab2de72
lantiq: update to a newer versions of the vr9 drivers
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42478
2014-09-11 18:22:31 +00:00
John Crispin
f7dc428d4b
ltq-deu: fix compile for 3.14
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42477
2014-09-11 17:50:03 +00:00
Felix Fietkau
4ba3d616be
ath9k: fix pll clock initialization on newer soc devices ( fixes #14916 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42453
2014-09-09 08:03:00 +00:00
Felix Fietkau
3c5412e6c3
ath9k: add some ani related stability / performance fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42443
2014-09-08 16:45:30 +00:00
Jonas Gorski
288e50a79c
mac80211: enable DFS support for ath9k/10k by default
...
The DFS pattern detector now supports all three regions; ETSI, FCC and
JP, so there is no reason to not have it enabled anymore.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 42431
2014-09-07 09:38:13 +00:00