]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commit
network: Configure device names from /var/ipfire/ethernet/settings batman-two
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 9 Mar 2015 14:35:57 +0000 (15:35 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 9 Mar 2015 14:35:57 +0000 (15:35 +0100)
commitff2bbeb5898885d658598c044dcd6b538126279e
tree74cac46a49ee015f8c1f109af8fba92662d7c28d
parent0fcd2249277acf0e70eab4c9b9bcf67ec69150e0
network: Configure device names from /var/ipfire/ethernet/settings

Instead of creating a copy of the configuration values and
for better extensibility, we will have udev execute a script
that parses /var/ipfire/ethernet/settings and will return the
correct name of the corresponding device (green0, blue0, ...).
config/rootfiles/common/armv5tel/initscripts
config/rootfiles/common/i586/initscripts
config/rootfiles/common/udev
config/udev/60-net.rules [new file with mode: 0644]
config/udev/network-hotplug-rename [new file with mode: 0644]
lfs/initscripts
lfs/udev
src/initscripts/init.d/network-trigger [new file with mode: 0644]