dnsmasq: run as dedicated UID/GID
[openwrt/.git] / package / boot / uboot-oxnas / Makefile
index e2339432fe6ff75afbb47e470385e749ba7855be..825907b6308245f52b6baab2307283472ee2804b 100644 (file)
@@ -82,6 +82,8 @@ define Package/uboot/install/default
        $(INSTALL_DIR) $(BIN_DIR)
        $(CP) $(PKG_BUILD_DIR)/u-boot.bin \
                $(BIN_DIR)/openwrt-$(BOARD)-$(1)-u-boot.bin
+       $(CP) $(PKG_BUILD_DIR)/u-boot.bin \
+               $(KERNEL_BUILD_DIR)/u-boot.bin
 endef
 
 define Package/uboot/install/template