mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:53:43 +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
|
||||
;;
|
||||
"");;
|
||||
*) append vif_pre_up "wepkey 1,$key" "$N";;
|
||||
*) append vif_pre_up "wepkey =1,$key" "$N";;
|
||||
esac
|
||||
;;
|
||||
*psk*|*PSK*)
|
||||
|
Loading…
Reference in New Issue
Block a user