target: add pistachio
[openwrt/staging/noltari.git] / package / boot / uboot-envtools / Makefile
index 784fc642315f61064c0f81acd83dd278f22ec550..10175b0f777ea6947c2bf0d347dca097993823ec 100644 (file)
@@ -112,6 +112,10 @@ ifneq ($(CONFIG_TARGET_oxnas),)
        $(INSTALL_DIR) $(1)/etc/uci-defaults
        $(INSTALL_BIN) ./files/oxnas $(1)/etc/uci-defaults/30_uboot-envtools
 endif
+ifneq ($(CONFIG_TARGET_pistachio),)
+       $(INSTALL_DIR) $(1)/etc/uci-defaults
+       $(INSTALL_DATA) ./files/pistachio $(1)/etc/uci-defaults/30_uboot-envtools
+endif
 ifneq ($(CONFIG_TARGET_ramips),)
        $(INSTALL_DIR) $(1)/etc/uci-defaults
        $(INSTALL_DATA) ./files/ramips $(1)/etc/uci-defaults/30_uboot-envtools