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