[OpenWrt-Devel] [PATCH] Ralink RT288x/RT3xxx: Added support for ZBT-826 / ZBT-1026

2016-02-29 Thread Jamie Stuart
Support for these MT7620-based routers: https://wiki.openwrt.org/toh/zbt/we-826 Based on Oskari’s patches found here: https://dev.openwrt.org/ticket/19996 Signed-off-by: Jamie Stuart --- diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds b/target/linux/ramips/base-files/etc/board.

Re: [OpenWrt-Devel] [PATCH] Ralink RT288x/RT3xxx: Added support for ZBT-826 / ZBT-1026

2016-02-29 Thread John Crispin
Hi, On 29/02/2016 11:30, Jamie Stuart wrote: > --- a/target/linux/ramips/base-files/lib/ramips.sh > +++ b/target/linux/ramips/base-files/lib/ramips.sh > @@ -478,6 +478,9 @@ ramips_board_detect() { > *"ZBT-WG2626") > name="zbt-wg2626" > ;; > + *"ZBT-WE826") > +

[OpenWrt-Devel] [PATCH] ramips: Added support for ZBT-826 / ZBT-1026

2016-02-29 Thread Jamie Stuart
V2 - corrected alphabetic ordering Support for these MT7620-based routers: https://wiki.openwrt.org/toh/zbt/we-826 Based on Oskari’s patches found here: https://dev.openwrt.org/ticket/19996 Tested on we-1026 and we-826-T --- diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds b/targe

[OpenWrt-Devel] XORG and PHONE feeds are down

2016-02-29 Thread Arturo Rinaldi
Hello forks, I have noticed that the feeds in the object are still broken (it has been a couple of days now since then). Any chance to get alternative mirrors for PHONE and XORG packages ? Best, Arturo ___ openwrt-devel mailing list openwrt-devel

[OpenWrt-Devel] [BUG] kernel crash in br_netfilter

2016-02-29 Thread Zefir Kurtisi
I've been fighting a kernel bug that is producing random crashes around network / skb_layer for a long time and was able to isolate it (or one of its components) to the br_netfilter module. I am reproducing the bug with PowerPC (TL-WDR4900v1.3) and MIPS (DB120, ar71xx) based systems. Florian Wes

[OpenWrt-Devel] regex issue / asterisk / musl / sed

2016-02-29 Thread Bastian Bittorf
dear hackers, i cannot find any former issue with that, but want to document this here. I spotted an issue in one of our scripts and it boils down to: root@box:~ echo 'o*o' | sed -e 's/*/asterisk/g' sed: bad regex '*': Invalid regexp root@box:~ echo 'o*o' | sed -e 's/\*/asterisk/g' oasterisko it

Re: [OpenWrt-Devel] [musl] regex issue / asterisk / musl / sed

2016-02-29 Thread Szabolcs Nagy
* Bastian Bittorf [2016-02-29 13:57:36 +0100]: > root@box:~ echo 'o*o' | sed -e 's/*/asterisk/g' > sed: bad regex '*': Invalid regexp > root@box:~ echo 'o*o' | sed -e 's/\*/asterisk/g' > oasterisko > > it's musl 1.1.14 on OpenWrt / r48814 > both commands are working fine with glibc and uclibc > b

[OpenWrt-Devel] [PATCH] base-files: add function ucidef_set_interface_raw

2016-02-29 Thread micke . prag
This function can be used to configure default configuration on interfaces other than lan and wan, such as wlan or other custom interfaces. Signed-off-by: Micke Prag --- package/base-files/files/lib/functions/uci-defaults.sh | 6 ++ 1 file changed, 6 insertions(+) diff --git a/package/bas

[OpenWrt-Devel] [PATCH 1/3] firmware-utils: mkfwimage: add -Wall, fix obvious bugs causing compile warnings

2016-02-29 Thread Matthias Schiffer
Signed-off-by: Matthias Schiffer --- tools/firmware-utils/Makefile| 2 +- tools/firmware-utils/src/mkfwimage.c | 12 +--- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile index 7a4403c..2573d8c 100644 ---

[OpenWrt-Devel] [PATCH 2/3] ar71xx, firmware-utils: split ubdev01 flash layout from XM

