mount -a -t nfs
to mount only nfs file systems in fstab. Busybox mount accepts
these options but ignores the -t nfs and mounts everything. This
is bad because it remounts stuff like tmpfs partitions, obscuring
any boot time setup already done in them. The fix is easy - just
test the file system in the -a loop if it was provided.
BKrev: 428025e4utrkgNtbkt-hh9YWbpbQfw
LICENSE = "GPL"
SECTION = "base"
PRIORITY = "required"
-PR = "r17"
+PR = "r18"
SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
file://add-getkey-applet.patch;patch=1 \
file://rmmod.patch;patch=1 \
file://below.patch;patch=1 \
file://fbset.patch;patch=1 \
+ file://mount-all-type.patch;patch=1 \
file://defconfig \
file://busybox-cron \
file://busybox-httpd \