diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-04-04 15:53:55 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-04-04 15:53:55 +0000 |
commit | e725f46aeefc24e64344cb13227d2817bc0fea45 (patch) | |
tree | 5c4ec0c5ed1c32bebd1de332019f8ce652712614 /target/linux/orion/Makefile | |
parent | a48aa01fcecebee2883925a4152f5d571738ce1d (diff) | |
download | master-187ad058-e725f46aeefc24e64344cb13227d2817bc0fea45.tar.gz master-187ad058-e725f46aeefc24e64344cb13227d2817bc0fea45.tar.bz2 master-187ad058-e725f46aeefc24e64344cb13227d2817bc0fea45.zip |
[orion] add support for D-Link DNS-323
this patch adds support for D-Link DNS323 storage device.
You can find more info here:
http://dns323.lukaperkov.net/
Currently you need serial cable to flash OpenWrt on DNS-323.
Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net >
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31198 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/orion/Makefile')
-rw-r--r-- | target/linux/orion/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile index ed899a139d..e6e2686935 100644 --- a/target/linux/orion/Makefile +++ b/target/linux/orion/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=orion BOARDNAME:=Marvell Orion -SUBTARGETS:=generic harddisk +SUBTARGETS:=generic harddisk dns323 CFLAGS=-Os -pipe -march=armv5te -mtune=xscale -fno-caller-saves MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> |