From 659132eb714e1c6152357f91cde8b2241cada7cd Mon Sep 17 00:00:00 2001 From: makefu Date: Tue, 8 Jan 2013 00:16:56 +0700 Subject: rickroller: add ssl-support --- minikrebs/profiles/rickroller/custom_make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'minikrebs/profiles/rickroller/custom_make') 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/ -- cgit v1.2.3 From 7296c90dff5e260c6279aed071fe507a4ddedc4a Mon Sep 17 00:00:00 2001 From: makefu Date: Thu, 10 Jan 2013 14:37:10 +0100 Subject: emergency commit, i am so sorry... --- minikrebs/profiles/rickroller/custom_make | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 minikrebs/profiles/rickroller/custom_make (limited to 'minikrebs/profiles/rickroller/custom_make') diff --git a/minikrebs/profiles/rickroller/custom_make b/minikrebs/profiles/rickroller/custom_make deleted file mode 100755 index 25df33c1..00000000 --- a/minikrebs/profiles/rickroller/custom_make +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -#HTTPD="mini-httpd" -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/ -- cgit v1.2.3