diff options
author | Florian Fainelli <florian@openwrt.org> | 2014-09-03 03:08:51 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2014-09-03 03:08:51 +0000 |
commit | c2b92f9ef46119e04ea71afe718d1cefe03f6caf (patch) | |
tree | a1c717472284db64d7800c013ab898f3cc7dfecb /target/linux/at91/Makefile | |
parent | f769949e7275615591143caeedff58fc1db9d0b6 (diff) | |
download | upstream-c2b92f9ef46119e04ea71afe718d1cefe03f6caf.tar.gz upstream-c2b92f9ef46119e04ea71afe718d1cefe03f6caf.tar.bz2 upstream-c2b92f9ef46119e04ea71afe718d1cefe03f6caf.zip |
at91: create a legacy subtarget
In preparation for adding SAMA5D3 support, move the legacy ARMv5 based
platforms to a separate subtarget.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 42408
Diffstat (limited to 'target/linux/at91/Makefile')
-rw-r--r-- | target/linux/at91/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile index 01fc4dd85f..47fc2f67df 100644 --- a/target/linux/at91/Makefile +++ b/target/linux/at91/Makefile @@ -11,7 +11,7 @@ BOARD:=at91 MAINTAINER:=Claudio Mignanti <c.mignanti@gmail.com> BOARDNAME:=Atmel AT91 FEATURES:=squashfs targz ext2 usb -CPU_TYPE:=arm926ej-s +SUBTARGETS:=legacy LINUX_VERSION:=3.10.49 |