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
Hauke Mehrtens
cccc9e214b
kernel: do not build FW_LOADER as a module.
...
CONFIG_FW_LOADER=y is set in the generic config and our packages in
packages/kernel/linux are depending on it to be compiled into the
kernel.
This fixes some dependency problem where kmod-r8169 misses
firmware_class.ko.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37672
2013-08-04 09:41:10 +00:00
Zoltan Herpai
36cc8cc856
imx23: add missing DTS config for lradc
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 37663
2013-08-03 10:37:25 +00:00
Zoltan Herpai
370ad94576
imx23: add hw crypto (dcp) support
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 37662
2013-08-03 10:35:18 +00:00
Hauke Mehrtens
b2d2ca4bbd
kernel: add missing config options
...
SVN-Revision: 37660
2013-08-02 20:13:54 +00:00
Hauke Mehrtens
219eac1856
kernel: add missing config option
...
SVN-Revision: 37657
2013-08-02 16:51:47 +00:00
Hauke Mehrtens
c47a55dd0d
kernel: add missing config option
...
brcm47xx does not use CONFIG_B53_SPI_DRIVER, but it could be selected if spi is build as a module
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37656
2013-08-02 16:16:23 +00:00
Jonas Gorski
3e9ad14992
kernel: ocf: add missing kernel dependencies
...
OCF_CRYPTOSOFT uses both symbols form crypto_hash and crypto_blkcipher,
so let it select these through kernel config.
Fixes the following build error:
ERROR: "crypto_alloc_ahash" [crypto/ocf/cryptosoft.ko] undefined!
ERROR: "crypto_ahash_digest" [crypto/ocf/cryptosoft.ko] undefined!
ERROR: "crypto_ahash_setkey" [crypto/ocf/cryptosoft.ko] undefined!
make[6]: *** [__modpost] Error 1
make[5]: *** [modules] Error 2
Reported-by: Russell Senior <russell@personaltelco.net>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37652
2013-08-01 23:04:42 +00:00
Hauke Mehrtens
290dade033
brcm47xx: switch to kernel 3.10.4
...
This uses a new switch driver.
The old ADMTEK Adm6996 switch is not supported any more.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37650
2013-08-01 21:01:59 +00:00
Hauke Mehrtens
7e14fd55fd
brcm47xx: use lib phy when tg3 is in use
...
This is untested, but probably needed to make it work with the phy lib switch driver.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37649
2013-08-01 20:47:55 +00:00
Hauke Mehrtens
8966b86067
kernel: b53: use devm_gpio_request_one() to request gpio
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37648
2013-08-01 20:46:56 +00:00
Hauke Mehrtens
2b55968f5d
brcm47xx: improve detection of Linksys WRTSL54GS
...
This closes #13319
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37647
2013-08-01 19:33:59 +00:00
Hauke Mehrtens
6d7f796b52
brcm47xx: remove support for kernel 3.9
...
This is not needed any more.
SVN-Revision: 37646
2013-08-01 19:17:51 +00:00
Hauke Mehrtens
e1127aca07
kernel: b53: add support for GPIO reset
...
This is needed for some switches used on bcm47xx SoCs like the one on the Asus RT-N66U.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37645
2013-08-01 19:05:34 +00:00
Hauke Mehrtens
2363cb3893
brcm47xx: add function to get a gpio pin by name
...
bcm47xx_nvram_gpio_pin() returns a gpio pin number for a given name based
on configuration data in nvram.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37644
2013-08-01 19:04:12 +00:00
John Crispin
169e184521
ramips: add Poray IP2202 support
...
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
SVN-Revision: 37640
2013-08-01 14:31:15 +00:00
John Crispin
ce4228b417
ramips: add Poray X8 support
...
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
SVN-Revision: 37639
2013-08-01 14:31:09 +00:00
John Crispin
54968110f1
ramips: add Poray X5/X6 Support
...
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
SVN-Revision: 37638
2013-08-01 14:31:04 +00:00
John Crispin
0dc3b44b0d
ramips: add Poray M4 4M/8M support
...
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
SVN-Revision: 37637
2013-08-01 14:30:58 +00:00
John Crispin
23d3b705df
ramips: add Poray M3 support
...
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
SVN-Revision: 37636
2013-08-01 14:30:53 +00:00
John Crispin
aaedf6c8c6
ramips: add basics for Poray devices
...
This commit adds the basic elements to support Poray brand routers.
It contains a tool to do the encryption/obfuscation that is used in
Poray routers.
Support for Poray devices was worked on by:
Felix Kaechele <heffer@fedoraproject.org>
Luis Soltero <lsoltero@globalmarinenet.com>
Michel Stempin <michel.stempin@wanadoo.fr>
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
SVN-Revision: 37635
2013-08-01 14:30:46 +00:00
John Crispin
b4c722267e
lantiq: fix VG3503J ethernet/gphy led support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37634
2013-08-01 14:30:40 +00:00
John Crispin
046b282429
ralink: add mt7620a_mt7610e profile
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37633
2013-08-01 14:30:33 +00:00
Zoltan Herpai
9eb3572b7b
imx23: add lradc support
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 37632
2013-08-01 09:36:37 +00:00
Zoltan Herpai
91e8082e2d
kernel: add missing iio config symbols for 3.10
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 37631
2013-08-01 06:58:08 +00:00
Hauke Mehrtens
e2b2e3886b
brcm47xx: run mtd fixtrx linux every time
...
With this patch it is possible to boot a device with kernel 3.10 a second time.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37625
2013-07-31 17:41:52 +00:00
Zoltan Herpai
0a6e0228d9
imx23: add SoC sound support
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 37622
2013-07-31 09:52:46 +00:00
Felix Fietkau
28d03a9983
kernel: update remaning platforms accidentally left out of r37617
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37619
2013-07-30 08:00:25 +00:00
Felix Fietkau
8f04792531
kernel: update to linux 3.10.4, refresh patches
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37617
2013-07-29 22:42:22 +00:00
John Crispin
336c94c32d
lantiq: setup gphy leds on TPlink TDW8970
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37612
2013-07-29 13:10:42 +00:00
John Crispin
c3b5ee96b9
lantiq: add gphy pinmux definitions
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37611
2013-07-29 13:10:37 +00:00
John Crispin
61e6be686f
lantiq: set sane default for phy leds
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37610
2013-07-29 13:10:32 +00:00
John Crispin
c2600d13d1
ramips: fix indenting of spi partitions inside dts files
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37609
2013-07-29 13:10:26 +00:00
Felix Fietkau
99e3616dac
kernel: add missing config symbols for 3.10
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37602
2013-07-29 12:48:57 +00:00
Felix Fietkau
73c4d73d6d
build: unify target independent optimization options
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37600
2013-07-29 09:38:29 +00:00
Felix Fietkau
cc26f768e4
kernel: stop patching -funit-at-a-time into CFLAGS, it has no effect on recent compilers
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37598
2013-07-29 09:38:21 +00:00
Hauke Mehrtens
ad59c4e646
bcm53xx: compile b53 switch driver
...
SVN-Revision: 37587
2013-07-28 22:14:55 +00:00
Hauke Mehrtens
1377916ea7
bcm53xx: update patches
...
This reorders the patchs and adds some new ones.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37586
2013-07-28 22:13:52 +00:00
Hauke Mehrtens
333252e493
bcm53xx: use clocksource patch as it was committed upstream
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37585
2013-07-28 21:22:50 +00:00
Hauke Mehrtens
3e8c39f239
bcm53xx: add initial bgmac patches
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37584
2013-07-28 21:20:15 +00:00
Hauke Mehrtens
24628e4ce7
bcm53xx: activate pci and usb in kernel config
...
This is not working, just compiling
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37583
2013-07-28 21:10:42 +00:00
Luka Perkov
d6a23e1ae9
imx6: update default packages
...
SVN-Revision: 37582
2013-07-28 20:34:21 +00:00
Luka Perkov
a08eab3ce8
imx6: add support for EHCI USB
...
SVN-Revision: 37581
2013-07-28 20:34:19 +00:00
Gabor Juhos
65584ed54f
ar71xx: add profile and build image for the WNR612 v2 board
...
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3876/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37577
2013-07-28 10:23:38 +00:00
Gabor Juhos
41d136f2c8
ar71xx: add user-space support for the WNR612 v2 board
...
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3876/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37576
2013-07-28 10:23:37 +00:00
Gabor Juhos
6d8163505e
ar71xx: add kernel support for the Netgear WNR612 v2 board
...
Netgear WNR612 v2:
- cpu Atheros AR7240 (Python) @400MHz
- flash 4MB
- ram 32MB
- ethernet 10/100: 1xwan + 2xlan (only two)
- radio AR9285
[juhosg: use a separate kernel patch]
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3876/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37575
2013-07-28 10:23:36 +00:00
Gabor Juhos
ede1587ed8
ar71xx: add profile and build image for the TL-WR710N board
...
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3873/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37574
2013-07-28 10:23:34 +00:00
Gabor Juhos
5f5257e234
ar71xx: add user-space support for the TL-WR710N board
...
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3873/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37573
2013-07-28 10:23:33 +00:00
Gabor Juhos
c5029c2ebf
ar71xx: add kernel support for the TP-LINK TL-WR710N v1 board
...
Small router sold in EU: AR9330@400MHz, 1x USB2.0,
2x ethernet, 8MB flash, 32MB ram, one led, one button.
See: http://galeria.tech-blog.pl/TP-Link_TL-WR710N-EU/
[juhosg: use a separate kernel patch]
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3873/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37572
2013-07-28 10:23:32 +00:00
Gabor Juhos
af1dd57a37
ar71xx: build image for the MERCURY MW4530R board
...
Mercury MW4530R is a TP-Link TL-WDR4310 clone but
with a much lower price tag (~ $40). This patch
is tested to work at trunk r37525.
Signed-off-by: Leon Xu <ylxu72@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3856/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37571
2013-07-28 10:23:31 +00:00
Gabor Juhos
8b6f392b72
ar71xx: add model detection for the MERCURY MW4530R board
...
Mercury MW4530R is a TP-Link TL-WDR4310 clone but
with a much lower price tag (~ $40). This patch
is tested to work at trunk r37525.
Signed-off-by: Leon Xu <ylxu72@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3856/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37570
2013-07-28 10:23:29 +00:00
Gabor Juhos
b49dc036e8
ar71xx: TEW632BRP has buttons 'active low', fix board config
...
Looks like trunk@37090 has changed the logic that determines
if router's button was pressed. This resulted in TEW632BRP
always booting into failsafe mode because it detected pressed
button (which was not pressed).
Measure with voltmeter has shown that buttons on this router
are actually active-low. This patch reflects this fact in
board configuration and fixes 'load info failsafe mode' issue.
Note: it looks like Trendnet TEW632BRP and a close relative
to TEW-652BRP V1.0 and D-Link DIR-615C1, so same problem may
exist on those routers as well. This patch doesn't affect
routers other than 632BRP and unfortunately I do not have
hardware to test this issue with other routers.
This patch fixes #13893 and is tested on actuall Trendnet
TEW632BRP.
Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37569
2013-07-28 10:23:22 +00:00
John Crispin
8dd30fa775
ramips: add MPR-A1 support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37568
2013-07-27 09:23:52 +00:00
John Crispin
13b7ab81cf
ralink: gpio driver should not set gpio to input when irq is querired
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37567
2013-07-27 09:23:45 +00:00
John Crispin
eb089abd28
ramips: add back dwc_otg driver
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37566
2013-07-27 09:23:40 +00:00
John Crispin
718b47f0b4
ramips: MPR-A2 should use memory auto detection
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37565
2013-07-27 09:23:34 +00:00
John Crispin
115c6f85cf
ramips: enable usb phy support on rt5350
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37564
2013-07-27 09:23:29 +00:00
John Crispin
f4c4ca0b00
ralink: switch back to dwc_otg ... dwc2 seems to not work well with 3G modems
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37563
2013-07-27 09:23:24 +00:00
John Crispin
4176b6fdd3
strict_strtoul is obsolete, use kstrtoul instead
...
based on http://patchwork.openwrt.org/patch/3827/
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37562
2013-07-27 09:23:18 +00:00
John Crispin
c4413b6e08
ramips: unbreak asiarf dts files
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37561
2013-07-26 15:19:19 +00:00
Gabor Juhos
f093cda481
ar71xx: add profile and fixup image generation for the TL-MR10U board
...
Create a separate board profile and update the profile
name in image/makefile. Also use the correct machtype
string in kernel command line.
Based on andelf's patch:
http://andelf.diandian.com/post/2013-05-22/40050677370
Signed-off-by: Oleg Titov <oleg.titov@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3840/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37550
2013-07-26 07:32:01 +00:00
Gabor Juhos
f4d5ecdb9f
ar71xx: add user-space support for the TL-MR10U board
...
Based on andelf's patch:
http://andelf.diandian.com/post/2013-05-22/40050677370
Signed-off-by: Oleg Titov <oleg.titov@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3840/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37548
2013-07-26 07:31:59 +00:00
Gabor Juhos
ec7fe3fab7
ar71xx: add kernel support for the TL-MR10U board
...
Based on andelf's patch:
http://andelf.diandian.com/post/2013-05-22/40050677370
[juhosg: extend WR703N code to handle the TL-MR10U
instead of adding a separate mach-tl-mr10u file]]
Signed-off-by: Oleg Titov <oleg.titov@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3840/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37547
2013-07-26 07:31:57 +00:00
Gabor Juhos
e9688455f6
kernel: update 3.10 to 3.10.3
...
Also refresh 3.10 patches.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37546
2013-07-26 07:19:58 +00:00
John Crispin
bfe65eaf7a
lantiq: remove stale phy register setup properties from dts files
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37544
2013-07-25 20:54:51 +00:00
John Crispin
54b4074074
lantiq: add TP-Link TDW8970 image generation
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37543
2013-07-25 20:29:24 +00:00
John Crispin
a2c5540727
lantiq: add profile for TP-Link TDW8970
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37542
2013-07-25 20:29:20 +00:00
John Crispin
a99042c6a4
lantiq: add devicetree for TP-Link TDW8970
...
Signed-of-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37541
2013-07-25 20:29:15 +00:00
John Crispin
313636c1e4
lantiq: fix initramfs image generation for lzmaloader based images
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37540
2013-07-25 20:29:10 +00:00
John Crispin
a4d31c0353
lantiq: make macs loadable from mtd partitions
...
This is a really ugly hack but it will have to do until we copy the ramips patches to the lantiq tree
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37539
2013-07-25 20:29:05 +00:00
John Crispin
32f7ae4ce6
lantiq: add a hook to make leds work on the secondary usb bus
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37538
2013-07-25 20:29:01 +00:00
John Crispin
4036be4408
lantiq: update pcie driver
...
This is an intermediate commit until the new OF driver is functional.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37537
2013-07-25 20:28:56 +00:00
Lars-Peter Clausen
dee22d069f
xburst: Add missing kernel config symbol
...
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
SVN-Revision: 37534
2013-07-25 18:39:34 +00:00
John Crispin
04aaf7a03e
ramips: disable hg255d
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37532
2013-07-25 17:03:08 +00:00
John Crispin
7feebeb193
ramipe: disable HG255D support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37531
2013-07-25 16:55:48 +00:00
John Crispin
9b2c7be0c4
ramips: important patch for HG255D
...
r37505 add support for Huawei HG255D, but it only tested under a community hacked u-boot ("lintel u-boot"), which has a different mtd layout compared to origin one. If you install it on a box with origin u-boot, the origin factory part will be destroyed, and your wifi interface will never up!!!
This patch shrink firmware part in mtd layout to exclude origin factory part, and I will prepare another patch to fix the eeprom extract issue for box with origin u-boot.
Signed-off-by: Leon Xu <ylxu72@gmail.com>
SVN-Revision: 37530
2013-07-25 16:01:58 +00:00
John Crispin
3ad136d9e3
ramips: Basic support for the AsiaRF RT5350 based AWM002 module and evaluation board.
...
Basic support for the AsiaRF RT5350 based AWM002 module and evaluation board.
http://www.asiarf.com/Smallest-Tiny-Ralink-802-11n-Wireless-AP-Router-Module-Board-AWM002-product-view-375.html
Signed-off-by Jon Smirl <jonsmirl@gmail.com>
SVN-Revision: 37521
2013-07-24 08:54:41 +00:00
John Crispin
3f3cac6136
ramips: fix HG255D VLAN initial detect issue
...
Signed-off-by: Leon Xu <ylxu72@gmail.com>
SVN-Revision: 37517
2013-07-23 13:07:00 +00:00
John Crispin
9181c569c4
linux/atheros: add 3.10 kernel support
...
SVN-Revision: 37513
2013-07-22 19:10:59 +00:00
Lars-Peter Clausen
db32da6b16
xburst: Unmark broken
...
3.10 support is working fine for this platform, so unmark it broken.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
SVN-Revision: 37512
2013-07-22 18:44:05 +00:00
Lars-Peter Clausen
44745f714e
xburst: Remove 3.8 support
...
3.8 support for this platform is broken, so remove it.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
SVN-Revision: 37511
2013-07-22 18:42:36 +00:00
Lars-Peter Clausen
32a83db347
xburst: Add 3.10 support
...
Missing files from the previous commit.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
SVN-Revision: 37510
2013-07-22 18:41:23 +00:00
Lars-Peter Clausen
e7d77883c7
xburst: Add 3.10 support
...
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
SVN-Revision: 37509
2013-07-22 18:40:32 +00:00
Gabor Juhos
ea55883a51
ar71xx: fix switch port map for the Archer C7
...
The correct port number for the WAN port is 1.
Update the VLAN port maps to reflect that.
https://forum.openwrt.org/viewtopic.php?pid=203755#p203755
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37507
2013-07-22 16:02:13 +00:00
Gabor Juhos
bc91bec9f6
kernel/3.10: rework MIPS FPU emulation disable patch
...
Get rid of some ifdefs, and make sure that the microMIPS
specific code is disabled as well.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37506
2013-07-22 16:02:12 +00:00
John Crispin
0cc1e2acb4
ramips: Add support for Huawei HG255D in trunk
...
HG255D is a kind of popular low-end home gateway in China, this patch bring the the trunk support for it. It is adapted from a local Chinese community (www.right.com.cn), so credit should given to them.
This patch is tested to work except trivial LED issues.
Signed-off-by: Leon Xu <ylxu72@gmail.com>
SVN-Revision: 37505
2013-07-22 15:36:39 +00:00
Gabor Juhos
ef944dcb85
kernel: update 3.10 to 3.10.2
...
Also refresh 3.10 patches.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37502
2013-07-22 15:31:13 +00:00
Gabor Juhos
6a5b4ec7dc
kernel: update 3.9 to 3.9.11
...
Also refresh 3.9 patches.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37501
2013-07-22 15:30:56 +00:00
John Crispin
8d0cd50f30
ralink: set remove dwc_otg from default packages and use dwc2 instead
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37499
2013-07-22 13:52:52 +00:00
John Crispin
ffe389c4c5
ralink: remove dwc_otg from modules.mk
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37498
2013-07-22 13:52:44 +00:00
John Crispin
5525b2136e
ralink: set v3.10 as default
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37497
2013-07-22 13:52:32 +00:00
Felix Fietkau
a50c18c632
kernel: fix crash in act_connmark in 3.9 and 3.10 ( fixes #13916 , #13876 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37493
2013-07-21 13:53:54 +00:00
Hauke Mehrtens
a1ec175d7b
kernel: add missing config option CONFIG_SND_MXS_SOC
...
This is needed by imx23 target.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37492
2013-07-21 12:27:22 +00:00
Felix Fietkau
94439c2b5d
kernel: add a new global config symbol for enabling rfkill support (can be enabled by default via target feature flag)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37491
2013-07-21 11:55:30 +00:00
Lars-Peter Clausen
8fc44d1f5f
kernel: Remove gpio-pwm patches
...
There is no platform using the gpio-pwm driver, yet these patches break the
generic PWM framework that is in upstream. So just remove them.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
SVN-Revision: 37490
2013-07-21 11:43:16 +00:00
Felix Fietkau
bb141e06a2
kernel: merge a proposed fix from LKML for fixing infinite data returned by /proc/timer_list
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37484
2013-07-20 18:35:54 +00:00
Jonas Gorski
7ef37c8e3e
brcm63xx: add linux 3.10 support
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37481
2013-07-20 11:30:26 +00:00
Gabor Juhos
205f7248ae
Revert "ar71xx: override cpu_has_mmips feature"
...
This reverts r37477. A generic patch is used to fix
this globally, so revert the ar71xx specific change.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37480
2013-07-20 10:14:08 +00:00
Gabor Juhos
a2d12049e0
kernel/3.10: add a generic patch for cpu_has_mmips override
...
Backport of commit 3ddc14add5e6341cf8ef4058c34c67ba7fd15317
from 3.11-rc1
Suggested-by: Jonas Gorski <jogo@openwrt.org>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37479
2013-07-20 10:14:05 +00:00
Gabor Juhos
f5f9bce168
kernel/3.10: make emulate_load_store_microMIPS static
...
This allows the compiler to remove the emulate_load_store_microMIPS
function if cpu_has_mmips is defined as zero.
Backport of commit 74338805ec6869594d583535f941cb478c94dd73
from 3.11-rc1.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37478
2013-07-20 09:53:54 +00:00
Gabor Juhos
2d8fd8b58c
ar71xx: override cpu_has_mmips feature
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37477
2013-07-20 09:40:32 +00:00
Gabor Juhos
8a6575cf53
ar71xx: use mtd_get_part_size helper
...
Drop the local get_mtd_part_size implementation and use
the equivalent function provided by lib/functions.sh.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37476
2013-07-20 09:26:57 +00:00
Gabor Juhos
7ee96847cf
mpc85xx: remove 3.8 support
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37474
2013-07-20 09:13:04 +00:00
Gabor Juhos
294d7611c8
mpc85xx: switch to 3.10
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37473
2013-07-20 09:13:01 +00:00
Gabor Juhos
5803e27005
mpc85xx: add 3.10 support
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37472
2013-07-20 09:12:57 +00:00
Gabor Juhos
4a9d4271d0
ar71xx: build image for the TP-LINK TL-WR941N v6 board
...
TL-WR941N v6 use almost same IC as WDR3500.
[juhosg: change subject, and change fw layout from 4M to 4Mlzma]
Patchwork: http://patchwork.openwrt.org/patch/3719/
Signed-off-by: ShuYu Wang <andelf@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37471
2013-07-20 08:54:45 +00:00
Gabor Juhos
187a69c631
linux: move more ARM_ERRATA symbols to the generic config
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37470
2013-07-20 07:43:54 +00:00
Gabor Juhos
a9de3a851a
linux: remove 3.7 support
...
It is not used by any target.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37469
2013-07-20 07:37:27 +00:00
Gabor Juhos
c8933c968f
linux: remove duplicated 3.10 symbols from target config files
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37467
2013-07-20 07:21:52 +00:00
Jonas Gorski
b1b4e7db13
kernel: move CONFIG_NET_IP_TUNNEL to generic
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37465
2013-07-19 22:58:01 +00:00
Gabor Juhos
9e14f9df5f
malta: remove CONFIG_NET_CLS* overrides
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37464
2013-07-19 22:51:37 +00:00
Gabor Juhos
f4242a4324
malta: remove CONFIG_NET_SCH_* overrides
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37463
2013-07-19 22:51:36 +00:00
Gabor Juhos
2dee293d02
malta: remove CONFIG_*_PHY overrides
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37462
2013-07-19 22:51:35 +00:00
Gabor Juhos
e47a2a24a7
malta: remove 3.8 support
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37457
2013-07-19 17:12:53 +00:00
Gabor Juhos
784311eec3
malta: switch to 3.10
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37456
2013-07-19 17:12:52 +00:00
Gabor Juhos
64977a70de
malta: add support for 3.10
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37455
2013-07-19 17:12:51 +00:00
Gabor Juhos
620f07eed4
malta: update README
...
The images which are usable with Qemu have a '-initramfs'
suffix. Update the readme to reflect that.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37454
2013-07-19 17:12:47 +00:00
Gabor Juhos
68d5ce18d0
malta: avoid redundant vmlinux-initramfs.elf copy
...
Patchwork: http://patchwork.openwrt.org/patch/3811/
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37453
2013-07-19 17:12:46 +00:00
Gabor Juhos
0f0f250b66
kernel: add missing symbols for 3.10
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37450
2013-07-19 17:12:36 +00:00
Gabor Juhos
8e674fdf1b
kernel: refresh config-3.10
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37449
2013-07-19 17:12:34 +00:00
Hauke Mehrtens
72f73ab041
x86: fix kmod-gpio-pc8736x dependencies
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37447
2013-07-19 14:55:51 +00:00
Jonas Gorski
29954b9ffc
kernel: remove gpio_buttons
...
It hasn't been buildable for a long time, and there are no users of it
anymore left as all of them have been switched to the upstream accepted
version.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37436
2013-07-19 13:20:41 +00:00
Jonas Gorski
960002ed4b
x86: switch rdc to to gpio_keys_polled
...
gpio_buttons have been deprecated since a long time.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37435
2013-07-19 13:20:39 +00:00
Jonas Gorski
6db050194e
ixp4xx: switch cambira to gpio_keys_polled
...
gpio_buttons have been deprecated since a long time.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37434
2013-07-19 13:20:37 +00:00
Hauke Mehrtens
c7f8cb3f4f
kernel: update bcma and ssb to version from wireless-testing/master tag master-2013-07-18
...
This should fix some build problems in b43 with kernel 3.3.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37432
2013-07-19 12:02:34 +00:00
Jonas Gorski
21412ccb21
kernel: add missing kernel config symbol
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37423
2013-07-19 09:51:20 +00:00
Felix Fietkau
d2cbc1b6cf
imx23: add back the missing imx23 target dependency
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37417
2013-07-18 17:26:46 +00:00
Zoltan Herpai
8aa106cf43
imx23: ChipIdea changes
...
- move ci_hdrc into generic modules
- add separate package for imx-specific modules
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 37384
2013-07-17 22:49:16 +00:00
John Crispin
8028fb8096
ramips: add sysupgarde support for wl-330n3g
...
https://dev.openwrt.org/ticket/13891
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37376
2013-07-17 09:44:57 +00:00
Luka Perkov
6a985ed219
imx6: add missing patches (r37363)
...
SVN-Revision: 37364
2013-07-15 23:44:26 +00:00
Luka Perkov
af6eb6cc8c
imx6: add support for gw5400-a
...
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 37363
2013-07-15 23:18:39 +00:00
Luka Perkov
6ef9d30da7
imx6: use $PATH to locate dtc binary
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37362
2013-07-15 23:18:37 +00:00
John Crispin
dd22304691
ramips: make the old dwc driver depend on v3.9
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37357
2013-07-15 21:06:03 +00:00
John Crispin
072e1a254c
ramips: add v3.10 kernel config files
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37356
2013-07-15 21:05:58 +00:00
John Crispin
947abea261
kernel: v3.10 has no GENERIC_GPIO anymore
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37355
2013-07-15 21:05:53 +00:00
John Crispin
cb6375c20a
ramips: fix ehci/ohci OF binding
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37354
2013-07-15 21:05:47 +00:00
John Crispin
12a099eb07
ramips: update dtsi files to work with dwc2 driver
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37353
2013-07-15 21:05:42 +00:00
John Crispin
e8ebcffd02
ramips: add a explicit reset to dwc2
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37352
2013-07-15 21:05:36 +00:00
Felix Fietkau
8b92613b6c
ar71xx: fix uimage split for ew-dorin
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37350
2013-07-15 16:59:58 +00:00
Felix Fietkau
c77eca3108
ar71xx: refresh patches
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37349
2013-07-15 15:12:41 +00:00
Felix Fietkau
3197479290
kernel: refresh 3.10 patches
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37348
2013-07-15 15:12:37 +00:00
Felix Fietkau
a6db996b13
kernel: fix another corner case in the bridge state patch ( #13874 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37347
2013-07-15 15:12:33 +00:00
Felix Fietkau
93cb862260
kernel: fix a bridge issue that broke WDS client handling in 3.9+
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37341
2013-07-15 12:25:58 +00:00
Hauke Mehrtens
866e229299
brcm47xx: fix name of patch
...
SVN-Revision: 37340
2013-07-15 11:42:54 +00:00
John Crispin
bd78f2b56e
ramips: add a patch to make dwc2 work with boards that have an old bootloader
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37339
2013-07-15 11:34:13 +00:00
Felix Fietkau
9a9d97b749
bcm63xx: update ralink wlan firmware hotplug script for new eeprom size
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37337
2013-07-15 11:07:59 +00:00
Felix Fietkau
fc96e8e4b0
lantiq: update ralink wlan firmware hotplug script for new eeprom size
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37334
2013-07-15 11:06:07 +00:00
Felix Fietkau
93c73cfb14
kernel: fix block2mtd build after removing the device refresh ioctl
...
fixes #13882
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37332
2013-07-15 11:01:48 +00:00
John Crispin
a0de18807b
ramips: add ralink v3.10 support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37331
2013-07-15 10:06:55 +00:00
Luka Perkov
75b911ddc1
imx6: switch to askconsole
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37326
2013-07-15 00:03:40 +00:00
Luka Perkov
9e3eee974b
ar71xx: remove patches for 3.8 (leftover after r37315)
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37324
2013-07-14 22:57:47 +00:00
Florian Fainelli
758a411797
realview: switch to 3.10 kernel
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37322
2013-07-14 21:04:36 +00:00
Florian Fainelli
60e92f6e58
realview: add support for 3.10 kernel
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37321
2013-07-14 21:04:15 +00:00
Florian Fainelli
116990441b
kernel: add some more ARM related configuration symbols
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37320
2013-07-14 21:03:53 +00:00
John Crispin
955662ec47
lantiq: apply [37258] also to the 3.9 kernel patches
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37317
2013-07-14 18:28:02 +00:00
John Crispin
3d15bc6fb2
ar71xx: fix maximum watchdog timeout
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37315
2013-07-14 18:01:09 +00:00
John Crispin
f7cf157712
ramips: disable ill_acc driver by default
...
The driver seems to be causoing boot rpoblems on some SoCs
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37314
2013-07-14 18:01:00 +00:00
John Crispin
89c0392736
ralink: drop v3.8 support
...
Signed-off-by: John Crispin <blogic@opewnrt.org>
SVN-Revision: 37311
2013-07-14 18:00:34 +00:00
Felix Fietkau
eb0a44917e
ar71xx: update to 3.10.1
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37310
2013-07-14 17:29:56 +00:00
Hauke Mehrtens
f8d55e7541
brcm47xx: use b53 phy driver for the switch in kernel 3.10
...
This makes it possible to use swconfig to controll the switch.
This was tested with devices using b43 and bgmac.
This was not tested on devices using tg3.
This does not support the adm switch used in some very old devices.
SVN-Revision: 37304
2013-07-14 14:11:17 +00:00
Felix Fietkau
936683b2de
ar71xx: use uimage split for WHR-HP-G300N
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37303
2013-07-14 14:06:01 +00:00
Felix Fietkau
342946d858
ar71xx: use uimage split for dlrtdev
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37302
2013-07-14 14:05:57 +00:00
Felix Fietkau
594797cdd5
ar71xx: use uimage split for Allnet devices
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37301
2013-07-14 14:05:53 +00:00
Felix Fietkau
e5b7a20bea
ar71xx: use uimage split for Cameo devices
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37300
2013-07-14 14:05:50 +00:00
Felix Fietkau
4fc17e4d08
ar71xx: use uimage split for DIR-825B1
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37299
2013-07-14 14:05:46 +00:00
Felix Fietkau
c263993197
ar71xx: use uimage split for Embedded Wireless Dorin
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37298
2013-07-14 14:05:42 +00:00
Felix Fietkau
083b0a06a3
ar71xx: use uimage split for Ubiquiti XM devices
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37297
2013-07-14 14:05:39 +00:00
Felix Fietkau
6702955857
ar71xx: increase kernel size for wndr3700 based devices
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37296
2013-07-14 14:05:35 +00:00
Felix Fietkau
25d910a78f
ar71xx: use uimage split for WZR-HP-G300NH2
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37295
2013-07-14 14:05:31 +00:00
Felix Fietkau
6bff456212
ar71xx: enable uimage split for wzr-hp-ag300h/wzr-600dhp
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37294
2013-07-14 14:05:27 +00:00
Felix Fietkau
fbde376c53
ar71xx: use uimage split for WZR-HP-G300NH
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37293
2013-07-14 14:05:23 +00:00
Felix Fietkau
a7c5f6708b
ar71xx: use uimage split for WZR-HP-G450H
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37292
2013-07-14 14:05:19 +00:00
Felix Fietkau
ab5e21a9a5
ar71xx: enable uimage split and use it for carambola2
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37291
2013-07-14 14:05:16 +00:00
Felix Fietkau
8d5d96e833
ar71xx: remove linux 3.8
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37290
2013-07-14 14:05:12 +00:00
Felix Fietkau
d1238718c2
ar71xx: move the watchdog driver to the kernel
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37289
2013-07-14 14:05:08 +00:00
Felix Fietkau
8cf868e1a6
ar71xx: set linux 3.10 as default
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37288
2013-07-14 14:05:04 +00:00
Hauke Mehrtens
a5c0ad6354
brcm47xx: add initial support for kernel 3.10
...
SVN-Revision: 37287
2013-07-14 13:44:45 +00:00
Hauke Mehrtens
3bc90a4d23
brcm47xx: fix switch handling
...
This fixes some problems with the switch handling
* It now send the messages again to indicate a button for failsafe mode should be pressed
* it does not leak packages between wan and lan any more
* the switch works again in normal mode
The Ethernet connection has to be up when the switch driver switch-robo
is insmoded therefor we just do it again.
Explicitly set enable_vlan to prevent leaking packages.
This should close #13869 , #13868 and #13716
SVN-Revision: 37286
2013-07-14 13:19:58 +00:00
Felix Fietkau
17bbc92882
kernel: disable the yaffs2 /proc code to make it compile on linux 3.10 ( #13848 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37285
2013-07-14 13:10:22 +00:00
Hauke Mehrtens
ef0b9be95e
brcm47xx: do not load the kernel modules needed for Ethernet manually
...
add the boot flag to make the kernel modules needed for Ethernet and
diag load on startup.
SVN-Revision: 37284
2013-07-14 12:59:00 +00:00
Felix Fietkau
656d475043
kernel: implement automatic rootfs split from the firmware partition in linux 3.10 (disabled by default)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37283
2013-07-14 12:57:03 +00:00
Felix Fietkau
b95bdc8ab5
kernel/base-files: clean up old code related to refreshing mtd partitions, it is no longer used anywhere
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37282
2013-07-14 12:56:58 +00:00
Hauke Mehrtens
e800436de3
brcm47xx: do not change nvram without user interaction
...
SVN-Revision: 37281
2013-07-14 12:56:42 +00:00
Hauke Mehrtens
da72edd7cd
kernel: refresh patches for kernel 3.8.13
...
SVN-Revision: 37276
2013-07-13 22:45:56 +00:00
Hauke Mehrtens
06accca1d7
kernel: update to kernel 3.10.1 and refresh patches
...
SVN-Revision: 37275
2013-07-13 22:45:09 +00:00
Hauke Mehrtens
e574f75d16
kernel: update to kernel 3.9.10 and refresh patches
...
SVN-Revision: 37274
2013-07-13 22:43:10 +00:00
Felix Fietkau
9b9c6facfc
ar71xx: fix ar933x watchdog clock ( #13866 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37273
2013-07-13 22:29:53 +00:00
Hauke Mehrtens
e041d370a7
brcm47xx: proc gets mounted without this patch
...
SVN-Revision: 37272
2013-07-13 21:42:19 +00:00
Hauke Mehrtens
8dabd7a26b
brcm47xx: remove obsolete hotplug stuff
...
SVN-Revision: 37271
2013-07-13 20:38:33 +00:00
Hauke Mehrtens
9e9261a718
bcm53xx: add initial support for ARM based BCM47XX and BCM53XX SoCs
...
This was only tested on a Netgear R6250, but it could also work on
other devices when the correct images are generated.
It is only possible to boot into a ram disk, no Ethernet, Wifi, flash,
USB is supported.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37268
2013-07-12 13:46:27 +00:00
John Crispin
39531131a9
ar71xx: add carambola2 support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37260
2013-07-11 21:16:53 +00:00
John Crispin
93c4359512
lantiq: revert 36778 as it breaks irq assignment to pci devices
...
Reported-by: Matti Laakso
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37258
2013-07-11 21:16:34 +00:00
Felix Fietkau
4932368398
kernel: add a patch that reduces module size by removing non-essential information (reduces default rootfs size by ~5k after lzma)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37255
2013-07-11 20:56:27 +00:00
Felix Fietkau
19e3ec0570
kernel: disable CONFIG_RD_LZMA by default, it will be selected when actually needed
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37253
2013-07-11 20:56:19 +00:00
Felix Fietkau
f5ae93e941
kernel: disable CONFIG_CLS_U32_PERF by default, it is usually not needed
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37252
2013-07-11 20:56:15 +00:00
John Crispin
2d854d022c
ar71xx: set priority of ath79_wdt to 1
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37251
2013-07-11 17:01:08 +00:00
Florian Fainelli
8149689393
ar71xx: fix TPLINK/TPLINKOLD initramfs images typos
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37237
2013-07-10 21:28:34 +00:00
Florian Fainelli
01865ae1cf
brcm2708: drop support for 3.3 kernel
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37236
2013-07-10 19:43:11 +00:00
Florian Fainelli
110687b491
brcm2708: package the i2c master driver module
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37235
2013-07-10 19:43:07 +00:00
Florian Fainelli
c263d5725b
brcm2708: package the SPI master controller driver
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37234
2013-07-10 19:43:02 +00:00
Florian Fainelli
7fb9279359
kernel: add a bunch of missing LCD Kconfig options
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37233
2013-07-10 19:42:58 +00:00
Florian Fainelli
f2ff0e9259
brcm2708: package the HW random module
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37232
2013-07-10 19:42:53 +00:00
Florian Fainelli
9e40952c92
ar71xx: fix Netgear initramfs images
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37230
2013-07-10 17:18:03 +00:00
Florian Fainelli
399283f875
ar71xx: fix some more issues with initramfs images
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37229
2013-07-10 15:22:47 +00:00
Felix Fietkau
eb2e09c5e9
ar71xx: make implicit alignment in struct pptp_addr explicit to fix ABI breakage caused by the unaligned access hacks patch
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37223
2013-07-10 11:33:43 +00:00
Florian Fainelli
44d22771ae
brcm2708: update maintainership
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37220
2013-07-09 20:53:13 +00:00
Florian Fainelli
15da5cfcdb
brcm2708: switch to 3.10 kernel
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37219
2013-07-09 20:53:08 +00:00
Florian Fainelli
de69c9edb0
brcm2708: add support for 3.10 kernel
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37218
2013-07-09 20:52:49 +00:00
Florian Fainelli
818d2603ee
kernel: add missing configuration symbols used on ARM platforms
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37217
2013-07-09 20:52:23 +00:00
Florian Fainelli
0b55984e1d
kernel: update PATCHES with a stricter policy
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37216
2013-07-09 20:52:07 +00:00
Felix Fietkau
64dde7d981
ar71xx: add linux 3.10
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37214
2013-07-09 12:52:18 +00:00
Felix Fietkau
4b5c5934e1
kernel: debloat the lzma compress/decompress code some more
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37211
2013-07-09 12:52:04 +00:00
Felix Fietkau
51b1e8577c
kernel: do not accept sysrq characters via serial port
...
many boards have a disconnected TTL level serial which can generate
some garbage that can lead to spurious false sysrq detects.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37210
2013-07-09 12:52:00 +00:00
Jonas Gorski
c183dbc542
kernel: add missing config symbol
...
Should fix buildbot builds of ixp4xx.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37208
2013-07-09 07:51:09 +00:00
Zoltan Herpai
7d4c120557
imx23: add gpio_sysfs support
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 37207
2013-07-08 23:08:26 +00:00
John Crispin
099188695a
ralink: vlan offloading is causing problems. disable it
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37203
2013-07-08 16:34:52 +00:00
John Crispin
a6091a5c71
ralink: unbreak ralink i2c support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37202
2013-07-08 09:01:57 +00:00
John Crispin
a154693bab
ralink: add i2c-ralink kmod info
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37200
2013-07-08 09:01:47 +00:00
Gabor Juhos
e194a31500
linux: refresh kernel configs with kconfig.pl
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37195
2013-07-08 08:40:22 +00:00
Gabor Juhos
e61a77a05c
ar71xx: disable JTAG on TL-WR841N-v8/MR3420v2
...
It also fixes USB Power on MR3420v2.
Signed-off-by: Dmytro <dioptimizer@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37194
2013-07-08 08:40:21 +00:00
Gabor Juhos
446a962481
ar71xx: fix partition layout on Netgear WNDAP360
...
Signed-off-by: Jacek Kikiewicz <jaceq@aol.pl>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37193
2013-07-08 08:40:20 +00:00
Gabor Juhos
ca02639d17
ar71xx: fix for wrong eth0 mac assignment on Netgear WNDAP360
...
Signed-off-by: Jacek Kikiewicz <jaceq@aol.pl>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37192
2013-07-08 08:40:18 +00:00
Luka Perkov
9de461f202
lantiq: etop enable gbit port0
...
Signed-off-by: Antonios Vamporakis <vamporakis@yahoo.com>
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37191
2013-07-08 07:11:59 +00:00
Felix Fietkau
dbb2feb87d
kernel: disable zisofs and zlib by default, reduces kernel size after lzma by ~10k
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37187
2013-07-06 14:49:24 +00:00
Felix Fietkau
bb0d563919
imx23: fix kernel module dependencies
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37181
2013-07-06 14:48:56 +00:00
Luka Perkov
1a3ad5a037
lantiq: add device tree support for arv4519pw
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37178
2013-07-05 07:44:42 +00:00
Luka Perkov
ecfb0c6de6
ar71xx: merge patches [611-*,621-*] into 610-*
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37176
2013-07-04 23:31:39 +00:00
Zoltan Herpai
de17203c85
imx23: bump kernel to 3.10
...
- fix BOARDNAME
- add profile for Olinuxino boards
- prep image Makefile for u-boot inclusion, separate out bootlet build
- update kernel config to reflect updated chipidea requirements
- update rtc/watchdog config
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 37175
2013-07-04 22:25:26 +00:00
Zoltan Herpai
2a8630394d
kernel/generic: add missing regulator symbols for 3.10
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 37169
2013-07-04 16:58:22 +00:00
Luka Perkov
1f546910cb
ar71xx: Buffalo WZR-HP-AG300H (600DHP) enable PCI
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37167
2013-07-04 13:45:29 +00:00
John Crispin
2da37a713e
ramips: fix RT-N13U gpio buttons
...
https://dev.openwrt.org/ticket/13795
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37163
2013-07-04 13:31:23 +00:00
John Crispin
541bede918
brcm47xx: fix module insert order
...
https://dev.openwrt.org/ticket/13811
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37161
2013-07-04 13:31:13 +00:00
Luka Perkov
7b6e3df6ab
ar71xx: $(KDIR_TMP) must be present before starting initramfs build
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37155
2013-07-04 12:48:52 +00:00
Jonas Gorski
fb81a9b5ed
ixp4xx: replace magic number with macros in avila/ixdp425/miccpt PCI routing setup
...
Replace magic number with the appropriate macro in
avila/ixdp425/miccpt PCI routing setup.
Signed-off-by: Tamas TEVESZ <ice@extreme.hu>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37154
2013-07-03 17:51:54 +00:00
Jonas Gorski
cdd6c5b750
ixp4xx: switch to kernel 3.10
...
Fixes network issues at least on NSLU2 (#13801 ).
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37153
2013-07-03 17:51:44 +00:00
Luka Perkov
14b6674b39
lantiq: fix initramfs
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37143
2013-07-03 09:17:15 +00:00
Luka Perkov
62cb88f502
imx6: make kernel_oldconfig
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37134
2013-07-02 23:08:16 +00:00
Luka Perkov
c9926f77b4
ar71xx: Buffalo WZR-HP-AG300H (600DHP) change button type
...
switch buttons should be declared as switch so the failsafe shell is not
triggered by accident in procd
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37131
2013-07-02 10:45:32 +00:00
Florian Fainelli
c627ae768e
ar71xx: only invoke Initramfs building when enabled
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37129
2013-07-02 10:43:31 +00:00
John Crispin
fdfbac75c2
lantiq: xrx200_net compile fix
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37126
2013-07-02 09:34:45 +00:00
Jonas Gorski
87c0c2d81d
ixp4xx: add support for linux 3.10
...
Run tested on a NSLU2.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37124
2013-07-01 18:42:49 +00:00
Jonas Gorski
923a851ccf
kernel: add missing config symbol for 3.10
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37123
2013-07-01 18:42:39 +00:00
Florian Fainelli
460233fa2a
ar71xx: fix initramfs images generation after r37049
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37120
2013-07-01 15:37:25 +00:00
Jonas Gorski
96f8c15a36
kernel: update linux 3.10 to 3.10 final
...
3.10 final is out, so refresh patches and add md5sum.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37116
2013-07-01 13:21:06 +00:00
Felix Fietkau
5986a18c16
ramips: update wlan firmware hotplug script for new eeprom size
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37112
2013-06-30 21:03:48 +00:00
Jonas Gorski
0d9f760f27
kernel: update linux 3.9 to 3.9.8
...
Includes memory allocation fixes as well as several networking fixes.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37103
2013-06-30 13:10:12 +00:00
Jonas Gorski
6a4e78dca6
brcm63xx: Fixes and additions to the GPIO assignment of Huawei HW556 leds
...
- Some fixes for the incorrect GPIO assignment of leds on Huawei HW556.
- Addition of unassigned (LAN) leds which can be found on the back of the device.
Signed-off-by: Angga Reza Fardana <angga@norture.com>
Patchwork: http://patchwork.openwrt.org/patch/3744/
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37102
2013-06-30 13:10:08 +00:00
Jonas Gorski
7d1cd9dfab
bcm63xx: Improve CFE version mod patch.
...
Fix "cfe-" string length copy.
Check if there's an extra byte a.b.c-d.e / a.b.c-d.e-f.
Add support for Huawei CFE versions ("cfe-vd").
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3766/
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37101
2013-06-30 13:10:05 +00:00
Jonas Gorski
6df83c3f89
bcm63xx: enable all SoCs for both subtargets
...
Now that SMP kernels also work on older SoCs, also enable them for SMP.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37100
2013-06-30 13:10:03 +00:00
Jonas Gorski
e7d93889d7
bcm63xx: make smp kernels boot on older SoCs
...
Enhance BMIPS support so SMP kernels work on older chips.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37099
2013-06-30 13:10:00 +00:00
Jonas Gorski
66f8f30f47
bcm63xx: update patches
...
Update patches with their upstream versions.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37098
2013-06-30 13:09:50 +00:00
John Crispin
124ef95f5f
lantiq: add v3.9 support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37089
2013-06-29 18:16:56 +00:00
John Crispin
bfc7007226
lantiq: Add support for loading athxk eeproms through mtd
...
This patch enables retrieving the wifi calibration data from an MTD partition.
Try to copy mac address from ethernet before generating a random one.
This fixes DGN3500 ath9k support.
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 37087
2013-06-29 16:33:46 +00:00
John Crispin
fe8ecbd972
lantiq: fix kernel config for DEU support
...
Trying to load the DEU modules results in unresolved symbols. This
provides them. This requires the previous patch to be applied first.
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
SVN-Revision: 37086
2013-06-29 16:33:37 +00:00
John Crispin
b4f36358ff
lantiq: make xrx200 network driver use a tasklet for rx housekeeping
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37085
2013-06-29 16:33:28 +00:00
John Crispin
aff84655f5
lantiq: remove 3.7 kernel patches
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37084
2013-06-29 16:33:18 +00:00
John Crispin
6875316646
ramips: unbreak initramfs generation
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37080
2013-06-29 08:41:03 +00:00
Florian Fainelli
8ea5e19823
targets: fix remaining targets for initramfs builds
...
Fix some bugs that slipped through while making initramfs non exclusive.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37079
2013-06-28 22:56:34 +00:00
Felix Fietkau
7acb84dde7
kernel: add global menuconfig option to enable kexec support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37073
2013-06-28 11:27:20 +00:00
Felix Fietkau
900f78e3be
orion: disable normal router support for the harddisk subtarget
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37069
2013-06-28 11:27:06 +00:00
Felix Fietkau
059003fa90
orion: disable CONFIG_VM_EVENT_COUNTERS by default
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37068
2013-06-28 11:27:02 +00:00
Felix Fietkau
84ad1782f9
orion: dynamically generate /etc/config/network, the LaCie 2big Network does not use DSA
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37061
2013-06-28 11:26:37 +00:00
Felix Fietkau
6d6296e214
orion: add support for the lacie 2big network device
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37059
2013-06-28 11:26:29 +00:00
John Crispin
77b9fd52a6
ramips: fix ethernet driver
...
make sure the driver does not crash under load
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37058
2013-06-28 11:22:11 +00:00
Florian Fainelli
6a4f2922f6
targets: prepare for supporting normal and initramfs images
...
In order to support both normal images and initramfs, ensure that each
target sets KERNELNAME properly so that the generic kernel building code
can copy the corresponding files over $(KDIR) with the appropriate
extension. Update the various paths to the kernel and wrapper images
from $(LINUX_DIR)/arch/$(ARCH)/boot/$(foo) to $(KDIR)/$(foo).
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37049
2013-06-27 19:58:31 +00:00
John Crispin
36209234ab
ramips: fix rt2x00 ethernet compile bug
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37043
2013-06-27 16:45:40 +00:00
John Crispin
0d4e00c337
ramips: add missing symbols to rt288x config
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37042
2013-06-27 16:45:26 +00:00
John Crispin
1706c8d29a
ramips: fix ethernet stability issue introduced by recent kernel upgrade
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37041
2013-06-27 16:28:06 +00:00
Zoltan Herpai
e5c7a93d71
imx23: add new target for i.MX233-based boards
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 37038
2013-06-27 10:12:03 +00:00
Zoltan Herpai
41ad05299c
kernel/generic: add missing regulator symbols for 3.9
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 37036
2013-06-26 21:48:17 +00:00
Jonas Gorski
9a077f70de
bcm63xx: fix DSL-274xB F1 default network config
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37032
2013-06-24 20:35:54 +00:00
John Crispin
5063f712a6
ramips: move ESW reset to preinit on RT305x/RT5350
...
RT305x/RT5350 SoCs require the switch to be reset before touching the ethernet
interface, otherwise the driver will panic.
As we already init the ethernet in preinit we therefor need to reset the switch
before that.
Signed-off-by: Felix Kaechele <felix@fetzig.org>
SVN-Revision: 37027
2013-06-24 12:39:28 +00:00
John Crispin
d3723f93c6
ramips: make rt3883 usb work properly
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37024
2013-06-24 12:06:56 +00:00
John Crispin
dca18caa79
ramips: revert gpio regulator dts update
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37021
2013-06-24 11:09:50 +00:00
John Crispin
55fb6f3a05
ralink: update patches
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37016
2013-06-23 15:50:49 +00:00
Felix Fietkau
3df61e8279
kernel: fix a reference counting bug in overlayfs
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37014
2013-06-22 14:00:12 +00:00
John Crispin
44b1688e6c
lantiq: Tune the XWAY subtarget cflags
...
This patch sets the cflags -mtune=34kc -mdsp only in XWAY subtarget, while the others remain with mtune=mips32r2.
Although the Danube has a Mips 24KEc core performs well with the above cflags.
Signed-off-by: José Vázquez Fernández <ppvazquezfer@gmail.com>
SVN-Revision: 37006
2013-06-21 16:54:15 +00:00
John Crispin
5d441ae7ea
lantiq: set mips16 support.
...
Set mips16 support in XWAY subtarget.
This patch is based in changeset #36600
Signed-off-by: José Vázquez Fernández <ppvazquezfer@gmail.com>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37005
2013-06-21 16:54:07 +00:00
John Crispin
81c57ec131
lantiq: Fix ARV7518 DTS definitions
...
Fix EBU leds by removing req2 and gnt2 from pinmux.
Fix rfkill button gpio.
Enable reset button.
Fix power led activation status.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 37004
2013-06-21 16:54:03 +00:00
John Crispin
67f5f188b1
base-files: input/button drivers get loaded before preinit by procd
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37000
2013-06-21 16:53:47 +00:00
John Crispin
e6ef318802
base-files: diag does not need to insmod any drivers, procd already did it for us
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36999
2013-06-21 16:53:43 +00:00
John Crispin
39df8d1a45
brcm47xx: dont manually insmod switch drivers
...
Signed-off-by: John Crispin <bloic@openwrt.org>
SVN-Revision: 36993
2013-06-21 16:53:15 +00:00
John Crispin
2be717560a
ar71xx: drop procd_init console hack
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36992
2013-06-21 16:53:11 +00:00
Imre Kaloz
c228ed04a1
increase kernel partition size to fix boot issues
...
SVN-Revision: 36982
2013-06-21 10:57:05 +00:00
Florian Fainelli
4ef56823e0
brcm63xx: reduce the number of Ethernet DMA channels from 16 to 8
...
We currently used 16 DMA Ethernet channels, but the hardware only
supports up to 8 (with 2 per enet and the remaining for USB slave).
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36979
2013-06-20 18:47:36 +00:00
Felix Fietkau
2a5e1910d5
linux-3.8: backport a leds-gpio.c crash fix ( fixes #13721 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36968
2013-06-18 22:23:38 +00:00
Florian Fainelli
28535aad38
brcm63xx: refresh 3.9 patches
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36958
2013-06-18 10:54:28 +00:00
Florian Fainelli
a9d4bdee43
brcm63xx: provide a default sane MAC address for Cable Modem devices
...
Cable modem devices currently poke at some random location in RAM and
may end up having an invalid MAC address which is not suitable. Provide
a default one which is sane.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36957
2013-06-18 10:54:24 +00:00
Florian Fainelli
8ae2b1155d
brcm63xx: create initramfs HCS images
...
Cable Modem devices cannot load an ELF file directly so we need to
provide them with a HCS image even when targetting initramfs.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36954
2013-06-17 22:57:04 +00:00
Florian Fainelli
0ce75bc440
brcm63xx: simplify HCS image creation
...
$(KDIR)/vmlinux is already a binary image, there is no need to create
another one.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36949
2013-06-17 19:32:56 +00:00
Florian Fainelli
78a66975d6
brcm63xx: remove support for 3.8 kernel
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36948
2013-06-17 19:32:47 +00:00
Florian Fainelli
d2894412d8
brcm63xx: switch to 3.9 kernel
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36947
2013-06-17 19:32:42 +00:00
Florian Fainelli
f03bbaf065
brcm63xx: fix missing antislash in BCM6345 ethernet patch
...
This would cause build failure when disabling support for particular
CPUs.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36946
2013-06-17 19:32:35 +00:00
Felix Fietkau
d3a7b5633c
kirkwood: disable the CONFIG_IP_ADVANCED_ROUTER kernel config override ( #13702 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36937
2013-06-15 11:50:50 +00:00
Hauke Mehrtens
9492d445de
brcm47xx: run make kernel_oldconfig for 3.9 kernel config
...
SVN-Revision: 36928
2013-06-12 14:51:50 +00:00
Hauke Mehrtens
87f994d16d
brcm47xx: remove support for kernel 3.6
...
SVN-Revision: 36927
2013-06-12 14:48:45 +00:00
Hauke Mehrtens
990423f3ef
brcm47xx: add initial support for kernel 3.9
...
SVN-Revision: 36926
2013-06-12 14:47:53 +00:00
Steven Barth
46d199d1e8
linux: add ipv6 failed-policy routing action (by Jonas Gorski)
...
SVN-Revision: 36911
2013-06-11 09:27:53 +00:00
John Crispin
76c79f50d7
lantiq: Fixes to athxk EEPROM loading
...
Use platform data array for storing ath5k EEPROM instead of creating another one.
EEPROM size is 2048 words (2 bytes), so we must read 4096 bytes from flash.
No need to keep the checksum fix now that the EEPROM is loaded completely.
Add a manual eeprom swap for ath9k and keep the endian way.
Use mac-offset property retrieved from the DTS.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 36901
2013-06-10 08:25:12 +00:00
John Crispin
7638caf35d
lantiq: make kernel_oldconfig
...
Seems the existing kernel config for 3.8 was cp'ed from 3.7; this patch
is the result of "make kernel_oldconfig" with defaults for new options.
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
SVN-Revision: 36900
2013-06-10 08:25:07 +00:00
John Crispin
f7daed8b9a
lantiq: diag.sh with both red and green power LEDs
...
This provides a boot LED sequence suitable for devices with both red and
green LEDs for power. This assumes no "default-on" settings in the
device tree.
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
SVN-Revision: 36899
2013-06-10 08:25:02 +00:00
John Crispin
fc9532aeaa
ramips: add HAME MPR-A2 support
...
This patch adds support for HAME MPR-A2 router using a DTS file.
The platform is Ralink RT5350.
http://wiki.openwrt.org/toh/hame/mpr-a2
Signed-off-by: Dmitry Shmygov <shmygov@rambler.ru>
SVN-Revision: 36898
2013-06-10 08:24:56 +00:00
John Crispin
30786d2dd0
ramips: add support for belkin F7C027 wemo/homeautomatisation plug
...
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 36897
2013-06-10 08:24:50 +00:00
Luka Perkov
da7590cd21
lantiq: fix formating in .dts files
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 36882
2013-06-08 11:36:07 +00:00
Felix Fietkau
ab529a529b
ar71xx: disable routerboard support in the generic subtarget, enable it for the nand subtarget only
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36879
2013-06-07 13:42:50 +00:00
Felix Fietkau
1ace51360f
kernel/generic: add a few missing kernel config symbols
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36878
2013-06-07 13:42:39 +00:00
Florian Fainelli
2b9d084af9
brcm63xx: add user-space support for Netgear CVG834G
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36877
2013-06-06 22:22:20 +00:00
Florian Fainelli
42e69f45c7
brcm63xx: add kernel space and image support for the Netgear CVG834G
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36876
2013-06-06 22:22:14 +00:00
Florian Fainelli
966d47989b
brcm63xx: add Broadcom cable modem firmware format header
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36875
2013-06-06 22:22:09 +00:00
Florian Fainelli
600b59642e
brcm63xx: add support for BCM3368
...
Add support for the Broadcom BCM3368 cable modem chipset, includes:
- Ethernet
- SPI
- UARTs
- GPIOs
- PCI
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36874
2013-06-06 22:21:58 +00:00
Jonas Gorski
1beaf031d1
target: don't build jffs2 nor images by default
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36863
2013-06-05 20:58:59 +00:00
Jonas Gorski
dd9a24663b
omap24xx: convert to use the new jffs2_nand
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36862
2013-06-05 20:58:55 +00:00
Jonas Gorski
e7b504ce8e
kirkwood: convert to use the new jffs2_nand
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36861
2013-06-05 20:58:53 +00:00
Jonas Gorski
9f7ef8d5f0
target: split jffs2 NAND out of jffs2
...
Make jffs2_nand a separate option so this can be triggered without forcing
jffs2 images for nor targets.
Adds a new NAND_BLOCKSIZE variable that allows setting the generated layout
in <page_size>:<block_size> pairs.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36860
2013-06-05 20:58:03 +00:00
Imre Kaloz
799bdc990a
there's no reason to have these generic files in the bin dir either
...
SVN-Revision: 36852
2013-06-05 06:46:41 +00:00
Imre Kaloz
28e8b8dc05
only copy uImages to the bin dir on ramdisk builds
...
SVN-Revision: 36851
2013-06-05 06:17:12 +00:00
Imre Kaloz
e161581d45
don't copy the zImages to the bin dir, factory u-boots can't use them
...
SVN-Revision: 36850
2013-06-05 06:04:48 +00:00
Gabor Juhos
5bb2e8030d
ar71xx: add support for WIFI button on tp-link tl-mr3220v2
...
The TP-LINK TL-MR3220 v2 has a button on the left side
labeled "WIFI". This is GPIO 24. This patch adds the
support for this button.
Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36848
2013-06-04 13:25:54 +00:00
Gabor Juhos
d187e3c32e
generic: add port mirroring/monitoring capability to rtl8366rb switch
...
This patch adds swlib attributes to the RTL8366RB switch/PHY found in the
TL-WR1043ND router that allow to mirror ethernet packets to a monitor port.
Signed-off-by: Colin Leitner <colin.leitner@googlemail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36847
2013-06-04 13:25:52 +00:00
Imre Kaloz
a0e412a616
versioned files and dirs still make no sense when you support only a single kernel...
...
SVN-Revision: 36836
2013-06-04 11:29:01 +00:00
Imre Kaloz
3a56df33ad
refresh patches
...
SVN-Revision: 36835
2013-06-04 11:24:42 +00:00
Imre Kaloz
8170c9cfb0
add some more symbols
...
SVN-Revision: 36834
2013-06-04 11:23:27 +00:00
Imre Kaloz
812bb43a47
move DT2 related kernel options into the harddist subtarget
...
SVN-Revision: 36833
2013-06-04 11:19:41 +00:00
Imre Kaloz
58fa46c90c
drop support for the dns323
...
SVN-Revision: 36832
2013-06-04 11:13:18 +00:00
John Crispin
e9ef65175d
lantiq: revert [36779] as it caused a regression
...
submitter was informed of a endinaess swap regression and replied with "works on my board"
revert the patch and make arv7518 wifi work again
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36807
2013-05-31 13:25:07 +00:00
Gabor Juhos
da66ea52ec
ar71xx: register USB port for RB2011U* devices
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36801
2013-05-30 17:38:31 +00:00
Gabor Juhos
23bcceb058
ar71xx: create a separated network interface for the RB2011UAS SFP port
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36800
2013-05-30 17:38:30 +00:00
Gabor Juhos
151dca0935
ar71xx: make the SFP port usable on RB2011*S boards
...
The port 6 of the switch is connected to the SFP
cage on the RB2011*S boards. Add a helper function
to correctly initialize the switch configuration
data on those boards to make the SFP port usable.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36799
2013-05-30 17:38:28 +00:00
Gabor Juhos
a1f91282b4
generic: ar8216: allow to specify SGMII config via platform data
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36798
2013-05-30 17:38:26 +00:00
Gabor Juhos
c170d3c3e4
generic: ar8216: add get_port_link callback
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36797
2013-05-30 17:38:22 +00:00
Gabor Juhos
3467b17e69
ar71xx: rb2011: add switch led control values
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36796
2013-05-30 17:38:21 +00:00
Gabor Juhos
4cf6e53ccc
ar71xx: rb2011: update RGMII RX/TX delay values
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36795
2013-05-30 17:38:20 +00:00
Gabor Juhos
6da63a8793
ar71xx: rb2011: move NAND nCE init to rb2011_nand_init
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36794
2013-05-30 17:38:17 +00:00
Gabor Juhos
50c59c4797
ar71xx: add user-space support for RB2011UAS
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36793
2013-05-30 17:38:15 +00:00
Gabor Juhos
d6554bf66a
ar71xx: add kernel support for the RB2011UAS
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36792
2013-05-30 17:38:13 +00:00
Gabor Juhos
8e56b1e742
generic: ar8216: show chip revision in the kernel log
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36791
2013-05-30 16:25:14 +00:00
Gabor Juhos
d19dae6e2d
ar71xx: add profile and build image for the Archer C7 board
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36790
2013-05-30 16:23:10 +00:00
Gabor Juhos
35b5b38316
ar71xx: add user-space support for TP-LINK Archer C7 board
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36789
2013-05-30 16:23:09 +00:00
Gabor Juhos
91d7c3efc1
ar71xx: add kernel support for the TP-LINK Archer C7 board
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36788
2013-05-30 16:23:07 +00:00
Gabor Juhos
f02765086d
ar71xx: add USB workarounds for AR934x/QCA955x SoCs
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36787
2013-05-30 16:23:06 +00:00
Gabor Juhos
6ff976a87a
ar71xx: add profile and build image for the DIR-601-B1
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36786
2013-05-30 16:19:30 +00:00
Gabor Juhos
424c4c0b0a
ar71xx: allow to build CameoHornet images for multiple regions
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36785
2013-05-30 16:19:29 +00:00
Gabor Juhos
184dd34b6d
ar71xx: allow to override fw version in CameoHornet profile
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36784
2013-05-30 16:19:28 +00:00
John Crispin
e60cb01c45
lantiq: ARV752DPW: fix reboot loop caused by wrong GPIO setting
...
The GPIO buttons of ARV752DPW are active low.
Treating them as active high caused a reboot loop as a reset-button
press is detected by gpio-button-hotplug/gpio-keys-polled on startup.
This fixes: https://dev.openwrt.org/ticket/12642
Signed-off-by: Rafael Gieschke <rafael@gieschke.de>
SVN-Revision: 36783
2013-05-30 16:01:06 +00:00
John Crispin
c2b1e9eeef
lantiq: Fix ar8216 switch configuration
...
On linux 3.8 the switch is named as "switch0", but the network configuration script names it as "eth0", causing no communication over ethernet due to no proper VLAN config.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 36782
2013-05-30 16:00:59 +00:00
John Crispin
090a75447b
lantiq: DGN3500 support
...
This requires all the preceding patches and finishes support for the
DGN3500, also removing an obsolete file.
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
SVN-Revision: 36781
2013-05-30 16:00:50 +00:00
John Crispin
a9968d9cb8
lantiq: enable retrieving kernel args from bootloader
...
This patch is a device tree enhancement that IMHO is worthy of mainline.
It allows the bootloader's commandline to be preserved even when the
device tree specifies one.
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
SVN-Revision: 36780
2013-05-30 16:00:42 +00:00
John Crispin
d1f3751d05
lantiq: wifi calibration from MTD
...
This patch enables retrieving the wifi calibration data from an MTD
partition. It requires the previous patch.
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
SVN-Revision: 36779
2013-05-30 16:00:32 +00:00
John Crispin
83c3cd4ed9
lantiq: postpone PCI and wifi init
...
This postpones the initialization of PCI and wifi until after the MTD
initialization, so that calibration data may be loaded from there.
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
SVN-Revision: 36778
2013-05-30 16:00:24 +00:00
John Crispin
b585923cc9
lantiq: fix LED-handling oversights
...
This reassigns the PPPoE status to the LED that was intended to indicate
it, rather than the DSL sync light.
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
SVN-Revision: 36777
2013-05-30 16:00:15 +00:00
John Crispin
1756047518
ramips: set correct description for rt305x subtarget
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36775
2013-05-30 15:59:56 +00:00
Luka Perkov
4b21af4268
imx6: add new target
...
SVN-Revision: 36753
2013-05-29 01:27:29 +00:00
Luka Perkov
846e3d40a0
kernel: generic: remove upstream patches for 3.10-rc3 and refresh patches
...
SVN-Revision: 36752
2013-05-29 01:27:27 +00:00
Gabor Juhos
c4d0a49348
ar71xx: typo in detect TL-MR10U/TL-MR11U
...
At offset 0x40, signature for TL-MR10U/TL-MR11U begin
from 0x00, not 0x10/0x11.
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36727
2013-05-26 16:38:00 +00:00
Gabor Juhos
cc7bedf8a3
ar71xx: fix TL-MR10U usb power
...
MR10U is closer to MR3040 than WR703N. This changes also
enable USB power on GPIO18.
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36726
2013-05-26 16:37:59 +00:00
Gabor Juhos
7d2182c455
kernel: update linux 3.9 to 3.9.4
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36725
2013-05-26 16:02:34 +00:00
Gabor Juhos
46225b99d9
kernel: update linux 3.8 to 3.8.13
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36724
2013-05-26 16:02:31 +00:00
Gabor Juhos
93ce462b7e
ar71xx: set eth0 mac address to match bottom label of the OM2P LC
...
Signed-off-by: marek@open-mesh.com
CC: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36723
2013-05-26 16:02:29 +00:00
Gabor Juhos
0842478e44
ar71xx: add TP-LINK TL-MR10U
...
Small router with 4MB flash, 32MB RAM
http://www.tp-link.com.cn/product_300.html
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36722
2013-05-26 16:02:26 +00:00
Luka Perkov
0998065a53
generic: ar8216: add port mirroring
...
Tested on Buffalo WZR-600DHP with ar8316 switch. Commands used to mirror both
RX and TX traffic from LAN port 1 to LAN port 4:
$ swconfig dev switch0 set enable_mirror_rx 1
$ swconfig dev switch0 set enable_mirror_tx 1
$ swconfig dev switch0 set mirror_monitor_port 4
$ swconfig dev switch0 set mirror_source_port 1
Signed-off-by: Colin Leitner <colin.leitner@googlemail.com>
Tested-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 36713
2013-05-24 13:10:22 +00:00
Felix Fietkau
fe7e52e4a4
ar71xx: disable jffs2 by default, it confuses users since many devices have incompatible eraseblock sizes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36679
2013-05-21 09:45:46 +00:00
Jonas Gorski
a01be4a217
kernel: update 3.9 to 3.9.3
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36676
2013-05-20 16:57:00 +00:00
Jonas Gorski
3ac261cd21
ar7: drop obsolete 3.3 support
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36674
2013-05-20 12:42:44 +00:00
Jonas Gorski
334e6d4e0c
ar7: drop obsolete 3.6 support
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36673
2013-05-20 12:42:41 +00:00
Jonas Gorski
49c81c6e00
ar7: switch to 3.9
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36672
2013-05-20 12:42:38 +00:00
Jonas Gorski
c4b943c82c
ar7: add support for 3.9
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36671
2013-05-20 12:42:36 +00:00
Jonas Gorski
4d0fcd0c49
kernel: add some missing symbols/move them to generic
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36670
2013-05-20 12:42:32 +00:00
Jonas Gorski
b751b5893c
brcm2708: make it boot on revision 2 raspberry pis
...
* update the bootcode.bin to the newest version
- gpu/cpu mem split is now configured through config.txt, so no need
to create more than one sd card image (just edit the config.txt)
- bootcode.bin now supports the never revision 2 raspberry pis
* add a commented prepopulated config.txt for easier config changes
Taken from <https://github.com/Evilpaul/RPi-config >
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36668
2013-05-20 12:07:03 +00:00
Jonas Gorski
c0435a971e
kernel: generic: add 3.10-rc1 support
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36663
2013-05-19 18:36:15 +00:00
Jonas Gorski
0a62b7c148
bcm63xx: add 3.9 support
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36660
2013-05-19 18:32:13 +00:00
Jonas Gorski
1f4e5f77a0
bcm63xx: Simplify CFE detection.
...
Check bootloader argument in mtd.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
[jogo@openwrt.org: split into two patches, one for detection,
one letting bcm63xxpart use it.]
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36659
2013-05-19 18:32:02 +00:00
Jonas Gorski
6e2b85b401
kernel: update 3.9 to 3.9.2
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36658
2013-05-19 18:31:51 +00:00
Jonas Gorski
668604f91d
kernel: don't remove of_tables
...
These are needed for OF setup of clocksource, clocks and irqchips.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36657
2013-05-19 11:27:28 +00:00
Felix Fietkau
56478636aa
ar71xx: remove the xfrm.h chunk from the unaligned access hacks, it breaks ipsec
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36646
2013-05-17 07:31:00 +00:00
Felix Fietkau
144cfb65a4
ar71xx: add hard_cfg offset detection for rb2011 support - fixes wlan on some newer devices
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36631
2013-05-13 19:13:33 +00:00
Felix Fietkau
2c5a5d8736
kernel: add missing PHY ID for an AR8327 switch variant
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36630
2013-05-13 19:13:27 +00:00
Felix Fietkau
eea89fea6a
build: add config symbols for different ARM arch levels
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36620
2013-05-13 15:04:58 +00:00
Jonas Gorski
526aedb705
kernel: move CONFIG_MIPS_SEAD3 to generic
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36617
2013-05-12 21:41:55 +00:00
Jonas Gorski
ed06d2ad5c
bcm63xx: don't build CRAMFS
...
Don't build the CRAMFS file system module in the kernel, and save some bytes.
No bcm63xx board needs this obsolete file system, neither those ones using
the Redboot bootloader (liveboxes). Thus, there is no need to build it, since it has
been replaced long time ago by squashfs.
Signed-off-by: Daniel Gonzalez <dgcbueu@gmail.com>
SVN-Revision: 36616
2013-05-12 21:41:52 +00:00
Jonas Gorski
ccd7fbba87
led and buttons support for board DWV-S0
...
Signed-off-by: Gianluca Agliozzo <gianluca05@hotmail.it>
[jogo@openwrt.org: fixup patch so it actually applies]
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36615
2013-05-12 21:41:50 +00:00
Jonas Gorski
0a907fdb8a
bcm63xx: remove defconfig support
...
All boards use uci-defaults, no need to keep defconfig support.
SVN-Revision: 36610
2013-05-12 11:54:38 +00:00
Jonas Gorski
bbd02c6fb7
kernel: fix CVE-2013-1763 in older kernels
...
Newer kernels were already fixed by upstream.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36607
2013-05-12 10:55:12 +00:00
Felix Fietkau
0be8dd36dc
ar71xx: set mips16 support, tune cflags for 34kc (works well on MIPS 24K as well, but helps a lot for 34K and 74K)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36600
2013-05-09 23:32:46 +00:00
Jonas Gorski
0b03ff2028
kernel: make zlib and lzo modules selectable
...
Fixes building kmod-lib-zlib and kmod-lib-lzo if nothing depends on them.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36592
2013-05-09 20:50:07 +00:00
Hauke Mehrtens
0b161c6f9e
kernel: b53: use correct oops for bcm5365 switch
...
SVN-Revision: 36589
2013-05-09 20:01:58 +00:00
Jonas Gorski
98f6dc1b43
kernel: allow building zsmalloc as a module again
...
zsmalloc was changed to a bool because of missing exports in the kernel,
but we already export the required symbol, so change it back to tristate.
Closes #13481 .
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36587
2013-05-09 19:19:36 +00:00
Gabor Juhos
cb3d71ca8e
ar71xx: use combined kernel image in the CameoHornet template
...
This allow us to increase the kernel partition size,
and ensures, that the -factory image still usable via
the original interface.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36584
2013-05-08 17:11:10 +00:00
Gabor Juhos
f938a798f8
ar71xx: add profile and build image for the RNX-N360RT board
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36582
2013-05-08 17:07:19 +00:00
Gabor Juhos
852b8e9490
ar71xx: add user-space model detection for the RNX-N360RT board
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36581
2013-05-08 17:07:18 +00:00
Gabor Juhos
c70694e755
ar71xx: add profile and build image for Netgear WNDAP360
...
[juhosg: this has been created from the following patch:
http://patchwork.openwrt.org/patch/3620/ ]
Signed-off-by: Jacek Kikiewicz <jaceq@aol.pl>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36580
2013-05-08 17:03:43 +00:00
Gabor Juhos
33a2cbfd5c
ar71xx: add user-space support for Netgear WNDAP360
...
[juhosg: this has been created from the following patch:
http://patchwork.openwrt.org/patch/3620/ ]
Signed-off-by: Jacek Kikiewicz <jaceq@aol.pl>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36579
2013-05-08 17:03:42 +00:00
Gabor Juhos
10b3ca5ccb
ar71xx: add kernel support for Netgear WNDAP360
...
Here is corrected version (only thing not working are wifi LEDs).
[juhosg: this has been created from the following patch:
http://patchwork.openwrt.org/patch/3620/ ]
Signed-off-by: Jacek Kikiewicz <jaceq@aol.pl>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36578
2013-05-08 17:03:34 +00:00
Gabor Juhos
39467e78e7
kernel: update linux 3.9 to 3.9.1
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36577
2013-05-08 08:53:55 +00:00
Gabor Juhos
e57c7d6c12
kernel: update linux 3.8 to 3.8.12
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36576
2013-05-08 08:53:53 +00:00
Gabor Juhos
d09ba5ef10
ar71xx: Fix AP135 partition layout
...
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36575
2013-05-08 08:53:49 +00:00
John Crispin
eb10f052ce
lantiq: enable portmaps again and set max port to 2
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36573
2013-05-07 10:58:52 +00:00
John Crispin
036fb79052
ramips: drop 3.7 support
...
Signed-off-by; John Crispin <blogic@openwrt.org>
SVN-Revision: 36572
2013-05-07 10:58:44 +00:00
John Crispin
16a17b318a
ramips: properly setup the FEATURES variable
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36571
2013-05-07 10:58:30 +00:00
John Crispin
bd6e12d904
ramips: fix memory detection rt5350
...
Signed-off-by: Felix Kaechele <felix@fetzig.org>
SVN-Revision: 36568
2013-05-06 18:23:56 +00:00
John Crispin
899120ddef
ramips: enable dsp extensions for rt305x and rt3883
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36567
2013-05-06 16:45:59 +00:00
John Crispin
849ff98669
ramips: fix fypo in ethernet driver rt288x, rt3883
...
Signed-off-by: Serge Vasilugin <vasilugin@yandex.ru>
SVN-Revision: 36565
2013-05-06 16:45:43 +00:00
John Crispin
eddd7f5773
ramips: Update ARC Freestation profile
...
These devices are actually built around the 8devices Carambola dev board.
ARC FreeStation, Flex mARC, iFlex, and SplitStation devices are
supported with this image, see "ARCFlex Firmware Downloads":
http://www.antennas.com/wiki/index.php?title=ARC-OS_Firmware_Downloads_and_Revision_History
Funnily enough if present the external USB wlan ends up being wlan-0, with the
SoC device being wlan-1.
- Invert port map so special handling of vlan config can be removed.
- Add LED config similar to original ArcOS firmware.
- Add GPIO export for enabling PoE passthrough from ethernet port 0 to port 1
- Get MACs from factory partition.
- Update description to list supported devices.
- Carambola uses RT3050 (not RT3052), though my Carambola CPU
actually reports itself as being an RT3350 while still having
RT3050F markings.
Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de>
SVN-Revision: 36564
2013-05-06 16:45:35 +00:00
John Crispin
4f1ff28f08
ramips: Support setting active_low in devicetree gpio-export
...
Support setting active_low in devicetree gpio-export.
Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de>
SVN-Revision: 36563
2013-05-06 16:45:27 +00:00
John Crispin
6af3b6721b
ralink: unbreak uart pinmux handling
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36562
2013-05-06 16:45:20 +00:00
John Crispin
7c04b3bd66
ramips: fix gpio base numbering
...
make banks 0 based to unbreak userland ABI
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36561
2013-05-06 16:45:12 +00:00
John Crispin
338ff04cab
ramips: add gpio base properties to dtsi files
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36560
2013-05-06 16:45:04 +00:00
John Crispin
65760ede8b
ramips: unbreak rt2880 support
...
Signed-off-by: John Crsipin <blogic@openwrt.org>
SVN-Revision: 36559
2013-05-06 16:44:56 +00:00
John Crispin
28bdb9efe9
ramips: fix DIR-602D1 flash size
...
Fix DIR-620D1 flash size.
Signed-off-by: Serge Vasilugin <vasilugin@yandex.ru>
SVN-Revision: 36558
2013-05-06 16:44:47 +00:00
John Crispin
1c89a60431
ramips: unbreak gpio handling for uart mux group
...
this should fix the handling of corner cases
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36543
2013-05-04 11:36:51 +00:00
Gabor Juhos
bb429757c8
at91: build .dtb file for the CalAmp LMU500 board
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36542
2013-05-03 19:01:00 +00:00
Gabor Juhos
ccf95fe938
ar71xx: Fix AP135 PCI
...
AP135 has a pluggable PCIE slot unlike AP136.
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36541
2013-05-03 19:00:58 +00:00
Felix Fietkau
18c588a570
ar71xx: add an external reset callback for ar913x and use it in ath9k - should reduce the frequency of DMA stop failures
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36530
2013-05-03 09:12:19 +00:00
Felix Fietkau
30c4360345
kernel: do not strip /proc/net/ip_mr_* in the /proc debloat patch, it is used by iproute2
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36529
2013-05-02 15:59:57 +00:00
Jonas Gorski
24636fcabf
bcm63xx: split into two subtargets, generic and SMP
...
Make SMP a subtarget, since it only supports BCM6362 and BCM6368.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36527
2013-05-02 15:28:31 +00:00
Jonas Gorski
d11efa1428
bcm63xx: add SMP support for BCM6362 and BCM6368
...
BCM6358 requires further work due to its shared TLB.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36526
2013-05-02 15:28:26 +00:00
Jonas Gorski
8f15326acc
kernel: generic: don't strip /proc/irq on SMP
...
/proc/irq is needed for changing the SMP affinity of interrupts.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36525
2013-05-02 15:28:12 +00:00
Jonas Gorski
a80a4f3ec2
bcm63xx: fix hsspi flash registration for BCM6362
...
Use busnum 1 for HSSPI so it won't conflict on chips having both SPI
controllers.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36524
2013-05-02 15:28:10 +00:00
Jonas Gorski
999a956f4c
bcm63xx: fix/enable livebox minipci
...
Signed-off-by: Daniel Gonzalez <dgcbueu@gmail.com>
SVN-Revision: 36523
2013-05-02 15:28:07 +00:00
Jo-Philipp Wich
6ac2b3b76a
atheros: remove static gpio_request() from board setup and include generic kmod-gpio-button-hotplug instead.
...
This change is based on a patch by Karl Palsson <karlp@remake.is>
See http://patchwork.openwrt.org/patch/3536/ .
SVN-Revision: 36513
2013-05-02 11:46:53 +00:00
Gabor Juhos
8a9fe26f20
kernel: update linux 3.8 to 3.8.11
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36507
2013-05-01 22:15:18 +00:00
Florian Fainelli
db02b0e4ee
brcm63xx: fix typo and missing BCM6328 check in BCM6345 ethernet patch
...
And while at it, also include a define check for BCM6328, thanks to
Gabor for spotting this.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36506
2013-05-01 21:52:25 +00:00
Florian Fainelli
292368409e
brcm63xx: add missing binary operands to BCM6345 ethernet patch
...
Thanks to Emilio Arias for reporting it.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36505
2013-05-01 21:12:40 +00:00
Florian Fainelli
6f48ccea02
brcm63xx: remove 3.7 kernel support
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36504
2013-05-01 21:12:26 +00:00
Gabor Juhos
0ae43dbe9d
ar71xx: rename WNR2000v3 support patch
...
Update the numbering of kernel patch for supporting
Netgear WNR2000v3 from 617 to 618.
Signed-off-by: yousong <yszhou4tech@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36498
2013-04-30 10:44:11 +00:00
Gabor Juhos
d557a51a40
x86/geos: switch to 3.8.10
...
Compile tested only.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36496
2013-04-30 10:44:09 +00:00
Gabor Juhos
0fa71ca3e5
linux/3.9: implement pcibios_get_phb_of_node for MIPS
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36495
2013-04-30 10:44:08 +00:00
Gabor Juhos
41445b41cc
linux/3.8: use backported pcibios_get_phb_of_node patches
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36494
2013-04-30 10:44:07 +00:00
Gabor Juhos
f718179af5
kernel: update linux 3.8 to 3.8.10
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36493
2013-04-30 10:43:59 +00:00
Gabor Juhos
8e466dcdf4
at91: add missing config symbols
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36492
2013-04-30 10:43:58 +00:00
Gabor Juhos
d35545f3d7
linux/3.{8,9}: add missing symbols
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36491
2013-04-30 10:43:57 +00:00
Gabor Juhos
25c45c0d53
linux/3.{8,9}: turn on CONFIG_NET_SCH_FQ_CODEL
...
It is forced to 'y' since r36342.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36490
2013-04-30 10:43:56 +00:00
John Crispin
eff12a630d
ramips: move dlink profile to correct sub folder - 2nd try
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36489
2013-04-30 10:34:20 +00:00
John Crispin
1db4587bc7
ramips: move dlink profile to correct sub folder
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36487
2013-04-30 08:24:26 +00:00
Hauke Mehrtens
ca7f9638d5
broadcom-diag: support for the WNDR3700v3
...
I recently picked up a WNDR3700 to put OpenWRT on, and only after tearing into the box did I find it
was one of the v3 boards, with poor OpenWRT support. This patch should add the board detection and
LED/button control to the broadcom-diag module, and should generate a netgear .chk image that the
bootloader and stock firmware will accept.
The changes to the broadcom-diag module are more than a few lines because the WNDR3700v3 is driving
its LEDs through an HC164 8-bit shift register.
Signed-off-by: Owen Kirby <osk@exegin.com>
SVN-Revision: 36482
2013-04-28 21:11:17 +00:00
Hauke Mehrtens
7dee0dae35
brcm47xx: use kernel 3.8.10 as default kernel
...
The biggest change with this kernel is a new partition parser.
SVN-Revision: 36480
2013-04-28 18:25:16 +00:00
Hauke Mehrtens
00a7ace7cf
brcm47xx: add board detection for NETGEAR WNDR4500 V2
...
SVN-Revision: 36478
2013-04-28 18:19:31 +00:00
Hauke Mehrtens
e7e4afbb64
kernel: fix a memory leak in split_rootfs_data()
...
allocate_partition() copies all the content of dpart into a new struct.
SVN-Revision: 36475
2013-04-28 17:01:56 +00:00
Hauke Mehrtens
1bac172c44
kernel: update bcma and ssb for kernel 3.8+ to version from wireless-testing master-2013-04-26.
...
SVN-Revision: 36473
2013-04-28 16:52:11 +00:00
Jonas Gorski
ad1d3f00cb
kernel: update linux 3.9 patches to rc8
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36469
2013-04-28 11:55:23 +00:00
Jonas Gorski
a33dd13c98
kernel: add missing bcma defines and header file for bcrmfmac
...
Fixes build failure when having kmod-mmc and brcmfmac selected.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36468
2013-04-28 11:10:42 +00:00
Gabor Juhos
7c2632fbc5
ar71xx: add user-space support for WNR2000v3
...
Signed-off-by: Mathieu Olivari <mathieu.olivari@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36461
2013-04-26 17:00:54 +00:00
Gabor Juhos
b29b7b65ea
ar71xx: add profile and build image for WNR2000v3
...
Signed-off-by: Mathieu Olivari <mathieu.olivari@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36460
2013-04-26 17:00:53 +00:00
Gabor Juhos
9b3c0d11a2
ar71xx: Add Netgear WNR2000v3 support
...
Network connectivity works fine (LAN and WAN).
For GPIOs, only pwr led and the green wan leds are supported for now.
Signed-off-by: Mathieu Olivari <mathieu.olivari@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36459
2013-04-26 17:00:52 +00:00
Gabor Juhos
183e2af1c7
ar71xx: add profile and build image for the TL-WR720N v3 board
...
Signed-off-by: yousong <yszhou4tech@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36458
2013-04-26 17:00:50 +00:00
Gabor Juhos
7c4e2c1f72
ar71xx: add user-space support for the TL-WR720N v3 board
...
Signed-off-by: yousong <yszhou4tech@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36457
2013-04-26 17:00:49 +00:00
Gabor Juhos
5c11773f8a
ar71xx: add kernel support for TPLINK WR720N v3
...
Add support for TPLINK WR720N v3 which has 4MB flash,
32MB ram, 2 ethernet interfaces, 1 USB 2.0 port.
The patch is mostly a modification from mach-tl-wr703n.c.
GPIO numbers for the slider switch is from mach-tl-mr3020n.c.
Tested on my device and they worked fine.
Signed-off-by: yousong <yszhou4tech@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36456
2013-04-26 17:00:48 +00:00
Gabor Juhos
c0691e29f1
mpc85xx: Add subtargets Generic and P1020
...
Only difference between Generic and P1020 is that P1020
enables SMP with two CPUs in the kernel config.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36454
2013-04-26 16:57:43 +00:00
Gabor Juhos
36d4fd70bc
kernel: update linux 3.8 to 3.8.9
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36453
2013-04-26 16:55:42 +00:00
Gabor Juhos
988ae9cbf8
at91: upgrade to kernel 3.8.7 and use devicetree
...
This upgrades the AT91 target to 3.8.7, and migrates to device tree.
This allows a single kernel to be built for most at91 variants which
simplifies things quite a bit. The immediate result is that all
subtargets are nuked, and any boards without dts files are no longer
supported, though the target now includes more boards than before. The
adc driver was also nuked as 3.8.7 includes a new one under the IIO
subsystem.
Signed-off-by: Adam Porter <porter.adam@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36452
2013-04-26 16:55:40 +00:00
Gabor Juhos
c63bb1a18e
ramips: rt3883: fix build error
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36451
2013-04-26 16:55:28 +00:00
John Crispin
b42a173664
lantiq: make leds and network work on VG3503J
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36445
2013-04-25 19:03:41 +00:00
John Crispin
520bf46375
lantiq: fix board detection helpers
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36444
2013-04-25 19:03:37 +00:00
John Crispin
157c86371f
lantiq: move dts files to thir own folder
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36443
2013-04-25 19:03:32 +00:00
John Crispin
4664e21293
generic: fix rtl8366_smi compile warning
...
drivers/net/phy/rtl8366_smi.c: In function 'rtl8366_sw_set_vlan_ports':
drivers/net/phy/rtl8366_smi.c:1125:6: warning: 'pvid' may be used uninitialized in this function [-Wuninitialized]
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36442
2013-04-25 19:03:29 +00:00
John Crispin
9ae3adbe3c
lantiq: disable sw portmaps on xrx200 ethernet as segment solation does not work yet
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36441
2013-04-25 19:03:25 +00:00
John Crispin
d3d18ae812
lantiq: make lzma-loader based images for VG3503J
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36440
2013-04-25 19:03:21 +00:00
John Crispin
a46acc80e4
lantiq: update VG3503J.dts to match new partition layout
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36439
2013-04-25 19:03:17 +00:00
John Crispin
46306c2e47
lantiq: add lzma-loader source
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36438
2013-04-25 19:03:13 +00:00
John Crispin
e141b73f9d
ramips: remove now unneeded user-space board detection
...
Now that ALL5002 and ALL5003 each got their own DTS and board names, remove
the now no longer needed user-space part which previously differentiated between
ALL5002 and ALL5003.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
Patchwork: http://patchwork.openwrt.org/patch/3558/
Acked-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36436
2013-04-25 19:03:05 +00:00
John Crispin
cf3885eb0f
ramips: introduce DTS for ALL5003
...
Prior to the switch to 3.8, ALL5002 and ALL5003 boards shared mach-all5002.c.
With the change to DTS, this is no longer accurate, as ALL5002 is based on
Rt3352 SoC while ALL5003 is based on Rt5350 SoC, therefore the corresponding
rt5350.dtsi need to be included for ALL5003.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
Patchwork: http://patchwork.openwrt.org/patch/3557/
Acked-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36435
2013-04-25 19:03:01 +00:00
John Crispin
978567a89e
ramips: set preinit interface to eth0 by default.
...
This makes any ramips device accessible via ethernet in failsafe mode.
Based on: https://dev.openwrt.org/changeset/36322
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3567/
Acked-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36434
2013-04-25 19:02:57 +00:00
John Crispin
7bfab6e308
ramips: Add Alpha ASL-26555 support.
...
This board uses a TrendChip SOC with its own RAM/Flash for ADSL support.
We know both SOCs are connected through ethernet and use some kind of protocol for UART communication, but due to the lack of GPL sources we couldn't get it to work. For this reason the network is configured only for LAN.
There are two versions (Chile 8MB and Spain 16MB).
Wiki: http://wiki.openwrt.org/toh/alpha/asl26555
Signed-off-by: Esteban Benito <estebanjbs@gmail.com>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3571/
Acked-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36433
2013-04-25 19:02:53 +00:00
John Crispin
c7216d0cab
ramips: Add support of D-link DIR-620D1
...
Signed-off-by: Serge Vasilugin <vasilugin@yandex.ru>
Acked-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36432
2013-04-25 19:02:48 +00:00
John Crispin
deb3635923
ramips: sync kernel patches with the mips-next tree
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36431
2013-04-25 19:02:42 +00:00
John Crispin
831c7ea04f
preinit: move cmdline failsafe= handling ot the generic code
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36430
2013-04-25 19:02:37 +00:00
Jonas Gorski
90986b5581
bcm63xx: update patches with upstream submissions
...
SVN-Revision: 36407
2013-04-23 13:55:36 +00:00
Jonas Gorski
2a1a16d2d5
bcm63xx: switch to linux 3.8
...
SVN-Revision: 36406
2013-04-23 13:55:17 +00:00
Steven Barth
4e8f7f37ed
Change default IPv6 config to enable DHCPv6-PD
...
SVN-Revision: 36384
2013-04-22 19:40:16 +00:00
Felix Fietkau
a8a01b42ae
kernel: allow __netdev_alloc_skb_ip_align to be called with dev = NULL
...
SVN-Revision: 36378
2013-04-22 15:01:36 +00:00
Felix Fietkau
cd35ea2174
ar71xx: merge more unaligned access hacks from cerowrt-next
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36374
2013-04-22 12:53:21 +00:00
Felix Fietkau
f58dcb59c6
kernel: backport SSB/BCMA changes in preparation for a compat-wireless update
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36367
2013-04-19 12:39:40 +00:00
Gabor Juhos
f03960723a
linux/3.9: add missing config symbol
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36365
2013-04-19 08:07:38 +00:00
Gabor Juhos
e07848664c
linux/3.[89]: update bridge_remove_ipv6_dependency patch
...
Fixes the following warning:
CC [M] net/ipv6/addrconf.o
net/ipv6/addrconf.c: In function 'addrconf_init':
net/ipv6/addrconf.c:4944:2: warning: assignment from incompatible pointer type [enabled by default]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36364
2013-04-19 08:07:37 +00:00
Gabor Juhos
151cadfe32
kernel: update linux 3.8 to 3.8.8
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36363
2013-04-19 08:07:34 +00:00
Felix Fietkau
96bb7c123b
build: consistently use 'depends on' instead of 'depends'
...
make the syntax more compatible with kernel menuconfig
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36351
2013-04-17 15:36:41 +00:00
John Crispin
e3003ea2a9
fix prepare_generic_squashfs
...
prepare_generic_squashfs was called twice on the generated images breaking mount_root
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36349
2013-04-17 11:54:09 +00:00
John Crispin
8001e6a689
fix rt305x gpio
...
https://dev.openwrt.org/ticket/13359
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36343
2013-04-16 06:58:18 +00:00
Felix Fietkau
a662200205
kernel: force CONFIG_NET_SCHED=y for fq_codel ( #13360 )
...
SVN-Revision: 36342
2013-04-15 20:40:29 +00:00
Imre Kaloz
57b68daee9
refresh against -rc7
...
SVN-Revision: 36340
2013-04-15 16:10:01 +00:00
Gabor Juhos
604395650a
kernel: update linux 3.8 to 3.8.7
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36332
2013-04-14 09:25:53 +00:00
Gabor Juhos
68c54dc34f
mpc85xx: use static SPI bus number for TL-WDR4900
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36329
2013-04-12 19:44:41 +00:00
Gabor Juhos
54635e7f78
linux/3.8: backport 'spi/of: Use DT aliases for assigning bus number' from 3.9
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36328
2013-04-12 19:44:38 +00:00
John Crispin
d3a46c4b7f
update rt2880 config-3.8
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36327
2013-04-12 18:57:01 +00:00
John Crispin
92259c4803
fix up the rt2880 patches
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36326
2013-04-12 18:56:53 +00:00
John Crispin
a6424245e6
fix RT-N15 support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36325
2013-04-12 18:56:44 +00:00
John Crispin
7af1fa46ad
update rt2880.dtsi
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36324
2013-04-12 18:56:36 +00:00
John Crispin
10f432ba9d
fix rtl8366s OF binding
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36323
2013-04-12 18:56:05 +00:00
Gabor Juhos
687b3f04ce
mpc85xx: set preinit interface to eth0 by default
...
This makes the WDR4900 accessible via ethernet in
failsafe mode.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36322
2013-04-12 18:30:25 +00:00
Gabor Juhos
40e15b1fbf
mpc85xx: Generate fdt for P1020RDB
...
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36321
2013-04-12 18:30:24 +00:00
Gabor Juhos
f43bdf34cd
mpc85xx: Add P1020RDB board support
...
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36320
2013-04-12 18:30:22 +00:00
John Crispin
d5f87e193c
add VG3503J support
...
this adds basic support. the bootloader on these units is locked down.
until we have a replacement we can do basic testing with these env variables in uboot.
set update_openwrt erase 0xb0020000 0xb073ffff \;tftp 0x81000000 openwrt-lantiq-xway-VG3503J-squashfs.image\;cp.b 0x81000000 0xb0020000 \$(filesize)
set bootcmd cp.b 0xb0020000 0x80002000 0x400000\; go 0x80002000
unfortunatley the bootloader ignores the bootcmd, so autobooting is not possible yet. you need to call "run bootcmd" by hand after each power cycle.
please note that the vdsl firmware is non redistributable. you can find it in the GPL drop that BT provides.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36315
2013-04-11 19:18:07 +00:00
John Crispin
fbc1e3732b
add FE phy firmware
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36314
2013-04-11 19:17:48 +00:00
John Crispin
0d32469457
add missing pinmux patch
...
Fix lantiq pinmux which affected PCI and USB.
Known affected boards are: ARV4518 and ARV7518.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 36312
2013-04-11 07:12:37 +00:00
Felix Fietkau
6436b3f736
cns3xxx: fix USB ehci/ohci platform driver
...
Update ehci/ohci driver registration to conform to the new platform
drivers.
This fixes missing USB host support in 3.8.x
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 36309
2013-04-10 16:20:50 +00:00
Felix Fietkau
edd8048107
kernel: calibrate the TWD timer even when booting with only one CPU, it is used for the watchdog timer base
...
Fixes booting on single-core CNS3xxx devices
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36308
2013-04-10 16:07:50 +00:00
Felix Fietkau
06733c2650
kernel: keep the igmp proc support even with PROC_STRIPPED, some tools still use it
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36307
2013-04-10 13:45:12 +00:00
Felix Fietkau
7fa2957103
kernel: switch default qdisc from pfifo_fast to fq_codel and remove pfifo_fast
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36304
2013-04-10 13:11:29 +00:00
Felix Fietkau
df3d4690bd
kernel: keep dropped stats in fq_codel
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36303
2013-04-10 13:11:25 +00:00
Felix Fietkau
ec3a8846fc
kernel: tune fq_codel defaults for common netdevice speeds
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36302
2013-04-10 13:11:21 +00:00
Felix Fietkau
307965026a
kernel: add patches by Dave Täht to reduce buffer size in longer queues to reduce memory pressure
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36301
2013-04-10 13:11:16 +00:00
Florian Fainelli
915969ff2c
kernel: refresh patches against 3.9-rc6
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36297
2013-04-09 16:16:20 +00:00
Florian Fainelli
c3366cd164
kernel: add support for PMC PM25LQ032 SPI Flash in m25p80.c
...
Add support for PMC PM25LQ032 (4MB) SPI Flash used in Hame MPR-A1 and clones.
Signed-off-by: Michel Stempin <michel.stempin@wanadoo.fr>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36296
2013-04-09 16:16:16 +00:00
Florian Fainelli
518d6a9273
kernel: backport switch user API changes after r36283
...
3.3 and 3.6 kernels do not make use of the UAPI headers, still they need
to provide an up-to-date switch.h copy for swconfig to build.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36295
2013-04-09 15:47:01 +00:00
John Crispin
fb47fd0d6b
unbreak portmapping - typo fix
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36293
2013-04-09 14:39:01 +00:00
John Crispin
bc7b310959
move memory detect node to dtsi files
...
Signed-of-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36290
2013-04-09 14:19:36 +00:00
John Crispin
48feea4861
Add Netgear WNCE2001 (OF version)
...
Add Netgear WNCE2001.
This is a small RT3052 device with 4MB spi flash and 32MB ram.
2 built-in antennas, 1x fastE, no USB, reset & wps switch.
On my model the AP/RT switch is unpopulated, but I verified the gpio
mapping for it.
The stock firmware is running an unprotected tftpd which allows you
to read any file from the filesystem.
Serial port is present on testpads (See image on the wiki page).
There are more testpads below the shield near the SoC, which
may have JTAG.
Slight annoyance: The bootloader is checksumming kernel&rootfs, but
can be tricked by zeroing checksum and length fields in the checksum
partition, see
target/linux/ramips/base-files/lib/preinit/04_disable_wnce2001_flash_checksumming
The manufacturer image is very similar to the DAP one, so I slightly
modified mkdapimg to support generating it.
The resulting
openwrt-ramips-rt305x-wnce2001-squashfs-factory-(worldwide|northamerica).bin
can be used to flash from stock to OpenWRT using the stock firmware
upgrade function, without using the serial port.
http://www.netgear.com/landing/wnce2001.aspx
http://wiki.openwrt.org/toh/netgear/wnce2001
Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de>
SVN-Revision: 36289
2013-04-09 14:19:33 +00:00
John Crispin
e468abcae0
remove bootargs from dts
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36288
2013-04-09 14:19:28 +00:00
John Crispin
82c3b7ce26
add ofpart info to the devicetrees
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36287
2013-04-09 14:19:24 +00:00
John Crispin
f1e9d30ffc
add sample swconfig portmap
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36286
2013-04-09 14:19:20 +00:00
John Crispin
fcd962cc71
set of_node before registring the switch
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36285
2013-04-09 14:19:17 +00:00
John Crispin
fff58a5801
allow loading port maps from OF
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36283
2013-04-09 14:19:09 +00:00
Steven Barth
ea94d66b0f
Adapt default network configuration for IPv6
...
SVN-Revision: 36278
2013-04-09 08:03:08 +00:00
Gabor Juhos
130f67210a
ramips: TEW-691GR.dts fixes
...
* fix pinmux settings
* remove spi node
* add nor-flash node
* enable mdio-bus and add phy handle
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36276
2013-04-08 12:34:17 +00:00
Gabor Juhos
a4a148f222
ramips: rt3883: enable the AR8216 driver
...
It is needed for the TEW-69{1,2}GR boards.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36275
2013-04-08 12:34:15 +00:00
Gabor Juhos
a9d977b2af
ramips: add profile for the Omnima EMB-HPM board
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36274
2013-04-08 11:12:04 +00:00