summaryrefslogtreecommitdiffstats
path: root/target/linux/orion/Makefile
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2013-06-04 11:13:18 +0000
committerImre Kaloz <kaloz@openwrt.org>2013-06-04 11:13:18 +0000
commit58fa46c90c4c590565b3ffc5fc6c6dfd1e3d2c8a (patch)
tree53fcdcb3da2d812d904cf0d2a35ce846d287adea /target/linux/orion/Makefile
parent6f6030825758273b3f6fa659470801fbc24a2789 (diff)
downloadmaster-31e0f0ae-58fa46c90c4c590565b3ffc5fc6c6dfd1e3d2c8a.tar.gz
master-31e0f0ae-58fa46c90c4c590565b3ffc5fc6c6dfd1e3d2c8a.tar.bz2
master-31e0f0ae-58fa46c90c4c590565b3ffc5fc6c6dfd1e3d2c8a.zip
drop support for the dns323
SVN-Revision: 36832
Diffstat (limited to 'target/linux/orion/Makefile')
-rw-r--r--target/linux/orion/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile
index 2a24cdb95a..b1d109a1f6 100644
--- a/target/linux/orion/Makefile
+++ b/target/linux/orion/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2008-2011 OpenWrt.org
+# Copyright (C) 2008-2013 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=orion
BOARDNAME:=Marvell Orion
-SUBTARGETS:=generic harddisk dns323
+SUBTARGETS:=generic harddisk
CFLAGS=-Os -pipe -march=armv5te -mtune=xscale -fno-caller-saves
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>