mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 02:34:06 +02:00
omap24xx: Add default network config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23004 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1d74d1ed46
commit
53687e580b
9
target/linux/omap24xx/base-files/etc/config/network
Normal file
9
target/linux/omap24xx/base-files/etc/config/network
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
config interface loopback
|
||||||
|
option ifname lo
|
||||||
|
option proto static
|
||||||
|
option ipaddr 127.0.0.1
|
||||||
|
option netmask 255.0.0.0
|
||||||
|
|
||||||
|
config interface lan
|
||||||
|
option proto dhcp
|
||||||
|
|
20
target/linux/omap24xx/base-files/etc/config/wireless
Normal file
20
target/linux/omap24xx/base-files/etc/config/wireless
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
config wifi-device radio0
|
||||||
|
option type mac80211
|
||||||
|
option phy phy0
|
||||||
|
option channel auto
|
||||||
|
# TODO: CHANGE THE MAC-ADDRESS:
|
||||||
|
option macaddr 00:11:22:33:44:55
|
||||||
|
option hwmode 11g
|
||||||
|
# option country DE
|
||||||
|
|
||||||
|
# REMOVE THIS LINE TO ENABLE WIFI:
|
||||||
|
option disabled 1
|
||||||
|
|
||||||
|
config wifi-iface
|
||||||
|
option device radio0
|
||||||
|
option powersave 1
|
||||||
|
option network lan
|
||||||
|
option mode sta
|
||||||
|
option ssid OpenWrt
|
||||||
|
# option encryption psk2
|
||||||
|
# option key "foobar"
|
Loading…
Reference in New Issue
Block a user