WiFi

From FriendlyELEC WiKi
Revision as of 08:44, 6 December 2019 by Tzs (Talk | contribs) (Change AP6212 country area)

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