mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/linux-kirkwood make nsa320 and gfhome blink LED on hdd activity by default
This commit is contained in:
parent
3751f2ec48
commit
d394d4cb4e
3 changed files with 6 additions and 6 deletions
|
@ -9,7 +9,7 @@ pkgname=('linux-kirkwood' 'linux-headers-kirkwood')
|
|||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.10.9
|
||||
pkgver=${_basekernel}
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
cryptover=1.6
|
||||
bfqver=v6r2
|
||||
arch=('arm')
|
||||
|
@ -30,7 +30,7 @@ source=("ftp://ftp.kernel.org/pub/linux/kernel/v3.x/linux-${_basekernel}.tar.xz"
|
|||
"0001-block-Switch-from-BFQ-v6r2-for-3.10.0-to-BFQ-v6r2-fo.patch")
|
||||
|
||||
md5sums=('28d1e1117c30fdd861f70ac0f9b677aa'
|
||||
'6aa079410d6bd76847d4390a3da4db47'
|
||||
'4d77d3709cb33822a1026ffcde01ebf7'
|
||||
'18f60a1b5696017fc2c364d01689bf62'
|
||||
'SKIP'
|
||||
'80b2fb500e6811495c6b072d7e6fd112'
|
||||
|
|
|
@ -222,7 +222,7 @@ diff -ruN a/arch/arm/mach-kirkwood/goflexhome-setup.c b/arch/arm/mach-kirkwood/g
|
|||
+ },
|
||||
+ {
|
||||
+ .name = "status:white:misc",
|
||||
+ .default_trigger = "none",
|
||||
+ .default_trigger = "ide-disk",
|
||||
+ .gpio = 40,
|
||||
+ .active_low = 0,
|
||||
+ }
|
||||
|
@ -1695,7 +1695,7 @@ diff -ruN a/arch/arm/mach-kirkwood/nsa320-setup.c b/arch/arm/mach-kirkwood/nsa32
|
|||
+static struct gpio_led nsa320_led_pins[] = {
|
||||
+ {
|
||||
+ .name = "nsa320:green:hdd2",
|
||||
+ .default_trigger = "default-off",
|
||||
+ .default_trigger = "ide-disk",
|
||||
+ .gpio = 12,
|
||||
+ .active_low = 0,
|
||||
+ }, {
|
||||
|
@ -1730,7 +1730,7 @@ diff -ruN a/arch/arm/mach-kirkwood/nsa320-setup.c b/arch/arm/mach-kirkwood/nsa32
|
|||
+ .active_low = 0,
|
||||
+ }, {
|
||||
+ .name = "nsa320:green:hdd1",
|
||||
+ .default_trigger = "default-off",
|
||||
+ .default_trigger = "ide-disk",
|
||||
+ .gpio = 41,
|
||||
+ .active_low = 0,
|
||||
+ }, {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# arg 2: the old package version
|
||||
|
||||
KERNEL_NAME=-kirkwood
|
||||
KERNEL_VERSION=3.10.7-1-ARCH
|
||||
KERNEL_VERSION=3.10.9-3-ARCH
|
||||
|
||||
post_install () {
|
||||
# updating module dependencies
|
||||
|
|
Loading…
Reference in a new issue