mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[au1000] prepare to support more au1x00 targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14473 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006-2008 OpenWrt.org
|
# Copyright (C) 2006-2009 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@@ -10,6 +10,7 @@ ARCH:=mipsel
|
|||||||
BOARD:=au1000
|
BOARD:=au1000
|
||||||
BOARDNAME:=RMI/AMD AU1x00
|
BOARDNAME:=RMI/AMD AU1x00
|
||||||
FEATURES:=jffs2 usb pci
|
FEATURES:=jffs2 usb pci
|
||||||
|
SUBTARGETS=au1500 au1550
|
||||||
|
|
||||||
LINUX_VERSION:=2.6.27.15
|
LINUX_VERSION:=2.6.27.15
|
||||||
|
|
||||||
@@ -17,8 +18,8 @@ include $(INCLUDE_DIR)/target.mk
|
|||||||
DEFAULT_PACKAGES += hostapd-mini yamonenv
|
DEFAULT_PACKAGES += hostapd-mini yamonenv
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
Build firmware for AMD Alchemy 1500 boards
|
Build firmware for RMI/AMD Alchemy 1500,1550 boards
|
||||||
(e.g. 4G-Systems Mesh/Access Cube ...)
|
(e.g. 4G-Systems Mesh/Access Cube, DBAu1550 ...)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Kernel/BuildImage
|
define Kernel/BuildImage
|
||||||
|
|||||||
7
target/linux/au1000/au1500/target.mk
Normal file
7
target/linux/au1000/au1500/target.mk
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
BOARDNAME:=Au1500
|
||||||
|
|
||||||
|
DEFAULT_PACKAGES+= hostapd-mini
|
||||||
|
|
||||||
|
define Target/Description
|
||||||
|
Build firmware images for Au1500 based boards
|
||||||
|
endef
|
||||||
7
target/linux/au1000/au1550/target.mk
Normal file
7
target/linux/au1000/au1550/target.mk
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
BOARDNAME:=Au1550
|
||||||
|
|
||||||
|
DEFAULT_PACKAGES+= hostapd-mini
|
||||||
|
|
||||||
|
define Target/Description
|
||||||
|
Build firmware images for Au1550 based boards
|
||||||
|
endef
|
||||||
Reference in New Issue
Block a user