diff --git a/utils/restorefactory/Makefile b/utils/restorefactory/Makefile index fbee589a7..7b764b7c3 100644 --- a/utils/restorefactory/Makefile +++ b/utils/restorefactory/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=restorefactory PKG_VERSION:=1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 include $(INCLUDE_DIR)/package.mk @@ -32,7 +32,7 @@ define Package/restorefactory/install $(INSTALL_DIR) $(1)/etc/hotplug.d/button $(INSTALL_BIN) ./files/hotplug_restorefactory $(1)/etc/hotplug.d/button/50-restorefactory $(INSTALL_DIR) $(1)/etc/defaults - $(INSTALL_BIN) ./files/uci_defaults_restorefactory $(1)/etc/defaults/50-restorefactory + $(INSTALL_BIN) ./files/uci_defaults_restorefactory $(1)/etc/uci-defaults/50-restorefactory endef $(eval $(call BuildPackage,restorefactory))