aboutsummaryrefslogtreecommitdiffstats
path: root/include/kernel-build.mk
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2013-06-27 19:58:20 +0000
committerFlorian Fainelli <florian@openwrt.org>2013-06-27 19:58:20 +0000
commit3bb96308779f349b19da03aa55cf56da94dd8195 (patch)
treed51ca81a8eefe4250d9ed9565ba43c23197f477b /include/kernel-build.mk
parent719741fd9577fc42b89ff85c1e42684f115ac4e8 (diff)
downloadmaster-187ad058-3bb96308779f349b19da03aa55cf56da94dd8195.tar.gz
master-187ad058-3bb96308779f349b19da03aa55cf56da94dd8195.tar.bz2
master-187ad058-3bb96308779f349b19da03aa55cf56da94dd8195.zip
buildroot: build a second pass kernel if initramfs is enabled
If initramfs is enabled, build a second pass kernel containing the CPIO rootfs, preliminary work to get non exclusive enabling of initramfs. Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37047 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/kernel-build.mk')
-rw-r--r--include/kernel-build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/kernel-build.mk b/include/kernel-build.mk
index 095940c570..27c7aee17a 100644
--- a/include/kernel-build.mk
+++ b/include/kernel-build.mk
@@ -32,6 +32,7 @@ endef
define Kernel/CompileImage
$(call Kernel/CompileImage/Default)
+ $(call Kernel/CompileImage/Initramfs)
endef
define Kernel/Clean