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

2014-12-30 Thread xfguo
It will fail when you have an uci network config (swconfig part) 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 por

[OpenWrt-Devel] [PATCH] iproute2: bump version to v3.18.0, add package for bridge program

2014-12-30 Thread Russell Senior
Signed-off-by: Russell Senior --- package/network/utils/iproute2/Makefile | 15 +-- package/network/utils/iproute2/patches/300-ip_tiny.patch | 15 --- 2 files changed, 21 insertions(+), 9 deletions(-) diff --git a/package/network/utils/iproute2/Makefile

Re: [OpenWrt-Devel] Wiki upload rights

2014-12-30 Thread Jo-Philipp Wich
Hi, upload should be possible for any registered user within the media namespace. ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH v2 2/2] dnsmasq: fix dependency problems of the dnsmasq-full variant.

2014-12-30 Thread Yousong Zhou
This patch tries to - Let the DHCPv6 feature depend on CONFIG_IPV6. - Conditionally select libnettle, kmod-ipv6, kmod-ipt-ipset only if the corresponding features are enabled. - Install `trust-anchors.conf` only if DNSSEC is selected. - Add PKG_CONFIG_DEPENDS for the configurable options.

[OpenWrt-Devel] [PATCH v2 1/2] package: remove references to symbols TARGET_{ps3, pxcab}.

2014-12-30 Thread Yousong Zhou
Target pxcab and ps3 were removed from maintaince in r34764 and r34765 respectively. Signed-off-by: Yousong Zhou --- package/kernel/mac80211/Makefile |2 +- package/network/utils/ipset/Makefile |6 -- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/package/kernel/ma