diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-05 19:34:22 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-05 19:34:22 +0000 |
commit | 88db961cf0f9a86d052e685fec9b77a8a692f70a (patch) | |
tree | d899b690f2e8d89e218302e0e4a37d20f38e14eb /package/uhttpd/Makefile | |
parent | 073ade43680f6d61ac17cc4e7d3702e7a2d50553 (diff) | |
download | upstream-88db961cf0f9a86d052e685fec9b77a8a692f70a.tar.gz upstream-88db961cf0f9a86d052e685fec9b77a8a692f70a.tar.bz2 upstream-88db961cf0f9a86d052e685fec9b77a8a692f70a.zip |
uhttpd: add /etc/uhttpd.key and /etc/uhttpd.crt to conffile hints
SVN-Revision: 23260
Diffstat (limited to 'package/uhttpd/Makefile')
-rw-r--r-- | package/uhttpd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/uhttpd/Makefile b/package/uhttpd/Makefile index 835e5b5277..29d3ee5b1f 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 |