Created
December 3, 2012 22:58
-
-
Save samerlahoud/4198896 to your computer and use it in GitHub Desktop.
mr3020 config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@mr3020:~# mount_root | |
root@mr3020:~# firstboot | |
root@mr3020:~# vi /etc/config/network | |
config interface 'lan' | |
option ifname 'eth0' | |
option type 'bridge' | |
option proto 'static' | |
option ipaddr '192.168.1.66' | |
option netmask '255.255.255.0' | |
option gateway '192.168.1.1' | |
list dns '192.168.1.1' | |
list dns '8.8.8.8' | |
option ip6addr '2a01:240:fe00:80ab::1/64' | |
root@mr3020:~# vi /etc/config/wireless | |
config wifi-device 'radio0' | |
option type 'mac80211' | |
option channel '11' | |
option macaddr 'f8:d1:11:bd:62:ce' | |
option hwmode '11ng' | |
option htmode 'HT20' | |
list ht_capab 'SHORT-GI-20' | |
list ht_capab 'SHORT-GI-40' | |
list ht_capab 'RX-STBC1' | |
list ht_capab 'DSSS_CCK-40' | |
option disabled '0' | |
option txpower '27' | |
option country 'US' | |
config wifi-iface | |
option device 'radio0' | |
option network 'lan' | |
option mode 'ap' | |
option ssid 'pocketv6' | |
option encryption 'psk2' | |
option key '1CAFE2DECA' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment