Bastian Bittorf wrote:
> * Eric Cooper <[email protected]> [03.12.2009 19:20]:
>> 
>> config 'wifi-iface'
> 
> name it: config 'wifi-iface' 'myAP'
> 
>> #### LAN configuration
>> config interface lan
>>      option type     bridge
> 
> comment this to throw away the bridge
> 
>>      option ifname   "eth0.0"
>>      option proto    static
>>      option ipaddr   192.168.1.1
>>      option netmask  255.255.255.0
> 
> add this:
> 
> config interface 'myAP'
>       option proto    static
>       option ipaddr   192.168.2.1
>       option netmask  255.255.255.0
> 
> now it should work - bye, Bastian.
> 
> PS: http://wireless.subsignal.org/index.php?title=HowTo_use_kamikaze_b43
The above looks wrong to me, you should not assign the same name to the
wifi-iface section and the interface section from /etc/config/network.

Eric's original config seems to be correct. I suspect this is a bug in
b43legacy.

- Felix
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to