Änderungen

K
+test
Zeile 50: Zeile 50:  
Danach nur noch bei 'lan' die bridge auskommentieren (mit einem #) und ein 'reboot' - fertig!
 
Danach nur noch bei 'lan' die bridge auskommentieren (mit einem #) und ein 'reboot' - fertig!
 
Mutige koennen dann noch mittels 'opkg update ; opkg install olsrd' weiterspielen.... [[Benutzer:Fries43|fries43]] 12:41, 20. Nov. 2009 (UTC)
 
Mutige koennen dann noch mittels 'opkg update ; opkg install olsrd' weiterspielen.... [[Benutzer:Fries43|fries43]] 12:41, 20. Nov. 2009 (UTC)
 +
 +
=TEST=
 +
<pre>
 +
[12:57:52] … config wifi-device  radio0
 +
    option type    mac80211
 +
    option channel  5
 +
    option macaddr    94:0c:6d:xx:xx:xx
 +
    option hwmode    11ng
 +
    option htmode    HT20
 +
    list ht_capab    HT40+
 +
    list ht_capab    HT40-
 +
    list ht_capab    SHORT-GI-40
 +
    list ht_capab    DSSS_CCK-40
 +
    # REMOVE THIS LINE TO ENABLE WIFI:
 +
    option disabled 0
 +
 +
config wifi-iface
 +
    option device  radio0
 +
    option network  lan
 +
    option mode    ap
 +
    option ssid    www.evernet-eg.de
 +
    option encryption psk2
 +
    option key 12345
 +
 +
config wifi-iface
 +
    option device radio0
 +
    option network freifunk
 +
    option mode adhoc
 +
    option sw_merge 1
 +
    option ssid sundi.freifunk.net
 +
    option encryption 0
 +
    option bssid 02:ca:ff:ee:ba:be
 +
    option frag 2346
 +
</pre>