mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-12-24 15:09:34 -05:00
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:
parent
f5da93c4e5
commit
f2e48a04b5
@ -1 +1 @@
|
||||
Subproject commit c5d6d226a17337f7e405a08064f8040a03424d88
|
||||
Subproject commit 31c09f842b5ec5e97fee8fff885780834cb0bc7b
|
@ -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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user