diff options
Diffstat (limited to 'target/mipsel/Makefile')
-rw-r--r-- | target/mipsel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/mipsel/Makefile b/target/mipsel/Makefile index 02e6057ca..dfe192e03 100644 --- a/target/mipsel/Makefile +++ b/target/mipsel/Makefile @@ -65,6 +65,7 @@ imageinstall: kernel-install $(BIN_DIR)/$(ROOTFSSQUASHFS) endif ifeq ($(ADK_TARGET_FS),nfsroot) imageinstall: kernel-install $(BIN_DIR)/$(ROOTFSUSERTARBALL) + @cp $(TARGET_DIR)/boot/kernel $(TARGET_KERNEL) @echo 'The kernel file is: ${TARGET_KERNEL}' @echo 'The nfs root tarball is: ${BIN_DIR}/${ROOTFSUSERTARBALL}' ifeq ($(ADK_TARGET_SYSTEM_LINKSYS_AG241),y) |