diff options
Diffstat (limited to 'package/boot/uboot-kirkwood/Makefile')
-rw-r--r-- | package/boot/uboot-kirkwood/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/package/boot/uboot-kirkwood/Makefile b/package/boot/uboot-kirkwood/Makefile index 929fca6aeb..94cc30bc06 100644 --- a/package/boot/uboot-kirkwood/Makefile +++ b/package/boot/uboot-kirkwood/Makefile @@ -64,10 +64,6 @@ define U-Boot/pogo_e02_second_stage NAME:=Cloud Engines Pogoplug E02 (second stage) endef -define U-Boot/sheevaplug - NAME:=SheevaPlug -endef - UBOOT_TARGETS := \ dockstar dockstar_second_stage \ goflexhome \ @@ -75,8 +71,7 @@ UBOOT_TARGETS := \ iconnect iconnect_second_stage \ nsa310 \ nsa325 \ - pogo_e02 pogo_e02_second_stage \ - sheevaplug + pogo_e02 pogo_e02_second_stage define Build/Configure $(if $(findstring _second_stage,$(BUILD_VARIANT)), |