From 4a0f7a67d75682cbdd54b7f563499653b9fe4b7b Mon Sep 17 00:00:00 2001 From: John Doe Date: Sat, 21 May 2022 10:12:01 +0800 Subject: [PATCH] Build: use lastet driver of rtl8821CU --- scripts/patches.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/patches.sh b/scripts/patches.sh index 728ae5e..cebfaca 100644 --- a/scripts/patches.sh +++ b/scripts/patches.sh @@ -18,12 +18,14 @@ sed -i '/skip\=/ a skip=`mount | grep -q /dev/$device; echo $?`' `find package/ sed -i 's/START=95/START=99/' `find package/ -follow -type f -path */ddns-scripts/files/ddns.init` +sed -i 's/PKG_SOURCE_VERSION:=.*/PKG_SOURCE_VERSION:=master/' package/kernel/rtl8821cu/Makefile +sed -i 's/PKG_MIRROR_HASH:=.*/PKG_MIRROR_HASH:=skip/' package/kernel/rtl8821cu/Makefile + mkdir -p `find package/ -follow -type d -path '*/pdnsd-alt'`/patches mv $GITHUB_WORKSPACE/patches/99-disallow-aaaa.patch `find package/ -follow -type d -path '*/pdnsd-alt'`/patches sed -i 's/5.0/1.0/' .ccache/ccache.conf || true -sed -i 's/02b79d5e2b07b5e64cd28f1fe84395ee11eef95fc49fd923a9ab93022b148be6/skip/' package/feeds/packages/containerd/Makefile if [ $BRANCH == 'master' ]; then