[OpenWrt-Devel] [PATCH] ipq806x: enable disk-activity LED trigger

2020-04-15 Thread Thomas Albers via openwrt-devel
led in the kernel. Signed-off by Thomas Albers --- --- a/package/base-files/files/lib/functions/uci-defaults.sh +++ b/package/base-files/files/lib/functions/uci-defaults.sh @@ -404,7 +404,7 @@ ucidef_set_led_gpio() { } ucidef_set_led_ide() { - _ucidef_set_led_trigger "$1"

[OpenWrt-Devel] [PATCH] linux/generic: remove obsolete config option LEDS_TRIGGER_IDE_DISK

2020-04-15 Thread Thomas Albers via openwrt-devel
fig option LEDS_TRIGGER_IDE_DISK was removed in kernel 4.8 and replaced with option CONFIG_LEDS_TRIGGER_DISK Signed-off by Thomas Albers --- diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14 index cd087227ae..fbfe6bb971 100644 --- a/target/linux/generic/config-4.14 +++ b/ta

Re: [OpenWrt-Devel] [PATCH] kernel-build: fix kernel_menuconfig breakage by forcing YACC

2019-11-12 Thread Thomas Albers via openwrt-devel
into STAGING_DIR_HOST, but the actual bison > used is the one under host PATH This fixes "make kernel_menuconfig" for 4.19 kernels. Tested-by: Thomas Albers --- End Message --- ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] kernel-build: fix kernel_menuconfig breakage by forcing YACC

2019-11-11 Thread Thomas Albers via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Hello! Since the purpose of the p

Re: [OpenWrt-Devel] [PATCH] build: fix make kernel_menuconfig

2019-09-21 Thread Thomas Albers via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- This patch is working for me. Min

[OpenWrt-Devel] [PATCH] build: fix make kernel_menuconfig

2019-09-16 Thread Thomas Albers via openwrt-devel
instead of toolchain pkg-config when the kernel config scripts are compiled (see FS#2423) Signed-off-by: Thomas Albers --- Makefile | 1 + tools/pkg-config/files/pkg-config | 6 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Make

[OpenWrt-Devel] [PATCH 1/2] fix make kernel_menuconfig

2019-08-06 Thread Thomas Albers via openwrt-devel
rror. Right now, anything relying on pkg-config works only because of sensible defaults and good fortune. Signed-off-by: Thomas Albers diff --git a/tools/pkg-config/files/pkg-config b/tools/pkg-config/files/pkg-config index 82cc74ffcb..b36a8c62f5 100755 --- a/tools/pkg-config/files/pkg-config +++ b/t

[OpenWrt-Devel] [PATCH] Add beep package

2009-11-02 Thread Thomas Albers
This adds the "beep" program by Johnathan Nightingale, which plays beeps of chosen frequency and length through the PC speaker. It's quite useful to give feedback from within scripts. Signed-off by: Thomas Albers Index

[OpenWrt-Devel] [PATCH] DMA turned off by default for x86

2009-09-13 Thread Thomas Albers
This patch addresses Ticket # 4658 Signed-off-by: Thomas Albers Index: target/linux/x86/config-2.6.28 === --- target/linux/x86/config-2.6.28 (revision 17574) +++ target/linux/x86/config-2.6.28 (working copy) @@ -167,7