John Crispin
469b8297fa
lantiq: BT Home Hub 2B support - jedec probe
...
Lantiq nor patch. Adds support for jedec probing if cfi
probing fails.
Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com>
SVN-Revision: 40369
2014-04-03 14:26:50 +00:00
John Crispin
78a7ae428f
lantiq: make td8970 wifi led work
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40368
2014-04-03 14:26:46 +00:00
John Crispin
58eccdac4f
lantiq: fix vr9 ubi handling
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40364
2014-04-03 14:26:24 +00:00
John Crispin
e36568e74b
lntiq: add support for Astoria ARV7519RW.
...
These patches add support for the Astoria ARV7519RW aka Livebox 2.1
The PCI and PCIe interfaces have been disabled. Also, because there are
two revisions of this board with different GPHY firmwares, two targets
were defined.
V2: rewrote partitions to work with an u-boot specifically made for
these boards.
Signed off by: Esteban Benito <estebanjbs@gmail.com>
Signed off by: Carles Gadea <carlesgrg@gmail.com>
Tested by: José Vázquez Fernández <ppvazquezfer@gmail.com>
SVN-Revision: 40329
2014-03-30 10:02:30 +00:00
John Crispin
42e8cb6388
lantiq: do an endianness swap to the RT2860 eeprom for ARV752DPW(22)
...
ARV7510PW22, ARV752DPW and ARV752DPW22 have the RT2860 eeprom stored in
flash as big-endian, but the driver needs it in little-endian format. We
have to swab it before handing it over. This requires my earlier patch
for busybox.
Funnily enough, ARV752DPW works also with the incorrect eeprom, but
undoubtedly unoptimally. I have a hunch that also the final remaining
Lantiq board would require this swabbing, but I'm not sure, so I just
swab it in the three boards that I know about.
v2:
* Swab also on ARV7510PW22 based on feedback from Alvaro Rojas
* Fix the offset with bs=2
Signed-off-by: Matti Laakso <malaakso at elisanet.fi>
SVN-Revision: 40328
2014-03-30 09:16:52 +00:00
John Crispin
5a6268c078
lantiq: add esi
...
http://patchwork.openwrt.org/patch/3703/
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40326
2014-03-30 09:16:43 +00:00
John Crispin
8b0507c9ca
lantiq: fix mtd_split for brnboot firmware images
...
The existing code only tries to split a parition with name "rootfs"
while actually looking for kernel+rootfs, where usually "firmware" is
used as a partition name. This doesn't make sense, as even if there
was a partition 'rootfs' given by mtdparts or via device-tree, this
code would lead to another partition called 'rootfs' being created
which would not be properly distinguished in the current user-space
code.
While potentially we could use CONFIG_MTD_SPLIT_FIRMWARE_NAME to make
that configurable, the lack of users of brnboot and the fact that we
can freely decide the partition name made me simply change the
hard-coded string constant from "rootfs" to "firmware".
(I'm going to add support for ARV7506PW which run brnboot and needs
this change)
SVN-Revision: 40324
2014-03-30 09:16:35 +00:00
John Crispin
0c73e85cd0
lantiq: fixup ath5k support
...
http://patchwork.openwrt.org/patch/4417/
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40323
2014-03-30 09:16:31 +00:00
John Crispin
112059073e
lantiq: fix initial VLAN conf for P2601HNFX
...
Signed-off-by: Antonios Vamporakis <ant@area128.com>
SVN-Revision: 40321
2014-03-30 09:16:23 +00:00
John Crispin
5a98a6b9cf
lantiq: P2601HNFX dts update for STP and buttons
...
- Set correct AltSel for STP pins
- Set front button to rfkill
Signed-off-by: Antonios Vamporakis <ant@area128.com>
SVN-Revision: 40320
2014-03-30 09:16:19 +00:00
John Crispin
e733242a23
lantiq: add support for Arcadyan ARV7519PW
...
This patch adds almost full support for this board.
- WiFi is still not working
- USB will not power up. According to some reports, it may be a passive port
Signed-off-by: Antonios Vamporakis <ant@area128.com>
SVN-Revision: 40319
2014-03-30 09:16:15 +00:00
John Crispin
3a43738e21
lantiq: reset gphys on reboot
...
If gphys are not reset upstream uboot can not use them anymore.
Signed-off-by: Antonios Vamporakis <ant@area128.com>
SVN-Revision: 40318
2014-03-30 09:16:10 +00:00
John Crispin
9531390aad
lantiq: add support for ZyXEL P2812HNUFX
...
This patch adds almost full support for this board. WiFi is still not working.
The FXS ports are not functional due to missing support for the TAPI driver on
VR9 SoC.
Signed-off-by: Antonios Vamporakis <ant@area128.com>
Tested-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 40317
2014-03-30 09:16:06 +00:00
John Crispin
9b78e13aa3
lantiq: add ubifs support in image Makefile
...
Signed-off-by: Antonios Vamporakis <ant@area128.com>
SVN-Revision: 40316
2014-03-30 09:16:02 +00:00
John Crispin
2803e79be6
lantiq: add ubifs to FEATURES
...
Signed-off-by: Antonios Vamporakis <ant@area128.com>
SVN-Revision: 40315
2014-03-30 09:15:58 +00:00
John Crispin
07eb49b7e0
lantiq: xrx200: add ubi support in the kernel
...
Signed-off-by: Antonios Vamporakis <ant@area128.com>
SVN-Revision: 40314
2014-03-30 09:15:54 +00:00
John Crispin
82da5ca248
lantiq: add inital support for xrx200 switch
...
Signed-off-by: Antonios Vamporakis <ant@area128.com>
SVN-Revision: 40313
2014-03-30 09:15:50 +00:00
John Crispin
32e2246270
lantiq: xrx200: fix duplex
...
Both the GPL driver from ZyXEL and the xrx200 driver have this error. The flags
are reversed. Full duplex is marked as half and the other way around. With this
fix the switch will push full GBit speeds.
Signed-off-by: Antonios Vamporakis <ant@area128.com>
SVN-Revision: 40312
2014-03-30 09:15:46 +00:00
John Crispin
93e5c8cefc
lantiq: fixup 3370 dts file
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40311
2014-03-30 09:15:41 +00:00
John Crispin
561a7ef93b
lantiq: fix nand/ebu locking
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40310
2014-03-30 09:15:37 +00:00
John Crispin
d6a138141c
lantiq: add tffs driver
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40309
2014-03-30 09:15:33 +00:00
John Crispin
defdec0f3a
lantiq: drop old svip folders
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40294
2014-03-27 13:34:56 +00:00
Gabor Juhos
627baa28d3
kernel: update 3.10 to 3.10.34
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40291
2014-03-27 09:28:33 +00:00
Gabor Juhos
f677b1bc7e
kernel: update 3.10 to 3.10.32
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39707
2014-02-23 10:59:40 +00:00
Luka Perkov
6e0fd6d518
lantiq: fix typo in pinctl driver
...
Signed-off-by: Antonios Vamporakis <ant@area128.com>
SVN-Revision: 39588
2014-02-15 22:54:34 +00:00
Luka Perkov
eddc327c7c
lantiq: fix PCI problems on ARV4510PW
...
Some ARV4510PW units seem to have unstable PCI due to missing pull-up
resistors. This patch makes sure that the GPIO lines are driven properly.
Signed-off-by: Matti Laakso <malaakso@elisanet.fi>
SVN-Revision: 39587
2014-02-15 22:54:32 +00:00
Gabor Juhos
a2543d72d8
kernel: update 3.10 to 3.10.28
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39399
2014-01-26 11:30:34 +00:00
John Crispin
053d596297
lantiq: Add support for Astoria ARV7510PW22
...
This board is pretty similar to ARV752DPW22.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 39303
2014-01-15 19:16:51 +00:00
Luka Perkov
26dcf1c7c9
lantiq: update kernel configuration
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 39296
2014-01-15 14:11:36 +00:00
John Crispin
f58b424c9e
lantiq: improve Arcadyan ARV4510PW support
...
Arcadyan ARV4510PW has already a build profile in OpenWrt, but it is
severely lacking. This patch brings it up-to-date.
Signed-off-by: Matti Laakso <malaakso@elisanet.fi>
SVN-Revision: 39230
2014-01-12 12:07:07 +00:00
Gabor Juhos
0e2586a774
kernel: update 3.10 to 3.10.26
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39220
2014-01-11 16:06:37 +00:00
Hauke Mehrtens
952db22551
kernel: update kernel 3.10 to 3.10.24
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39059
2013-12-15 19:16:30 +00:00
Gabor Juhos
f1ef0b92be
kernel: update 3.10 to 3.10.21
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38972
2013-12-01 09:59:53 +00:00
John Crispin
776c6c50ce
lantiq: move patch to proper folder
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38884
2013-11-20 17:53:36 +00:00
John Crispin
d823c20f05
lantiq: update default mii modes
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38881
2013-11-20 16:56:58 +00:00
John Crispin
06ada4b10f
lantiq: fix an endless loop in the vmmc platform code
...
this was caused by not honoured error return codes of of_gpio_count()
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38878
2013-11-20 16:56:32 +00:00
John Crispin
000cefd85e
lantiq: DGN3500 fixups
...
Just fixing up a few things for the Netgear DGN3500.
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
SVN-Revision: 38733
2013-11-11 13:15:08 +00:00
John Crispin
5139b2d996
lantiq: rename TDW8970 led adsl->dsl
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38730
2013-11-11 12:19:26 +00:00
John Crispin
dabdc6911a
lantiq: update TDW8970.dts to support buttons properly
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38728
2013-11-11 12:19:18 +00:00
John Crispin
30fafd0617
lantiq: remove old hotplug handler
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38727
2013-11-11 12:19:15 +00:00
John Crispin
7ee1546ca3
lantiq: fix TDW8970 lan/wan mac
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38677
2013-11-07 12:46:24 +00:00
John Crispin
f198adc030
lantiq: Fix ar8216 switch configuration for WBMR-HP-G300H devices
...
The switch is renamed to "switch0" in newer (3.10) linux kernels.
Configure the switch using vlans by default and only configure
the physical switch ports that are present.
Signed-off-by: Richard Mortimer <richm@oldelvet.org.uk>
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38673
2013-11-07 12:46:08 +00:00
John Crispin
1a368e8616
lantiq: fix td-w8970 initramfs generation
...
https://dev.openwrt.org/ticket/14417
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38667
2013-11-07 12:45:44 +00:00
Gabor Juhos
35656042f1
kernel: update 3.10 to 3.10.18
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38652
2013-11-05 08:25:45 +00:00
Gabor Juhos
b6b06000eb
kernel: update 3.10 to 3.10.17
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38506
2013-10-23 12:51:05 +00:00
Hauke Mehrtens
81e2f00367
kernel: update kernel to 3.10.15
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38384
2013-10-13 19:28:29 +00:00
John Crispin
654dfb1784
lantiq: fix up diag.sh
...
init no longer exists as a parameter
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38342
2013-10-08 15:28:33 +00:00
John Crispin
715b62ebad
lantiq: experia v8 fixes
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38328
2013-10-07 15:03:00 +00:00
John Crispin
81fb43d2f1
lantiq: fix fritz3370 dts file
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38327
2013-10-07 15:02:56 +00:00
John Crispin
ae225124c6
lantiq: fix fritz image generation
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38326
2013-10-07 15:02:52 +00:00
John Crispin
1398a5d849
lantiq: fix eva partition split for squashfs
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38325
2013-10-07 15:02:48 +00:00
John Crispin
4f3797386f
lantiq: add support for VGV7519 KPN Experia box v8
...
Signed-off-by: Maikel Bloemendal <mbloemendal@gmail.com>
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38266
2013-09-30 20:48:46 +00:00
Felix Fietkau
bff3637d24
lantiq: add a default for CONFIG_MTD_NAND_XWAY to fix build errors
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38243
2013-09-27 21:12:08 +00:00
Gabor Juhos
9c8a5ef115
kernel: update 3.10 to 3.10.13
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38228
2013-09-27 07:19:21 +00:00
Felix Fietkau
a30681dff0
build: unify mips target cflags
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38210
2013-09-26 17:53:14 +00:00
Gabor Juhos
0380904acb
kernel/3.10: refresh all target patches
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38182
2013-09-25 17:13:24 +00:00
Gabor Juhos
482b5f34e5
lantiq/3.10: unbreak the mtd-split patch
...
Compile tested only.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38180
2013-09-25 16:22:04 +00:00
Luka Perkov
7665c57a72
lantiq: fix usb on sx76x
...
Signed-off-by: Matti Laakso <malaakso@elisanet.fi>
SVN-Revision: 38083
2013-09-20 14:24:30 +00:00
Luka Perkov
d2ad87885d
lantiq: style fixes
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38051
2013-09-19 00:50:49 +00:00
Luka Perkov
43f1a47430
lantiq: add initial support for Siemens GIGASX76X
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38050
2013-09-19 00:50:48 +00:00
Luka Perkov
3b33adeb99
lantiq: add support for ZyXEL P2601HNFX
...
SVN-Revision: 38049
2013-09-19 00:50:46 +00:00
Luka Perkov
7d2c5682b9
lantiq: add support for ZTE H201L
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38048
2013-09-19 00:50:44 +00:00
John Crispin
40ac8dd9df
lantiq: fix FRITZ7320 flash window size
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38042
2013-09-18 16:31:45 +00:00
John Crispin
f9f73ef2ec
lantiq: fix ath9k eeprom loading order bug
...
https://dev.openwrt.org/ticket/14131
http://patchwork.openwrt.org/patch/4038/
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38041
2013-09-18 16:31:41 +00:00
John Crispin
8ff756cdc9
lantiq: fix up default firmware selection for spanish and italian routers
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38039
2013-09-18 16:31:32 +00:00
John Crispin
1878a3d6ab
lantiq: add v3.10 patches
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38031
2013-09-17 21:46:10 +00:00
John Crispin
cd668944ef
lantiq: add wifi eep to a803 dts file
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38030
2013-09-17 21:46:04 +00:00
John Crispin
18b76c66fb
lantiq: add a subtarget for the xrx200 SoC family
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38029
2013-09-17 21:46:00 +00:00
John Crispin
0782501483
lantiq: update dts files
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38027
2013-09-17 21:45:50 +00:00
Gabor Juhos
a0d6cd4f49
kernel/3.10: add new Kconfig option for firmware partition split
...
Add a new kernel config option for generic firmware partition
split support and change the uImage split support to depend on
the new option. Aslo rename the MTD_UIMAGE_SPLIT_NAME option to
MTD_SPLIT_FIRMWARE_NAME to make it more generic.
The patch is in preparation for multiple firmware format
support.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38002
2013-09-15 17:03:29 +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
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
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
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
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
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
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
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
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
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
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
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
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
14b6674b39
lantiq: fix initramfs
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37143
2013-07-03 09:17:15 +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
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
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