diff options
author | John Crispin <john@openwrt.org> | 2015-02-13 07:37:55 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-13 07:37:55 +0000 |
commit | fae2ec33d19de53e84f76f091b5325db19a2d89e (patch) | |
tree | 050dd4b04e1583ce8d78f97674f5269a28e24d16 /target/linux/brcm2708/bcm2709 | |
parent | c6224cf05d3dccd629499e31920e2b3cfeb88ca8 (diff) | |
download | upstream-fae2ec33d19de53e84f76f091b5325db19a2d89e.tar.gz upstream-fae2ec33d19de53e84f76f091b5325db19a2d89e.tar.bz2 upstream-fae2ec33d19de53e84f76f091b5325db19a2d89e.zip |
brcm2708: add subtarget copyright and use better board names
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 44431
Diffstat (limited to 'target/linux/brcm2708/bcm2709')
-rw-r--r-- | target/linux/brcm2708/bcm2709/target.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/target/linux/brcm2708/bcm2709/target.mk b/target/linux/brcm2708/bcm2709/target.mk index 610c6b0abc..565c12a026 100644 --- a/target/linux/brcm2708/bcm2709/target.mk +++ b/target/linux/brcm2708/bcm2709/target.mk @@ -1,4 +1,9 @@ -BOARDNAME:=bcm2709 +# +# Copyright (C) 2015 OpenWrt.org +# + +SUBTARGET:=bcm2709 +BOARDNAME:=BCM2709 based boards CPU_TYPE:=cortex-a7 CPU_SUBTYPE:=vfp |