bcm53xx: fix shebang in packet_steering.sh

Fixes: 6e555ac3ad26 ("bcm53xx: refactor packet steering init")
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
This commit is contained in:
Rafał Miłecki 2023-02-15 19:04:34 +01:00
parent 3c66ac7e22
commit 56a93f9873

View File

@ -1,4 +1,4 @@
#!/bin/sh /etc/rc.common
#!/bin/sh
packet_steering="$(uci -q get network.@globals[0].packet_steering)"
flow_offloading="$(uci -q get firewall.@defaults[0].flow_offloading)"