summaryrefslogtreecommitdiffstats
path: root/target/linux/orion/Makefile
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-11-04 22:10:11 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-11-04 22:10:11 +0000
commit4ec905f3c9325be3086d35e4ec9567f77db6bf6a (patch)
tree3b9fe3cf38a79ce3614e4581ef55d266d930cad5 /target/linux/orion/Makefile
parentf341342d3833c3e68e56e875e86d55d4b36a4b7d (diff)
downloadmaster-31e0f0ae-4ec905f3c9325be3086d35e4ec9567f77db6bf6a.tar.gz
master-31e0f0ae-4ec905f3c9325be3086d35e4ec9567f77db6bf6a.tar.bz2
master-31e0f0ae-4ec905f3c9325be3086d35e4ec9567f77db6bf6a.zip
target/linux/orion: create subtargets (closes #8154)
SVN-Revision: 23883
Diffstat (limited to 'target/linux/orion/Makefile')
-rw-r--r--target/linux/orion/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile
index e12866ebac..4e6a378315 100644
--- a/target/linux/orion/Makefile
+++ b/target/linux/orion/Makefile
@@ -9,8 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=orion
BOARDNAME:=Marvell Orion
-FEATURES:=squashfs
-SUBTARGETS=generic harddisk
+SUBTARGETS:=generic harddisk
CFLAGS=-Os -pipe -march=armv5t -mtune=xscale -funit-at-a-time
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
@@ -20,6 +19,6 @@ include $(INCLUDE_DIR)/target.mk
KERNELNAME:="uImage"
-DEFAULT_PACKAGES += kmod-ath9k wpad-mini
+DEFAULT_PACKAGES += kmod-crypto-mv-cesa
$(eval $(call BuildTarget))