mount /proc earlier in /sbin/mount_root
[openwrt.git] / target / linux / au1000-2.6 / Makefile
index 8ba22aa..39d8d4c 100644 (file)
@@ -1,8 +1,8 @@
 include $(TOPDIR)/rules.mk
 
 include $(TOPDIR)/rules.mk
 
-LINUX_VERSION:=2.6.16.7
+LINUX_VERSION:=2.6.17
 LINUX_RELEASE:=1
 LINUX_RELEASE:=1
-LINUX_KERNEL_MD5SUM:=9682b2bd6e02f3087982d7c3f5ba824e
+LINUX_KERNEL_MD5SUM:=37ddefe96625502161f075b9d907f21e
 
 include ../rules.mk
 include ./config
 
 include ../rules.mk
 include ./config
@@ -17,10 +17,9 @@ $(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked
        @$(CP) config $(LINUX_DIR)/.config
        touch $@
 
        @$(CP) config $(LINUX_DIR)/.config
        touch $@
 
-$(LINUX_BUILD_DIR)/zImage.flash.srec: $(LINUX_DIR)/arch/mips/boot/compressed/images/zImage.flash.srec $(LINUX_DIR)/arch/mips/boot/compressed/images/zImage.srec
-       $(MAKE) -C $(LINUX_DIR) V=1 CROSS_COMPILE=$(TARGET_CROSS) ARCH=$(LINUX_KARCH) PATH=$(TARGET_PATH) zImage.flash
+$(LINUX_BUILD_DIR)/zImage.flash.srec: $(LINUX_DIR)/vmlinux
        $(CP) $(LINUX_DIR)/arch/mips/boot/compressed/images/zImage.flash.srec $(LINUX_DIR)/zImage.flash.srec
        $(CP) $(LINUX_DIR)/arch/mips/boot/compressed/images/zImage.srec $(LINUX_DIR)/zImage.srec
        touch $@
 
        $(CP) $(LINUX_DIR)/arch/mips/boot/compressed/images/zImage.flash.srec $(LINUX_DIR)/zImage.flash.srec
        $(CP) $(LINUX_DIR)/arch/mips/boot/compressed/images/zImage.srec $(LINUX_DIR)/zImage.srec
        touch $@
 
-compile: $(LINUX_DIR)/vmlinux
+compile: $(LINUX_BUILD_DIR)/zImage.flash.srec
This page took 0.025053 seconds and 4 git commands to generate.