mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
2.6.35.2
This commit is contained in:
parent
5959f937fc
commit
7a6fca2d53
2 changed files with 5 additions and 7 deletions
|
@ -46,7 +46,7 @@ build() {
|
|||
|
||||
# Pack up the created uImage
|
||||
mkdir -p $pkgdir/boot
|
||||
cp $srcdir/linux/arch/arm/boot/uImage $pkgdir/boot/uImage-dockstar
|
||||
cp $srcdir/linux-$pkgver/arch/arm/boot/uImage $pkgdir/boot/uImage-dockstar
|
||||
|
||||
# Make and package kernel modules
|
||||
mkdir -p $pkgdir/{lib/modules,boot}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# This PKGBUILD builds a kernel using cbxbiker's With-Linux configuration.
|
||||
|
||||
pkgname=kernel26-withlinux
|
||||
pkgver=2.6.35.1
|
||||
pkgver=2.6.35.2
|
||||
pkgrel=1
|
||||
pkgdesc="The Linux Kernel and modules from WithLinux, natively compiled"
|
||||
arch=('arm')
|
||||
|
@ -21,9 +21,7 @@ md5sums=('27b266dda534761fb027a6c47605b7e3'
|
|||
LDFLAGS=""
|
||||
|
||||
build() {
|
||||
cd $srcdir/
|
||||
ln -s linux-$pkgver linux
|
||||
cd linux/
|
||||
cd $srcdir/linux-$pkgver
|
||||
|
||||
# Prepare for make
|
||||
mv $srcdir/sheeva-$pkgver.config .config
|
||||
|
@ -33,7 +31,7 @@ build() {
|
|||
|
||||
# Pack up the created uImage
|
||||
mkdir -p $pkgdir/boot
|
||||
cp $srcdir/linux/arch/arm/boot/uImage $pkgdir/boot/uImage
|
||||
cp $srcdir/linux-$pkgver/arch/arm/boot/uImage $pkgdir/boot/uImage
|
||||
|
||||
# Make and package kernel modules
|
||||
mkdir -p $pkgdir/{lib/modules,boot}
|
||||
|
|
Loading…
Reference in a new issue