Disable regdb updates

Last update broke wireless for Australian users
Let's use what is included instead

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2023-10-13 02:24:25 -04:00
parent f5da93c4e5
commit f2e48a04b5
No known key found for this signature in database
GPG Key ID: B286E9F57A07424B
2 changed files with 4 additions and 3 deletions

@ -1 +1 @@
Subproject commit c5d6d226a17337f7e405a08064f8040a03424d88
Subproject commit 31c09f842b5ec5e97fee8fff885780834cb0bc7b

View File

@ -674,8 +674,9 @@ updateRegDb() {
#Latest database cannot be used due to differing flags, only update supported kernels
#md5sum Build/*/kernel/*/*/net/wireless/genregdb.awk | sort
if echo "d9ef5910b573c634fa7845bb6511ba89 net/wireless/genregdb.awk" | md5sum --check --quiet &>/dev/null; then
cp "$DOS_PATCHES_COMMON/wireless-regdb/db.txt" "net/wireless/db.txt";
echo "regdb: updated for $1";
#cp "$DOS_PATCHES_COMMON/wireless-regdb/db.txt" "net/wireless/db.txt";
#echo "regdb: updated for $1";
echo "regdb: skipping regdb update for $1";
fi;
cd "$DOS_BUILD_BASE";
}