summaryrefslogtreecommitdiff
path: root/packages/busybox/busybox_1.9.2.bb
diff options
context:
space:
mode:
authorTom Rini <trini@embeddedalley.com>2009-02-13 12:45:32 -0500
committerTom Rini <trini@embeddedalley.com>2009-02-13 12:45:32 -0500
commit264f51739dbf11f310de2d6f01cf563bb08dd50c (patch)
treeb1fa3af84d04daf8ef718680d17143e633ef3e18 /packages/busybox/busybox_1.9.2.bb
parentfec216f25e71c0f2c82670f633b0f161d01cec0d (diff)
busybox: Add a 'mountall' file and install for CONFIG_FEATURE_MOUNT_FSTAB=y
For all versions of busybox that have the above enabled, bump PR and include the generic mountall (taken from sysvinit). In the inc file, if enabled make ${D}/etc/defaults/ and put this in there.
Diffstat (limited to 'packages/busybox/busybox_1.9.2.bb')
-rw-r--r--packages/busybox/busybox_1.9.2.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/busybox/busybox_1.9.2.bb b/packages/busybox/busybox_1.9.2.bb
index 77dd2a905c..eb8d37286f 100644
--- a/packages/busybox/busybox_1.9.2.bb
+++ b/packages/busybox/busybox_1.9.2.bb
@@ -1,5 +1,5 @@
require busybox.inc
-PR = "r4"
+PR = "r5"
SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
file://udhcpscript.patch;patch=1 \
@@ -12,6 +12,7 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
file://default.script \
file://hwclock.sh \
file://mount.busybox \
+ file://mountall \
file://syslog \
file://syslog.conf \
file://umount.busybox \