diff options
author | makefu <github@syntax-fehler.de> | 2013-01-05 09:13:24 +0700 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2013-01-05 09:17:22 +0700 |
commit | 393e9e0aa1fae52ecb9b49d82875c857699451b9 (patch) | |
tree | 10497b3de10c89eefe5d2146acbeb0dea05dcf36 /minikrebs/profiles/usbbridge/custom_make | |
parent | 70519559b2127c594527ee1cccde48b9259dba2f (diff) |
minikrebs/profiles: usbbridge - initial commit
Diffstat (limited to 'minikrebs/profiles/usbbridge/custom_make')
-rwxr-xr-x | minikrebs/profiles/usbbridge/custom_make | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/minikrebs/profiles/usbbridge/custom_make b/minikrebs/profiles/usbbridge/custom_make new file mode 100755 index 00000000..ed43f4fe --- /dev/null +++ b/minikrebs/profiles/usbbridge/custom_make @@ -0,0 +1,3 @@ +#!/bin/sh + +make image PROFILE=TLWR703 PACKAGES="tinc ip wireless-tools kmod-usb-core kmod-usb2 usbip-server -radvd -kmod-ppp -kmod-pppoe -kmod-pppox -ppp -ppp-mod-pppoe -dnsmasq" FILES=customfiles/ |