diff options
author | Alberto Bursi <alberto.bursi@outlook.it> | 2017-02-06 11:39:21 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-02-11 21:16:28 +0100 |
commit | add1dd00813ccccfe5f1ee8e6bf04db7822b9fd5 (patch) | |
tree | d2cca0f2514472315cb7d3dd40b23a2753936362 /package/boot/uboot-kirkwood/Makefile | |
parent | 760185972f9aace293ee4b1863bf1c858d4bf5aa (diff) | |
download | upstream-add1dd00813ccccfe5f1ee8e6bf04db7822b9fd5.tar.gz upstream-add1dd00813ccccfe5f1ee8e6bf04db7822b9fd5.tar.bz2 upstream-add1dd00813ccccfe5f1ee8e6bf04db7822b9fd5.zip |
uboot-kirkwood: add Zyxel NSA325 uboot
add uboot for NSA325
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Diffstat (limited to 'package/boot/uboot-kirkwood/Makefile')
-rw-r--r-- | package/boot/uboot-kirkwood/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/boot/uboot-kirkwood/Makefile b/package/boot/uboot-kirkwood/Makefile index 089188a295..e06a680b70 100644 --- a/package/boot/uboot-kirkwood/Makefile +++ b/package/boot/uboot-kirkwood/Makefile @@ -52,6 +52,10 @@ define U-Boot/nsa310 NAME:=Zyxel NSA310 endef +define U-Boot/nsa325 + NAME:=Zyxel NSA325v1 and v2 +endef + define U-Boot/pogo_e02 NAME:=Cloud Engines Pogoplug E02 endef @@ -70,6 +74,7 @@ UBOOT_TARGETS := \ ib62x0 ib62x0_second_stage \ iconnect iconnect_second_stage \ nsa310 \ + nsa325 \ pogo_e02 pogo_e02_second_stage \ sheevaplug |