From 53bf4e502dc1f09ebc46f45b3fd81e0c5a74f807 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Fri, 23 May 2014 08:17:01 +0000 Subject: [package] uboot-kirkwood: re-add Pogoplug E02 support This patch modifies the u-boot config for the Pogoplug E02 to work with OpenWrt. It also enables building a second stage bootloader image. Signed-off-by: Felix Kaechele git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40828 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/boot/uboot-kirkwood/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'package/boot/uboot-kirkwood/Makefile') diff --git a/package/boot/uboot-kirkwood/Makefile b/package/boot/uboot-kirkwood/Makefile index 45046690ff..0f0314319f 100644 --- a/package/boot/uboot-kirkwood/Makefile +++ b/package/boot/uboot-kirkwood/Makefile @@ -61,6 +61,10 @@ define uboot/pogo_e02 TITLE:=U-Boot for Cloud Engines Pogoplug E02 endef +define uboot/pogo_e02_second_stage + TITLE:=second stage U-Boot for Cloud Engines Pogoplug E02 +endef + define uboot/sheevaplug TITLE:=U-Boot for SheevaPlug endef @@ -70,7 +74,7 @@ UBOOTS:= \ goflexhome \ ib62x0 ib62x0_second_stage \ iconnect iconnect_second_stage \ - pogo_e02 \ + pogo_e02 pogo_e02_second_stage \ sheevaplug define Package/uboot/template -- cgit v1.2.3