uboot-sunxi: cosmetic changes
This will ease adding new targets and updating: * split UBOOTS var into multiple lines * remove version from TITLE Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 43187
This commit is contained in:
parent
d738d22bf8
commit
e39e1ba005
1 changed files with 24 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 OpenWrt.org
|
# Copyright (C) 2013-2014 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
|
@ -25,50 +25,61 @@ define uboot/Default
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define uboot/A10-OLinuXino-Lime
|
define uboot/A10-OLinuXino-Lime
|
||||||
TITLE:=U-Boot 2014.04 for the A10 OLinuXino LIME
|
TITLE:=U-Boot for the A10 OLinuXino LIME
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define uboot/A13-OLinuXino
|
define uboot/A13-OLinuXino
|
||||||
TITLE:=U-Boot 2014.04 for the A13 OlinuXino
|
TITLE:=U-Boot for the A13 OlinuXino
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define uboot/A20-OLinuXino_MICRO
|
define uboot/A20-OLinuXino_MICRO
|
||||||
TITLE:=U-Boot 2014.04 for A20 OLinuXino MICRO
|
TITLE:=U-Boot for A20 OLinuXino MICRO
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define uboot/Bananapi
|
define uboot/Bananapi
|
||||||
TITLE:=U-Boot 2014.04 for Bananapi
|
TITLE:=U-Boot for Bananapi
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define uboot/Cubieboard
|
define uboot/Cubieboard
|
||||||
TITLE:=U-Boot 2014.04 for Cubieboard
|
TITLE:=U-Boot for Cubieboard
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define uboot/Cubieboard2
|
define uboot/Cubieboard2
|
||||||
TITLE:=U-Boot 2014.04 for Cubieboard2
|
TITLE:=U-Boot for Cubieboard2
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define uboot/Cubietruck
|
define uboot/Cubietruck
|
||||||
TITLE:=U-Boot 2014.04 for Cubietruck
|
TITLE:=U-Boot for Cubietruck
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define uboot/Hackberry
|
define uboot/Hackberry
|
||||||
TITLE:=U-Boot 2014.04 for the Hackbeery
|
TITLE:=U-Boot for the Hackbeery
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define uboot/OLIMEX-A13-SOM
|
define uboot/OLIMEX-A13-SOM
|
||||||
TITLE:=U-Boot 2014.04 for the Olimex A13 SOM
|
TITLE:=U-Boot for the Olimex A13 SOM
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define uboot/pcDuino
|
define uboot/pcDuino
|
||||||
TITLE:=U-Boot 2014.04 for pcDuino
|
TITLE:=U-Boot for pcDuino
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define uboot/Linksprite_pcDuino3
|
define uboot/Linksprite_pcDuino3
|
||||||
TITLE:=U-Boot 2014.04 for Linksprite pcDuino3
|
TITLE:=U-Boot for Linksprite pcDuino3
|
||||||
endef
|
endef
|
||||||
|
|
||||||
UBOOTS:=A10-OLinuXino-Lime A13-OLinuXino A20-OLinuXino_MICRO Bananapi Cubieboard Cubieboard2 Cubietruck Hackberry pcDuino Linksprite_pcDuino3 OLIMEX-A13-SOM
|
UBOOTS:= \
|
||||||
|
A10-OLinuXino-Lime \
|
||||||
|
A13-OLinuXino \
|
||||||
|
A20-OLinuXino_MICRO \
|
||||||
|
Bananapi \
|
||||||
|
Cubieboard \
|
||||||
|
Cubieboard2 \
|
||||||
|
Cubietruck \
|
||||||
|
Hackberry \
|
||||||
|
OLIMEX-A13-SOM \
|
||||||
|
pcDuino \
|
||||||
|
Linksprite_pcDuino3 \
|
||||||
|
|
||||||
define Package/uboot/template
|
define Package/uboot/template
|
||||||
define Package/uboot-sunxi-$(1)
|
define Package/uboot-sunxi-$(1)
|
||||||
|
|
Loading…
Reference in a new issue