2016-02-29 Thread Matthias Schiffer
The ubdev01 profile defines its own MTDPARTS with smaller firmware partition, so give it its own UBNT_BOARD in mkfwimage. Signed-off-by: Matthias Schiffer --- target/linux/ar71xx/image/Makefile | 2 +- tools/firmware-utils/src/mkfwimage.c | 6 ++ 2 files changed, 7 insertions(+), 1 deletio

[OpenWrt-Devel] [PATCH 3/3] firmware-utils: mkfwimage: fix firmware_max_length for XM layout

2016-02-29 Thread Matthias Schiffer
The new u-boot version bundled with the 5.6.x firmwares from Ubiquiti gets confused by the smaller rootfs partition size; this can lead to various issues: 1. We've gotten reports that flashing from the 5.6.x stock firmware to OpenWrt will brick devices; I wasn't able to reproduce this myself 2.

Re: [OpenWrt-Devel] [musl] regex issue / asterisk / musl / sed

2016-02-29 Thread Szabolcs Nagy
* Szabolcs Nagy [2016-02-29 14:53:48 +0100]: > * Bastian Bittorf [2016-02-29 13:57:36 +0100]: > > root@box:~ echo 'o*o' | sed -e 's/*/asterisk/g' > > sed: bad regex '*': Invalid regexp > > root@box:~ echo 'o*o' | sed -e 's/\*/asterisk/g' > > oasterisko > > > > it's musl 1.1.14 on OpenWrt / r4881

[OpenWrt-Devel] [RFC 1/4] include: add Cortex-A53 CPU_TYPE

2016-02-29 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- include/target.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/include/target.mk b/include/target.mk index dbb6327..76fbd99 100644 --- a/include/target.mk +++ b/include/target.mk @@ -237,6 +237,7 @@ ifeq ($(DUMP),1) CPU_CFLAGS_cortex-a8 = -mar

[OpenWrt-Devel] [RFC 2/4] brcm2708-gpu-fw: update to latest version

2016-02-29 Thread Álvaro Fernández Rojas
@@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=brcm2708-gpu-fw -PKG_REV:=98e801605b31a5d7a4c36de5cb1d0e33ce95e8ab -PKG_VERSION:=20151214 +PKG_REV:=e0fcda1592f142689ba5ae735863581eb9226dac +PKG_VERSION:=20160229 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_REV).tar.gz

[OpenWrt-Devel] [RFC 0/4] Add support for Raspberry Pi 3

2016-02-29 Thread Álvaro Fernández Rojas
This adds untested support for Raspberry Pi 3. I will be able to test it when I get my RPi 3 ;D. In the meantime if anyone already has a RPi 3 and wants to test it here's the image: http://files.noltari.es/openwrt/rpi3/openwrt-brcm2708-bcm2710-rpi-3-ext4-sdcard.img http://files.noltari.es/openwrt

[OpenWrt-Devel] [RFC 4/4] brcm2708: add Raspberry Pi 3 support

2016-02-29 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- target/linux/brcm2708/Makefile | 8 +- target/linux/brcm2708/bcm2710/config-4.4 | 390 + .../brcm2708/bcm2710/profiles/RaspberryPi3.mk | 14 + target/linux/brcm2708/bcm2710/target.mk|

[OpenWrt-Devel] current state of kirkwood target in trunk?

2016-02-29 Thread Martin Mueller
Hi, what is the state of the kirkwood targets in openwrt trunk? At the moment I'm trying to get an Segate GoFlex Home running with trunk. I had it previously running with atitude adjustment and wanted to to upgrade it to trunk. Since it seems ubifs is the new way to go, I flashed a new u-boot na

Re: [OpenWrt-Devel] [PATCH v2 05/11] ltq-vdsl-app: make the dsl_control application stop cleanly

2016-02-29 Thread Hauke Mehrtens
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 02/29/2016 06:08 AM, Alexander Couzens wrote: > On Sun, 28 Feb 2016 19:44:28 +0100 Hauke Mehrtens > wrote: > >> I am not calling dsl_cmd because I want to ignore the lock, quit >> should also be send when someone else is accessing it. I saw tha

