From: Manas Sambhus Date: Sat, 9 Jul 2022 06:30:25 +0000 (+0530) Subject: kernel: netsupport: replace insmod by modprobe X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4cc7011da02d31574b297817936ccd02d6a94f69;p=openwrt%2Fstaging%2Fstintel.git kernel: netsupport: replace insmod by modprobe Replace insmod by modprobe in TEQL hotplug script Signed-off-by: Manas Sambhus --- diff --git a/package/kernel/linux/files/hotplug-sched-teql.sh b/package/kernel/linux/files/hotplug-sched-teql.sh index a0c0e503aa..2dc4ed4a84 100644 --- a/package/kernel/linux/files/hotplug-sched-teql.sh +++ b/package/kernel/linux/files/hotplug-sched-teql.sh @@ -12,7 +12,7 @@ config_get teql $INTERFACE teql if [ "$teql" != "" ]; then logger Adding device $DEVICE to TEQL master $teql - insmod sch_teql + modprobe sch_teql tc qdisc add dev $DEVICE root $teql # The kernel doesn't let us bring it up until it has at least one