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