From cd945e49e76927a4c2924523458ceebfc2f859d6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 21 Feb 2010 23:34:33 +0100 Subject: rename ext2-cf target rootfs to ext2-block - add a foxg20 adkinstaller (not working yet) - rename ext2-cf target rootfs to ext2-block --- target/alix2d/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/alix2d/Makefile') diff --git a/target/alix2d/Makefile b/target/alix2d/Makefile index 404cc5bbd..932c81109 100644 --- a/target/alix2d/Makefile +++ b/target/alix2d/Makefile @@ -8,9 +8,9 @@ include $(TOPDIR)/mk/kernel-build.mk include $(TOPDIR)/mk/image.mk kernel-install: - cp $(LINUX_DIR)/arch/x86/boot/bzImage $(TARGET_DIR)/boot/vmlinuz-adk + @cp $(LINUX_DIR)/arch/x86/boot/bzImage $(TARGET_DIR)/boot/vmlinuz-adk -ifeq ($(FS),ext2-cf) +ifeq ($(FS),ext2-block) imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL) @echo @echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL)" -- cgit v1.2.3