mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
Kernels bumped to 2.6.35.7
This commit is contained in:
parent
3af6e84132
commit
0c3cda95be
3 changed files with 10 additions and 10 deletions
|
@ -3,7 +3,7 @@
|
|||
# This PKGBUILD makes a kernel for the DockStar with aholler's LED patches.
|
||||
|
||||
pkgname=kernel26-dockstar
|
||||
pkgver=2.6.35.6
|
||||
pkgver=2.6.35.7
|
||||
pkgrel=1
|
||||
pkgdesc="The Linux Kernel and modules with DockStar LEDs"
|
||||
arch=('arm')
|
||||
|
@ -19,8 +19,8 @@ source=(http://www.kernel.org/pub/linux/kernel/v2.6/linux-$pkgver.tar.bz2
|
|||
0001-MTD-partitons-used-by-the-Seagate-FreeAgent-DockStar.patch
|
||||
0002-LED-definitions-for-the-Seagate-FreeAgent-DockStar.patch
|
||||
0003-Change-board-name-for-the-SheevaPlug-to-reflect-the-.patch)
|
||||
md5sums=('26ff1af2a0a398d3b6ef60bb8ce311d4'
|
||||
'c088afd52aab4878ddc04a005c5db033'
|
||||
md5sums=('f741879bcd3a5366a1bbe0ad5cdb7935'
|
||||
'7925336955d2a7470e5de45b7fe31fae'
|
||||
'0ed85186b0b5446c4afbbc45639a7466'
|
||||
'e81eae381cc2c282d169c879cc4da54b'
|
||||
'75287077b9a0105156977acb85d57546')
|
||||
|
@ -52,6 +52,6 @@ build() {
|
|||
mkdir -p $pkgdir/{lib/modules,boot}
|
||||
make INSTALL_MOD_PATH=${pkgdir} modules_install || return 1
|
||||
|
||||
echo "To make things safer, you will manually have to move/copy"
|
||||
echo "/boot/uImage-dockstar to /boot/uImage after installation."
|
||||
# Remove the symlink to the build machine's build directory
|
||||
rm $pkgdir/lib/modules/$pkgver-dockstar-*-*-dirty/build
|
||||
}
|
||||
|
|
|
@ -2010,7 +2010,7 @@ CONFIG_SND_USB_CAIAQ=m
|
|||
# CONFIG_SOUND_PRIME is not set
|
||||
CONFIG_HID_SUPPORT=y
|
||||
CONFIG_HID=y
|
||||
# CONFIG_HIDRAW is not set
|
||||
CONFIG_HIDRAW=y
|
||||
|
||||
#
|
||||
# USB Input Devices
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# This PKGBUILD builds a kernel using cbxbiker's With-Linux configuration.
|
||||
|
||||
pkgname=kernel26-withlinux
|
||||
pkgver=2.6.35.6
|
||||
pkgver=2.6.35.7
|
||||
pkgrel=1
|
||||
pkgdesc="The Linux Kernel and modules from WithLinux, natively compiled"
|
||||
arch=('arm')
|
||||
|
@ -16,14 +16,14 @@ provides=('kernel26')
|
|||
install=kernel26-withlinux.install
|
||||
source=(http://www.kernel.org/pub/linux/kernel/v2.6/linux-$pkgver.tar.bz2
|
||||
http://sheeva.with-linux.com/sheeva/$pkgver/sheeva-$pkgver.config)
|
||||
md5sums=('26ff1af2a0a398d3b6ef60bb8ce311d4'
|
||||
'ae6ec897eeae3f92d6363e571a2068fa')
|
||||
md5sums=('f741879bcd3a5366a1bbe0ad5cdb7935'
|
||||
'070845a37d929021ec04bdc3b48b3768')
|
||||
LDFLAGS=""
|
||||
|
||||
build() {
|
||||
cd $srcdir/linux-$pkgver
|
||||
|
||||
# Prepare for make
|
||||
# Move the configuration
|
||||
mv $srcdir/sheeva-$pkgver.config .config
|
||||
|
||||
# Make!
|
||||
|
|
Loading…
Reference in a new issue