bcm53xx: fix shebang in packet_steering.sh
Fixes: 6e555ac3ad
("bcm53xx: refactor packet steering init")
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
This commit is contained in:
parent
3c66ac7e22
commit
56a93f9873
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh /etc/rc.common
|
#!/bin/sh
|
||||||
|
|
||||||
packet_steering="$(uci -q get network.@globals[0].packet_steering)"
|
packet_steering="$(uci -q get network.@globals[0].packet_steering)"
|
||||||
flow_offloading="$(uci -q get firewall.@defaults[0].flow_offloading)"
|
flow_offloading="$(uci -q get firewall.@defaults[0].flow_offloading)"
|
||||||
|
|
Loading…
Reference in a new issue