projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19ddbe8
)
allow multiple kernel config dependencies
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 18 Jul 2006 16:22:01 +0000
(16:22 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 18 Jul 2006 16:22:01 +0000
(16:22 +0000)
SVN-Revision: 4148
openwrt/package/kernel/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/kernel/Makefile
b/openwrt/package/kernel/Makefile
index 580bf19371b9f92973340fdef74d4667b99363a4..f3a9a287edac961412c7a15d98cd6457b8a7c32e 100644
(file)
--- a/
openwrt/package/kernel/Makefile
+++ b/
openwrt/package/kernel/Makefile
@@
-59,7
+59,7
@@
define KernelPackage
$(eval $(call KernelPackage/$(1)))
$(eval $(call KernelPackage/$(1)/$(KERNEL)))
- ifneq ($(
KCONFIG
),m)
+ ifneq ($(
findstring m,$(KCONFIG)
),m)
CONFIG_PACKAGE_kmod-$(1):=
endif