diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-12 20:20:47 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-12 20:20:47 +0200 |
commit | 18b38b0eb68cbcb8793efe989dcd8796a60288af (patch) | |
tree | 4bee5aea0f6749536caa657409f638d36c46bce6 /target/alix1c | |
parent | 872be713be0ade5670e009195d8a08c1ea05a00b (diff) |
kernel patch cleanup
- move patches to kernel version specific directory
- enable execute bit on md5sum wrapper
- remove wrong include in BSDmakefile
- enable ROOTFS for rb532 device
- add mips specific patch for lib/delay.c typo
Diffstat (limited to 'target/alix1c')
-rw-r--r-- | target/alix1c/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/alix1c/Makefile b/target/alix1c/Makefile index f71ab293d..4df5b14a6 100644 --- a/target/alix1c/Makefile +++ b/target/alix1c/Makefile @@ -14,11 +14,11 @@ ifeq ($(FS),ext2-cf) imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL) @echo @echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL)," - @echo "To install everything to CompactFlash use scripts/install.sh." + @echo "To install everything to CompactFlash use scripts/install.sh" endif ifeq ($(FS),nfsroot) imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL) @echo @echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL)," - @echo "To install everything to CompactFlash use scripts/install.sh." + @echo 'The nfs root tarball is: ${BIN_DIR}/${ROOTFSTARBALL}' endif |