summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2016-07-29 14:12:02 -0400
committerHolger Levsen <holger@layer-acht.org>2016-07-29 17:03:07 -0400
commit764690b2d6fceca0e1459c8ab6b8a3923e80043f (patch)
tree05910646c36197e3ef6b2e246ae0b2906af38b09 /bin
parent964d6ad12717f32d436f77deaeed41fc7fcdf6a0 (diff)
downloadjenkins.debian.net-764690b2d6fceca0e1459c8ab6b8a3923e80043f.tar.xz
reproducible_openwrt_common: comment openwrt_build
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rw-r--r--bin/reproducible_openwrt_common.sh3
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