projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0b4f3d
)
fix dependencies on the virtual kernel package (fixes #878)
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 24 Oct 2006 14:02:33 +0000
(14:02 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 24 Oct 2006 14:02:33 +0000
(14:02 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5279
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/kernel.mk
patch
|
blob
|
history
diff --git
a/include/kernel.mk
b/include/kernel.mk
index
1ab85d4
..
2611828
100644
(file)
--- a/
include/kernel.mk
+++ b/
include/kernel.mk
@@
-94,7
+94,7
@@
define KernelPackage
CATEGORY:=Kernel modules
DEFAULT:=m
DESCRIPTION:=$(DESCRIPTION)
- EXTRA_DEPENDS:='kernel (=$(
PKG_VERSION)-$(PKG
_RELEASE))'
+ EXTRA_DEPENDS:='kernel (=$(
LINUX_VERSION)-$(BOARD)-$(LINUX
_RELEASE))'
$(call KernelPackage/$(1))
$(call KernelPackage/$(1)/$(KERNEL))
$(call KernelPackage/$(1)/$(BOARD)-$(KERNEL))
This page took
0.024682 seconds
and
4
git commands to generate.