diff options
author | makefu <github@syntax-fehler.de> | 2013-01-08 00:16:56 +0700 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2013-01-08 00:25:48 +0700 |
commit | 659132eb714e1c6152357f91cde8b2241cada7cd (patch) | |
tree | 90abb0c2b03090ca0453fde39e9ffde2226e1305 /minikrebs/profiles/rickroller/custom_make | |
parent | d9f1bca78f46084f9e71b9c23e422d0a946cd9b6 (diff) |
rickroller: add ssl-support
Diffstat (limited to 'minikrebs/profiles/rickroller/custom_make')
-rwxr-xr-x | minikrebs/profiles/rickroller/custom_make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minikrebs/profiles/rickroller/custom_make b/minikrebs/profiles/rickroller/custom_make index c22348b1..25df33c1 100755 --- a/minikrebs/profiles/rickroller/custom_make +++ b/minikrebs/profiles/rickroller/custom_make @@ -1,5 +1,5 @@ #!/bin/sh #HTTPD="mini-httpd" -HTTPD="uhttpd" +HTTPD="uhttpd uhttpd-mod-tls" make image PROFILE=TLWR703 PACKAGES="$HTTPD dnsmasq wireless-tools -radvd -kmod-ppp -kmod-pppoe -kmod-pppox -ppp -ppp-mod-pppoe" FILES=customfiles/ |