[OpenWrt-Devel] Fwd: NCD, a light scripting language for network configs and much more

2012-08-17 Thread Florian Fainelli
Seen on linux-embedded Message original Sujet: NCD, a light scripting language for network configs and much more Date : Fri, 17 Aug 2012 12:03:55 +0200 De : Ambroz Bizjak ambr...@gmail.com Pour : linux-embed...@vger.kernel.org, linux-hotp...@vger.kernel.org,

Re: [OpenWrt-Devel] Running avahi-daemon without D-Bus

2012-08-17 Thread Mike Brady
Hi Damiano. Even if you don't want avahi to support or need D-BUS, you still need the dbus package to be present in the build environment so that avahi's compilation dependencies can be satisfied. However, as I think you've discovered, libdbus won't be included in the runtime package. Regards

[OpenWrt-Devel] [PATCH 2/2 v6][BCM63XX] Add BCMA SPROM support

2012-08-17 Thread Álvaro Fernández Rojas
Avoid getting a new mac address each time the sprom is checked. Added array parenthesis. Added pr_fmt(). Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com Index: target/linux/brcm63xx/config-3.3 === ---

[OpenWrt-Devel] [PATCH 1/2 v6][BCM63XX] Add BCMA/SSB nvram mac sprom support

2012-08-17 Thread Álvaro Fernández Rojas
Assign mac addresses to each pci/pcie device and avoid getting new ones. Signed-off-by: Jonas Gorski jonas.gor...@gmail.com Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com Index: target/linux/brcm63xx/patches-3.3/900-bcm63xx_nvram_sprom_mac.patch

[OpenWrt-Devel] [PATCH][BCM63XX] Add endian check for ath9k

2012-08-17 Thread Álvaro Fernández Rojas
Add endian check for ath9k. Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com Index: target/linux/brcm63xx/patches-3.3/443-BCM63XX-add-endian-check-for-ath9k.patch === ---

[OpenWrt-Devel] [PATCH] lantiq: dsl: fix status polling loop

2012-08-17 Thread Conor O'Gorman
doesn't need to do it 20 times all the time, missing loop condition check Signed-off-by: Conor O'Gorman i...@conorogorman.net --- .../patches/110-fix_status_polling_loop.patch | 11 +++ 1 file changed, 11 insertions(+) create mode 100644