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
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
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
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
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
>
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
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
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
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