diff options
author | Koen Kooi <koen@openembedded.org> | 2007-03-07 17:11:55 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-03-07 17:11:55 +0000 |
commit | 2e3d52b4519c2c3c446da13536647ef6146799ed (patch) | |
tree | 8102e6988a1072d047d6ef7e338d566483173ae9 /conf | |
parent | 1614567a19ca570e9134a99079f61c34711d315d (diff) |
angstrom: recommond kernel-module-vfat so people can mount their favourite fat formatted cards and disk by default
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/angstrom-2007.1.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index b0d5f83768..122bd44b34 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -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 \ + " |