Difference between revisions of "WiFi/zh"

From FriendlyELEC WiKi
Jump to: navigation, search
(updated by API)
(No difference)

Revision as of 09:25, 8 September 2021

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