OpenWrt – Blame information for rev 2
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | # |
2 | # Copyright (C) 2006-2011 OpenWrt.org |
||
3 | # |
||
4 | # This is free software, licensed under the GNU General Public License v2. |
||
5 | # See /LICENSE for more information. |
||
6 | # |
||
7 | include $(TOPDIR)/rules.mk |
||
8 | |||
9 | ARCH:=mipsel |
||
10 | BOARD:=au1000 |
||
11 | BOARDNAME:=RMI/AMD AU1x00 |
||
12 | FEATURES:=squashfs usb pci small_flash source-only |
||
13 | SUBTARGETS:=au1500 au1550 |
||
14 | MAINTAINER:=Florian Fainelli <florian@openwrt.org> |
||
15 | |||
16 | KERNEL_PATCHVER:=3.18 |
||
17 | |||
18 | define Target/Description |
||
19 | Build firmware for RMI/AMD Alchemy 1500,1550 boards |
||
20 | (e.g. 4G-Systems Mesh/Access Cube, DBAu1550 ...) |
||
21 | endef |
||
22 | |||
23 | include $(INCLUDE_DIR)/target.mk |
||
24 | DEFAULT_PACKAGES += wpad-mini yamonenv |
||
25 | |||
26 | define Kernel/BuildImage |
||
27 | $(call Kernel/BuildImage/Default) |
||
28 | $(CP) $(LINUX_DIR)/arch/mips/boot/compressed/images/zImage.flash.srec $(LINUX_DIR)/zImage.flash.srec |
||
29 | $(CP) $(LINUX_DIR)/arch/mips/boot/compressed/images/zImage.srec $(LINUX_DIR)/zImage.srec |
||
30 | endef |
||
31 | |||
32 | $(eval $(call BuildTarget)) |