소스 검색

add script to checkout sources from endlessm

Tomás Pinho 7 년 전
부모
커밋
9ec8f2ec8a
2개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .gitignore
  2. 8 0
      get_sources.sh

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+linux

+ 8 - 0
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/* .