X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fau1000-2.6%2FMakefile;h=258990f8b76eb9fa4a0a2d54b89e84ef1f16e15c;hb=9e0a57b449c8575004476f06b8435648fcf44a26;hp=39d8d4c8b02378bba81ab371bf4300b8858afa62;hpb=d1d400f1ad0e8d557290e16b9871839f202624c4;p=openwrt.git diff --git a/target/linux/au1000-2.6/Makefile b/target/linux/au1000-2.6/Makefile index 39d8d4c8b0..258990f8b7 100644 --- a/target/linux/au1000-2.6/Makefile +++ b/target/linux/au1000-2.6/Makefile @@ -1,25 +1,32 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# include $(TOPDIR)/rules.mk +ARCH:=mipsel +BOARD:=au1000 +BOARDNAME:=AMD Alchemy AU1x00 +FEATURES:=jffs2 + +define Target/Description + Build firmware for AMD Alchemy 1500 boards + (e.g. 4G-Systems Mesh/Access Cube ...) +endef + LINUX_VERSION:=2.6.17 LINUX_RELEASE:=1 LINUX_KERNEL_MD5SUM:=37ddefe96625502161f075b9d907f21e -include ../rules.mk -include ./config - -include ../generic-$(KERNEL)/modules.mk -include ../kernel.mk +include $(INCLUDE_DIR)/kernel-build.mk - -$(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked - [ -d ../generic-$(KERNEL)/patches ] && $(PATCH) $(LINUX_DIR) ../generic-$(KERNEL)/patches - [ -d ./patches ] && $(PATCH) $(LINUX_DIR) ./patches - @$(CP) config $(LINUX_DIR)/.config - touch $@ - -$(LINUX_BUILD_DIR)/zImage.flash.srec: $(LINUX_DIR)/vmlinux +define Kernel/BuildImage + $(call Kernel/BuildImage/Default) $(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 $@ +endef + +$(eval $(call BuildKernel)) -compile: $(LINUX_BUILD_DIR)/zImage.flash.srec