Add udev initilisation

We have a udev package, but no means to start udev at boot.

This change adds the necessary startup in /init, and adds the required
/sbin/udevsettle to the udev installed files

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

SVN-Revision: 9412
This commit is contained in:
Felix Fietkau
2007-10-23 06:23:36 +00:00
parent b513ee61a5
commit a10edd4cee
2 changed files with 15 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ define Package/udev/install
install -d -m0775 $(1)/sbin/
$(CP) $(PKG_INSTALL_DIR)/sbin/udevcontrol $(1)/sbin/
$(CP) $(PKG_INSTALL_DIR)/sbin/udevd $(1)/sbin/
$(CP) $(PKG_INSTALL_DIR)/sbin/udevsettle $(1)/sbin/
install -d -m0775 $(1)/usr/bin/
$(CP) $(PKG_INSTALL_DIR)/usr/bin/udevinfo $(1)/usr/bin/
$(CP) $(PKG_INSTALL_DIR)/usr/bin/udevtest $(1)/usr/bin/