2008-05-19 15:34:56 +08:00
|
|
|
#
|
2009-02-11 23:47:01 +08:00
|
|
|
# Copyright (C) 2006-2009 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
|
2007-05-06 16:10:06 +08:00
|
|
|
FEATURES:=jffs2 usb pci
|
2009-02-11 23:47:01 +08:00
|
|
|
SUBTARGETS=au1500 au1550
|
2006-11-12 07:11:02 +08:00
|
|
|
|
2009-07-31 19:13:55 +08:00
|
|
|
LINUX_VERSION:=2.6.30.4
|
2007-06-28 13:52:00 +08:00
|
|
|
|
2007-09-09 03:55:42 +08:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2009-01-02 13:12:46 +08:00
|
|
|
DEFAULT_PACKAGES += hostapd-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))
|