Commit f4d23f7e authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

- Add default udev.conf and fix a mkdir call.

  Thanks to Petr Stetiar.
parent 0186dab7
Loading
Loading
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
+1 −1
Original line number Diff line number Diff line
@@ -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) \