Adrian Schmutzler 03a0b7b7e5 ramips: fix IPv4-only corner case in 01_enable_packet_steering
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.

Fixes: dfd62e575c6c ("ramips: enable packet steering by default on mt7621")

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-06-15 00:04:35 +02:00
..
2020-06-09 16:59:33 +02:00
2020-06-09 16:59:33 +02:00
2020-06-09 16:59:33 +02:00
2020-06-09 16:59:33 +02:00
2020-03-28 13:03:02 +01:00
2020-05-25 12:04:55 +02:00
2020-06-09 16:59:33 +02:00
2020-04-28 01:10:48 +02:00
2020-03-28 22:58:36 +01:00
2020-03-17 00:51:48 +01:00