2008-05-19 15:34:56 +08:00
|
|
|
#
|
2011-03-18 21:25:32 +08:00
|
|
|
# Copyright (C) 2006-2011 OpenWrt.org
|
2006-06-27 08:35:46 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
2006-04-10 23:31:26 +08:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2006-11-12 07:11:02 +08:00
|
|
|
ARCH:=mipsel
|
|
|
|
BOARD:=au1000
|
2008-04-29 00:28:29 +08:00
|
|
|
BOARDNAME:=RMI/AMD AU1x00
|
2013-06-06 04:58:59 +08:00
|
|
|
FEATURES:=squashfs usb pci
|
2009-02-11 23:47:01 +08:00
|
|
|
SUBTARGETS=au1500 au1550
|
2011-05-06 20:37:36 +08:00
|
|
|
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
|
2006-11-12 07:11:02 +08:00
|
|
|
|
2015-02-18 17:49:38 +08:00
|
|
|
KERNEL_PATCHVER:=3.18
|
2007-06-28 13:52:00 +08:00
|
|
|
|
2007-09-09 03:55:42 +08:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2010-01-24 01:21:18 +08:00
|
|
|
DEFAULT_PACKAGES += wpad-mini yamonenv
|
2007-09-09 03:55:42 +08:00
|
|
|
|
2006-11-12 07:11:02 +08:00
|
|
|
define Target/Description
|
2009-02-11 23:47:01 +08:00
|
|
|
Build firmware for RMI/AMD Alchemy 1500,1550 boards
|
|
|
|
(e.g. 4G-Systems Mesh/Access Cube, DBAu1550 ...)
|
2006-11-12 07:11:02 +08:00
|
|
|
endef
|
|
|
|
|
2006-10-19 14:20:55 +08:00
|
|
|
define Kernel/BuildImage
|
|
|
|
$(call Kernel/BuildImage/Default)
|
2006-05-31 03:38:38 +08:00
|
|
|
$(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
|
2006-10-19 14:20:55 +08:00
|
|
|
endef
|
|
|
|
|
2007-09-09 03:55:42 +08:00
|
|
|
$(eval $(call BuildTarget))
|