zynq: Add Zybo device support
[openwrt/.git] / target / linux / zynq / image / Makefile
index 99293a6aad4329c3f3d6f60547d10109db0615f9..d803c336b89c8244c3ff159ee16a3da5aa55df35 100644 (file)
@@ -70,6 +70,13 @@ define Device/ZC702
        $(call Device/DefaultConfig,zc702)
 endef
 
+define Device/ZED
+       $(call Device/DefaultConfig,zed)
+endef
+
+define Device/ZYBO
+       $(call Device/DefaultConfig,zybo)
+endef
 
 define Image/BuildKernel
        $(eval $(call Device/$(PROFILE)))