* 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
signature.asc
Description: Digital signature
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
