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