diff options
Diffstat (limited to 'package/boot/uboot-sunxi/Makefile')
-rw-r--r-- | package/boot/uboot-sunxi/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package/boot/uboot-sunxi/Makefile b/package/boot/uboot-sunxi/Makefile index e6ed23bd6d..35b647e0d4 100644 --- a/package/boot/uboot-sunxi/Makefile +++ b/package/boot/uboot-sunxi/Makefile @@ -56,7 +56,11 @@ define uboot/pcDuino TITLE:=U-Boot 2014.01-rc1 for pcDuino endef -UBOOTS:=A10-OLinuXino-Lime A13-OLinuXino A20-OLinuXino_MICRO Cubieboard Cubieboard2 Cubietruck Hackberry pcDuino +define uboot/pcDuino3 + TITLE:=U-Boot 2014.01-rc1 for pcDuino3 +endef + +UBOOTS:=A10-OLinuXino-Lime A13-OLinuXino A20-OLinuXino_MICRO Cubieboard Cubieboard2 Cubietruck Hackberry pcDuino pcDuino3 define Package/uboot/template define Package/uboot-sunxi-$(1) |