Skip to content

Commit

Permalink
add script to checkout sources from endlessm
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaspinho committed Feb 14, 2018
1 parent aa22326 commit 9ec8f2e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
linux
8 changes: 8 additions & 0 deletions get_sources.sh
Original file line number Diff line number Diff line change
@@ -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 [email protected]:endlessm/linux.git

cp -r linux/drivers/net/wireless/rtl8821ce/* .

0 comments on commit 9ec8f2e

Please sign in to comment.