diff options
author | makefu <github@syntax-fehler.de> | 2013-02-07 20:23:55 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2013-02-07 20:23:55 +0100 |
commit | 12fa3df06555c4ad6973602998a42446fbb52e70 (patch) | |
tree | 9543696874cfea86f103f8388a26176c8fe4ea17 /minikrebs/profiles/usb_ext/custom_make | |
parent | 8c369def5ba0acbb95212e441b8b31a3ab05f3c8 (diff) |
bare profile which enables usb-extroot
Diffstat (limited to 'minikrebs/profiles/usb_ext/custom_make')
-rwxr-xr-x | minikrebs/profiles/usb_ext/custom_make | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/minikrebs/profiles/usb_ext/custom_make b/minikrebs/profiles/usb_ext/custom_make new file mode 100755 index 00000000..5dea0cc7 --- /dev/null +++ b/minikrebs/profiles/usb_ext/custom_make @@ -0,0 +1,3 @@ +#!/bin/sh + +make image PROFILE=TLWR703 PACKAGES="wireless-tools block-mount kmod-usb-core kmod-usb2 kmod-usb-storage kmod-fs-ext4 -radvd -kmod-ppp -kmod-pppoe -kmod-pppox -ppp -ppp-mod-pppoe" FILES=customfiles/ |