[OpenWrt-Devel] GSoC 2016: Freifunk ist dabei/Freifunk made it!

2016-02-29 Thread Andreas Bräu
<> Hallo alle, ich freue mich euch zu schreiben zu können, dass unsere Bewerbung als Mentororganisation in diesem Jahr erfolgreich war! Nun liegt eine Menge Arbeit vor uns :-) Falls ihr Studenten kennt, sagt ihnen Bescheid und redet über mögliche Projekte. Die Bewerbungsphase für die Studenten b

[OpenWrt-Devel] [PATCH CC] kernel: take bcm47xx_nvram.h from kernel and not backports

2016-02-29 Thread Matthias Schiffer
compat-wireless/backports now contains a bcm47xx_nvram.h file to backport some of the functions in it which are used by the bcmfmac driver. This file just checks for the kernel versions and provide an empty implementations on older kernel versions. This is OK on most systems, but on bcm47xx / bcm53

[OpenWrt-Devel] [PATCH CC 00/32] The CC backport wishlist

2016-02-29 Thread Matthias Schiffer
Hi, nbd asked for suggestions for patches to backport to CC, so here I deliver the set of patches we're currently carrying in Gluon and that I deem worthy for backporting. See below for some additional comments regarding the patches. We also carry two kernel bugfixes backported from 4.x to 3.18. W

[OpenWrt-Devel] [PATCH CC 02/32] ar71xx: add support for TL-WR741ND v5

2016-02-29 Thread Matthias Schiffer
This device is identical to the TL-WR740N v5, it even uses the same HWID (which wasn't the case for older TL-WR741ND revisions). Signed-off-by: Matthias Schiffer Backport of r46238 --- target/linux/ar71xx/image/Makefile | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git

[OpenWrt-Devel] [PATCH CC 01/32] ar71xx: add support for tp-link wr740n v5.0 (EU)

2016-02-29 Thread Matthias Schiffer
TP-Link ships wr740n v5.0 to Romania (so probably everywhere except China) with 4 MB flash and 32 MB memory (confirmed by their local support). This patch adds support for the v5.0 clone of v4, i just tested it on my own v5.0 router and it works. Signed-off-by: Daniel Petre Backport of r46115 --

[OpenWrt-Devel] [PATCH CC 03/32] sunxi: don't copy DTS files to BIN_DIR

2016-02-29 Thread Matthias Schiffer
The DTS files aren't useful (other targets don't copy them either) and clutter BIN_DIR with files unrelated to the chosen profile. Signed-off-by: Matthias Schiffer Backport of r46604 --- target/linux/sunxi/image/Makefile | 30 +- 1 file changed, 5 insertions(+), 25 d

[OpenWrt-Devel] [PATCH CC 04/32] sunxi: fix uboot install location

2016-02-29 Thread Matthias Schiffer
Install uboot files to KERNEL_BUILD_DIR instead of BIN_DIR to fix ImageBuilder. Similar fixes are necessary for many (all?) other uboot targets. Signed-off-by: Matthias Schiffer Backport of r46605 --- package/boot/uboot-sunxi/Makefile | 15 --- target/linux/sunxi/image/Makefile | 4

[OpenWrt-Devel] [PATCH CC 05/32] sunxi: respect CONFIG_TARGET_IMAGES_GZIP

2016-02-29 Thread Matthias Schiffer
Signed-off-by: Matthias Schiffer Backport of r46608 --- target/linux/sunxi/image/Makefile | 4 1 file changed, 4 insertions(+) diff --git a/target/linux/sunxi/image/Makefile b/target/linux/sunxi/image/Makefile index 19ab935..d3f4409 100644 --- a/target/linux/sunxi/image/Makefile +++ b/tar

[OpenWrt-Devel] [PATCH CC 06/32] odhcp6c: add option "sourcefilter" to disable source filter

2016-02-29 Thread Matthias Schiffer
Signed-off-by: Steven Barth Backport of r46408 --- package/network/ipv6/odhcp6c/Makefile| 2 +- package/network/ipv6/odhcp6c/files/dhcpv6.script | 2 +- package/network/ipv6/odhcp6c/files/dhcpv6.sh | 6 -- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/package

