diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-06-12 22:04:52 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-06-12 22:04:52 +0000 |
commit | cbcbd5fdb439f1f357d26bdf64bd77ee496de671 (patch) | |
tree | 91501eb330b11b8e7e66a726f95a465144562091 /target | |
parent | 213f37237cc36d0359c03957305fff40d49cd28c (diff) | |
download | upstream-cbcbd5fdb439f1f357d26bdf64bd77ee496de671.tar.gz upstream-cbcbd5fdb439f1f357d26bdf64bd77ee496de671.tar.bz2 upstream-cbcbd5fdb439f1f357d26bdf64bd77ee496de671.zip |
call Image/BuildKernel template for targets that export their kernel images without filesystem
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3936 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/image/image.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/image/image.mk b/target/linux/image/image.mk index 61ad9ff264..1c9341dd76 100644 --- a/target/linux/image/image.mk +++ b/target/linux/image/image.mk @@ -35,6 +35,7 @@ compile: install: $(call Image/Prepare) $(call Image/mkfs/prepare) + $(call Image/BuildKernel) $(call Image/mkfs/jffs2) $(call Image/mkfs/squashfs) $(call Image/mkfs/tgz) |