summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-12-15 22:56:47 +0100
committerJo-Philipp Wich <jow@openwrt.org>2015-12-15 22:56:47 +0100
commit19b85c34fcac8ad9b2829b4e034d7fefa42fb145 (patch)
treef9d86ba47561c3d8f86be0507602132b92497496 /modules/luci-base/Makefile
parentff2f536dd1473da59ae968e6294c6813d1093c58 (diff)
parent403b939acd55be528fa78bfc11521c78b1afdad8 (diff)
Merge pull request #562 from cshore/pull-request-upload-dir
modules/luci-base: Move LuCI FileUpload directory to /etc/luci-upload…
Diffstat (limited to 'modules/luci-base/Makefile')
-rw-r--r--modules/luci-base/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/luci-base/Makefile b/modules/luci-base/Makefile
index 26cbe0820e..a9c5e71cba 100644
--- a/modules/luci-base/Makefile
+++ b/modules/luci-base/Makefile
@@ -22,6 +22,10 @@ HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/LuaSrcDiet-0.12.1
include $(INCLUDE_DIR)/host-build.mk
+define Package/luci-base/conffiles
+/etc/luci-uploads
+endef
+
include ../../luci.mk
define Host/Configure