aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorHamish Guthrie <hcg@openwrt.org>2007-03-16 18:53:35 +0000
committerHamish Guthrie <hcg@openwrt.org>2007-03-16 18:53:35 +0000
commit73efa9d6431b2dda5cbdd6da9ac177d8f052bef5 (patch)
tree54daf0770af8951cf070d2e1a54323b18861c1cb /package
parent82fa87313b9622c29d99a60521eb22a61c97da51 (diff)
downloadupstream-73efa9d6431b2dda5cbdd6da9ac177d8f052bef5.tar.gz
upstream-73efa9d6431b2dda5cbdd6da9ac177d8f052bef5.tar.bz2
upstream-73efa9d6431b2dda5cbdd6da9ac177d8f052bef5.zip
Changed kernel configs to enable more packages. Added additional
dependencies to mmc module in the modules tree git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6579 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/kernel/modules/other.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index 9a43bc7901..63316b55b7 100644
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -218,7 +218,8 @@ $(eval $(call KernelPackage,bluetooth))
define KernelPackage/mmc
TITLE:=MMC/SD Card Support
- DEPENDS:=@LINUX_2_6_AT91
+ DEPENDS:=@LINUX_2_6_AT91 +kmod-fs-msdos +kmod-fs-vfat +kmod-nls-base \
+ +kmod-nls-cp437 +kmod-nls-iso8859-1 +kmod-nls-utf8
DESCRIPTION:=Kernel support for MMC/SD cards
SUBMENU:=$(EMENU)
endef