summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extra/linux-olpc-xo1/PKGBUILD (renamed from core/linux-olpc-xo1/PKGBUILD)4
-rw-r--r--extra/linux-olpc-xo1/config.olpc-xo1 (renamed from core/linux-olpc-xo1/config.olpc-xo1)0
-rw-r--r--extra/linux-olpc-xo1/sphinx-workaround.patch (renamed from core/linux-olpc-xo1/sphinx-workaround.patch)0
3 files changed, 2 insertions, 2 deletions
diff --git a/core/linux-olpc-xo1/PKGBUILD b/extra/linux-olpc-xo1/PKGBUILD
index f7ccf783..d028fe66 100644
--- a/core/linux-olpc-xo1/PKGBUILD
+++ b/extra/linux-olpc-xo1/PKGBUILD
@@ -18,7 +18,7 @@ options=('!strip')
_srcname=archlinux-linux
source=(
"$_srcname::git+https://git.archlinux.org/linux.git?signed#tag=$_srctag"
- config # the main kernel config file
+ config.olpc-xo1 # the main kernel config file
sphinx-workaround.patch
)
validpgpkeys=(
@@ -52,7 +52,7 @@ prepare() {
done
echo "Setting config..."
- cp ../config .config
+ cp ../config.olpc-xo1 .config
make olddefconfig
make -s kernelrelease > version
diff --git a/core/linux-olpc-xo1/config.olpc-xo1 b/extra/linux-olpc-xo1/config.olpc-xo1
index d6d1f3b0..d6d1f3b0 100644
--- a/core/linux-olpc-xo1/config.olpc-xo1
+++ b/extra/linux-olpc-xo1/config.olpc-xo1
diff --git a/core/linux-olpc-xo1/sphinx-workaround.patch b/extra/linux-olpc-xo1/sphinx-workaround.patch
index 1aa3f1c8..1aa3f1c8 100644
--- a/core/linux-olpc-xo1/sphinx-workaround.patch
+++ b/extra/linux-olpc-xo1/sphinx-workaround.patch