From: Luis R. Rodriguez Date: Tue, 18 May 2010 01:10:19 +0000 (-0700) Subject: Add the compat to the unload of the modules X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3442c9352b56783f46a0bd92cc7400222dff8f5c;p=openwrt%2Fstaging%2Fblogic.git Add the compat to the unload of the modules Signed-off-by: Luis R. Rodriguez --- diff --git a/scripts/unload.sh b/scripts/unload.sh index 8733e7d6d7cb..0cd8a0a7bf85 100755 --- 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