Gabor Juhos
01727717f7
ar71xx: Fix WD My Net N750 weak signal issue
...
The LNAs need to be enabled by setting their respective GPIO to high even
though the original firmware's setting sets them to low on initialization.
Obviously the LNAs are then later initialized by the driver on the OEM
firmware. Without this fix the device is mostly "deaf".
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
Patchwork: http://patchwork.openwrt.org/patch/4688/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39213
2014-01-10 09:07:11 +00:00
Gabor Juhos
8384c0dba0
ath9k: add workaround for AR9331 USB host controller hang with USB1.1 devices
...
When wifi radio is reset, some bits in (undocumented) USB registers may
flip. Patch adds setting them after radio reset (channel change, up/down).
With this patch stability of USB1.1 full-speed devices, connected directly
to AR9331 host port (no USB2.0 hub) is improved.
See "ar9331's usb stability issue" OpenWrt forum thread for details:
<https://forum.openwrt.org/viewtopic.php?id=39956 >
Based on QCA's Open HAL WAR_USB_DISABLE_PLL_LOCK_DETECT() macro:
<https://github.com/qca/qcamain_open_hal_public/blob/master/hal/ar9300/ar9300_reset.c#L74 >
Adapted to Linux mac80211 driver for 8Devices Carambola2 board by Mantas Pucka:
<b08b59ceb4
>
Ported to latest OpenWrt BB branch and tested on TP-Link TL-WR703N by
Michel Stempin <michel.stempin@wanadoo.fr>.
Signed-off-by: Michel Stempin <michel.stempin@wanadoo.fr>
[juhosg: refresh and clean up the ath9k patch]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39212
2014-01-10 09:05:31 +00:00
Jo-Philipp Wich
6dcf878864
jsonpath: make output in non-export mode more shell friendly
...
SVN-Revision: 39211
2014-01-08 22:01:55 +00:00
Imre Kaloz
5c3cb628f8
upgrade the Linaro binutils to 2.24-2013.12
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39210
2014-01-07 15:03:55 +00:00
Imre Kaloz
f6be067784
upgrade Linaro GCC 4.8 to 4.8-2013.12
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39209
2014-01-07 15:00:33 +00:00
Imre Kaloz
7aaa9bc91c
add x86_64 target support
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39208
2014-01-07 12:23:35 +00:00
Imre Kaloz
8603b30db5
virtualbox emulates the e1000 for a long time now
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39207
2014-01-07 10:21:31 +00:00
Imre Kaloz
cc49f7c6e9
move most of the x86 image generation options to the main file
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39206
2014-01-07 10:18:55 +00:00
Zoltan Herpai
481c01136e
sunxi: refresh usb vbus patch
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39205
2014-01-06 23:34:31 +00:00
Zoltan Herpai
ba05c97e5e
sunxi: various fixes - DT: update USB vbus from 3.3v to 5v - emac: add missing free_irq - DT: add emac aliases - DT: fix interrupts on A20 - modules: add watchdog module - don't compile in mac80211 - don't compile in usbnet
...
Thanks to Hans de Goede, Zalan Blenessy et al.
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39204
2014-01-06 21:51:39 +00:00
Hauke Mehrtens
e0027ed4ab
bcm53xx: make the l2x0 L2 cache controller work
...
This fixes the DMA problems with the Ethernet driver.
This also updates some other parts of the patches.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39203
2014-01-04 23:46:44 +00:00
Hauke Mehrtens
2bc9700c0d
bcm53xx: update the ethernet core hacks
...
The PHY always says there is no link
Instead of doing this dma sync a mdelay does the same trick and it is as unreliable.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39202
2014-01-04 18:27:09 +00:00
Hauke Mehrtens
5a55ace3b8
kernel: bgmac: update the driver patches to a version submitted for mainline kernel.
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39201
2014-01-04 18:25:05 +00:00
Zoltan Herpai
815ceabd9d
sunxi: emac changes - move emac into module - add into profiles where appropriate
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39200
2014-01-04 17:33:44 +00:00
Zoltan Herpai
9712b2d6fa
sunxi: add sata driver to profiles where appropriate
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39198
2014-01-04 16:39:31 +00:00
Zoltan Herpai
34ca9f355e
sunxi: add sata driver for sun[47]i
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39197
2014-01-04 16:30:56 +00:00
Zoltan Herpai
9808a0830b
sunxi: move sunxi-sid (security ID) off to module
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39196
2014-01-04 13:46:43 +00:00
Zoltan Herpai
1ffc2deed4
sunxi: move rtc off to module
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39195
2014-01-04 12:47:51 +00:00
Zoltan Herpai
662e5c224c
sunxi: add the actual mmc driver
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39194
2014-01-04 11:08:27 +00:00
Zoltan Herpai
78936aa875
sunxi: delete a31 reset for now in lack of the mach split
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39193
2014-01-04 11:02:16 +00:00
Zoltan Herpai
c2f62ecc25
add support for pcDuino board
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39192
2014-01-04 10:09:52 +00:00
Zoltan Herpai
4800b2c723
update version
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39191
2014-01-04 10:08:31 +00:00
Zoltan Herpai
51d5e458a3
sunxi: add support for pcDuino board
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39190
2014-01-04 10:06:17 +00:00
Zoltan Herpai
c98c6ef201
sunxi: add mmc support - add MMC support for sun457i - update kernel config to compile in MMC and ext4 - update kernel cmdline
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39189
2014-01-04 10:02:01 +00:00
Zoltan Herpai
2657412374
sunxi: various fixes - have Kconfig options ordered - add new olinuxino a13-micro board - various fixes for EHCI
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39188
2014-01-04 09:55:41 +00:00
Zoltan Herpai
4a314d1805
sunxi: remove sun6i/7i split for now
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39187
2014-01-04 09:49:44 +00:00
Zoltan Herpai
6b61e7786c
sunxi: refresh clock framework
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39186
2014-01-04 09:47:50 +00:00
Jo-Philipp Wich
2e02c2da18
Add jsonpath - a command line utility to extract values from JSON data using XPath-like expressions
...
SVN-Revision: 39185
2014-01-02 11:55:16 +00:00
Steven Barth
bc370646cd
6relayd: try to workaround race condition at startup
...
SVN-Revision: 39184
2014-01-02 11:38:36 +00:00
Felix Fietkau
20151a3394
netifd: initialize the switch early at start time and on reload ( fixes #13015 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39183
2013-12-31 13:09:20 +00:00
Luka Perkov
1df5226b04
ixp4xx: upgrade: don't copy extra binaries
...
hexdump is already added to new temporary file system while less is not used at
all. While at it, remove some trailing whitespaces.
Signed-off-by: Luka Perkov <luka@openwrt.org>
CC: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39181
2013-12-30 23:49:25 +00:00
Felix Fietkau
6865f1d6b2
netifd: update to the latest version, fixes wireless related segfaults on arm
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39180
2013-12-29 02:26:34 +00:00
Felix Fietkau
8bd7e0b19b
uClibc: Fix lookup with DNS search in multi-threaded application.
...
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
SVN-Revision: 39179
2013-12-28 15:06:14 +00:00
Felix Fietkau
c4b013f00b
uClibc: make res_init() thread safe
...
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
SVN-Revision: 39178
2013-12-28 15:06:04 +00:00
Felix Fietkau
8cabffaa3b
uClibc: Fix threaded use of res_ functions.
...
This patch moves res_init() back above #undef _res. It fixes dns resolving issue in OpenWrt
(uClibc related - OpenWrt ticket #11929 ). It is a backport from uClibc master.
Further details are there:
http://git.uclibc.org/uClibc/commit/libc/inet/resolv.c?id=20b69920b299585265eb100d0b67e1097ccb1092
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
SVN-Revision: 39177
2013-12-28 15:05:56 +00:00
Felix Fietkau
5607a13aa1
netifd: update to the latest version, fixes wifi related segfaults
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39176
2013-12-28 14:19:54 +00:00
Felix Fietkau
c7d23cbeb9
hostapd: fix mixed wep/wpa with netifd
...
Signed-off-by: Catalin Patulea <cat@vv.carleton.ca>
SVN-Revision: 39174
2013-12-28 11:07:37 +00:00
Felix Fietkau
da886d761a
hostapd: fix the uci option name for ap isolate
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39173
2013-12-28 11:07:28 +00:00
John Crispin
3b4152bfda
firmware-utils: check_magic() in buffalo-lib.c always return 0
...
spotted with cppcheck
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
SVN-Revision: 39171
2013-12-27 21:15:31 +00:00
John Crispin
d1156bca0a
swconfig: remove useless variables, return -1 on errors
...
spotted with cppcheck
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
SVN-Revision: 39170
2013-12-27 21:15:20 +00:00
John Crispin
834204bda6
base-files: fix mount-utils incompatibility
...
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
SVN-Revision: 39169
2013-12-27 21:15:09 +00:00
John Crispin
9715b61b3c
ralink: fix tso regression in the ethernet driver
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39168
2013-12-27 21:14:49 +00:00
Hauke Mehrtens
8c085f647b
brcm47xx: fix cpu wait for BCM4706
...
This was called to early.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39167
2013-12-26 23:30:10 +00:00
Hauke Mehrtens
961d5b4453
brcm47xx: b44: This updates the phylib patches to the version send upstream
...
This uses a fixed phy instead of a dummy one.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39166
2013-12-26 23:27:52 +00:00
Hauke Mehrtens
bc3d934148
kernel: bgmac: update patches
...
This updates the bgmac backport patch to the current upstream version
and adds some more patches mostly for BCM4707.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39165
2013-12-26 23:22:31 +00:00
Imre Kaloz
ac8d562503
handle the Linaro version as well
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39164
2013-12-26 22:19:29 +00:00
John Crispin
9739a0b41b
ramips: add support for RT-N14U (mt7620n based) board
...
added dts file and userspace scripts modified to support Asus RT-N14U board
current support status:
usb works
ethernet works
buttons reset, wps
leds asus:blue:[usb|lan|wan|air|power]
i2c not tested
uart not tested
wifi not yet
Signed-off-by: Pavel Löbl <lobl.pavel@gmail.com>
SVN-Revision: 39163
2013-12-25 17:04:50 +00:00
John Crispin
93d8dc870e
ramips: add gpio pin 72 in mt7620 chips to dtsi files
...
describes register set to control last gpio pin on mt7620 platfrom
Signed-off-by: Pavel Löbl <lobl.pavel@gmail.com>
SVN-Revision: 39162
2013-12-25 17:04:34 +00:00
Gabor Juhos
05f8604e2e
ar71xx: fix max frame length of the QCA955x SoCs
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39161
2013-12-23 17:05:23 +00:00
Gabor Juhos
76f37c5d46
ar71xx: don't set builtin_switch flag for QCA9558
...
It makes no sense, the SoC has no built-in switch.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39160
2013-12-23 17:05:21 +00:00