summaryrefslogtreecommitdiff
path: root/package/udev/udev.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2006-04-06 18:21:51 +0000
committerEric Andersen <andersen@codepoet.org>2006-04-06 18:21:51 +0000
commit1718a2060213538df2249db96c036566bbe1d7cf (patch)
tree7ea0a802cd2f7a0993eee8b56305ce6aba488771 /package/udev/udev.mk
parent0d26efed3a70b1c8d044dcc119e7810b4c852a75 (diff)
bjdooks writes:
udev creates wrong permissions on /dev/s3c2410_serial devices Attached patch adds a line for s3c2410_serial with the correct MODE/group
Diffstat (limited to 'package/udev/udev.mk')
-rw-r--r--package/udev/udev.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/udev/udev.mk b/package/udev/udev.mk
index e437be111..3c5f6ca95 100644
--- a/package/udev/udev.mk
+++ b/package/udev/udev.mk
@@ -21,6 +21,7 @@ udev-source: $(DL_DIR)/$(UDEV_SOURCE)
$(UDEV_DIR)/.unpacked: $(DL_DIR)/$(UDEV_SOURCE)
$(UDEV_CAT) $(DL_DIR)/$(UDEV_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
+ toolchain/patch-kernel.sh $(UDEV_DIR) package/udev \*.patch
touch $(UDEV_DIR)/.unpacked
$(UDEV_DIR)/.configured: $(UDEV_DIR)/.unpacked