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/camkrebs/custom_make | |
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/camkrebs/custom_make')
-rw-r--r-- | minikrebs/profiles/camkrebs/custom_make | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/minikrebs/profiles/camkrebs/custom_make b/minikrebs/profiles/camkrebs/custom_make new file mode 100644 index 00000000..752a7bfe --- /dev/null +++ b/minikrebs/profiles/camkrebs/custom_make @@ -0,0 +1,3 @@ +#!/bin/sh + +make image PROFILE=TLWR703 PACKAGES="tinc ip kmod-ipv6 radvd kmod-fs-ext4 wireless-tools kmod-usb-core kmod-usb2 -kmod-ppp -kmod-pppoe -kmod-pppox -ppp -ppp-mod-pppoe -dnsmasq kmod-video-uvc mjpg-streamer" FILES=customfiles/ |