summaryrefslogtreecommitdiffstats
path: root/package/uhttpd/Makefile
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-10-05 19:34:22 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-10-05 19:34:22 +0000
commitce67681a34e5797615e9d07685ad3ec017b6ddad (patch)
treed46949557469ac695e4ae2643a1c8b6d401d7dd1 /package/uhttpd/Makefile
parent2e2e95f48166432fcd76d2877105214672ab6479 (diff)
[package] uhttpd: add /etc/uhttpd.key and /etc/uhttpd.crt to conffile hints
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23260 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uhttpd/Makefile')
-rw-r--r--package/uhttpd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/uhttpd/Makefile b/package/uhttpd/Makefile
index 835e5b527..29d3ee5b1 100644
--- a/package/uhttpd/Makefile
+++ b/package/uhttpd/Makefile
@@ -68,6 +68,8 @@ endef
define Package/uhttpd/conffiles
/etc/config/uhttpd
+/etc/uhttpd.crt
+/etc/uhttpd.key
endef
define Package/uhttpd/install