File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ function post_family_tweaks_bsp__bananapi_firmware() {
2727function post_family_tweaks_bsp__bananapi_wireless_regdb() {
2828 if [[ `curl -I https://git.kernel.org 2>&1 | grep 'HTTP/2 200'` ]]; then
2929 mkdir -p $SRC/cache
30- mkdir -p "${destination}"/lib/firmware/updates
31- display_alert "$BOARD" "Installing upstream wireless-regdb" "info"
3230 git clone --depth=1 -q https://git.kernel.org/pub/scm/linux/kernel/git/sforshee/wireless-regdb.git $SRC/cache/wireless-regdb
3331 sleep .25
3432 if [[ -f "$SRC/cache/wireless-regdb/regulatory.db" ]] && [[ -f "$SRC/cache/wireless-regdb/regulatory.db.p7s" ]]; then
33+ display_alert "$BOARD" "Installing upstream wireless-regdb" "info"
34+ mkdir -p "${destination}"/lib/firmware/updates
3535 cp -f $SRC/cache/wireless-regdb/regulatory.db "${destination}"/lib/firmware/updates/regulatory.db
3636 cp -f $SRC/cache/wireless-regdb/regulatory.db.p7s "${destination}"/lib/firmware/updates/regulatory.db.p7s
3737 fi
You can’t perform that action at this time.
0 commit comments