projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bde611
)
remove bogus dependencies
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 27 Mar 2007 23:17:31 +0000
(23:17 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 27 Mar 2007 23:17:31 +0000
(23:17 +0000)
SVN-Revision: 6728
package/kernel/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/other.mk
b/package/kernel/modules/other.mk
index 63316b55b786d2d35a3605b9e51f00d89e7be22c..e60927f2f38156537988dd9aad26f96d66bddffd 100644
(file)
--- 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