summaryrefslogtreecommitdiff
path: root/linux-libre-src.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'linux-libre-src.xibuild')
-rw-r--r--linux-libre-src.xibuild13
1 files changed, 0 insertions, 13 deletions
diff --git a/linux-libre-src.xibuild b/linux-libre-src.xibuild
deleted file mode 100644
index 3ce3796..0000000
--- a/linux-libre-src.xibuild
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-DESC="$DESC (source)"
-
-package () {
- srcdir=$PKG_DEST/usr/src/
- mkdir -p $srcdir
- tar -xf linux-$PKG_VER.tar.xz -C $srcdir
- make -C $srcdir/linux-$PKG_VER mrproper
- cp config $srcdir/linux-$PKG_VER/.config
- make -C $srcdir/linux-$PKG_VER olddefconfig
-}
-