~ubuntu-branches/ubuntu/natty/bcmwl/natty-updates

« back to all changes in this revision

Viewing changes to debian/bcmwl-kernel-source.postinst

  • Committer: Bazaar Package Importer
  • Author(s): Daniel van Vugt
  • Date: 2011-07-08 11:42:26 UTC
  • Revision ID: james.westby@ubuntu.com-20110708114226-9p7zf3ev7qv87dq7
Tags: 5.100.82.38+bdcom-0ubuntu3.2
debian/bcmwl-kernel-source.postinst: fix merge mistake in the previous
revision resulting in failure to install (LP: #793890)

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
blacklist bcm43xx
44
44
blacklist brcm80211
45
45
EOF
46
 
                # If b44 is loaded, append these additional lines
47
 
                if lsmod | grep b44 > /dev/null; then
48
 
                        cat >> $BLACKLIST_FILE <<EOF
 
46
        # If b44 is loaded, append these additional lines
 
47
        if lsmod | grep b44 > /dev/null; then
 
48
                cat >> $BLACKLIST_FILE <<EOF
49
49
blacklist b44
50
50
install wl modprobe -r b43 b44 b43legacy ssb; modprobe --ignore-install wl $CMDLINE_OPTS; modprobe --ignore-install b44
51
51
EOF
52
 
                fi
53
52
        fi
54
53
        
55
54
        # Update initramfs