1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-30 23:41:59 +03:00

[ar7] create generic subtarget

Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34147 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2012-11-11 16:11:29 +00:00
parent b8563c946c
commit cdbc741abf
8 changed files with 17 additions and 1 deletions

View File

@ -11,6 +11,7 @@ BOARD:=ar7
BOARDNAME:=TI AR7
FEATURES:=squashfs jffs2 atm
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
SUBTARGETS:=generic ac49x
LINUX_VERSION:=3.3.8

View File

@ -75,7 +75,6 @@ CONFIG_MIPS=y
CONFIG_MIPS_L1_CACHE_SHIFT=5
# CONFIG_MIPS_MACHINE is not set
CONFIG_MIPS_MT_DISABLED=y
CONFIG_MTD_AR7_PARTS=y
CONFIG_MTD_CFI_STAA=y
CONFIG_MTD_PHYSMAP=y
CONFIG_MVSWITCH_PHY=y

View File

@ -0,0 +1,6 @@
# CONFIG_AR7_AC49X is not set
CONFIG_AR7_TI=y
# CONFIG_AR7_TYPE_AC49X is not set
CONFIG_AR7_TYPE_TI=y
# CONFIG_MTD_AC49X_PARTS is not set
CONFIG_MTD_AR7_PARTS=y

View File

@ -0,0 +1,10 @@
#
# Copyright (C) 2012 OpenWrt.org
#
SUBTARGET:=generic
BOARDNAME:=Texas Instruments AR7 boards
define Target/Description
Build firmware images for TI AR7 based routers.
endef