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>
Fri, 19 Mar 2021 14:30:01 +0000 (15:30 +0100)
commit863ce4f15f74a674f01ab47f445b362c113b113b
tree4fd2023702943403bb7836cde801c6530af693e4
parent10ffefe60299637bc592ec4ef0dde93e0e2e8344
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>
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]