From 264f51739dbf11f310de2d6f01cf563bb08dd50c Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 13 Feb 2009 12:45:32 -0500 Subject: 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. --- packages/busybox/busybox_1.7.2.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/busybox/busybox_1.7.2.bb') diff --git a/packages/busybox/busybox_1.7.2.bb b/packages/busybox/busybox_1.7.2.bb index e98e25eb37..9d6e01c3d0 100644 --- a/packages/busybox/busybox_1.7.2.bb +++ b/packages/busybox/busybox_1.7.2.bb @@ -1,5 +1,5 @@ require busybox.inc -PR = "r11" +PR = "r12" SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ file://busybox-cron \ @@ -8,6 +8,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://udhcpscript.patch;patch=1 \ -- cgit v1.2.3