diff options
author | makefu <github@syntax-fehler.de> | 2013-01-07 11:58:28 +0700 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2013-01-07 11:59:29 +0700 |
commit | 6ea50f3c77350e715649aa45061beb1701ebaa95 (patch) | |
tree | 44e6b5927ab32c9417d755d5ecc1f7ee876d9d1f /minikrebs/profiles/rickroller/custom_make | |
parent | d907a7aa781caac2a3086535f5ce997131170ca2 (diff) |
rickroller: initial commit
Diffstat (limited to 'minikrebs/profiles/rickroller/custom_make')
-rwxr-xr-x | minikrebs/profiles/rickroller/custom_make | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/minikrebs/profiles/rickroller/custom_make b/minikrebs/profiles/rickroller/custom_make new file mode 100755 index 00000000..c22348b1 --- /dev/null +++ b/minikrebs/profiles/rickroller/custom_make @@ -0,0 +1,5 @@ +#!/bin/sh + +#HTTPD="mini-httpd" +HTTPD="uhttpd" +make image PROFILE=TLWR703 PACKAGES="$HTTPD dnsmasq wireless-tools -radvd -kmod-ppp -kmod-pppoe -kmod-pppox -ppp -ppp-mod-pppoe" FILES=customfiles/ |