summaryrefslogtreecommitdiff
path: root/target/alix2d
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-21 23:34:33 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-21 23:34:33 +0100
commitcd945e49e76927a4c2924523458ceebfc2f859d6 (patch)
tree522e6d2becd283d0adf9fb63366bd8725a466275 /target/alix2d
parent3f5ed16b700efcfbc6d3eb0cc54bc63b3aa75ea5 (diff)
rename ext2-cf target rootfs to ext2-block
- add a foxg20 adkinstaller (not working yet) - rename ext2-cf target rootfs to ext2-block
Diffstat (limited to 'target/alix2d')
-rw-r--r--target/alix2d/Makefile4
1 files changed, 2 insertions, 2 deletions
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)"