angstrom: recommond kernel-module-vfat so people can mount their favourite fat format...
authorKoen Kooi <koen@openembedded.org>
Wed, 7 Mar 2007 17:11:55 +0000 (17:11 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 7 Mar 2007 17:11:55 +0000 (17:11 +0000)
conf/distro/angstrom-2007.1.conf

index b0d5f83..122bd44 100644 (file)
@@ -8,7 +8,7 @@
 
 #DISTRO_VERSION = "2007.3"
 DISTRO_VERSION = "test-${DATE}"
-DISTRO_REVISION = "35"
+DISTRO_REVISION = "36"
 
 require conf/distro/include/angstrom.inc
 require conf/distro/include/sane-srcdates.inc
@@ -260,3 +260,6 @@ DISTRO_EXTRA_RDEPENDS += "\
     ${DEBUG_APPS} \
     "
 
+DISTRO_EXTRA_RRECOMMENDS += " \
+    kernel-module-vfat \
+    "