From dee99ab0143122146ab7713cfe171790bc796dd3 Mon Sep 17 00:00:00 2001 From: Roman Yeryomin Date: Fri, 16 Aug 2013 11:44:04 +0300 Subject: Get rid of rtkload. Use OpenWrt lzma-loader (with kernel_entry hack). Use mgbin for unified tftp image generation. Signed-off-by: Roman Yeryomin --- target/linux/realtek/Makefile | 8 -------- 1 file changed, 8 deletions(-) (limited to 'target/linux/realtek/Makefile') diff --git a/target/linux/realtek/Makefile b/target/linux/realtek/Makefile index b2d7fc865..2fad85649 100644 --- a/target/linux/realtek/Makefile +++ b/target/linux/realtek/Makefile @@ -23,14 +23,6 @@ define Target/Description Build firmware images for RTL8xxx based routers endef -define Kernel/CompileImage/Default - $(if $(CONFIG_TARGET_ROOTFS_INITRAMFS),,rm -f $(TARGET_DIR)/init) - +$(MAKE) $(KERNEL_MAKEOPTS) $(KERNELNAME) - $(MAKE) $(KERNEL_MAKEOPTS) -C rtkload - $(KERNEL_CROSS)objcopy -O binary $(OBJCOPY_STRIP) -S $(LINUX_DIR)/vmlinux $(LINUX_KERNEL) - $(KERNEL_CROSS)objcopy $(OBJCOPY_STRIP) -S $(LINUX_DIR)/vmlinux $(KERNEL_BUILD_DIR)/vmlinux.elf -endef - $(eval $(call BuildTarget)) -- cgit v1.2.3