[openwrt/openwrt] bcm53xx: fix shebang in packet_steering.sh
LEDE Commits
lede-commits at lists.infradead.org
Wed Feb 15 10:44:30 PST 2023
rmilecki pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/56a93f98738acd029c88e50de07911101746e565
commit 56a93f98738acd029c88e50de07911101746e565
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Wed Feb 15 19:04:34 2023 +0100
bcm53xx: fix shebang in packet_steering.sh
Fixes: 6e555ac3ad26 ("bcm53xx: refactor packet steering init")
Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
---
target/linux/bcm53xx/base-files/usr/libexec/platform/packet-steering.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/bcm53xx/base-files/usr/libexec/platform/packet-steering.sh b/target/linux/bcm53xx/base-files/usr/libexec/platform/packet-steering.sh
index dacd1adc7e..939a356d23 100755
--- a/target/linux/bcm53xx/base-files/usr/libexec/platform/packet-steering.sh
+++ b/target/linux/bcm53xx/base-files/usr/libexec/platform/packet-steering.sh
@@ -1,4 +1,4 @@
-#!/bin/sh /etc/rc.common
+#!/bin/sh
packet_steering="$(uci -q get network. at globals[0].packet_steering)"
flow_offloading="$(uci -q get firewall. at defaults[0].flow_offloading)"
More information about the lede-commits
mailing list