1.1 --- a/doit.sh Fri Jul 02 08:58:50 2010 +0000
1.2 +++ b/doit.sh Fri Jul 02 17:24:41 2010 +0000
1.3 @@ -55,7 +55,7 @@
1.4 done
1.5
1.6 elif [ "$name" == "n4cmule" ]; then
1.7 - PS3="Choose (1-3):"
1.8 + PS3="Choose (1-4):"
1.9 echo "Choose the $name number from the list below."
1.10 select no in 1 2 3 4
1.11 do
2.1 --- a/scripts/generate-interfaces.tcl Fri Jul 02 08:58:50 2010 +0000
2.2 +++ b/scripts/generate-interfaces.tcl Fri Jul 02 17:24:41 2010 +0000
2.3 @@ -75,7 +75,7 @@
2.4 if {$id == "WRAP"} {
2.5 puts "config wifi-device radio0"
2.6 puts " option type mac80211"
2.7 - puts " option channel 1"
2.8 + puts " option channel 10"
2.9 puts " option macaddr $mac($localhost)"
2.10 puts " option hwmode 11g"
2.11 puts " option disabled 0"