[OpenWrt-Devel] [PATCH] zynq: Add Zybo device support

2016-04-20 Thread Jason Wu
Signed-off-by: Jason Wu diff --git a/package/boot/uboot-zynq/Makefile b/package/boot/uboot-zynq/Makefile index 2053e8d..412415b 100644 --- a/package/boot/uboot-zynq/Makefile +++ b/package/boot/uboot-zynq/Makefile @@ -41,9 +41,14 @@ define uboot/zed TITLE:=U-Boot

[OpenWrt-Devel] [PATCH] Zynq: Add Zedboard device support

2016-04-20 Thread Jason Wu
Tested-by: Joe Zhang Signed-off-by: Jason Wu diff --git a/package/boot/uboot-zynq/Makefile b/package/boot/uboot-zynq/Makefile index 3a17f7f..2053e8d 100644 --- a/package/boot/uboot-zynq/Makefile +++ b/package/boot/uboot-zynq/Makefile @@ -37,8 +37,13

[OpenWrt-Devel] [RFC v2] zynq: Re-implement mkits.sh and use it

2016-04-20 Thread Jason Wu
The new mkits.sh is a complete new implementation to support: - multi-configuration (upto 10 with -c option). First -c used defines the default conf used. - multi-image support - multiple kernel/fdt/ramdsik image (upto 50 images) - per image configuration: Tools now reuse the option for each

[OpenWrt-Devel] [PATCH] zynq: Remove rdinit patch

2016-04-20 Thread Jason Wu
This is not required as long as CONFIG_TARGET_INIT_CMD is correctly configured. Signed-off-by: Jason Wu diff --git a/target/linux/zynq/patches-4.4/0001-arm-dts-zynq-zc702.dts-Set-default-rdinit-to-sbin-in.patch

Re: [OpenWrt-Devel] [PATCH] Add support for multiple RADIUS servers

2016-04-20 Thread John Crispin
On 20/04/2016 20:09, Rafał Miłecki wrote: > On 20 April 2016 at 16:48, amine.ahd wrote: >> Hostapd allows more than one RADIUS server to be added in case the main >> server goes down. >> This allows netifd to load a list of RADIUS servers from the wireless confid >> file

Re: [OpenWrt-Devel] [PATCH] Add support for multiple RADIUS servers

2016-04-20 Thread Rafał Miłecki
On 20 April 2016 at 16:48, amine.ahd wrote: > Hostapd allows more than one RADIUS server to be added in case the main > server goes down. > This allows netifd to load a list of RADIUS servers from the wireless confid > file and add them to hostapd. > The format of the list

Re: [OpenWrt-Devel] [PATCH] feeds.conf.default: remove the commented ancient feeds

2016-04-20 Thread John Crispin
On 20/04/2016 00:05, Hannu Nyman wrote: > Does anybody know what happened to this patch? > http://patchwork.ozlabs.org/patch/608467/ > > I got email from ozlabs patchwork eight days ago that the patch was > "accepted" and ozlabs status shows that, but so far the patch has not > been commited to

[OpenWrt-Devel] [PATCH] ramips: update DTS file for Planex DB-WRT01

2016-04-20 Thread YuheiOKAWA
update DTS files to use jedec,spi-nor compatible string for m25p80 to fix probe issues. Signed-off-by: YuheiOKAWA --- target/linux/ramips/dts/DB-WRT01.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/dts/DB-WRT01.dts

[OpenWrt-Devel] [PATCH] Add support for multiple RADIUS servers

2016-04-20 Thread amine.ahd
Hostapd allows more than one RADIUS server to be added in case the main server goes down. This allows netifd to load a list of RADIUS servers from the wireless confid file and add them to hostapd. The format of the list in the config file is as follow: list auth_servers ... list auth_ports ...

[OpenWrt-Devel] (no subject)

2016-04-20 Thread Ben Barker
Hi, I can see a couple of months ago a patch was submitted to allow the wr802n to work as expected, but at the time it looks like it was rejected because it was not submitted properly: https://lists.openwrt.org/pipermail/openwrt-devel/2016-February/039591.html Do you know if any progress was

[OpenWrt-Devel] [PATCH 8/9] ipq806x/dts: Add Archer C2600 DTSI

2016-04-20 Thread Darryl Sokoloski
Signed-off-by: Josh Bendavid [dar...@sokoloski.ca: submitting patches on behalf of Josh Bendavid] Signed-off-by: Darryl Sokoloski --- target/linux/ipq806x/dts/qcom-ipq8064-c2600.dts | 412 1 file changed, 412 insertions(+)

[OpenWrt-Devel] [PATCH 9/9] kernel/mac80211: Skip ath10k OTP check if caldata found

2016-04-20 Thread Darryl Sokoloski
Signed-off-by: Josh Bendavid [dar...@sokoloski.ca: submitting patches on behalf of Josh Bendavid] Signed-off-by: Darryl Sokoloski --- .../patches/941-ath10k_skip_otp_check.patch| 44 ++ 1 file changed, 44 insertions(+)

[OpenWrt-Devel] [PATCH 7/9] ipq806x/profiles: Add TP-Link profile with C2600 support

2016-04-20 Thread Darryl Sokoloski
Signed-off-by: Josh Bendavid [dar...@sokoloski.ca: submitting patches on behalf of Josh Bendavid] Signed-off-by: Darryl Sokoloski --- target/linux/ipq806x/profiles/tplink.mk | 20 1 file changed, 20 insertions(+) create mode

[OpenWrt-Devel] [PATCH 6/9] ipq806x/base-files: Extract ath10k calibration data

2016-04-20 Thread Darryl Sokoloski
Signed-off-by: Josh Bendavid [dar...@sokoloski.ca: submitting patches on behalf of Josh Bendavid] Signed-off-by: Darryl Sokoloski --- .../etc/hotplug.d/firmware/11-ath10k-caldata | 68 ++ 1 file changed, 68 insertions(+)

[OpenWrt-Devel] [PATCH 5/9] ipq806x/base-files: Add support for Archer C2600

2016-04-20 Thread Darryl Sokoloski
Signed-off-by: Josh Bendavid [dar...@sokoloski.ca: submitting patches on behalf of Josh Bendavid] Signed-off-by: Darryl Sokoloski --- target/linux/ipq806x/base-files/lib/ipq806x.sh | 3 +++ .../linux/ipq806x/base-files/lib/upgrade/platform.sh

[OpenWrt-Devel] [PATCH 4/9] ipq806x/base-files: Add Archer C2600 board LEDs/network

2016-04-20 Thread Darryl Sokoloski
Signed-off-by: Josh Bendavid [dar...@sokoloski.ca: submitting patches on behalf of Josh Bendavid] Signed-off-by: Darryl Sokoloski --- target/linux/ipq806x/base-files/etc/board.d/01_leds| 7 +++