projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a27869
)
Add the compat to the unload of the modules
author
Luis R. Rodriguez
<lrodriguez@atheros.com>
Tue, 18 May 2010 01:10:19 +0000
(18:10 -0700)
committer
Luis R. Rodriguez
<lrodriguez@atheros.com>
Tue, 18 May 2010 01:10:19 +0000
(18:10 -0700)
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
scripts/unload.sh
patch
|
blob
|
history
diff --git
a/scripts/unload.sh
b/scripts/unload.sh
index 8733e7d6d7cb639fce8224914aacf4eed00df95c..0cd8a0a7bf85b0a57ec237544c14ccb6195c4374 100755
(executable)
--- a/
scripts/unload.sh
+++ b/
scripts/unload.sh
@@
-29,6
+29,7
@@
MODULES="$MODULES eeprom_93cx6"
MODULES="$MODULES lib80211_crypt_ccmp lib80211_crypt_tkip lib80211_crypt_wep"
MODULES="$MODULES mac80211 cfg80211 lib80211"
MODULES="$MODULES hidp rfcomm bnep l2cap sco btusb bluetooth"
+MODULES="$MODULES compat"
echo Stoping bluetooth service..
sudo service bluetooth stop
sudo service bluetooth status