diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-31 09:13:53 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-31 09:13:53 +0100 |
commit | 6e3b96559f083699433618fc6baa49ed1b658abc (patch) | |
tree | 05ab572beaf678160e9203b65d7c991d4eff4f6d | |
parent | c92bef17d2a35e06ec6edc2439918c88a7b4808b (diff) |
zaurus-2.6: remove RDEPENDS-kernel-base hackery
-rw-r--r-- | conf/machine/include/zaurus-2.6.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/machine/include/zaurus-2.6.inc b/conf/machine/include/zaurus-2.6.inc index eee7631018..985370fdcd 100644 --- a/conf/machine/include/zaurus-2.6.inc +++ b/conf/machine/include/zaurus-2.6.inc @@ -79,7 +79,4 @@ zaurus_make_installkit () { rm -rf ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}-installkit/ } -# Don't include kernels in standard images for Zaurus machines -RDEPENDS_kernel-base = "" - KERNEL_IMAGETYPE ?= "zImage" |