summaryrefslogtreecommitdiffhomepage
path: root/build/config.mk
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-06-15 16:02:47 +0000
committerSteven Barth <steven@midlink.org>2008-06-15 16:02:47 +0000
commit3455ee6d8d9eb3c0ee8459adb586a800dadaf737 (patch)
tree2cc4ac0f6df70f8df1e9afd0faccca1ec9f3299f /build/config.mk
parent647bc44868000e97763600dbea176307cd4a3ef5 (diff)
* Added support for htdocs module directory
Diffstat (limited to 'build/config.mk')
-rw-r--r--build/config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/config.mk b/build/config.mk
index 81d3e0836..3cf13201f 100644
--- a/build/config.mk
+++ b/build/config.mk
@@ -7,3 +7,5 @@ LUA_LIBRARYDIR = /usr/lib/lua
LUCI_MODULEDIR = $(LUA_MODULEDIR)/luci
LUCI_LIBRARYDIR = $(LUA_LIBRARYDIR)/luci
+HTDOCS = /www
+