From e599097a222d7a243f0ab02bb8b8d49027dc1dcf Mon Sep 17 00:00:00 2001 From: Anjan Chanda Date: Thu, 9 Apr 2020 12:18:10 +0200 Subject: [PATCH] mt76xx: fix consumer build due to removed wifi drivers --- iop/scripts/generate_tarballs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iop/scripts/generate_tarballs.sh b/iop/scripts/generate_tarballs.sh index 6d34e5230..f8ce9053e 100755 --- a/iop/scripts/generate_tarballs.sh +++ b/iop/scripts/generate_tarballs.sh @@ -100,8 +100,8 @@ build_mediatek_wifi_consumer() { local ver commit local chip=$1 - ver=$(grep -w "PKG_VERSION:" ./feeds/iopsys/mt${chip}/Makefile | cut -d'=' -f2) - commit=$(grep -w "PKG_SOURCE_VERSION:" ./feeds/iopsys/mt${chip}/Makefile | cut -d'=' -f2) + ver=$(grep -w "PKG_VERSION:" ./feeds/mediatek/mt${chip}/Makefile | cut -d'=' -f2) + commit=$(grep -w "PKG_SOURCE_VERSION:" ./feeds/mediatek/mt${chip}/Makefile | cut -d'=' -f2) [ -n "$ver" -a -n "$commit" ] || return ssh $SERVER "test -f $FPATH/mtk${chip}e-${ver}_${commit}.tar.xz" && return cd build_dir/target-mipsel_1004kc*/linux-iopsys-ramips*/mtk${chip}e-$ver/ipkg-*