X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2Flinux%2Forion%2FMakefile;h=b81c4f5ccae10efb35b553bc13905cb4f795cc68;hb=1934b1e7e3bd9afa0a1ff9b0792e92f029321b6e;hp=feb07492c1ec1d8de0b5c4419107e3d234e6d715;hpb=d46648401aee20c4983693e87620f84563e41cb6;p=openwrt.git diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile index feb07492c1..b81c4f5cca 100644 --- a/target/linux/orion/Makefile +++ b/target/linux/orion/Makefile @@ -9,11 +9,11 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=orion BOARDNAME:=Marvell Orion -SUBTARGETS:=generic harddisk -CFLAGS=-Os -pipe -march=armv5t -mtune=xscale -fno-caller-saves +SUBTARGETS:=generic harddisk dns323 +CFLAGS=-Os -pipe -march=armv5te -mtune=xscale -fno-caller-saves MAINTAINER:=Imre Kaloz -LINUX_VERSION:=2.6.37.4 +LINUX_VERSION:=3.3.8 include $(INCLUDE_DIR)/target.mk