X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=package%2Fboot%2Fuboot-envtools%2FMakefile;h=ded9678be9a4dfb68f0fe489f7a5ea6ae22066e3;hp=55aaf885f15080bf607ef8eb538cefeb78153dbc;hb=b591e15f362de31f9fba8905347451b3122cff8c;hpb=0d32469457cda703b8e0487c4ef0de6a36e86626;ds=sidebyside diff --git a/package/boot/uboot-envtools/Makefile b/package/boot/uboot-envtools/Makefile index 55aaf885f1..ded9678be9 100644 --- a/package/boot/uboot-envtools/Makefile +++ b/package/boot/uboot-envtools/Makefile @@ -69,6 +69,10 @@ ifneq ($(CONFIG_TARGET_ramips),) $(INSTALL_DIR) $(1)/etc/uci-defaults $(INSTALL_BIN) ./files/ramips $(1)/etc/uci-defaults/uboot-envtools endif +ifneq ($(CONFIG_TARGET_cns3xxx),) + $(INSTALL_DIR) $(1)/etc/uci-defaults + $(INSTALL_BIN) ./files/cns3xxx $(1)/etc/uci-defaults/uboot-envtools +endif endef $(eval $(call BuildPackage,uboot-envtools))