1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-05 03:41:06 +03:00

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
This commit is contained in:
nbd 2006-06-12 22:04:52 +00:00
parent 6a15fdaff1
commit cdc73099db

View File

@ -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)