kernel/modules: relocate teql hotplug from iproute2 to kmod-sched
authorTony Ambardar <itugrok@yahoo.com>
Tue, 2 Mar 2021 04:59:04 +0000 (20:59 -0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 10 Apr 2021 12:22:28 +0000 (14:22 +0200)
commit0d5e308664ee2ee449e19d10d19427a4ea0dae4b
tree290d95505032cc787c0fb04f93d44e8716bae480
parente07105303f538a4713db61d5f99017e81e87ab2c
kernel/modules: relocate teql hotplug from iproute2 to kmod-sched

The link equalizer sch_teql.ko of package kmod-sched relies on a hotplug
script historically included in iproute2's tc package. In previous
discussion [1], consensus was the hotplug script is best located together
with the module in kmod-sched, but this change was deferred at the time.

Relocate the hotplug script now. This change also simplifies adding a tc
variant for minimal size with reduced functionality.

[1] https://github.com/openwrt/openwrt/pull/1627#issuecomment-447923636

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
(cherry picked from commit 863ce4f15f74a674f01ab47f445b362c113b113b)
package/kernel/linux/files/hotplug-sched-teql.sh [new file with mode: 0644]
package/kernel/linux/modules/netsupport.mk
package/network/utils/iproute2/Makefile
package/network/utils/iproute2/files/15-teql [deleted file]