[OpenWrt-Devel] [PATCH 1/1] kikwood: populate network with new boards

2014-12-18 Thread Gerald Kerma
- SheevaPlug - SheevaPlug with eSATA - GuruplugServerPlus Signed-off-by: Gerald Kerma --- target/linux/kirkwood/base-files/etc/uci-defaults/02_network | 9 + 1 file changed, 9 insertions(+) diff --git a/target/linux/kirkwood/base-files/etc/uci-defaults/02_network b/target/linux/kirkwoo

[OpenWrt-Devel] [PATCH] dnsmasq: Makefile fixes and cleanups

2014-12-18 Thread Frank Schäfer
- DHCPv6 config option depends on IPV6 - DNSSEC config option needs to select libnettle - do not install trust-anchors.conf if package compiled without DNSSEC support - show build configuration options in a submenu and only if the package is enabled - only provide a single (but configurable) packa

Re: [OpenWrt-Devel] nftables development and support in openwrt

2014-12-18 Thread Tomer Eliyahu
> Notify whom? I mean we could probably notify someone or something when the > high-level openwrt firewall > is reloaded. In fact there is already a user-script hook. Notify a kernel module that the firewall configuration has changed. The user script is called only when the firewall is restarted

[OpenWrt-Devel] [PATCH v2 4/4] oxnas: sata_oxnas: make irq handler more readable

2014-12-18 Thread Daniel Golle
safed one level of indention by using 'continue' instead of a lengthy if-clause. Signed-off-by: Daniel Golle v2: use logic-AND instead of '?' operator when checking for hw bug 6320 --- target/linux/oxnas/files/drivers/ata/sata_oxnas.c | 25 --- 1 file changed, 13 insertions(+

[OpenWrt-Devel] [PATCH] kirkwood: set default EA4500 switch config

2014-12-18 Thread Claudio Leite
This maps the LAN ports to eth0 and WAN port to eth1. Since there are two interfaces the 802.1q VLAN mode is unnecessary and left disabled. Port-based VLANs are used instead. Signed-off-by: Claudio Leite --- .../kirkwood/base-files/etc/uci-defaults/02_network | 16 1 file c

[OpenWrt-Devel] [PATCH 1/1] kikwood: uboot-envtools: add plugs boards

2014-12-18 Thread Gerald Kerma
Add some kirkwood plugs to uboot-envtools - SheevaPlug - SheevaPlug with eSATA - GuruplugServerPlus Changes in v2 - fix missing defines in Makefile Signed-off-by: Gerald Kerma --- package/boot/uboot-envtools/files/kirkwood | 5 - target/linux/kirkwood/base-files/lib/kirkwood.sh | 12

[OpenWrt-Devel] [PATCH 1/1] kikwood: uboot-envtools: add plugs boards

2014-12-18 Thread Gerald Kerma
Add some kirkwood plugs to uboot-envtools - SheevaPlug - SheevaPlug with eSATA - GuruplugServerPlus Signed-off-by: Gerald Kerma --- package/boot/uboot-envtools/files/kirkwood | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package/boot/uboot-envtools/files/kirkwood b/pac

[OpenWrt-Devel] [PATCH uqmi] Fix encoding phone number on sending sms

2014-12-18 Thread Sławomir Demeszko
Return proper length of encoded phone number with odd count of digits, without this patch number is encoded in memory but length returned by function is not incremented and sms cannot be send. Signed-off-by: Sławomir Demeszko --- commands-wms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(

[OpenWrt-Devel] Is https://github.com/openwrt-mirror an official mirror?

2014-12-18 Thread Owen Brotherwood
Hi Is https://github.com/openwrt-mirror an official mirror? Best regards, Owen (oxo) Brotherwood https://www.linkedin.com/profile/view?id=8882380 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/

Re: [OpenWrt-Devel] [PATCH] ar7: Remove linux-3.10 leftovers

2014-12-18 Thread Sedat Dilek
On Thu, Dec 18, 2014 at 12:59 PM, Felix Fietkau wrote: > On 2014-12-16 22:57, Sedat Dilek wrote: >> The config-3.10 got removed in r43632, so bye-bye to patches-3.10 as well. >> >> Signed-off-by: Sedat Dilek > Patch didn't apply, so I removed the 3.10 patches myself. > OK, thanks. I just greppe

Re: [OpenWrt-Devel] [PATCH v2 16/16] uci_internal: use comma expression for UCI_INTERNAL() call.

2014-12-18 Thread Yousong Zhou
On 18 December 2014 at 19:08, Felix Fietkau wrote: > On 2014-12-16 08:00, Yousong Zhou wrote: >> Signed-off-by: Yousong Zhou >> --- >> uci_internal.h |8 >> 1 file changed, 4 insertions(+), 4 deletions(-) >> >> diff --git a/uci_internal.h b/uci_internal.h >> index 89863f1..cb8f86c 1

Re: [OpenWrt-Devel] [PATCH uqmi 3/3] v2 Added commands to change PIN code

2014-12-18 Thread Felix Fietkau
On 2014-12-17 15:56, Sławomir Demeszko wrote: > Signed-off-by: Sławomir Demeszko > --- > Sorry, somehow old version was in commit. I removed static from struct. Applied all your pending patches. A few issues (which I fixed up myself while applying): - the "v2" in the patch subject should be insid

Re: [OpenWrt-Devel] [PATCH] ar7: Remove linux-3.10 leftovers

2014-12-18 Thread Felix Fietkau
On 2014-12-16 22:57, Sedat Dilek wrote: > The config-3.10 got removed in r43632, so bye-bye to patches-3.10 as well. > > Signed-off-by: Sedat Dilek Patch didn't apply, so I removed the 3.10 patches myself. - Felix ___ openwrt-devel mailing list openwrt

Re: [OpenWrt-Devel] [PATCH v2 16/16] uci_internal: use comma expression for UCI_INTERNAL() call.

2014-12-18 Thread Felix Fietkau
On 2014-12-16 08:00, Yousong Zhou wrote: > Signed-off-by: Yousong Zhou > --- > uci_internal.h |8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/uci_internal.h b/uci_internal.h > index 89863f1..cb8f86c 100644 > --- a/uci_internal.h > +++ b/uci_internal.h > @@ -22

[OpenWrt-Devel] [PATCH] BB: ralink/mt7530: fixbug: unused vlan entry will take effect to other vlan.

2014-12-18 Thread xfguo
It will fail when you have an uci network config like this: ``` config switch option name 'switch0' option reset '1' option enable_vlan '1' config switch_vlan option device 'switch0' option vlan '15' option vid '1' option ports '0 6t' confi