aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-03-27 23:17:31 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-03-27 23:17:31 +0000
commit6a82b18c7fc27bc633aac774d278d7cb638c341f (patch)
tree465a3c18da009da8173a135e1aced60a5278ef48 /package
parentdacca0e277da8e189dfbfcc6ab2b5d7d4a32ea07 (diff)
downloadupstream-6a82b18c7fc27bc633aac774d278d7cb638c341f.tar.gz
upstream-6a82b18c7fc27bc633aac774d278d7cb638c341f.tar.bz2
upstream-6a82b18c7fc27bc633aac774d278d7cb638c341f.zip
remove bogus dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6728 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/kernel/modules/other.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index 63316b55b7..e60927f2f3 100644
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -218,8 +218,7 @@ $(eval $(call KernelPackage,bluetooth))
define KernelPackage/mmc
TITLE:=MMC/SD Card Support
- DEPENDS:=@LINUX_2_6_AT91 +kmod-fs-msdos +kmod-fs-vfat +kmod-nls-base \
- +kmod-nls-cp437 +kmod-nls-iso8859-1 +kmod-nls-utf8
+ DEPENDS:=@LINUX_2_6_AT91
DESCRIPTION:=Kernel support for MMC/SD cards
SUBMENU:=$(EMENU)
endef