fixed mount options.
[vuplus_openembedded] / recipes / base-files / base-files_3.0.14.bb
index afa3b5b..988907c 100755 (executable)
@@ -1,13 +1,13 @@
 DESCRIPTION = "Miscellaneous files for the base system."
 SECTION = "base"
 PRIORITY = "required"
-PR = "r94"
+PR = "r95"
 PR_dm7025 = "r92"
-PR_vusolo = "r96"
+PR_vusolo = "r97"
 LICENSE = "GPL"
 
 FSTAB_dm7025 = "${@base_contains('PREFERRED_VERSION_linux-dm7025', '2.6.12.6', 'fstab_old', 'fstab', d)}"
-FSTAB ?= "fstab"
+FSTAB ?= "${@base_contains('PREFERRED_VERSION_linux-${MACHINE}', '3.1.1', 'fstab_3.1', 'fstab', d)}"
 
 SRC_URI = " \
            file://nsswitch.conf \