crda: fix wardrive build option
This commit is contained in:
parent
0726a499ce
commit
61ad1e4a43
|
@ -22,7 +22,7 @@ desc_option_wardrive="Disable CRDA checks for wardriving competitions"
|
|||
|
||||
post_extract() {
|
||||
if [ "$build_option_wardrive" ]; then
|
||||
sed -i 's/([0-9][0-9])/(33)/g' db.txt # Max 2W =~ 33dBm
|
||||
sed -i 's/([0-9][0-9])/(33)/g' ${_dbsrc}/db.txt # Max 2W =~ 33dBm
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user