mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-25 10:22:59 +02:00
udev: Rename enable_codel to network-aqm
This is a more generic term since CoDel is no longer being used Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
cfa5f916ea
commit
ec0ba68a15
@@ -31,9 +31,9 @@ lib/udev
|
||||
lib/udev/ata_id
|
||||
lib/udev/cdrom_id
|
||||
lib/udev/collect
|
||||
lib/udev/enable_codel
|
||||
lib/udev/init-net-rules.sh
|
||||
lib/udev/mtd_probe
|
||||
lib/udev/network-aqm
|
||||
lib/udev/network-hotplug-bridges
|
||||
lib/udev/network-hotplug-rename
|
||||
lib/udev/network-hotplug-vlan
|
||||
@@ -64,7 +64,7 @@ lib/udev/rules.d/75-probe_mtd.rules
|
||||
lib/udev/rules.d/78-sound-card.rules
|
||||
lib/udev/rules.d/80-drivers.rules
|
||||
lib/udev/rules.d/90-hwrng.rules
|
||||
lib/udev/rules.d/99-codel.rules
|
||||
lib/udev/rules.d/99-aqm.rules
|
||||
lib/udev/rules.d/99-offloading.rules
|
||||
lib/udev/scsi_id
|
||||
lib/udev/v4l_id
|
||||
|
||||
2
config/udev/99-aqm.rules
Normal file
2
config/udev/99-aqm.rules
Normal file
@@ -0,0 +1,2 @@
|
||||
# Call the AQM script
|
||||
SUBSYSTEM=="net", RUN+="/lib/udev/network-aqm"
|
||||
@@ -1,2 +0,0 @@
|
||||
# Call the enable codel script.
|
||||
SUBSYSTEM=="net", RUN+="/lib/udev/enable_codel"
|
||||
8
lfs/udev
8
lfs/udev
@@ -126,11 +126,11 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
install -v -m 644 $(DIR_SRC)/config/udev/90-hwrng.rules \
|
||||
/lib/udev/rules.d
|
||||
|
||||
# Install codel rules.
|
||||
install -v -m 644 $(DIR_SRC)/config/udev/99-codel.rules \
|
||||
# Install AQM rules
|
||||
install -v -m 644 $(DIR_SRC)/config/udev/99-aqm.rules \
|
||||
/lib/udev/rules.d
|
||||
install -m 755 $(DIR_SRC)/config/udev/enable_codel \
|
||||
/lib/udev/enable_codel
|
||||
install -m 755 $(DIR_SRC)/config/udev/network-aqm \
|
||||
/lib/udev/network-aqm
|
||||
|
||||
# Install offloading rules
|
||||
install -v -m 644 $(DIR_SRC)/config/udev/99-offloading.rules \
|
||||
|
||||
Reference in New Issue
Block a user