projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98408d0
)
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)
SVN-Revision: 6545
package/kernel/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/other.mk
b/package/kernel/modules/other.mk
index 7143eac9b306919ce09c99c2dd18636a8fc43613..1a38db6dfa0d96c7397f7979ca5a8ebb2a0eb133 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