mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-26 04:36:33 +00:00
- Add default udev.conf and fix a mkdir call.
Thanks to Petr Stetiar.
This commit is contained in:
parent
0186dab79f
commit
f4d23f7ead
7
package/udev/udev.conf
Normal file
7
package/udev/udev.conf
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# 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
|
@ -49,7 +49,7 @@ UDEV_CONF:=etc/udev/frugalware/*
|
|||||||
|
|
||||||
$(TARGET_DIR)/$(UDEV_TARGET_BINARY): $(UDEV_DIR)/$(UDEV_BINARY)
|
$(TARGET_DIR)/$(UDEV_TARGET_BINARY): $(UDEV_DIR)/$(UDEV_BINARY)
|
||||||
-mkdir $(TARGET_DIR)/sys
|
-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) \
|
$(INSTALL) -D -m 0644 $(UDEV_DIR)/$(UDEV_CONF) \
|
||||||
$(TARGET_DIR)/etc/udev/rules.d
|
$(TARGET_DIR)/etc/udev/rules.d
|
||||||
$(MAKE) CROSS_COMPILE=$(TARGET_CROSS) CC=$(TARGET_CC) LD=$(TARGET_CC) \
|
$(MAKE) CROSS_COMPILE=$(TARGET_CROSS) CC=$(TARGET_CC) LD=$(TARGET_CC) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user