Root/target/linux/au1000/Makefile

Source at commit c7a0965 created 13 years 8 months ago.
By florian, [au1000] add 2.6.34 support
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#
7include $(TOPDIR)/rules.mk
8
9ARCH:=mipsel
10BOARD:=au1000
11BOARDNAME:=RMI/AMD AU1x00
12FEATURES:=jffs2 usb pci
13SUBTARGETS=au1500 au1550
14
15LINUX_VERSION:=2.6.34
16
17include $(INCLUDE_DIR)/target.mk
18DEFAULT_PACKAGES += wpad-mini yamonenv
19
20define Target/Description
21    Build firmware for RMI/AMD Alchemy 1500,1550 boards
22    (e.g. 4G-Systems Mesh/Access Cube, DBAu1550 ...)
23endef
24
25define 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
29endef
30
31$(eval $(call BuildTarget))
32

Archive Download this file



interactive