diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-07-11 22:47:23 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-07-11 22:49:45 +0200 |
commit | d5ca856aa5e2db0d6461200dc3bf9f2b2dc63b48 (patch) | |
tree | e807e58e9ce67d2861e8e118beba5b60b6940342 /target/arm/systems | |
parent | e869cd4db42fd9ccafc4bef35cd15c341375f600 (diff) |
rework kernel patches for rpi/imx6
Instead of trying to recreate patchsets for newer kernels just use
upstream non-official kernel trees.
Working on the patchsets does take to much time.
You can choose between hardware specific github tree and defconfig
or upstream kernel and OpenADK miniconfig.
Diffstat (limited to 'target/arm/systems')
-rw-r--r-- | target/arm/systems/raspberry-pi3 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/arm/systems/raspberry-pi3 b/target/arm/systems/raspberry-pi3 index a1403dcf8..858bbf720 100644 --- a/target/arm/systems/raspberry-pi3 +++ b/target/arm/systems/raspberry-pi3 @@ -22,7 +22,6 @@ config ADK_TARGET_SYSTEM_RASPBERRY_PI3 select ADK_TARGET_WITH_ROOT_RW select ADK_TARGET_KERNEL_ZIMAGE select ADK_TARGET_KERNEL_WITH_COMPRESSION - select ADK_TARGET_KERNEL_REPO "https://github.com/raspberrypi/linux.git" help Raspberry PI 3 |