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-static_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-static_1.11.3.bb')
-rw-r--r-- | packages/busybox/busybox-static_1.11.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/busybox/busybox-static_1.11.3.bb b/packages/busybox/busybox-static_1.11.3.bb index 9313c892f6..cf82921e9b 100644 --- a/packages/busybox/busybox-static_1.11.3.bb +++ b/packages/busybox/busybox-static_1.11.3.bb @@ -1,4 +1,4 @@ require busybox_${PV}.bb -PR = "r2" +PR = "r3" S = "${WORKDIR}/busybox-1.11.3" |