projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
720ac73
)
fix kconfig for packages that only define =y, =m or =n rules
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 27 Aug 2008 21:34:01 +0000
(21:34 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 27 Aug 2008 21:34:01 +0000
(21:34 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12414
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/kernel.mk
patch
|
blob
|
history
diff --git
a/include/kernel.mk
b/include/kernel.mk
index
7d986e4
..
8393d2f
100644
(file)
--- a/
include/kernel.mk
+++ b/
include/kernel.mk
@@
-126,7
+126,7
@@
$(call KernelPackage/$(1)/config)
endef
endif
- ifneq ($(if $(
KCONFIG
),$(filter m,$(foreach c,$(filter-out %=y %=n %=m,$(KCONFIG)),$($(c)))),.),)
+ ifneq ($(if $(
filter-out %=y %=n %=m,$(KCONFIG)
),$(filter m,$(foreach c,$(filter-out %=y %=n %=m,$(KCONFIG)),$($(c)))),.),)
ifneq ($(strip $(FILES)),)
define Package/kmod-$(1)/install
mkdir -p $$(1)/lib/modules/$(LINUX_VERSION)
This page took
0.024864 seconds
and
4
git commands to generate.