summaryrefslogtreecommitdiff
path: root/libre-testing/kernel26-libre/get_configs
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-04-13 13:30:07 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-04-13 13:30:07 -0300
commit784b813611a39f22cf309a7006c361887c2f4ec4 (patch)
treea3dd1fd8a202b7f270c41ef07f08d8f2d4ebe016 /libre-testing/kernel26-libre/get_configs
parentfc8af58409b52408f3b713a7915a1a71ece1bf7c (diff)
kernel26-libre-2.6.38.2 moved to [libre]
Diffstat (limited to 'libre-testing/kernel26-libre/get_configs')
-rwxr-xr-xlibre-testing/kernel26-libre/get_configs17
1 files changed, 0 insertions, 17 deletions
diff --git a/libre-testing/kernel26-libre/get_configs b/libre-testing/kernel26-libre/get_configs
deleted file mode 100755
index 624ea1048..000000000
--- a/libre-testing/kernel26-libre/get_configs
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/bash
-
-source PKGBUILD
-
-pkgname=${pkgname/-libre/}
-KERNEL_VERSION=${2:-${_basekernel}-ARCH}
-from=${1:-core}
-
-for pkgarch in ${arch[@]}; do
- wget -nc "http://mirrors.kernel.org/archlinux/$from/os/${pkgarch}/${pkgname}-headers-${pkgver}-${pkgrel}-${pkgarch}.pkg.tar.xz"
- tar -xOf "${pkgname}-headers-${pkgver}-${pkgrel}-${pkgarch}.pkg.tar.xz" usr/src/linux-${KERNEL_VERSION}/.config > config.${pkgarch}
-done
-
-sed -i "s/-ARCH/-LIBRE/" config.*
-
-exit 0
-