Skip to content

Instantly share code, notes, and snippets.

View imabug's full-sized avatar

Eugene Mah imabug

View GitHub Profile
#/usr/bin/env bash
# Install some pacakages we'll need to compile the driver below.
sudo dnf install gcc kernel-devel -y
# Create working dir for Broadcom driver files and patches.
mkdir hybrid_wl_f23
# Change to working dir.
cd hybrid_wl_f23