Gabor Juhos
09bf46d418
ar71xx: image: generate sysupgrade images for the Compex boards
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39391
2014-01-24 17:15:03 +00:00
Gabor Juhos
252e906dda
ar71xx: add sysupgrade support for the Compex boards
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39390
2014-01-24 17:15:02 +00:00
Gabor Juhos
0c0b87293e
ar71xx: image: use a single firmware partition on Compex devices
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39389
2014-01-24 17:15:01 +00:00
Gabor Juhos
2995030b47
ar71xx: enable MTD_SPLIT_LZMA_FW option
...
It will be used for Compex devices.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39388
2014-01-24 17:15:01 +00:00
Gabor Juhos
89d60314e7
kernel/3.1x: add split code for LZMA compressed kernel based firmwares
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39387
2014-01-24 17:14:59 +00:00
Gabor Juhos
998c89a9a6
ar71xx: image: detect partition sizes in the Image/Build/Ath macro
...
Get the size of the mtd partitions directly from the
MTD layout and remove the superfluous macro parameters.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39384
2014-01-24 11:59:35 +00:00
Gabor Juhos
4556632578
ar71xx: image: fix size verification in the CatFiles macro
...
The macro checks the size of the rootfs image even if
the second parameter of the macro contains the size of
an eraseblock. It is wrong because the size of the
kernel image will be adjusted to the next eraseblock
and the resulting image might be too large.
Fix the macro to check the size of the final image
instead of the rootfs image.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39383
2014-01-24 11:59:32 +00:00
Gabor Juhos
e89476e0a8
Revert "kernel: create firmware partition from MyLoader partition parser"
...
This reverts r38197.
The automatically created firmware partition includes
the partition_table partition. Apart from the partition
table, this partition contains sensitive data on some
Compex devices which data can be destroyed when the
firmware partition gets modified. Revert the change to
prevent that.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39382
2014-01-24 08:48:10 +00:00
Gabor Juhos
56136c0f34
ar71xx: ap83: define mtd layout via command line
...
Also use the RKuImage macro becasue the original
firmware starts with the rootfs.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39379
2014-01-23 16:47:42 +00:00
Gabor Juhos
a59e82761f
ar71xx: ap81: define mtd layout via command line
...
Also use the RKuImage macro becasue the original
firmware starts with the rootfs.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39378
2014-01-23 16:47:41 +00:00
Gabor Juhos
9f4e2bf326
ar71xx: image: show size limit in warning messages
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39376
2014-01-23 12:27:28 +00:00
Gabor Juhos
447530995a
ar71xx: add initramfs image support for Compex devices
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39375
2014-01-23 12:23:10 +00:00
Gabor Juhos
b629009eaa
ar71xx: wp543: use KEY_RESET code for the sw4 button
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39374
2014-01-23 12:23:08 +00:00
Luka Perkov
cbc892a549
ar71xx: create wndr3700 network config from uci-defaults
...
Since that was the last configuration in defconfig directory we can drop the
defconfig init script too.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 39373
2014-01-23 11:33:42 +00:00
Gabor Juhos
bbe086873a
kernel/3.10: update pci_disable_usb_common_quirks patch
...
Fix build errors caused by undefined 'usb_disable_xhci_ports'
symbol.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39369
2014-01-23 09:07:49 +00:00
Gabor Juhos
53512a1961
mpc85xx: Fix building ramdisk images
...
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39368
2014-01-23 06:55:58 +00:00
Gabor Juhos
30af45d19a
mpc85xx: Remove inittab workaround
...
The default inittab uses "askconsole" which is implemented by procd
and uses the console provided by the kernel command line.
Hence, this platform specific workaround is not necessary anymore.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39367
2014-01-23 06:55:50 +00:00
Florian Fainelli
a747611fe3
brcm63xx: enable support for BCM63268
...
Support for the BCM63268 is usable, enable it by default.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39364
2014-01-21 18:50:26 +00:00
Florian Fainelli
eaa3e9ec6e
brcm63xx: add support for BCM963269BHR board
...
Add kernel support for the BCM963269BHR board, USB and Ethernet switch,
LEDs and buttons are working.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39363
2014-01-21 18:50:11 +00:00
Florian Fainelli
fed4b02a68
brcm63xx: improve BCM63268 support
...
Allow using the HSSPI controller since it works just fine, as well as
the integrated switch core, since that one works too.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39362
2014-01-21 18:49:50 +00:00
Gabor Juhos
0b599c51cc
ar71xx: mynet-n750: define LEDs connected to the AR8327 switch
...
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
Patchwork: http://patchwork.openwrt.org/patch/4743/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39361
2014-01-21 17:17:42 +00:00
Zoltan Herpai
f3c07b8621
modules: swconfig.c: update the error path on 3.13, and behave nicely with return
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39360
2014-01-21 14:43:50 +00:00
Zoltan Herpai
4d26250db1
modules: update swconfig.c to compile on 3.13 (compile-tested)
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39359
2014-01-21 14:24:45 +00:00
Zoltan Herpai
a7a890d9e8
add missing symbols
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39358
2014-01-21 14:23:00 +00:00
Jonas Gorski
d5b4292032
kernel: ocf: add missing dependency for hifn driver
...
The HIFN driver is a PCI driver, thus requires PCI support to be enabled
to compile. Therefore let it depend on PCI..
Should fix mvebu builds.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 39357
2014-01-21 12:11:18 +00:00
Zoltan Herpai
7ee639a81c
add missing symbols
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39355
2014-01-21 07:53:11 +00:00
Hauke Mehrtens
1f4e6394ed
b53: use drvdata to store driver data
...
we should not abuse the platform_data pointer.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39354
2014-01-20 20:01:22 +00:00
Hauke Mehrtens
de266cd1c1
b53: make b53_switch_reset_gpio() static
...
SVN-Revision: 39353
2014-01-20 19:07:18 +00:00
Zoltan Herpai
2cf8391b75
update ocf patches - as ENT_DEBUG is removed, move the messages into pr_notice
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39350
2014-01-20 15:23:27 +00:00
Imre Kaloz
c89e789913
update/fixup overlayfs patch
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39349
2014-01-20 14:46:29 +00:00
Imre Kaloz
6bd1a37001
add initial 3.13 support
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39348
2014-01-20 13:56:24 +00:00
Gabor Juhos
506b40b628
ar71xx: tl-wr1043nd-v2: define LEDs connected to the AR8327 switch
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39346
2014-01-20 10:23:06 +00:00
Gabor Juhos
c17cfab560
ar71xx: tl-wdr4300: define LEDs connected to the AR8327 switch
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39345
2014-01-20 10:23:05 +00:00
Gabor Juhos
db5f22a2d7
ar71xx: set default LED config for the RB2011* boards
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39344
2014-01-20 10:23:04 +00:00
Gabor Juhos
927809e59b
ar71xx: set status_led for the RB2011* boards
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39343
2014-01-20 10:23:03 +00:00
Gabor Juhos
07f76a164a
ar71xx: fix indentation in diag.sh
...
Replace the leading spaces with tabs.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39342
2014-01-20 10:23:02 +00:00
Gabor Juhos
4c54635106
ar71xx: rb2011: define LEDs connected to the AR8327 switch
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39341
2014-01-20 10:23:01 +00:00
Gabor Juhos
31d6ad289f
ar71xx: enable AR8327 LED support
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39340
2014-01-20 10:23:00 +00:00
Gabor Juhos
2d28a07df7
kernel/3.1[02]: add AR8216_PHY_LEDS option
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39339
2014-01-20 10:22:59 +00:00
Gabor Juhos
0056ac55af
generic: ar8216: add custom LED support for the AR8327 switch
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39338
2014-01-20 10:22:56 +00:00
Gabor Juhos
15d41de1eb
generic: ar8216: allow to use chip specific cleanup callback
...
It will be used for AR8327.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39337
2014-01-20 10:22:55 +00:00
Gabor Juhos
c7652f1f9e
generic: ar8216: add optimized rmw operation
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39336
2014-01-20 10:22:54 +00:00
Gabor Juhos
b4dc45e07d
ar71xx: rb2011: fix eth5 LED
...
The eth5 LED on the RB2011 is not working because the
LED control rule is missing. Fix it.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39335
2014-01-20 10:22:49 +00:00
John Crispin
ebaa3817a7
ralink: activate xhci config
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39330
2014-01-19 17:27:31 +00:00
John Crispin
a818a3cf8f
ralink: backport various fixes from linux-mti
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39329
2014-01-19 17:27:22 +00:00
John Crispin
a75b692557
ralink: add xhci driver
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39328
2014-01-19 17:27:13 +00:00
Jonas Gorski
d513c07d2f
brcm63xx: fix typo breaking build in r39325
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 39326
2014-01-19 14:00:18 +00:00
Jonas Gorski
66ec204935
brcm63xx: set usb host port number for some devices
...
Update a few devices with their actual port numbers, especially those
with two ports.
Should allow properly using the second port on the Neufboxen and HW553
and HW556.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 39325
2014-01-19 13:46:25 +00:00
Jonas Gorski
ef81c6a268
brcm63xx: allow setting the number of usb host ports for boards
...
Allow setting the number of available usb host ports for boards with
additional sanity checks to allow using the second port on devices
where it is available.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 39324
2014-01-19 13:46:14 +00:00
Jonas Gorski
6b3e1c8de6
brcm63xx: add USB support for BCM63268
...
Add and enable USB support for the BCM63268 family of SoCs.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 39323
2014-01-19 13:46:05 +00:00