projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d40728c
)
Added dependency on AT91 build
author
Hamish Guthrie
<hcg@openwrt.org>
Sat, 10 Mar 2007 16:12:40 +0000
(16:12 +0000)
committer
Hamish Guthrie
<hcg@openwrt.org>
Sat, 10 Mar 2007 16:12:40 +0000
(16:12 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6545
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/other.mk
b/package/kernel/modules/other.mk
index
7143eac
..
1a38db6
100644
(file)
--- a/
package/kernel/modules/other.mk
+++ b/
package/kernel/modules/other.mk
@@
-218,6
+218,7
@@
$(eval $(call KernelPackage,bluetooth))
define KernelPackage/mmc
TITLE:=MMC/SD Card Support
+ DEPENDS:=@LINUX_2_6_AT91
DESCRIPTION:=Kernel support for MMC/SD cards
SUBMENU:=$(EMENU)
endef