Felix Fietkau
d16060d5a3
kernel: fix a small #ifdef bug in the noncoherent dma check rework
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37791
2013-08-15 09:29:53 +00:00
Felix Fietkau
e27f67b30a
kernel: improve dma ops inlining patches
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37790
2013-08-15 09:23:07 +00:00
Luka Perkov
5064c81457
ar71xx: add support for hornet-ub-x2
...
The hornet-ub-x2 is hornet-ub variant with double more flash and ram.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37788
2013-08-15 00:57:47 +00:00
John Crispin
dc7164d4ef
ramips: DIR-610-A1 Support
...
http://patchwork.openwrt.org/patch/3933/
Signed-off-by: Flavio Silveira <fggs@terra.com.br>
SVN-Revision: 37785
2013-08-14 19:35:27 +00:00
John Crispin
97a7daa72f
ramips: fix typo in network uci_defaults script
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37784
2013-08-14 19:08:55 +00:00
John Crispin
41f62983d3
ramips: dts file cleanup
...
cleanup some inconsistencies in the dts files
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37783
2013-08-14 19:08:44 +00:00
John Crispin
eb7669fc5d
ar71xx: fix TL-WR710N board detection
...
Fix for recognize TL-WR710N
http://patchwork.openwrt.org/patch/3946/
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
SVN-Revision: 37782
2013-08-14 18:15:58 +00:00
John Crispin
6d7d09a126
ar71xx: Fix factory image for DIR 505 A1
...
Based on the original firmware, the file must have the tag
HORNET-PACKET-DIR505A1-3, not HORNET-RT-DIR505A1-3.
http://patchwork.openwrt.org/patch/3945/
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
SVN-Revision: 37781
2013-08-14 18:15:49 +00:00
John Crispin
36e3424fa5
ramips: add support for dir810l and asus rp-n53
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37780
2013-08-14 18:15:35 +00:00
John Crispin
632a3e3a79
ramips: various updates to the mt7620 dtsi file
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37779
2013-08-14 18:15:26 +00:00
John Crispin
9e5b0cc19c
ramips: update v3.10 patches
...
Sync the patches with those sent upstream for v3.12.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37778
2013-08-14 18:15:15 +00:00
Felix Fietkau
8b8875b305
ocf: switch MODULE_LICENSE from BSD to "Dual BSD/GPL" to make the kernel recognize modules as GPL-compatible
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37769
2013-08-14 08:52:19 +00:00
Felix Fietkau
bbd4d4c8b8
ar71xx: ethernet: reduce tx dma ring size further to improve cache footprint
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37765
2013-08-13 10:35:10 +00:00
Felix Fietkau
3ead1e058c
kernel: add patch to inline mips dma mapping functions - reduces code size and improves performance
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37763
2013-08-12 17:26:08 +00:00
Felix Fietkau
58e049ea80
ar71xx: ethernet: reduce tx and rx DMA ring size to improve cache footprint
...
256 entries is a bit excessive, even for gigabit speeds
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37762
2013-08-12 17:26:03 +00:00
Felix Fietkau
f43b4ea962
ar71xx: ethernet: cache skb->len in the tx function to avoid accessing it again in completion
...
Improves ethernet performance, especially during bridging
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37761
2013-08-12 17:26:00 +00:00
Felix Fietkau
e5fd991c6c
rtl8367: add support for configuring the VLAN FID
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37760
2013-08-12 17:25:25 +00:00
Felix Fietkau
53c3b2a193
ar71xx: fix typo
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37759
2013-08-12 12:41:53 +00:00
Felix Fietkau
f18fd5512e
ar71xx: ethernet: skip calls to netdev_completed_queue and netif_wake_queue if no tx cleanup was done
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37758
2013-08-12 11:44:35 +00:00
Felix Fietkau
81cfb9e5ed
ar71xx: ethernet: do not update the unused dev->last_rx field
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37757
2013-08-12 11:44:31 +00:00
Felix Fietkau
104ff48e25
ar71xx: add missing return statement in ethernet mtu change op
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37756
2013-08-12 11:44:28 +00:00
Luka Perkov
acb9bc0f5e
kernel: remove imx-sdma-fw because of license issues
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37755
2013-08-12 10:48:05 +00:00
Luka Perkov
3258334e79
imx6: use kmod-imx-sdma-fw-imx6 by default
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37754
2013-08-11 15:10:44 +00:00
Luka Perkov
5337af031e
imx6: fix sdma
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37752
2013-08-11 15:10:38 +00:00
Felix Fietkau
09f4018b2e
x86: Fix CONFIG_X86_GRUB_SERIAL=""
...
With
.config:CONFIG_X86_GRUB_SERIAL=""
which (AFAICT) is the way to tell GRUB not to use a serial console, in
target/linux/x86/image/Makefile:ifneq ($(CONFIG_X86_GRUB_SERIAL),)
$(CONFIG_X86_GRUB_SERIAL) expands to `""' (a literal double double-quote),
making the condition unconditionally false.
This patch fixes the situation by passing CONFIG_X86_GRUB_SERIAL through
qstrip before testing.
Signed-off-by: Tamas TEVESZ <ice@extreme.hu>
SVN-Revision: 37749
2013-08-10 18:35:29 +00:00
Felix Fietkau
7b05fe59a4
ar71xx: allow mtu > 1500 based on the configured tx/rx mtu register value
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37748
2013-08-10 15:31:38 +00:00
Florian Fainelli
007bd290ea
mcs814x: enable POSIX file locking
...
opkg (and possible other tools) are currently broken as it requires
file locking support enabled in the kernel.
Without this results in a message like:
root@OpenWrt:/etc/config# opkg update
Collected errors:
* opkg_conf_load: Could not lock /var/lock/opkg.lock: Permission denied.
With this patch opkg is fully functional on this platform.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37745
2013-08-09 20:45:17 +00:00
John Crispin
94666dad1c
lantiq: fix TD-W8970 image generation to work with the new tool
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37727
2013-08-06 16:25:45 +00:00
John Crispin
f835cb6cc4
ar71xx: remove duplicate dir505 entry from board detection code
...
https://dev.openwrt.org/ticket/14006
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37723
2013-08-06 14:12:02 +00:00
John Crispin
d13cbb04ad
lantiq: add support for tplink images to .../image/Makefile
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37722
2013-08-06 12:31:25 +00:00
John Crispin
5001afdc37
lantiq: make the split patch recognize the tplink header
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37721
2013-08-06 12:31:20 +00:00
John Crispin
7f2eaac407
lantiq: fix TDW8970.dts commandline and partition name
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37720
2013-08-06 12:31:16 +00:00
John Crispin
e993e0c2cf
lantiq: add tplink header id to sysupgrade and fix a comment
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37719
2013-08-06 12:31:10 +00:00
Luka Perkov
27fa640548
lantiq: add (incomplete) support for Aztech GR7000
...
*) can not connect to switch chip
*) only one usb port is working
*) wifi is not working
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37712
2013-08-06 10:17:16 +00:00
Florian Fainelli
d1914b4939
kernel: add some missing config symbols
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37710
2013-08-05 20:58:05 +00:00
Hauke Mehrtens
9d4145efe5
kernel: fix DMA error when BCM4331 is connected to BCM4706
...
The BCM4331 supports a PCIe max request size of 512 bytes and uses
that, but the PCIe controller in the BCM4706 just supports 128 Bytes
and that causes a DMA error for packages bigger than 126 bytes. This
fixes the problem by setting the BCM4331 also to 128 Bytes.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37709
2013-08-05 16:17:05 +00:00
Gabor Juhos
9257d556c2
ramips: re-implement PCI mux
...
Parallel flash access on RT3662/RT3883 based devices
is broken without that. It was fixed already some time
ago, but that change seems lost somewhere.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37708
2013-08-05 12:49:19 +00:00
Gabor Juhos
c80dd34924
ramips: allow to build Seama firmware images with arbitrary size
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37707
2013-08-05 12:35:22 +00:00
John Crispin
267810f73a
ar71xx: add usb modules to dir 505 profile
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37706
2013-08-05 11:08:30 +00:00
John Crispin
c83e665a2c
octeon: add a few missing symbols to the kernel config file
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37705
2013-08-05 10:42:09 +00:00
John Crispin
288adb6634
lantiq: several a803 related fixes
...
based on work from Matti Laasko that he posted in the wiki
Signed-off-by: John Crispin <blogic@openwrt.or
SVN-Revision: 37704
2013-08-05 10:42:00 +00:00
John Crispin
553a469728
ar71xx: add support for dir 505 a1
...
this patch is based on ...
-> https://forum.openwrt.org/viewtopic.php?pid=179902#p179902
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37703
2013-08-05 10:41:48 +00:00
Gabor Juhos
99a12119ca
ar71xx: fix tl-wa901nd buttons code
...
This patch fixes the code of the buttons for TP-Link WA901ND.
Signed-off-by: Rocco Folino <lordzen@autistici.org>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37696
2013-08-05 09:09:39 +00:00
Gabor Juhos
ccec78beaa
ar71xx: ubnt unifi outdoor register gpio button
...
This patch register the gpio buttons for the Ubiquiti UniFi Outdoor.
Signed-off-by: Rocco Folino <lordzen@autistici.org>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37695
2013-08-05 09:09:37 +00:00
John Crispin
f0b5e7d419
x86: change /dev/console to tty to fix job control
...
Job control is turned off because it cannot obtain controlling terminal on
/dev/console, so it is impossible to do any job control operation behind
real x86 device (keyboard+monitor or virtualized).
This patch switches /dev/console to tty devices for ash on x86 generic target.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
SVN-Revision: 37693
2013-08-04 17:05:33 +00:00
Luka Perkov
f5b9555cdc
imx6: sync usb chipidea with upstream
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37686
2013-08-04 14:20:15 +00:00
John Crispin
db083a41cf
generic: make the module reloc pacth work on mips64
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37685
2013-08-04 13:54:42 +00:00
John Crispin
3a2040ffee
octeon: add support for the octeon mips64 SoC
...
This is the SoC used be the ESR Lite made by ubnt.com
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37684
2013-08-04 13:54:32 +00:00
Luka Perkov
8a4726bca8
imx6: remove sdma binary
...
SVN-Revision: 37682
2013-08-04 13:28:26 +00:00
Hauke Mehrtens
2fcaba306e
brcm47xx: change board detection for some Asus devices
...
This closes #13316
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37680
2013-08-04 12:36:13 +00:00