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 | 62f58cd112dc4682e550d365d2e96ec302f7fcf2 (patch) | |
tree | d46949557469ac695e4ae2643a1c8b6d401d7dd1 /package/uhttpd/Makefile | |
parent | ffe051af996f00c26bcb0bc863866ed07f6d5959 (diff) | |
download | master-187ad058-62f58cd112dc4682e550d365d2e96ec302f7fcf2.tar.gz master-187ad058-62f58cd112dc4682e550d365d2e96ec302f7fcf2.tar.bz2 master-187ad058-62f58cd112dc4682e550d365d2e96ec302f7fcf2.zip |
[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/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 |