mirror of
https://github.com/novatiq/packages.git
synced 2026-07-30 23:33:06 +01:00
Backport from trunk the commit improving hotplug action. https://github.com/openwrt/packages/commit/1b5afe8f464bae8fa38317548ec95fe303334c0d Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
4 lines
75 B
Bash
Executable File
4 lines
75 B
Bash
Executable File
#!/bin/sh
|
|
|
|
[ "$ACTION" = ifup ] && /usr/lib/sqm/run.sh interface ${DEVICE}
|