diff options
author | makefu <github@syntax-fehler.de> | 2013-01-04 10:00:20 +0700 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2013-01-04 10:00:20 +0700 |
commit | cccb26af3cf48fe74e506dd493806701bbdbed5e (patch) | |
tree | d6e5e66816c622a19457e97a24adedb31de2bf09 /minikrebs/profiles/heckenkrebs | |
parent | 2bcf2f215b9b5e1caa3ec7934c7e7b9fb255147d (diff) |
refactor minikrebs profiles
./prepare prepares the openwrt build environment and copies the requested profile files into build environment
Diffstat (limited to 'minikrebs/profiles/heckenkrebs')
-rwxr-xr-x | minikrebs/profiles/heckenkrebs/custom_make | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/minikrebs/profiles/heckenkrebs/custom_make b/minikrebs/profiles/heckenkrebs/custom_make new file mode 100755 index 00000000..4694530b --- /dev/null +++ b/minikrebs/profiles/heckenkrebs/custom_make @@ -0,0 +1,2 @@ +#!/bin/sh +make image PROFILE=TLWR703 PACKAGES="tinc curl kmod-ipv6 kmod-fs-ext4 radvd ip wireless-tools block-mount kmod-usb-core kmod-usb2 kmod-usb-storage -kmod-ppp -kmod-pppoe -kmod-pppox -ppp -ppp-mod-pppoe" FILES=customfiles/ |