diff options
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 \ + " |