Added a "ifconfig up" to the startup scripts for the new open/close
behavior.
This commit is contained in:
parent
7b183f2e88
commit
3b86b247db
|
@ -95,6 +95,9 @@ case "$ACTION" in
|
|||
exit 0
|
||||
fi
|
||||
|
||||
#=======ENABLE MAC====================================
|
||||
ifconfig $DEVICE up
|
||||
|
||||
#=======DOWNLOAD======================================
|
||||
# If the card needs code/data downloaded, do it.
|
||||
if is_true $WLAN_DOWNLOAD; then
|
||||
|
|
|
@ -49,6 +49,9 @@ start)
|
|||
exit 0
|
||||
fi
|
||||
|
||||
#=======ENABLE MAC====================================
|
||||
ifconfig $DEVICE up
|
||||
|
||||
#=======USER MIB SETTINGS=============================
|
||||
# Set the user specified MIB items.
|
||||
for i in $USER_MIBS ; do
|
||||
|
|
Loading…
Reference in a new issue