1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-26 17:47:29 +02:00
openwrt/target
Adrian Schmutzler 670eeb7888 mediatek: fix IPv4-only corner case and commit in 99-net-ps
The uci config section network.globals set up in /bin/config_generate
will only be created if /proc/sys/net/ipv6 exists.

Correspondingly, lacking IPv6 support, the command
uci set network.globals.packet_steering=1
will fail with "uci: Invalid argument" as the network.globals config
has not been set up.

Fix that by adding the setup there as well.

While at it, limit the uci commit to the network config file.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
(cherry picked from commit 636b62e8e2)
2020-06-28 14:34:35 +02:00
..
imagebuilder imagebuilder: fix make info for empty SUPPORTED_DEVICES 2019-08-22 21:19:04 +02:00
linux mediatek: fix IPv4-only corner case and commit in 99-net-ps 2020-06-28 14:34:35 +02:00
sdk sdk: use bundle-libraries.sh to ship kernel objtool tools 2019-09-04 13:47:04 +02:00
toolchain target/toolchain/files/wrapper.sh: simplify 'case' 2019-09-04 13:28:08 +02:00
Config.in build: add a config option for enabling a testing version of the target kernel 2019-05-11 11:37:10 +02:00
Makefile