mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-18 05:57:30 +02:00
fix wepkey default (#972)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5594 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ea12a614d6
commit
fecf1f3755
@ -145,7 +145,7 @@ enable_broadcom() {
|
|||||||
done
|
done
|
||||||
;;
|
;;
|
||||||
"");;
|
"");;
|
||||||
*) append vif_pre_up "wepkey 1,$key" "$N";;
|
*) append vif_pre_up "wepkey =1,$key" "$N";;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
*psk*|*PSK*)
|
*psk*|*PSK*)
|
||||||
|
Loading…
Reference in New Issue
Block a user