[OpenWrt-Devel] [PATCH CC 07/32] base-files: default_postinst: propagate the real postinst return code

2016-02-29 Thread Matthias Schiffer
Using the postinst script for sanity checks and expecting opkg to fail if the postinst didn't return 0 was possible in Barrier Breaker, propagate the real postinst return code through default_postinst to restore this behaviour. Signed-off-by: Matthias Schiffer Backport of r46653 --- package/bas

[OpenWrt-Devel] [PATCH CC 08/32] odhcp6c: minor fixes

2016-02-29 Thread Matthias Schiffer
Better synchronize RA & DHCPv6 events Accumulate some events to avoid flooding Restart softwires for address and prefix changes Signed-off-by: Steven Barth Backport of r46518 --- package/network/ipv6/odhcp6c/Makefile| 4 ++-- package/network/ipv6/odhcp6c/files/dhcpv6.script | 7

[OpenWrt-Devel] [PATCH CC 09/32] tools/firmware-utils: tplink-safeloader: clean up code

2016-02-29 Thread Matthias Schiffer
There is no reason for the internal functions not to be static. Signed-off-by: Matthias Schiffer Backport of r47210 --- tools/firmware-utils/src/tplink-safeloader.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/tools/firmware-utils/src/tplink-safel

[OpenWrt-Devel] [PATCH CC 11/32] tools/firmware-utils: tplink-safeloader: add version 1.1 support to CPE210/220/510/520

2016-02-29 Thread Matthias Schiffer
The hardware is identical to version 1.0, add the new models to the support list. Also remove the empty line at the end of the support list, the current stock images don't have it either. Signed-off-by: Matthias Schiffer Backport of r47212 --- tools/firmware-utils/src/tplink-safeloader.c | 8 +

[OpenWrt-Devel] [PATCH CC 10/32] tools/firmware-utils: tplink-safeloader: fix support-list format, clean up vendor information

2016-02-29 Thread Matthias Schiffer
The first 4 bytes of the support list and the vendor information are supposed to contain the length of these fields. Signed-off-by: Matthias Schiffer Backport of r47211 --- tools/firmware-utils/src/tplink-safeloader.c | 47 ++-- 1 file changed, 30 insertions(+), 17 delet

[OpenWrt-Devel] [PATCH CC 12/32] ar71xx: add support for the TP-LINK TL-WR1043ND v3

2016-02-29 Thread Matthias Schiffer
The hardware of the v3 is identical to the v2. Based-on-patch-by: Andreas Ziegler Signed-off-by: Matthias Schiffer Backport of r47406 --- target/linux/ar71xx/image/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/

[OpenWrt-Devel] [PATCH CC 13/32] ar71xx: fix AR71XX_MODEL on TP-Link TL-WR703N

2016-02-29 Thread Matthias Schiffer
The hwid check was wrong, causing the AR71XX_MODEL value to end with a space (as $hwver was unset). Signed-off-by: Matthias Schiffer Backport of r47553 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ar71xx/base-f

[OpenWrt-Devel] [PATCH CC 18/32] kernel: disable software protection bits for macronix flash chips at init

2016-02-29 Thread Matthias Schiffer
Signed-off-by: Felix Fietkau Backport r47626 --- .../462-m25p80-mx-disable-software-protection.patch| 10 ++ 1 file changed, 10 insertions(+) create mode 100644 target/linux/generic/patches-3.18/462-m25p80-mx-disable-software-protection.patch diff --git a/target/linux/gen

[OpenWrt-Devel] [PATCH CC 20/32] kernel/gpio_keys: load module on pre-init

2016-02-29 Thread Matthias Schiffer
fix rescue mode on wdr4900 Signed-off-by: Alexander Couzens Backport of r48793 --- package/kernel/linux/modules/input.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/input.mk b/package/kernel/linux/modules/input.mk index 86ff33c..eed9aa2 1006

[OpenWrt-Devel] [PATCH CC 21/32] ar71xx/lzma-loader: fix O32 ABI conformance

2016-02-29 Thread Matthias Schiffer
According to the calling convention of the o32 ABI the caller function must reserve stack space for $a0-$a3 registers in case the callee needs to save its arguments. The assembly code of the loader does not reserve stack space for these registers thus when the 'loader_main' function needs to save

