Re: [OpenWrt-Devel] [PATCH] package/boot/uboot-envtools: retry uci-defaults for fw_env.config

2014-11-03 Thread John Crispin
Hi, On 27/10/2014 14:53, Tijs Van Buggenhout wrote: > -[ -s /etc/config/ubootenv ] && exit 0 +FWC="/etc/fw_env.config" > +UC="/etc/config/ubootenv" > > -touch /etc/config/ubootenv +[ -s $FWC -a -s $UC ] && exit 0 > this bit is redundant between all calling files. can you no move it to the star

Re: [OpenWrt-Devel] [PATCH] Add more license tags with SPDX identifiers

2014-11-03 Thread John Crispin
turns out that this adds duplicate info. i think someone needs to go over this with a fine comb before we merge it. John On 02/11/2014 20:54, Michael Heimpold wrote: > Note, that licensing stuff is a nightmare: many packages does not > clearly state their licenses, and often multiple sour

[OpenWrt-Devel] Intel 3160 AC wireless card not recognized

2014-11-03 Thread William Haynes
I'm on an x86 64bit build of openwrt. It was built with iwlwifi support and mac80211. Looking under /lib/firmware there is the iwlwifi-3160-9.ucode file, along with the other intel drivers. The device shows up under lspci as 07:00.0 Class 0280: 8086:08b3 which is shown on pcidatabase.com as 0x08

[OpenWrt-Devel] [PATCH] ar71xx: add support for Netgear WNR2000v4

2014-11-03 Thread Michaël Burtin
Signed-off-by: Michaël Burtin --- .../ar71xx/base-files/etc/uci-defaults/01_leds | 10 ++ .../ar71xx/base-files/etc/uci-defaults/02_network |1 + target/linux/ar71xx/base-files/lib/ar71xx.sh |3 + .../ar71xx/base-files/lib/upgrade/platform.sh |8 + target/linux/ar71x

Re: [OpenWrt-Devel] [PATCH] Add more license tags with SPDX identifiers

2014-11-03 Thread Michael Heimpold
Am Montag, 3. November 2014, 10:58:20 schrieb John Crispin: > turns out that this adds duplicate info. i think someone needs to go > over this with a fine comb before we merge it. > Arghh ... you are right, overlooked this totally. Will clean up and re-post. Sorry for the noise, Michael >

[OpenWrt-Devel] [PATCH v3] Enable compiling iptables match cluster

2014-11-03 Thread Christian Scheele
From: Christian Scheele This patch adds the userspace and kernelspace for - match NETFILTER_XT_MATCH_CLUSTER This match can be used to deploy gateway and back-end load-sharing clusters. - target IP_NF_TARGET_CLUSTERIP This module allows you to configure a simple cluster of nodes that share

[OpenWrt-Devel] [PATCH v4] Enable compiling iptables match cluster

2014-11-03 Thread Christian Scheele
From: Christian Scheele This patch adds the userspace and kernelspace for - match NETFILTER_XT_MATCH_CLUSTER This match can be used to deploy gateway and back-end load-sharing clusters. - target IP_NF_TARGET_CLUSTERIP This module allows you to configure a simple cluster of nodes that share

[OpenWrt-Devel] [PATCH 14.07] Enable compiling iptables match cluster

2014-11-03 Thread Christian Scheele
From: Christian Scheele This patch adds the userspace and kernelspace for - match NETFILTER_XT_MATCH_CLUSTER This match can be used to deploy gateway and back-end load-sharing clusters. - target IP_NF_TARGET_CLUSTERIP This module allows you to configure a simple cluster of nodes that share

[OpenWrt-Devel] Lantiq/VR9 - Draytek Vigor 2760 support

2014-11-03 Thread Johan Dahlberg
Hello list, The last couple of days I've been gathering information on the Draytek Vigor 2760 (VR9/VRX288/NAND) which I recently got my hands on. From what I can tell it should be possible to support this device in OpenWRT, even if DSL support is still not fully functional(?) I have created a wik