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