X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=modules%2Fluci-base%2FMakefile;h=ce7d40dac75c6ba512c5be7e13fb29ee75039eed;hb=70b725991e05532f9d2a8b0d564f25a790d31dec;hp=a9c5e71cba7bb9472ff8ca72a6b9ef8da294998b;hpb=967bb1f36f9f30d19e13aecf3a550eea5fd73c6b;p=project%2Fluci.git diff --git a/modules/luci-base/Makefile b/modules/luci-base/Makefile index a9c5e71cb..ce7d40dac 100644 --- a/modules/luci-base/Makefile +++ b/modules/luci-base/Makefile @@ -24,6 +24,7 @@ include $(INCLUDE_DIR)/host-build.mk define Package/luci-base/conffiles /etc/luci-uploads +/etc/config/luci endef include ../../luci.mk @@ -37,9 +38,9 @@ define Host/Compile endef define Host/Install - $(INSTALL_DIR) $(STAGING_DIR_HOST)/bin - $(INSTALL_BIN) src/po2lmo $(STAGING_DIR_HOST)/bin/po2lmo - $(INSTALL_BIN) $(HOST_BUILD_DIR)/bin/LuaSrcDiet.lua $(STAGING_DIR_HOST)/bin/LuaSrcDiet + $(INSTALL_DIR) $(1)/bin + $(INSTALL_BIN) src/po2lmo $(1)/bin/po2lmo + $(INSTALL_BIN) $(HOST_BUILD_DIR)/bin/LuaSrcDiet.lua $(1)/bin/LuaSrcDiet endef $(eval $(call HostBuild))