1#
2# Copyright (C) 2006-2011 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7include $(TOPDIR)/rules.mk
8
9ARCH:=mipsel
10BOARD:=au1000
11BOARDNAME:=RMI/AMD AU1x00
12FEATURES:=squashfs usb pci
13SUBTARGETS=au1500 au1550
14MAINTAINER:=Florian Fainelli <florian@openwrt.org>
15
16KERNEL_PATCHVER:=3.18
17
18include $(INCLUDE_DIR)/target.mk
19DEFAULT_PACKAGES += wpad-mini yamonenv
20
21define Target/Description
22	Build firmware for RMI/AMD Alchemy 1500,1550 boards
23	(e.g. 4G-Systems Mesh/Access Cube, DBAu1550 ...)
24endef
25
26define Kernel/BuildImage
27	$(call Kernel/BuildImage/Default)
28	$(CP) $(LINUX_DIR)/arch/mips/boot/compressed/images/zImage.flash.srec $(LINUX_DIR)/zImage.flash.srec
29	$(CP) $(LINUX_DIR)/arch/mips/boot/compressed/images/zImage.srec $(LINUX_DIR)/zImage.srec
30endef
31
32$(eval $(call BuildTarget))
33