diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2016-07-29 14:12:02 -0400 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-07-29 17:03:07 -0400 |
commit | 764690b2d6fceca0e1459c8ab6b8a3923e80043f (patch) | |
tree | 05910646c36197e3ef6b2e246ae0b2906af38b09 | |
parent | 964d6ad12717f32d436f77deaeed41fc7fcdf6a0 (diff) | |
download | jenkins.debian.net-764690b2d6fceca0e1459c8ab6b8a3923e80043f.tar.xz |
reproducible_openwrt_common: comment openwrt_build
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rw-r--r-- | bin/reproducible_openwrt_common.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/reproducible_openwrt_common.sh b/bin/reproducible_openwrt_common.sh index f287041b..784d8008 100644 --- a/bin/reproducible_openwrt_common.sh +++ b/bin/reproducible_openwrt_common.sh @@ -120,6 +120,9 @@ openwrt_build_toolchain() { ionice -c 3 make -j $NUM_CPU toolchain/install } +# TYPE - openwrt or lede +# RUN - b1 or b2. b1 means first run, b2 second +# TARGET - a target including subtarget. E.g. ar71xx_generic openwrt_build() { TYPE=$1 RUN=$2 |