diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2013-06-04 11:13:18 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2013-06-04 11:13:18 +0000 |
commit | 662e136d4079e13c9e1c083e5d8ebc9c039dc72f (patch) | |
tree | 3441cbce0b39ce7ca3baab300ee486b8bb285776 /target/linux/orion/Makefile | |
parent | 2c61fc7f424cc40db177eebfc11c2fb7ba175749 (diff) | |
download | master-187ad058-662e136d4079e13c9e1c083e5d8ebc9c039dc72f.tar.gz master-187ad058-662e136d4079e13c9e1c083e5d8ebc9c039dc72f.tar.bz2 master-187ad058-662e136d4079e13c9e1c083e5d8ebc9c039dc72f.zip |
[orion]: drop support for the dns323
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36832 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/orion/Makefile')
-rw-r--r-- | target/linux/orion/Makefile | 4 |
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> |