diff options
| author | Zoltan Herpai <wigyori@uid0.hu> | 2014-01-04 10:09:52 +0000 |
|---|---|---|
| committer | Zoltan Herpai <wigyori@uid0.hu> | 2014-01-04 10:09:52 +0000 |
| commit | c2f62ecc25aeb6124f525e6a7b2cc075c9733a8e (patch) | |
| tree | 5418235f4db49383927078922f343583ad3b4131 | |
| parent | 4800b2c723b11154ac78283f51d5e486e51ef591 (diff) | |
| download | upstream-c2f62ecc25aeb6124f525e6a7b2cc075c9733a8e.tar.gz upstream-c2f62ecc25aeb6124f525e6a7b2cc075c9733a8e.tar.bz2 upstream-c2f62ecc25aeb6124f525e6a7b2cc075c9733a8e.zip | |
add support for pcDuino board
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39192
| -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 105d3455972..172bb6fbd55 100644 --- a/package/boot/uboot-sunxi/Makefile +++ b/package/boot/uboot-sunxi/Makefile @@ -45,7 +45,11 @@ define uboot/A20-OLinuXino_MICRO TITLE:=U-Boot 2013.10-rc2 for A20 Olinuxino endef -UBOOTS:=A13-OLinuXino Cubieboard Cubieboard2 A20-OLinuXino_MICRO Hackberry +define uboot/pcDuino + TITLE:=U-Boot 2013.10-rc2 for pcDuino +endef + +UBOOTS:=A13-OLinuXino Cubieboard Cubieboard2 A20-OLinuXino_MICRO Hackberry pcDuino define Package/uboot/template define Package/uboot-sunxi-$(1) |
