diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-10 16:28:06 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-10 16:28:06 +0200 |
commit | d4ae4b9c31f562aa4cd39b51d6d44ec07ac36f26 (patch) | |
tree | 504566a72f7f3426b920ed0542a1ecebcb344795 /target/mips | |
parent | 0a7cdf013e1a9aaeef82eb4809a0674330960b8e (diff) |
update kernel 3.4.x, fix netfilter nat modules
Diffstat (limited to 'target/mips')
-rw-r--r-- | target/mips/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/mips/Makefile b/target/mips/Makefile index a378db4c7..eab6be597 100644 --- a/target/mips/Makefile +++ b/target/mips/Makefile @@ -110,10 +110,10 @@ imageinstall: kernel-install $(BIN_DIR)/$(ROOTFSTARBALL) endif ifeq ($(ADK_TARGET_FS),archive) imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL) - @cp $(KERNEL) $(BIN_DIR)/$(TARGET_KERNEL) - @echo 'The kernel file is: $(BIN_DIR)/${TARGET_KERNEL}' @echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL)" ifneq ($(ADK_HARDWARE_QEMU),) + @cp $(KERNEL) $(BIN_DIR)/$(TARGET_KERNEL) + @echo 'The kernel file is: $(BIN_DIR)/${TARGET_KERNEL}' @echo "Use following command to create a QEMU Image:" @echo "./scripts/create.sh +g qemu-${CPU_ARCH}.img $(BIN_DIR)/$(ROOTFSTARBALL)" @echo "Start qemu with following options:" |