mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04: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
2 changed files with 4 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue