Loading build.sh +3 −3 Original line number Diff line number Diff line #!/bin/bash BUSYBOX=busybox-1.21.1 TOR=tor-0.2.4.19 TOR=tor-0.2.4.20 NTPD=openntpd-3.9p1 OPENSSH=openssh-6.1p1 KVERSION=3.12.4 KVERSION=3.12.6 LINUX=linux-${KVERSION} PATCHES=hardened-patches-${KVERSION}-1.extras PATCHES=hardened-patches-${KVERSION}-3.extras ################################################################################ Loading configs/kernel-3.12.4.x86.config→configs/kernel-3.12.6.x86.config +0 −0 File moved. View file configs/kernel-3.12.4.x86_64.config→configs/kernel-3.12.6.x86_64.config +0 −0 File moved. View file Loading
build.sh +3 −3 Original line number Diff line number Diff line #!/bin/bash BUSYBOX=busybox-1.21.1 TOR=tor-0.2.4.19 TOR=tor-0.2.4.20 NTPD=openntpd-3.9p1 OPENSSH=openssh-6.1p1 KVERSION=3.12.4 KVERSION=3.12.6 LINUX=linux-${KVERSION} PATCHES=hardened-patches-${KVERSION}-1.extras PATCHES=hardened-patches-${KVERSION}-3.extras ################################################################################ Loading