From: Nicolas Thill Date: Mon, 3 Jul 2006 06:32:54 +0000 (+0000) Subject: fix x86-2.4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=44c74a0c79385ce4cbaee53ffc4f43ff1e39f904;p=librecmc%2Flibrecmc.git fix x86-2.4 SVN-Revision: 4113 --- diff --git a/openwrt/target/linux/x86-2.4/Makefile b/openwrt/target/linux/x86-2.4/Makefile index 12039454e5..720fb8039d 100644 --- a/openwrt/target/linux/x86-2.4/Makefile +++ b/openwrt/target/linux/x86-2.4/Makefile @@ -24,10 +24,3 @@ $(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked [ -d ./patches ] && $(PATCH) $(LINUX_DIR) ./patches @$(CP) config $(LINUX_DIR)/.config touch $@ - -$(LINUX_BUILD_DIR)/bzImage: $(LINUX_DIR)/vmlinux - $(MAKE) -C $(LINUX_DIR) TOPDIR=$(LINUX_DIR) ARCH=$(LINUX_KARCH) PATH=$(TARGET_PATH) bzImage - $(CP) $(LINUX_DIR)/arch/i386/boot/bzImage $@ - touch $@ - -compile: $(LINUX_BUILD_DIR)/bzImage