From 0a20b32d11a416298a2d0072e4faee3f8a54c77a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Fri, 8 Jan 2016 19:48:20 +0100 Subject: [PATCH] Passwd, maintainer info, ... moved to configuration --- compile.sh | 4 ---- configuration.sh | 7 ++++++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/compile.sh b/compile.sh index f3e4ac552f..89c56fccf2 100755 --- a/compile.sh +++ b/compile.sh @@ -24,10 +24,6 @@ CLEAN_LEVEL="make,debs" # comma-sparated list of clean targets: "make" = mak # user DEST_LANG="en_US.UTF-8" # sl_SI.UTF-8, en_US.UTF-8 CONSOLE_CHAR="UTF-8" -ROOTPWD="1234" # Must be changed @first login -MAINTAINER="Igor Pecovnik" # deb signature -MAINTAINERMAIL="igor.pecovnik@****l.com" # deb signature -GPG_PASS="" # signing password # advanced KERNEL_KEEP_CONFIG="no" # overwrite kernel config before compilation diff --git a/configuration.sh b/configuration.sh index 704992e58d..ed3561aefa 100644 --- a/configuration.sh +++ b/configuration.sh @@ -27,13 +27,18 @@ # common options - REVISION="4.82" # all boards have same revision + REVISION="4.83" # all boards have same revision + ROOTPWD="1234" # Must be changed @first login + MAINTAINER="Igor Pecovnik" # deb signature + MAINTAINERMAIL="igor.pecovnik@****l.com" # deb signature + GPG_PASS="" # signing password SDSIZE="4000" # SD image size in MB TZDATA=`cat /etc/timezone` # Timezone for target is taken from host or defined here. USEALLCORES="yes" # Use all CPU cores for compiling SYSTEMD="no" # Enable or disable systemd on Jessie in debootstrap process OFFSET="1" # Bootloader space in MB (1 x 2048 = default) BOOTSIZE="0" # Mb size of boot partition + EXIT_PATCHING_ERROR="" # exit patching if failed SERIALCON="ttyS0" MISC1="https://github.com/linux-sunxi/sunxi-tools.git" # Allwinner fex compiler / decompiler MISC1_DIR="sunxi-tools" # local directory