From eec3c8cd076a57343b624cd82127d9dbfa8e38c5 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 12 Jun 2015 21:08:53 +0200 Subject: reproducible openwrt: fix package name --- bin/reproducible_openwrt.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'bin/reproducible_openwrt.sh') diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index eddfacc8..616212c5 100755 --- a/bin/reproducible_openwrt.sh +++ b/bin/reproducible_openwrt.sh @@ -100,6 +100,12 @@ echo "This is openwrt $OPENWRT_VERSION." echo git log -1 +echo "=============================================================================" +echo "$(date -u) - Updating package feeds." +echo "=============================================================================" +./scripts/feeds update -a +./scripts/feeds install -a + echo "=============================================================================" echo "$(date -u) - Building the toolchain now." echo "=============================================================================" @@ -191,7 +197,7 @@ for i in $(ls -1 dl/) ; do done echo "" >> $TOOLCHAIN_HTML echo "" >> $TOOLCHAIN_HTML -for i in gcc binutils bzip2 flex python perl make findutils grep diff unzip gawk util-linux zlib1g-dev libc6-dev git subversion ; do +for i in gcc binutils bzip2 flex python perl make findutils grep diffutils unzip gawk util-linux zlib1g-dev libc6-dev git subversion ; do echo " " >> $TOOLCHAIN_HTML -- cgit v1.2.3-54-g00ecf
Debian $(cat /etc/debian_version) package on $(dpkg --print-architecture)installed version
$i" >> $TOOLCHAIN_HTML dpkg -s $i|grep '^Version'|cut -d " " -f2 >> $TOOLCHAIN_HTML echo "