mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-07 05:12:58 +02:00
crda: fix wardrive build option
This commit is contained in:
parent
0726a499ce
commit
61ad1e4a43
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ desc_option_wardrive="Disable CRDA checks for wardriving competitions"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
if [ "$build_option_wardrive" ]; then
|
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
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue