]> git.ipfire.org Git - ipfire-2.x.git/commit - lfs/udev
network: Configure device names from /var/ipfire/ethernet/settings
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 15:31:59 +0000 (16:31 +0100)
commit600b99fb315f02cd778b7725cdf54ca95caf095d
treec523583f7118aab4a52414c9db5b9657629740e6
parent5604dc748d0c38a05d2f909aedbe50d8d05684e7
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]