X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Forion%2FMakefile;h=b1d109a1f694bcab2a285badee01a57bb6c5f426;hb=9c12d3432f88de571f45c1e00c008dbd3080c212;hp=0c58c7bd3c11229373459d45f7a87aa94143a724;hpb=aa9b4499aa7bc2e0bacc822fc885aa017ff97d46;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile index 0c58c7bd3c..b1d109a1f6 100644 --- a/target/linux/orion/Makefile +++ b/target/linux/orion/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2010 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,16 +9,16 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=orion BOARDNAME:=Marvell Orion -FEATURES:=squashfs -SUBTARGETS=generic harddisk -CFLAGS=-Os -pipe -march=armv5t -mtune=xscale -funit-at-a-time +SUBTARGETS:=generic harddisk +CFLAGS=-Os -pipe -march=armv5te -mtune=xscale -fno-caller-saves +MAINTAINER:=Imre Kaloz -LINUX_VERSION:=2.6.34.7 +LINUX_VERSION:=3.3.8 include $(INCLUDE_DIR)/target.mk KERNELNAME:="uImage" -DEFAULT_PACKAGES += kmod-ath9k wpad-mini +DEFAULT_PACKAGES += kmod-ath9k kmod-crypto-mv-cesa wpad-mini kmod-i2c-core kmod-i2c-mv64xxx kmod-rtc-isl1208 $(eval $(call BuildTarget))