[OpenWrt-Devel] [PATCH CC 22/32] ar71xx: fix ethernet initialization on QCA953x-based boards (TP-Link TL-WR841N/ND v9, Compex WPJ531)

2016-02-29 Thread Matthias Schiffer
The initialization routines for these boards were relying on some (wrong) defaults for the QCA953x ethernet. Make these defaults explicit to prevent breaking them when the QCA953x defaults are fixed. Signed-off-by: Matthias Schiffer Backport of r46206 --- target/linux/ar71xx/files/arch/mips/ath

[OpenWrt-Devel] [PATCH CC 24/32] ar71xx: compex wpj531 fix ethernet registration

2016-02-29 Thread Matthias Schiffer
In fb6f62e97733312053ab593fcf68eea47a21169e several settings are set on the ethernet device, but they are not working. Fix Ethernet by setting the right values. Signed-off-by: Christian Mehlis Backport of r46281 --- target/linux/ar71xx/files/arch/mips/ath79/mach-wpj531.c | 4 ++-- 1 file chang

[OpenWrt-Devel] [PATCH CC 26/32] ar71xx: compex wpj531 register usb support

2016-02-29 Thread Matthias Schiffer
Signed-off-by: Christian Mehlis Backport of r46283 --- target/linux/ar71xx/files/arch/mips/ath79/mach-wpj531.c | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wpj531.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-wpj531.c index 2cc2fe8..8a2

[OpenWrt-Devel] [PATCH CC 23/32] ar71xx: rework patch for qca953x/956x

2016-02-29 Thread Matthias Schiffer
Patch cherry-picked from the following location: https://www.codeaurora.org/cgit/quic/qsdk/oss/system/openwrt/commit/?h=release/coconut_ioe4531_2.0&id=5c357bf6c763e4140dddcc9a3bc5f005525a9c0e Changelist, - add more register defines - add EHCI support - fix GPIO pin count to 18 - fi

[OpenWrt-Devel] [PATCH CC 28/32] ar71xx: rename firmware for Chinese version of TL-WR941ND v6

2016-02-29 Thread Matthias Schiffer
It seems there are two *different* versions on TL-WR941ND v6: Chinese and European one. Currently supported by OpenWrt is Chinese one. Rename firmware to make it clear. For details see: http://wiki.openwrt.org/toh/tp-link/tl-wr941nd https://forum.openwrt.org/viewtopic.php?id=59295 Signed-off-by: R

[OpenWrt-Devel] [PATCH CC 14/32] OpenSSL: Added source/old to PKG_SOURCE_URL

2016-02-29 Thread Matthias Schiffer
OpenSSL moves old versions of the library from http://www.openssl.org/source/ to http://www.openssl.org/source/old/$version/ breaking the old links. That behavior breaks the OpenWRT-build every time OpenSSL releases a new version. This patch adds http://www.openssl.org/source/old/$version/ to the

[OpenWrt-Devel] [PATCH CC 27/32] mac80211: set mcast-rate for mesh point interfaces

2016-02-29 Thread Matthias Schiffer
In order to set the multicast rate for mesh point interfaces the "mesh join" was made explicit and moved to mac80211_setup_vif(), similar to how it is done for IBSS interfaces. Previously, the mesh join was made implicit in case authentication (i.e. $key) was not used when creating the interface i

[OpenWrt-Devel] [PATCH CC 29/32] ar71xx: add support for TP-LINK TL-WR941ND v6 (international version)

2016-02-29 Thread Matthias Schiffer
The international version is completely different from the already supported Chinese version. The WLAN of the QCA956x SoC used by this router has been fixed in r46948. This patch looks like it changes a lot in 700-MIPS-ath79-openwrt-machines.patch; that is not the case. Unfortunately, quilt decide

[OpenWrt-Devel] [PATCH CC 25/32] ar71xx: compex wpj531 fix setting mac address on ethernet

2016-02-29 Thread Matthias Schiffer
Signed-off-by: Christian Mehlis Backport of r46282 --- target/linux/ar71xx/files/arch/mips/ath79/mach-wpj531.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wpj531.c b/target/linux/ar71xx/files/arch/mips/ath79/mach

