X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=modules%2Fluci-base%2FMakefile;h=ce7d40dac75c6ba512c5be7e13fb29ee75039eed;hb=dad185e2c9b57f458fdc8701f401e6956eaaa406;hp=26cbe0820e1f1b5d2bdf0b3511f7ee62b62a93ad;hpb=c123fa86b02f7e9ecd7d474a03359628b444bd1d;p=project%2Fluci.git diff --git a/modules/luci-base/Makefile b/modules/luci-base/Makefile index 26cbe0820..ce7d40dac 100644 --- a/modules/luci-base/Makefile +++ b/modules/luci-base/Makefile @@ -22,6 +22,11 @@ HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/LuaSrcDiet-0.12.1 include $(INCLUDE_DIR)/host-build.mk +define Package/luci-base/conffiles +/etc/luci-uploads +/etc/config/luci +endef + include ../../luci.mk define Host/Configure @@ -33,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))