Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] udev package fixes
@ 2006-12-08 20:06 Petr Stetiar
  2006-12-10 13:59 ` Bernhard Fischer
  0 siblings, 1 reply; 2+ messages in thread
From: Petr Stetiar @ 2006-12-08 20:06 UTC (permalink / raw)
  To: buildroot

This patch fixes two issues in udev package:

1. mkdir: cannot create directory `/root/src/buildroot/build_i686/root/ 
   etc/udev/rules.d': No such file or directory
2. /usr/bin/install: cannot stat `package/udev/udev.conf': No such file or
   directory

-- ynezz
-------------- next part --------------
Index: udev.conf
===================================================================
--- udev.conf	(revision 0)
+++ udev.conf	(revision 0)
@@ -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
Index: udev.mk
===================================================================
--- udev.mk	(revision 16820)
+++ udev.mk	(working copy)
@@ -49,7 +49,7 @@
 
 $(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) \

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] udev package fixes
  2006-12-08 20:06 [Buildroot] [PATCH] udev package fixes Petr Stetiar
@ 2006-12-10 13:59 ` Bernhard Fischer
  0 siblings, 0 replies; 2+ messages in thread
From: Bernhard Fischer @ 2006-12-10 13:59 UTC (permalink / raw)
  To: buildroot

On Fri, Dec 08, 2006 at 09:06:54PM +0100, Petr Stetiar wrote:
>This patch fixes two issues in udev package:
>
>1. mkdir: cannot create directory `/root/src/buildroot/build_i686/root/ 
>   etc/udev/rules.d': No such file or directory
>2. /usr/bin/install: cannot stat `package/udev/udev.conf': No such file or
>   directory

Applied, thanks.
PS: please send patches so they can be applied with -p1 from the
toplevel source-directory.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-12-10 13:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-08 20:06 [Buildroot] [PATCH] udev package fixes Petr Stetiar
2006-12-10 13:59 ` Bernhard Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox