diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a08e1f3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +linux diff --git a/get_sources.sh b/get_sources.sh new file mode 100755 index 0000000..9f2b0f8 --- /dev/null +++ b/get_sources.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +## This script gets the driver sources from Endless OS and bootstraps this repository +## Make sure to run this (cwd) from the root of the repository + +git clone --depth=1 git@github.com:endlessm/linux.git + +cp -r linux/drivers/net/wireless/rtl8821ce/* .