mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user