add script to checkout sources from endlessm

pull/4/head
Tomás Pinho 2018-02-14 12:08:42 +00:00
parent aa22326cfc
commit 9ec8f2ec8a
2 changed files with 9 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
linux

8
get_sources.sh Executable file
View File

@ -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/* .