projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26be763
)
add support for KernelPackage/*/description
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 25 Aug 2007 14:43:15 +0000
(14:43 +0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 25 Aug 2007 14:43:15 +0000
(14:43 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8484
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/kernel.mk
patch
|
blob
|
history
diff --git
a/include/kernel.mk
b/include/kernel.mk
index
df859a4
..
7f035c7
100644
(file)
--- a/
include/kernel.mk
+++ b/
include/kernel.mk
@@
-99,6
+99,12
@@
define KernelPackage
$(call KernelPackage/$(1)/$(BOARD)-$(KERNEL))
endef
+ ifdef KernelPackage/$(1)/description
+ define Package/kmod-$(1)/description
+$(call KernelPackage/$(1)/description)
+ endef
+ endif
+
ifneq ($(if $(KCONFIG),$(filter m,$(foreach c,$(filter-out %=y %=n %=m,$(KCONFIG)),$($(c)))),.),)
ifneq ($(strip $(FILES)),)
define Package/kmod-$(1)/install
This page took
0.023001 seconds
and
4
git commands to generate.