kernel: netsupport: replace insmod by modprobe
Replace insmod by modprobe in TEQL hotplug script Signed-off-by: Manas Sambhus <manas.sambhus+github@gmail.com>
This commit is contained in:
parent
db0c0a31d8
commit
4cc7011da0
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ config_get teql $INTERFACE teql
|
||||||
|
|
||||||
if [ "$teql" != "" ]; then
|
if [ "$teql" != "" ]; then
|
||||||
logger Adding device $DEVICE to TEQL master $teql
|
logger Adding device $DEVICE to TEQL master $teql
|
||||||
insmod sch_teql
|
modprobe sch_teql
|
||||||
tc qdisc add dev $DEVICE root $teql
|
tc qdisc add dev $DEVICE root $teql
|
||||||
|
|
||||||
# The kernel doesn't let us bring it up until it has at least one
|
# The kernel doesn't let us bring it up until it has at least one
|
||||||
|
|
Loading…
Reference in a new issue