WiFi

From FriendlyELEC WiKi
Revision as of 08:40, 6 December 2019 by Tzs (Talk | contribs) (Created page with "===Change AP6212 country area=== View the current value: <syntaxhighlight lang="text"> cd /lib/firmware/brcm grep ccode *.txt -rn </syntaxhighlight> Change to other country, s...")

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

Change AP6212 country area

View the current value:

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

Change to other country, such as CN:

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