[OpenWrt-Devel] [PATCH CC 32/32] kernel: add Realtek USB to Ethernet modules

2016-02-29 Thread Matthias Schiffer
https://forum.openwrt.org/viewtopic.php?pid=279394 Signed-off-by: Dirk Neukirchen Backport of r46031 --- package/kernel/linux/modules/usb.mk | 30 ++ 1 file changed, 30 insertions(+) diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/us

[OpenWrt-Devel] [PATCH CC 31/32] base-files: add /etc/profile.d support

2016-02-29 Thread Matthias Schiffer
OpenWrt should support an optional /etc/profile.d directory like most other Linux distributions. This allows packages to install their own scripts into /etc/profile.d/ directory. The file suffix should make clear, that these scripts are (sourced) shell-snippets. If the user needs e.g. php or lua,

[OpenWrt-Devel] [PATCH CC 19/32] brcm2708-gpu-fw: move pkg build dir to kernel build dir to fix rebuild bugs after cleaning the kernel tree

2016-02-29 Thread Matthias Schiffer
Signed-off-by: Felix Fietkau Backport of r48732 --- package/kernel/brcm2708-gpu-fw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/brcm2708-gpu-fw/Makefile b/package/kernel/brcm2708-gpu-fw/Makefile index eee85e0..286984b 100644 --- a/package/kernel/br

[OpenWrt-Devel] [PATCH CC 15/32] firmware-utils: mkfwimage: add -Wall, fix obvious bugs causing compile warnings

2016-02-29 Thread Matthias Schiffer
Signed-off-by: Matthias Schiffer Backport of r48827 --- tools/firmware-utils/Makefile| 2 +- tools/firmware-utils/src/mkfwimage.c | 12 +--- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile index bd69cb4

[OpenWrt-Devel] [PATCH CC 17/32] firmware-utils: mkfwimage: fix firmware_max_length for XM layout

2016-02-29 Thread Matthias Schiffer
The new u-boot version bundled with the 5.6.x firmwares from Ubiquiti gets confused by the smaller rootfs partition size; this can lead to various issues: 1. We've gotten reports that flashing from the 5.6.x stock firmware to OpenWrt will brick devices; I wasn't able to reproduce this myself 2.

[OpenWrt-Devel] [PATCH CC 16/32] ar71xx, firmware-utils: split ubdev01 flash layout from XM

2016-02-29 Thread Matthias Schiffer
The ubdev01 profile defines its own MTDPARTS with smaller firmware partition, so give it its own UBNT_BOARD in mkfwimage. Signed-off-by: Matthias Schiffer Backport of r48828 --- target/linux/ar71xx/image/Makefile | 2 +- tools/firmware-utils/src/mkfwimage.c | 6 ++ 2 files changed, 7 inse

[OpenWrt-Devel] [PATCH CC 30/32] x86/generic: enable pata_atiixp driver

2016-02-29 Thread Matthias Schiffer
This enables booting from devices that use an ATI PATA controller for the boot device, such as the embedded CF cards in Fujitsu-Siemens Futro thin-clients. Signed-off-by: Felix Kaechele Backport of r47304 --- target/linux/x86/generic/config-default | 1 + 1 file changed, 1 insertion(+) diff --

Re: [OpenWrt-Devel] [RFC 0/4] Add support for Raspberry Pi 3

2016-02-29 Thread John Crispin
Haha, that was quick ;) On 29/02/2016 21:08, Álvaro Fernández Rojas wrote: > This adds untested support for Raspberry Pi 3. > I will be able to test it when I get my RPi 3 ;D. > > In the meantime if anyone already has a RPi 3 and wants to test it here's the > image: > http://files.noltari.es/ope

Re: [OpenWrt-Devel] [RFC 0/4] Add support for Raspberry Pi 3

2016-02-29 Thread Florian Fainelli
On Feb 29, 2016 12:08 PM, "Álvaro Fernández Rojas" wrote: > > This adds untested support for Raspberry Pi 3. > I will be able to test it when I get my RPi 3 ;D. Will give it a shot tomorrow morning, thanks for quickly sending the patches out. > > In the meantime if anyone already has a RPi 3 and