diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-02-13 12:45:32 -0500 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-02-13 12:45:32 -0500 |
commit | 264f51739dbf11f310de2d6f01cf563bb08dd50c (patch) | |
tree | b1fa3af84d04daf8ef718680d17143e633ef3e18 /packages/busybox/busybox_1.11.3.bb | |
parent | fec216f25e71c0f2c82670f633b0f161d01cec0d (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.11.3.bb')
-rw-r--r-- | packages/busybox/busybox_1.11.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/busybox/busybox_1.11.3.bb b/packages/busybox/busybox_1.11.3.bb index b42f8ea998..305a0b6c14 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 = "r13" +PR = "r14" SRC_URI = "\ http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ @@ -13,6 +13,7 @@ SRC_URI = "\ file://default.script \ file://hwclock.sh \ file://mount.busybox \ + file://mountall \ file://syslog \ file://syslog.conf \ file://umount.busybox \ |