diff options
author | Pawel Dembicki <paweldembicki@gmail.com> | 2020-01-24 07:13:24 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-07-11 13:33:28 +0200 |
commit | c881d7ab039022aac91a3524227df9cc5f60dd16 (patch) | |
tree | c038b52a1dc8bb58e70105d05a035372bbd15ff1 /package/boot/uboot-kirkwood/Makefile | |
parent | 9c99187e616ac54aed572a0eb310aadd06ac8e4b (diff) | |
download | upstream-c881d7ab039022aac91a3524227df9cc5f60dd16.tar.gz upstream-c881d7ab039022aac91a3524227df9cc5f60dd16.tar.bz2 upstream-c881d7ab039022aac91a3524227df9cc5f60dd16.zip |
uboot-kirkwood: add uboot for CheckPoint L-50
This patch add u-boot for CheckPoint L-50 routers.
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Diffstat (limited to 'package/boot/uboot-kirkwood/Makefile')
-rw-r--r-- | package/boot/uboot-kirkwood/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/boot/uboot-kirkwood/Makefile b/package/boot/uboot-kirkwood/Makefile index d2cbc1041b..e1493bf0e8 100644 --- a/package/boot/uboot-kirkwood/Makefile +++ b/package/boot/uboot-kirkwood/Makefile @@ -54,6 +54,11 @@ define U-Boot/iconnect_second_stage BUILD_DEVICES:=iom_iconnect-1.1 endef +define U-Boot/l-50 + NAME:=CheckPoint L-50 + BUILD_DEVICES:=checkpoint_l-50 +endef + define U-Boot/nsa310 NAME:=Zyxel NSA310 BUILD_DEVICES:=zyxel_nsa310b @@ -89,6 +94,7 @@ UBOOT_TARGETS := \ goflexhome \ ib62x0 ib62x0_second_stage \ iconnect iconnect_second_stage \ + l-50 \ nsa310 \ nsa310s \ nsa325 \ |