WiFi

From FriendlyELEC WiKi
Revision as of 10:02, 10 September 2021 by Tzs (Talk | contribs) (updated by API)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

查看中文

Change the ap6212 wifi country code

View the current country code:

cd /lib/firmware/brcm
grep ccode *.txt -rn

Change to other country code, such as CN:

cd /lib/firmware/brcm
sed 's/ccode=ALL/ccode=CN/g' *.txt -i