Loading package/udev/udev.conf 0 → 100644 +7 −0 Original line number Diff line number Diff line # udev.conf # The initial syslog(3) priority: "err", "info", "debug" or its # numerical equivalent. For runtime debugging, the daemons internal # state can be changed with: "udevcontrol log_priority=<value>". udev_log="err" udev_root=/dev package/udev/udev.mk +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ UDEV_CONF:=etc/udev/frugalware/* $(TARGET_DIR)/$(UDEV_TARGET_BINARY): $(UDEV_DIR)/$(UDEV_BINARY) -mkdir $(TARGET_DIR)/sys -mkdir $(TARGET_DIR)/etc/udev/rules.d -mkdir -p $(TARGET_DIR)/etc/udev/rules.d $(INSTALL) -D -m 0644 $(UDEV_DIR)/$(UDEV_CONF) \ $(TARGET_DIR)/etc/udev/rules.d $(MAKE) CROSS_COMPILE=$(TARGET_CROSS) CC=$(TARGET_CC) LD=$(TARGET_CC) \ Loading Loading
package/udev/udev.conf 0 → 100644 +7 −0 Original line number Diff line number Diff line # udev.conf # The initial syslog(3) priority: "err", "info", "debug" or its # numerical equivalent. For runtime debugging, the daemons internal # state can be changed with: "udevcontrol log_priority=<value>". udev_log="err" udev_root=/dev
package/udev/udev.mk +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ UDEV_CONF:=etc/udev/frugalware/* $(TARGET_DIR)/$(UDEV_TARGET_BINARY): $(UDEV_DIR)/$(UDEV_BINARY) -mkdir $(TARGET_DIR)/sys -mkdir $(TARGET_DIR)/etc/udev/rules.d -mkdir -p $(TARGET_DIR)/etc/udev/rules.d $(INSTALL) -D -m 0644 $(UDEV_DIR)/$(UDEV_CONF) \ $(TARGET_DIR)/etc/udev/rules.d $(MAKE) CROSS_COMPILE=$(TARGET_CROSS) CC=$(TARGET_CC) LD=$(TARGET_CC) \ Loading