diff options
author | Marcin Juszkiewicz <hrw@koansoftware.com> | 2009-01-09 11:29:56 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@koansoftware.com> | 2009-01-16 15:37:27 +0100 |
commit | 3ebd0de9a856c8d97a2993d985230a25dcea8947 (patch) | |
tree | dbe0bf86d9a3c289badf0986449dd043fb315a89 /packages/busybox/busybox_1.11.3.bb | |
parent | 504311c49c8670f50af7ab32cf8f1b2fea102445 (diff) |
busybox: improved mdev initscript and config
- do not mount /sys as it is already mounted
- fixed hotplug handler (mdev is in /sbin not /bin)
- fixed regexps in mdev.conf
- alsa and input devnodes in proper directories
Diffstat (limited to 'packages/busybox/busybox_1.11.3.bb')
-rw-r--r-- | packages/busybox/busybox_1.11.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/busybox/busybox_1.11.3.bb b/packages/busybox/busybox_1.11.3.bb index 4466548a4d..c4466bcf67 100644 --- a/packages/busybox/busybox_1.11.3.bb +++ b/packages/busybox/busybox_1.11.3.bb @@ -1,5 +1,5 @@ require busybox.inc -PR = "r5" +PR = "r6" SRC_URI = "\ http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ |