ipkg doesn't like underscores in package names
[openadk.git] / target / rescue-x86 / Makefile
blob94f5a6742176a9210f0b43257824412d1b811c6c
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(TOPDIR)/rules.mk
5 include $(TOPDIR)/mk/kernel.mk
6 include $(TOPDIR)/mk/modules.mk
7 include $(TOPDIR)/mk/kernel-build.mk
8 include $(TOPDIR)/mk/image.mk
10 kernel-install:
11 @cp $(LINUX_DIR)/arch/x86/boot/bzImage \
12 $(BIN_DIR)/${ADK_TARGET}-${FS}-kernel
14 ifeq ($(FS),initramfs)
15 imageinstall: $(BIN_DIR)/$(INITRAMFS)
16 @echo 'The kernel file is: ${BIN_DIR}/${ADK_TARGET}-${FS}-kernel'
17 @echo 'The initramfs image is: ${BIN_DIR}/${INITRAMFS}'
18 @echo 'Login as user root with password linux123 via ssh or console'
19 endif
21 ifeq ($(FS),initramfs-piggyback)
22 imageinstall: ${BUILD_DIR}/${INITRAMFS_PIGGYBACK} createinitramfs
23 @echo 'The kernel+initramfs file is: ${BIN_DIR}/${ADK_TARGET}-${FS}-kernel'
24 @echo 'Login as user root with password linux123 via ssh or console'
25 endif