Florian Fainelli
87f8092629
brcm63xx: fix warning in Redboot code
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39404
2014-01-27 04:34:39 +00:00
Gabor Juhos
a709f0fd9a
x86: remove 3.6 support
...
The 3.6 kernel isn't used by any of the x86 subtargets, so remove it.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39403
2014-01-26 17:42:26 +00:00
Gabor Juhos
7c137c187f
ar71xx: swconfig: use the local helper to set LED brightness on link down
...
Use the 'swconfig_trig_set_brightness' function to set
the brightness value of the LED when the link goes down.
This ensures that the last brighness value is saved into
a local variable which is used to track the actual LED
status.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39402
2014-01-26 16:46:21 +00:00
Gabor Juhos
3b8c51771d
ar71xx: wpe72: set active_low flag for the reset button
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39401
2014-01-26 14:55:34 +00:00
Gabor Juhos
b503dc026e
ar71xx: wp543: set active_low flag for the buttons
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39400
2014-01-26 14:55: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
Gabor Juhos
e41e531e3b
ar71xx: image: reserve 4 erase blocks on the TP-Link devices
...
This ensures that the generated images will have enough erase
blocks for JFFS2.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39397
2014-01-25 18:12:13 +00:00
Gabor Juhos
50f38063cd
ar71xx: archer c7: define LEDs connected to the AR8327 switch
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39395
2014-01-25 11:16:59 +00:00
Gabor Juhos
f1a9ed8345
ar71xx: image: move WNDAP360 macro
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39394
2014-01-25 08:31:45 +00:00
Gabor Juhos
715c7533b9
kernel/3.8: 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: 39393
2014-01-25 08:25:05 +00:00
Gabor Juhos
f85231257e
ar71xx: fix bad RX sensitivity on newer TL-WDR4300 boards
...
On recent TL-WDR4300 boards the external LNAs of the 2.4GHz
interface are connected to GPIO lines. Because these GPIO
lines are disabled by default, the RX sensitivity of the
device is quite bad.
Setup the GPIOs of the external LNAs to fix the issue.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39392
2014-01-24 17:40:17 +00:00
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