mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/linux-kirkwood to 3.17.3-2; fix build problems
This commit is contained in:
parent
9693c4bf2f
commit
8562bf102b
3 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@ pkgbase=linux-kirkwood
|
|||
_kernelname=${pkgbase#linux}
|
||||
_desc="Marvell Kirkwood"
|
||||
pkgver=3.17.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
cryptodev_commit=6aa62a2c320b04f55fdfe0ed015c3d9b48997239
|
||||
bfqver=v7r6
|
||||
|
||||
|
@ -31,7 +31,7 @@ source=("ftp://ftp.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.xz"
|
|||
"http://algo.ing.unimo.it/people/paolo/disk_sched/patches/${pkgver:0:4}.0-${bfqver}/0003-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-${bfqver}-for-${pkgver:0:4}.0.patch")
|
||||
|
||||
md5sums=('d0e66347360aceb3cdb94f5d1d7880f2'
|
||||
'6fd7640473bd40b816a0347a664fdbf5'
|
||||
'befe42f1bb735b5f89aebe1de94ad75d'
|
||||
'd83c14d471736a5af9ac13587b7aa10b'
|
||||
'20e5ad6015c1a51bb7ca3a31dfce055b'
|
||||
'9b5a265440abf57d2052838f31486a3a'
|
||||
|
|
|
@ -635,7 +635,7 @@ diff -ruN a/arch/arm/mach-kirkwood/bubba3-gpio.c b/arch/arm/mach-kirkwood/bubba3
|
|||
+
|
||||
+/* Mark this file for ident */
|
||||
+static char* ver="0.1";
|
||||
+static char* build=__DATE__ " " __TIME__;
|
||||
+//static char* build=__DATE__ " " __TIME__;
|
||||
+
|
||||
+#define DEVNAME "bubbatwo"
|
||||
+#define LED_DEFAULT_FREQ 0x8000
|
||||
|
@ -986,7 +986,7 @@ diff -ruN a/arch/arm/mach-kirkwood/bubba3-gpio.c b/arch/arm/mach-kirkwood/bubba3
|
|||
+ b3_device = platform_device_alloc(DEVNAME,-1);
|
||||
+ platform_device_add(b3_device);
|
||||
+
|
||||
+ printk(KERN_INFO "BUBBA3: driver ver %s (build %s) loaded\n",ver,build);
|
||||
+ printk(KERN_INFO "BUBBA3: driver ver %s loaded\n",ver);
|
||||
+
|
||||
+ return result;
|
||||
+
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# arg 2: the old package version
|
||||
|
||||
KERNEL_NAME=-kirkwood
|
||||
KERNEL_VERSION=3.17.2-1-ARCH
|
||||
KERNEL_VERSION=3.17.3-2-ARCH
|
||||
|
||||
post_install () {
|
||||
# updating module dependencies
|
||||
|
|
Loading…
Reference in a new issue