diff options
author | John Crispin <john@openwrt.org> | 2015-07-17 12:47:50 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-07-17 12:47:50 +0000 |
commit | 8ef50ec40b825a2937eb90570eccb91a2ad79b9d (patch) | |
tree | 46e852d492af3705a1ebd9111539ecaae6cd0f54 /target/linux/brcm2708/bcm2709 | |
parent | b052a00c0b5533f331ac5d10d402e8e5f22bab14 (diff) | |
download | upstream-8ef50ec40b825a2937eb90570eccb91a2ad79b9d.tar.gz upstream-8ef50ec40b825a2937eb90570eccb91a2ad79b9d.tar.bz2 upstream-8ef50ec40b825a2937eb90570eccb91a2ad79b9d.zip |
brcm2708: improve profiles and image generation
- Add profiles for bcm2708 subtarget.
- Check subtarget for image generation.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 46396
Diffstat (limited to 'target/linux/brcm2708/bcm2709')
-rw-r--r-- | target/linux/brcm2708/bcm2709/profiles/RaspberryPi2.mk | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/target/linux/brcm2708/bcm2709/profiles/RaspberryPi2.mk b/target/linux/brcm2708/bcm2709/profiles/RaspberryPi2.mk index d3d1617176..ef7483d841 100644 --- a/target/linux/brcm2708/bcm2709/profiles/RaspberryPi2.mk +++ b/target/linux/brcm2708/bcm2709/profiles/RaspberryPi2.mk @@ -5,12 +5,10 @@ # See /LICENSE for more information. # -define Profile/RaspberryPi2 - NAME:=Raspberry Pi 2 +define Profile/RaspberryPi_2 + NAME:=Raspberry Pi 2 Model B endef - -define Profile/RaspberryPi2/Description - Raspberry Pi 2 board +define Profile/RaspberryPi_2/Description + Raspberry Pi 2 Model B endef - -$(eval $(call Profile,RaspberryPi2)) +$(eval $(call Profile,RaspberryPi_2)) |