Re: [OpenWrt-Devel] [PATCH] generic: add linux 4.1-rc1 support

2015-05-01 Thread Dirk Neukirchen
On 28.04.2015 23:08, Álvaro Fernández Rojas wrote: > Boot tested: http://pastebin.com/L6aAb9xj > > Signed-off-by: Álvaro Fernández Rojas Great work ! some build feedback (trying to do complete x86-64/x86-kvm/x86-generic): 1. Missing configure symbols (since a min. config was built): - some migh

Re: [OpenWrt-Devel] [RFC PATCH] ar71xx: Support Antminer S1/S3

2015-05-01 Thread Dirk Neukirchen
some comments inline On 30.04.2015 04:08, James Hilliard wrote: > The Antminer S1 and S3 use a controller with a modified version of > OpenWRT which has a single ethernet port and a wifi antenna header. > This is the patch from their GPL source release which appears to break > support for the tl-

Re: [OpenWrt-Devel] [PATCH] generic: add linux 4.1-rc1 support

2015-05-02 Thread Dirk Neukirchen
On 01.05.2015 11:21, Hauke Mehrtens wrote: > On 05/01/2015 10:59 AM, Dirk Neukirchen wrote: >> On 28.04.2015 23:08, Álvaro Fernández Rojas wrote: >>> Boot tested: http://pastebin.com/L6aAb9xj >>> >>> Signed-off-by: Álvaro Fernández Rojas >> >> G

Re: [OpenWrt-Devel] [PATCH] tools/mkimage: backport gcc5 compatibility, patch

2015-05-04 Thread Dirk Neukirchen
On 23.04.2015 11:27, Dirk Neukirchen wrote: > > Fedora 22 includes gcc5 by default > build leads to error: > include/linux/compiler-gcc.h:114:30: fatal error: linux/compiler-gcc5.h: No > such file or directory > > backport upstream patch: "Add linux/compiler-gcc5.h to

[OpenWrt-Devel] [PATCH] [package] trace-cmd: update to 2.4.2

2015-05-06 Thread Dirk Neukirchen
fixes compile error: (observed w. target arm64, all kernel build opts enabled) error: call to '__open_missing_mode' declared with attribute error: open with O_CREAT in second argument needs 3 arguments Signed-off-by: Dirk Neukirchen --- package/devel/trace-cmd/Makefile | 4 ++-- 1 fi

[OpenWrt-Devel] [PATCH] toolchain: change default emulation for mips64 (octeon) to n64

2015-05-09 Thread Dirk Neukirchen
/ Signed-off-by: Dirk Neukirchen --- ...Change-default-emulation-for-mips64-linux.patch | 37 ++ 1 file changed, 37 insertions(+) create mode 100644 toolchain/binutils/patches/linaro/500-Change-default-emulation-for-mips64-linux.patch diff --git a/toolchain/binutils/patches

[OpenWrt-Devel] [PATCH] fuse: fix build on arm64

2015-05-09 Thread Dirk Neukirchen
ude/fuse_kernel.h?id=914871b20a901e3e1e981c92bc42b1c93b7ab81b Signed-off-by: Dirk Neukirchen --- ...ckport_arm64_fuse_kernel_h_clean_includes.patch | 34 ++ 1 file changed, 34 insertions(+) create mode 100644 package/utils/fuse/patches/200-backport_arm64_fuse_kernel_h_clean_

[OpenWrt-Devel] [PATCH] usb: cleanup remove old module names

2015-05-11 Thread Dirk Neukirchen
.ko for symbol CONFIG_NOP_USB_XCEIV: delete cases for Kernel <3.10 (nop-usb-xceiv), <3.12 (phy-nop) Signed-off-by: Dirk Neukirchen --- package/kernel/linux/modules/usb.mk | 10 -- 1 file changed, 10 deletions(-) diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel

[OpenWrt-Devel] [PATCH] usb: another cleanup: remove ancient module names

2015-05-11 Thread Dirk Neukirchen
modules relating to CONFIG_USB_AUDIO Kernel <2.6.35 is not supported in trunk Signed-off-by: Dirk Neukirchen --- package/kernel/linux/modules/usb.mk | 8 1 file changed, 8 deletions(-) diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk in

[OpenWrt-Devel] [PATCH] sound: cleanup by removing unsupported Kernel cases

2015-05-11 Thread Dirk Neukirchen
Signed-off-by: Dirk Neukirchen --- package/kernel/linux/modules/sound.mk | 10 -- 1 file changed, 10 deletions(-) diff --git a/package/kernel/linux/modules/sound.mk b/package/kernel/linux/modules/sound.mk index 54bc30a..3cf9834 100644 --- a/package/kernel/linux/modules/sound.mk +++ b

Re: [OpenWrt-Devel] DVB tuners

2015-05-14 Thread Dirk Neukirchen
On 14.05.2015 16:22, Charlie Smurthwaite wrote: > Hi, > > I am looking into set-top-box applications and wondered if you guys were > aware of any devices with DVB functionality. I'm particularly interested in > whether there are any Linux SoC devices with interfaces capable of handling > multip

[OpenWrt-Devel] [PATCH] sunxi: remove kernel symbol

2015-05-24 Thread Dirk Neukirchen
unify config across platforms RESOURCE_COUNTERS is deactive on all platforms Signed-off-by: Dirk Neukirchen --- target/linux/sunxi/config-3.18 | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/sunxi/config-3.18 b/target/linux/sunxi/config-3.18 index ddc3f7a..fde6a78 100644 --- a

[OpenWrt-Devel] [PATCH] sunxi: remove kernel symbol

2015-05-24 Thread Dirk Neukirchen
unify config across platforms CPUSETS is deactive on all platforms according to description enabling does not make sense on embedded targets Signed-off-by: Dirk Neukirchen --- target/linux/sunxi/config-3.18 | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/sunxi/config-3.18 b

[OpenWrt-Devel] [PATCH] kernel: remove duplicate symbols

2015-05-24 Thread Dirk Neukirchen
are already included in general kernel config Signed-off-by: Dirk Neukirchen --- target/linux/imx6/config-3.18 | 2 -- target/linux/omap/config-3.18 | 2 -- target/linux/oxnas/config-3.18 | 2 -- target/linux/oxnas/config-4.0 | 2 -- 4 files changed, 8 deletions(-) diff --git a/target

[OpenWrt-Devel] [PATCH] kernel: arm64: psci: move psci firmware calls out of line

2015-05-24 Thread Dirk Neukirchen
- fixes build error on arm64 with FTRACE enabled - upstream ticket says gcc5 but both linaro gcc variants OpenWrt is using seem to be affected backport upstream change f5e0a12ca2d939e47995f73428d9bf1ad372b289 for Kernel 3.18 only compile tested Signed-off-by: Dirk Neukirchen

[OpenWrt-Devel] [PATCH] sunxi: enable CONFIG_EXPERT

2015-05-24 Thread Dirk Neukirchen
- only sunxi has this disabled - unify kernel configuration across platforms Signed-off-by: Dirk Neukirchen --- target/linux/sunxi/config-3.18 | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/sunxi/config-3.18 b/target/linux/sunxi/config-3.18 index 2112816..5e191cf 100644 --- a

[OpenWrt-Devel] [PATCH] kernel: add missing symbol

2015-05-24 Thread Dirk Neukirchen
NET_SCTPPROBE is missing when enabling KPROBES Signed-off-by: Dirk Neukirchen --- target/linux/generic/config-3.18 | 1 + target/linux/generic/config-4.0 | 1 + 2 files changed, 2 insertions(+) diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index 7a38dee

[OpenWrt-Devel] [PATCH] mac80211: remove wlcore patch

2015-05-24 Thread Dirk Neukirchen
- does not compile (omap target) - 4.1 suppose to carry changes according to: http://lists.infradead.org/pipermail/linux-arm-kernel/2015-March/333547.html Signed-off-by: Dirk Neukirchen --- ...0-wlcore-Add-support-for-DT-platform-data.patch | 139 - 1 file changed, 139

[OpenWrt-Devel] [PATCH] x86: add missing symbol

2015-05-24 Thread Dirk Neukirchen
X86_DECODER_SELFTEST is missing when KPROBES is enabled Signed-off-by: Dirk Neukirchen --- target/linux/x86/config-3.18 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/x86/config-3.18 b/target/linux/x86/config-3.18 index d7a2d61..82a8211 100644 --- a/target/linux/x86/config

[OpenWrt-Devel] [PATCH] kernel: remove and unify symbols

2015-05-24 Thread Dirk Neukirchen
CONFIG_NET_NS is enabled by default in config/Config-kernel.in and only some arch are setting/disabling it for unknown reasons Signed-off-by: Dirk Neukirchen --- target/linux/malta/config-3.18 | 1 - target/linux/sunxi/config-3.18 | 1 - target/linux/uml/config/i386 | 1 - target/linux/uml

Re: [OpenWrt-Devel] [PATCH] ncurses: Fix building with gcc 5.1

2015-05-25 Thread Dirk Neukirchen
On 24.05.2015 18:32, Martin Blumenstingl wrote: > This patch is taken from the gentoo guys who extracted this from a large > upstream commit (with many unrelated changes). > What about switching to the invisible islands version ? - It is directly used by Fedora, Debian (>Jessie) [1],[2] - change

Re: [OpenWrt-Devel] [PATCH] sunxi: remove kernel symbol

2015-05-26 Thread Dirk Neukirchen
On 24.05.2015 11:15, Felix Fietkau wrote: > On 2015-05-24 11:01, Dirk Neukirchen wrote: >> >> unify config across platforms >> RESOURCE_COUNTERS is deactive on all platforms >> >> Signed-off-by: Dirk Neukirchen >> --- > Removing target/subtarget kern

Re: [OpenWrt-Devel] Linux 4.x

2015-06-05 Thread Dirk Neukirchen
On 05.06.2015 16:00, Baptiste Clenet wrote: > Hi OpenWRT developers, > > Is there any plan to port OPENWRT on Linux 4.x? (Or is it already done?) > > There is a patch available for Kernel 4.1-rc1 [1] it does not apply cleanly anymore, have a look at my refreshed version [2] There might be some

[OpenWrt-Devel] [PATCH] kernel: add Realtek USB to Ethernet modules

2015-06-09 Thread Dirk Neukirchen
https://forum.openwrt.org/viewtopic.php?pid=279394 Signed-off-by: Dirk Neukirchen --- package/kernel/linux/modules/usb.mk | 30 ++ 1 file changed, 30 insertions(+) diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk index 68f22cc

[OpenWrt-Devel] [PATCH] grub2: disable stack-protector

2015-06-09 Thread Dirk Neukirchen
- enabling "-fstack-protector" results in build errors - Upstream explicitly tests & disables it reference: upstream commit baa2a121e004a95a12e2bb7f2419de6625a30c2d Signed-off-by: Dirk Neukirchen --- package/boot/grub2/Makefile | 4 1 file changed, 4 insertions(+) diff -

[OpenWrt-Devel] [PATCH] samba36: remove host build paths

2015-06-09 Thread Dirk Neukirchen
- fix iconv detection because it adds host paths - disable python detection (host python-config is found) iconv issue is reported by buildbot config.log + replicated locally see config.log in logs.tar.gz python issue observed locally on Arch Linux Signed-off-by: Dirk Neukirchen --- package

Re: [OpenWrt-Devel] OpenWrt Specific Linux Test Project Required

2015-06-11 Thread Dirk Neukirchen
On 11.06.2015 14:16, Anindya Sundar Gayen wrote: > Linux Test Project I never heard of that before. Can you clarify ? ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH v2] [package] grub2: disable stack-protector

2015-06-25 Thread Dirk Neukirchen
- enabling "-fstack-protector" results in build errors - Upstream explicitly tests & disables it v2: - use override reference: upstream commit baa2a121e004a95a12e2bb7f2419de6625a30c2d Signed-off-by: Dirk Neukirchen --- package/boot/grub2/Makefile | 2 ++ 1 file changed, 2 inser

[OpenWrt-Devel] [PATCH] [package] grub2: fix musl build

2015-06-25 Thread Dirk Neukirchen
fixes compile error: grub-core/osdep/unix/hostdisk.c: In function 'grub_util_fd_seek': grub-core/osdep/unix/hostdisk.c:89:14: error: invalid storage class for function '_llseek' static int _llseek (uint filedes, ulong hi, ulong lo, Signed-off-by: Dirk Neukirchen ---

[OpenWrt-Devel] mac80211: remove wlcore patch

2015-06-25 Thread Dirk Neukirchen
- reported by buildbot, replicated - same patch was removed from kernel tree already - patch fails with 3.18 - newer version should be included in Kernel 4.x Signed-off-by: Dirk Neukirchen diff --git a/package/kernel/mac80211/patches/900-wlcore-Add-support-for-DT-platform-data.patch b

[OpenWrt-Devel] [PATCH] toolchain: binutils: enhance build reproducability

2015-06-25 Thread Dirk Neukirchen
built toolchain utilities will always operate in deterministic mode: https://sourceware.org/binutils/docs-2.25/binutils/ar-cmdline.html Signed-off-by: Dirk Neukirchen diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index 9043db7..0276512 100644 --- a/toolchain/binutils

[OpenWrt-Devel] [PATCH] [package] strace: update to 4.10

2015-06-25 Thread Dirk Neukirchen
-off-by: Dirk Neukirchen diff --git a/package/devel/strace/Makefile b/package/devel/strace/Makefile index 4c29d69..04456f0 100644 --- a/package/devel/strace/Makefile +++ b/package/devel/strace/Makefile @@ -10,9 +10,9 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=strace -PKG_VERSION:=4.8

[OpenWrt-Devel] Hardening Issues / Revert r46146 ?

2015-07-07 Thread Dirk Neukirchen
r46146 change broke uclibc compile in x86/x86_64 target/linux/install with Error: arch/x86/Makefile:114: stack-protector enabled but compiler support broken Reason in Config-build.in: depends on USE_MUSL -> means no PKG_CC_STACKPROTECTOR_REGULAR or PKG_CC_STACKPROTECTOR_STRONG are set toolchain

[OpenWrt-Devel] [PATCH] fix 64bit uclibc external toolchain detection

2015-07-07 Thread Dirk Neukirchen
according to gcc, UCLIBC_DYNAMIC_LINKER64 Signed-off-by: Dirk Neukirchen --- scripts/ext-toolchain.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ext-toolchain.sh b/scripts/ext-toolchain.sh index 3ebaa21..a552fbe 100755 --- a/scripts/ext-toolchain.sh +++ b

[OpenWrt-Devel] [PATCH] toolchain/uClibc: add uclibc-ng 1.0.3

2015-07-07 Thread Dirk Neukirchen
buildroot patches successful boots on qemu malta, qemu x86_64 Signed-off-by: Dirk Neukirchen --- package/libs/toolchain/Makefile| 10 + toolchain/uClibc/Config.in | 4 + toolchain/uClibc/Config.version| 6 +- toolchain/uClibc/common.mk

[OpenWrt-Devel] [PATCH] malta: add harddisk support

2015-07-07 Thread Dirk Neukirchen
works with: qemu-system-mipsel -M malta \ -hda openwrt-malta-le-root.ext4 \ -kernel openwrt-malta-le-vmlinux.elf \ -nographic -append "root=/dev/sda console=ttyS0" Signed-off-by: Dirk Neukirchen --- target/linux/malta/config-3.18 | 4 1 file changed, 4 insertions(+) diff --gi

Re: [OpenWrt-Devel] Hardening Issues / Revert r46146 ?

2015-07-08 Thread Dirk Neukirchen
On 08.07.2015 09:41, Steven Barth wrote: > The reason for the commit was that supporting hardening such as SSP > accross 3 libcs is a PITA to maintain. I'm fine if someone comes up > with a patch that would fix it, though. > > In general, you suggest to always enabled UCLIBCs SSP options and get >

[OpenWrt-Devel] [PATCH] ar71xx: ag71xx remove IRQF_DISABLED

2015-07-08 Thread Dirk Neukirchen
no-op since 2.6.35 removed in Kernel 4.1 see https://lwn.net/Articles/380931/ Signed-off-by: Dirk Neukirchen --- .../ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ar71xx/files/drivers/net

Re: [OpenWrt-Devel] AES module vs builtin

2015-07-08 Thread Dirk Neukirchen
On 08.07.2015 16:20, Cristian Morales Vega wrote: > target/linux/generic/config-* has "CONFIG_CRYPTO_AES=y". for reference its introduced in: https://dev.openwrt.org/changeset/35329/ > But package/kernel/linux/modules/crypto.mk still defines a > kmod-crypto-aes package which just contains a file

[OpenWrt-Devel] [PATCH] toolchain: fix gcc 4.6 build with gcc5

2015-07-11 Thread Dirk Neukirchen
build error: cfns.gperf:101:1: error: 'gnu_inline' attribute present on 'libc_name_p' cfns.gperf:26:14: error: but not here observed on Arch Linux affected versions gcc 4.6, gcc 4.7 reported & fixed in DragonFlyBSD issue #136 https://github.com/DragonFlyBSD/DPorts/issues/

[OpenWrt-Devel] [PATCH] acx-mac80211: update git url

2015-07-28 Thread Dirk Neukirchen
use URL scheme documented at http://sourceforge.net/p/forge/documentation/Git/ Signed-off-by: Dirk Neukirchen diff --git a/package/kernel/acx-mac80211/Makefile b/package/kernel/acx-mac80211/Makefile index 84537de..c5c020d 100644 --- a/package/kernel/acx-mac80211/Makefile +++ b/package/kernel

[OpenWrt-Devel] [PATCH] toplevel.mk: fix distclean

2015-07-28 Thread Dirk Neukirchen
- remove logs like "make dirclean" does - remove key-build* Signed-off-by: Dirk Neukirchen --- "git clean -xfd" only removes 1 file more: scripts/config/zconf.lex.c include/toplevel.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/t

Re: [OpenWrt-Devel] package libcoap for OpenWRT, Makefile

2015-08-05 Thread Dirk Neukirchen
On 05.08.2015 10:09, Baptiste Clenet wrote: > Hi, > > I'm trying to add a package for libcoap and then compile it with my > target Ralink MT7628. > > Here is the Makefile: > # > > coap_address_t is defined in address.h inside some #ifdef (#ifdef > WITH_LWIP or #ifdef WITH_CONTIKI or #ifdef WITH

[OpenWrt-Devel] [PATCH] mac80211: add mt7601u driver

2015-08-16 Thread Dirk Neukirchen
Signed-off-by: Dirk Neukirchen --- package/kernel/mac80211/Makefile | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index 40b08c0..874ff9f 100644 --- a/package/kernel/mac80211/Makefile +++ b

[OpenWrt-Devel] [PATCH v2] mac80211: add mt7601u driver

2015-08-16 Thread Dirk Neukirchen
Signed-off-by: Dirk Neukirchen --- v2: fix TITLE c/p error package/kernel/mac80211/Makefile | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index 40b08c0..debb292 100644 --- a/package/kernel

[OpenWrt-Devel] [PATCH v3] mac80211: add mt7601u driver

2015-08-16 Thread Dirk Neukirchen
firmware is not available in linux-firmware yet so use official driver source Signed-off-by: Dirk Neukirchen --- v2: fix TITLE c/p error v3: add missing firmware package/kernel/mac80211/Makefile | 34 +- 1 file changed, 33 insertions(+), 1 deletion(-) diff

[OpenWrt-Devel] [PATCH] enable strong SSP / Stackprotector on gcc5

2015-08-16 Thread Dirk Neukirchen
Signed-off-by: Dirk Neukirchen --- config/Config-build.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/Config-build.in b/config/Config-build.in index f2d292e..e2defaa 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -232,7 +232,7 @@ menu

[OpenWrt-Devel] [PATCH] generic: crypto: remove IRQF_DISABLED

2015-08-17 Thread Dirk Neukirchen
no-op since 2.6.35 removed in Kernel 4.1 see https://lwn.net/Articles/380931/ Signed-off-by: Dirk Neukirchen --- target/linux/generic/files/crypto/ocf/kirkwood/cesa_ocf_drv.c | 2 +- target/linux/generic/files/crypto/ocf/pasemi/pasemi.c | 2 +- target/linux/generic/files

[OpenWrt-Devel] [PATCH] orion: remove IRQF_DISABLED

2015-08-17 Thread Dirk Neukirchen
no-op since 2.6.35 removed in Kernel 4.1 see https://lwn.net/Articles/380931/ Signed-off-by: Dirk Neukirchen --- target/linux/orion/files/arch/arm/mach-orion5x/dt2-setup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/orion/files/arch/arm/mach

[OpenWrt-Devel] [PATCH] rules.mk : remove GCC 4.4 and GCC 4.5 conditional

2015-08-18 Thread Dirk Neukirchen
gcc 4.4 was removed in r44957 gcc: remove 4.4.7 (only used by avr32) gcc 4.5 was removed in r36149 Signed-off-by: Dirk Neukirchen --- rules.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules.mk b/rules.mk index 58b9f3e..819bea5 100644 --- a/rules.mk +++ b/rules.mk

Re: [OpenWrt-Devel] Mount mmc block

2015-08-18 Thread Dirk Neukirchen
On 18.08.2015 15:15, Baptiste Clenet wrote: > mount -t -ext3 On 18.08.2015 15:15, Baptiste Clenet wrote: > /dev/mmcblk0p1 11610 3781632 6 ***FAT16*** mounting FAT16 with ext3 param fails ? tune2fs is a part of e2fsprogs and probably cannot handle FAT16 ___

[OpenWrt-Devel] Broken GCC 4.9 (and 5.2) on ARM - asking for review/test

2015-08-20 Thread Dirk Neukirchen
GCC 4.9 was marked BROKEN with r46089. Recently GCC 5.2 was added (marked as broken too) commit msg: " toolchain: mark gcc 4.9 as broken, it miscompiles some code especially on ARM" Looking through some GCC 5 serious regressions I found: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65932 I ca

[OpenWrt-Devel] [PATCH 1/7] mac80211: iwlagn: enable iwlmvm

2015-08-23 Thread Dirk Neukirchen
- reported in forums - Intel 7260 and 3160 need IWLMVM drivers/firmware Signed-off-by: Dirk Neukirchen --- package/kernel/mac80211/Makefile | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index

[OpenWrt-Devel] [PATCH 4/7] mac80211: refresh Intel firmware

2015-08-23 Thread Dirk Neukirchen
- sort firmware - add newer firmware for Intel chipsets - newer Intel MVM require firmware - ucode 13 requires Kernel 4.1+ only compile tested Signed-off-by: Dirk Neukirchen --- package/kernel/mac80211/Makefile | 198 ++- 1 file changed, 133 insertions

[OpenWrt-Devel] [PATCH 5/7] mac80211: add iwlagn debug options

2015-08-23 Thread Dirk Neukirchen
Signed-off-by: Dirk Neukirchen --- package/kernel/mac80211/Makefile | 36 1 file changed, 36 insertions(+) diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index f2ea123..b9042db 100644 --- a/package/kernel/mac80211/Makefile

[OpenWrt-Devel] [PATCH 0/7] mac80211 experimental extensions and cleanup

2015-08-23 Thread Dirk Neukirchen
g with newer Kernels (since we use backports that shouldnt matter anyway) but there might be new bugs so keep the old versions too Last two patches are trying to clean up the Makefile. Dirk Neukirchen (7): mac80211: iwlagn: enable iwlmvm mac80211: rt2800-usb: enable "unknown" US

[OpenWrt-Devel] [PATCH 3/7] mac80211: update linux-firmware to 2014-07-14

2015-08-23 Thread Dirk Neukirchen
Signed-off-by: Dirk Neukirchen --- package/kernel/mac80211/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index 3037d79..a3ecb5b 100644 --- a/package/kernel/mac80211/Makefile +++ b/package

[OpenWrt-Devel] [PATCH 2/7] mac80211: rt2800-usb: enable "unknown" USB IDs

2015-08-23 Thread Dirk Neukirchen
" only compile tested Signed-off-by: Dirk Neukirchen --- package/kernel/mac80211/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index 1cebf92..3037d79 100644 --- a/package/kernel/mac80211/Makefile

[OpenWrt-Devel] [PATCH 7/7] mac80211: rename iwlagn to iwlwifi

2015-08-23 Thread Dirk Neukirchen
follow upstream module rename commit 3c607d27c818cf4a5d28f2c73b18a88f8fbdfa33 Signed-off-by: Dirk Neukirchen --- package/kernel/mac80211/Makefile | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211

[OpenWrt-Devel] [PATCH 6/7] mac80211: cosmetic changes

2015-08-23 Thread Dirk Neukirchen
- remove net prefix from some modules - try to sort alphabetically Signed-off-by: Dirk Neukirchen --- package/kernel/mac80211/Makefile | 2494 +++--- 1 file changed, 1266 insertions(+), 1228 deletions(-) diff --git a/package/kernel/mac80211/Makefile b/package

[OpenWrt-Devel] [PATCH] kernel: arm64: psci: move psci firmware calls out of line

2015-08-23 Thread Dirk Neukirchen
- fixes build error on arm64 with FTRACE enabled - upstream ticket says gcc5 but both linaro gcc variants OpenWrt is using seem to be affected backport upstream change f5e0a12ca2d939e47995f73428d9bf1ad372b289 for Kernel 3.18 Signed-off-by: Dirk Neukirchen --- found this in my local tree

[OpenWrt-Devel] [PATCH 4/8 v2] mac80211: refresh Intel firmware

2015-08-24 Thread Dirk Neukirchen
- sort firmware - add newer firmware for Intel chipsets - newer Intel MVM require firmware only compile tested Signed-off-by: Dirk Neukirchen --- v2: - remove old / always use newer firmware - remove Kernel version dependencies The Kernel version only seem to indicate the changed driver code

[OpenWrt-Devel] [PATCH 1/2 v2] mac80211: cleanup remove net prefixes

2015-08-24 Thread Dirk Neukirchen
Signed-off-by: Dirk Neukirchen --- v2 : split 6/7 into two commits package/kernel/mac80211/Makefile | 82 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index be179f2

Re: [OpenWrt-Devel] [PATCH 4/7] mac80211: refresh Intel firmware

2015-08-24 Thread Dirk Neukirchen
On 23.08.2015 22:17, Hauke Mehrtens wrote: > > > On 08/23/2015 12:56 PM, Dirk Neukirchen wrote: >> - sort firmware >> - add newer firmware for Intel chipsets >> - newer Intel MVM require firmware >> - ucode 13 requires Kernel 4.1+ >> >> only comp

[OpenWrt-Devel] [PATCH 1/2] realview: enable sd card support

2015-08-25 Thread Dirk Neukirchen
qemu can be run with -sd Signed-off-by: Dirk Neukirchen --- target/linux/realview/config-3.18 | 4 1 file changed, 4 insertions(+) diff --git a/target/linux/realview/config-3.18 b/target/linux/realview/config-3.18 index d619694..a8cbd38 100644 --- a/target/linux/realview/config-3.18

[OpenWrt-Devel] [PATCH 2/2] realview: create sd card image for qemu

2015-08-25 Thread Dirk Neukirchen
enables a real rootfs with custom size use qemu with: qemu-system-arm -M realview-pbx-a9 \ -kernel openwrt-realview-vmlinux.elf \ -nographic -m 1024M \ -sd openwrt-realview-sdcard.img \ --append "console=ttyAMA0 root=/dev/mmcblk0p1" modified script from brcm2708 target Signed-of

[OpenWrt-Devel] [PATCH] malta: disable mips16

2015-08-26 Thread Dirk Neukirchen
- it causes issues with qemu versions < 2.2 should fix issues with Ubuntu 14.03 LTS (qemu 2.0) errors are: Kernel panic - not syncing: Attempted to kill init! exitcode=0x0004 see ticket #16881 Signed-off-by: Dirk Neukirchen --- target/linux/malta/be/target.mk | 2 +- target/linux/malta

Re: [OpenWrt-Devel] [PATCH] malta: disable mips16

2015-08-27 Thread Dirk Neukirchen
On 27.08.2015 09:27, Yousong Zhou wrote: > On 27 August 2015 at 12:02, Dirk Neukirchen wrote: >> - it causes issues with qemu versions < 2.2 >> should fix issues with Ubuntu 14.03 LTS (qemu 2.0) >> errors are: >> Kernel panic - not syncing: Attempted to kill init! e

[OpenWrt-Devel] [PATCH] yaffs2: remove __TIME__ __DATE__ macros

2015-08-30 Thread Dirk Neukirchen
prevent compiler errors with gcc 4.9 increase reproducibility Signed-off-by: Dirk Neukirchen --- target/linux/generic/files/fs/yaffs2/yaffs_vfs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/target/linux/generic/files/fs/yaffs2/yaffs_vfs.c b/target/linux/generic

[OpenWrt-Devel] [PATCH] include/image.mk: make tar reproducible

2015-08-30 Thread Dirk Neukirchen
several packages reported different file order between builds make binutils, kmod-sched reproducible Signed-off-by: Dirk Neukirchen --- include/image.mk | 2 +- scripts/ipkg-build | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/image.mk b/include/image.mk

[OpenWrt-Devel] [PATCH] openvpn: remove __DATE__ from options output

2015-08-30 Thread Dirk Neukirchen
reported by: https://reproducible.debian.net/openwrt/dbd/ar71xx/base/openvpn-nossl_2.3.7-1_ar71xx.ipk.html Signed-off-by: Dirk Neukirchen --- .../openvpn/patches/001-reproducible-remove_DATE.patch | 10 ++ 1 file changed, 10 insertions(+) create mode 100644 package/network

[OpenWrt-Devel] [PATCH] ipkg-build: add ogargs to outer tar/ipk

2015-08-30 Thread Dirk Neukirchen
prevent name:uid leaks of build system Signed-off-by: Dirk Neukirchen --- requires "include/image.mk: make tar reproducible" scripts/ipkg-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ipkg-build b/scripts/ipkg-build index f9d00af..fb1321a 10

Re: [OpenWrt-Devel] [PATCH] include/image.mk: make tar reproducible

2015-08-30 Thread Dirk Neukirchen
On 30.08.2015 19:42, Jonas Gorski wrote: > Hi, > > On Sun, Aug 30, 2015 at 6:26 PM, Dirk Neukirchen > wrote: >> several packages reported different file order between builds >> make binutils, kmod-sched reproducible >> >> Signed-off-by: Dirk Neukirchen >

[OpenWrt-Devel] [PATCH] ugps: fix filename to eliminate build problems

2015-08-31 Thread Dirk Neukirchen
due to ordering PKG_SOURCE_VERSION is not defined leading to a filename "ugps-.tar.bz2" This errors out when an older version is in the dl/ dir (or LOCALMIRROR) fix order and use uhttpd file naming scheme to visibly include date Signed-off-by: Dirk Neukirchen --- package/utils/ugp

[OpenWrt-Devel] [PATCH] x86: add missing symbol

2015-09-12 Thread Dirk Neukirchen
Signed-off-by: Dirk Neukirchen --- target/linux/x86/config-3.18 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/x86/config-3.18 b/target/linux/x86/config-3.18 index 3a6a1be..bb647c8 100644 --- a/target/linux/x86/config-3.18 +++ b/target/linux/x86/config-3.18 @@ -385,6 +385,7

[OpenWrt-Devel] [PATCH] kernel 3.18/kernel 4.0/kernel 4.1: add missing symbol

2015-09-12 Thread Dirk Neukirchen
deactivate NET_SCTPPROBE just like NET_TCPPROBE Signed-off-by: Dirk Neukirchen --- target/linux/generic/config-3.18 | 1 + target/linux/generic/config-4.0 | 1 + target/linux/generic/config-4.1 | 1 + 3 files changed, 3 insertions(+) diff --git a/target/linux/generic/config-3.18 b/target

[OpenWrt-Devel] [PATCH 1/3] mac80211: cleanup remove net prefixes

2015-09-16 Thread Dirk Neukirchen
Signed-off-by: Dirk Neukirchen --- package/kernel/mac80211/Makefile | 82 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index a56825f..75a43dc 100644 --- a/package

[OpenWrt-Devel] [PATCH 2/3] mac80211: cleanup sort

2015-09-16 Thread Dirk Neukirchen
Signed-off-by: Dirk Neukirchen --- package/kernel/mac80211/Makefile | 2115 +++--- 1 file changed, 1071 insertions(+), 1044 deletions(-) diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index 75a43dc..fa253f4 100644 --- a/package

[OpenWrt-Devel] [PATCH 3/3] mac80211: rename iwlagn to iwlwifi

2015-09-16 Thread Dirk Neukirchen
follow upstream module rename commit 3c607d27c818cf4a5d28f2c73b18a88f8fbdfa33 Signed-off-by: Dirk Neukirchen --- package/kernel/mac80211/Makefile | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211

[OpenWrt-Devel] [PATCH] video: kmod-pwm does not exist anymore

2016-02-05 Thread Dirk Neukirchen
it was removed in r43947 Signed-off-by: Dirk Neukirchen --- package/kernel/linux/modules/video.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/video.mk b/package/kernel/linux/modules/video.mk index 81e7e42..cf77c86 100644 --- a/package/kernel

[OpenWrt-Devel] [PATCH] brcm2708: add missing symbols

2016-02-05 Thread Dirk Neukirchen
enable CONFIG_PWM enable the RASPI PWM stuff fix buildbot w. 4.1 compile tested only Signed-off-by: Dirk Neukirchen --- target/linux/brcm2708/bcm2708/config-4.1 | 3 +++ target/linux/brcm2708/bcm2708/config-4.4 | 3 +++ target/linux/brcm2708/bcm2709/config-4.1 | 3 +++ target/linux/brcm2708

[OpenWrt-Devel] [PATCH] x86: enable CONFIG_PWM

2016-02-05 Thread Dirk Neukirchen
fixes buildbot error: linux-4.4/drivers/video/backlight/pwm_bl.ko' is missing Signed-off-by: Dirk Neukirchen --- target/linux/x86/config-4.4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/x86/config-4.4 b/target/linux/x86/config-4.4 index f87eba9..c69c18f 100644 --- a/t

Re: [OpenWrt-Devel] [PATCH] kernel: crypto: add fsl CAAM package

2016-02-05 Thread Dirk Neukirchen
some comments: - follow alphabetic order - keep crypto-hw prefix - dump vendor I would suggest: crypto-hw-caam Reasoning: talitos, omap, ccp, geode do not contain hw vendor name unsure: since this package is specific to imx6 you may want to use target/linux/imx6/modules.mk (like sunxi, ar71xx ...

[OpenWrt-Devel] [PATCH] tools/cmake: fix compile on Alpine Linux

2016-03-07 Thread Dirk Neukirchen
/cmjsoncpp/include/json/assertions.h:16, from /home//openwrt/build_dir/host/cmake-3.4.3/Utilities/cmjsoncpp/src/lib_json/json_reader.cpp:7: /usr/include/c++/5.3.0/exception:35:9: error: '#pragma' is not allowed here #pragma GCC visibility push(default) Signed-of

[OpenWrt-Devel] [PATCH] tools/flock: fix compile on Alpine Linux

2016-03-07 Thread Dirk Neukirchen
NOCTTY|O_CREAT, 0666); Signed-off-by: Dirk Neukirchen --- tools/flock/src/flock.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/flock/src/flock.c b/tools/flock/src/flock.c index 13baec4..3ac3a4b 100644 --- a/tools/flock/src/flock.c +++ b/tools/flock/src/flock.c @@ -39,6 +39,7 @@ #include

[OpenWrt-Devel] [PATCH 1/3] ar71xx: add WLAN LED for WNR2200

2016-03-07 Thread Dirk Neukirchen
this trivial change seems to be useful for 16M international version Untested, used - input from IRC chat (partitions), - ticket #14356, - GPL tarball (partitions) Signed-off-by: Dirk Neukirchen --- target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2200.c | 3 +++ 1 file changed, 3 insertions

[OpenWrt-Devel] [PATCH 2/3] ar71xx: add WNR2200 16M version

2016-03-07 Thread Dirk Neukirchen
- change naming of old firmware to indicate 8M flash this change should support 16M international version totally untested, used - input from IRC chat, - ticket #14356 w. patch, - verified against GPL tarball (WNR2200 russia version) Signed-off-by: Dirk Neukirchen --- target/linux/ar71xx

[OpenWrt-Devel] [PATCH 3/3] ar71xx: add WNR2200 HW_ID

2016-03-07 Thread Dirk Neukirchen
found in North American 1.0.1.96 GPL tarball Untested Signed-off-by: Dirk Neukirchen --- target/linux/ar71xx/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index d9168fd..da19ce7 100644

[OpenWrt-Devel] [PATCH 1/4] wireless: remove cisco airo

2016-03-20 Thread Dirk Neukirchen
it depends on cfg80211 cfg80211 & wext drivers don't mix on OpenWrt Signed-off-by: Dirk Neukirchen --- package/kernel/linux/modules/wireless.mk | 16 1 file changed, 16 deletions(-) diff --git a/package/kernel/linux/modules/wireless.mk b/package/kernel/linu

[OpenWrt-Devel] [PATCH 4/4] wireless: remove rtl8188eu (staging)

2016-03-20 Thread Dirk Neukirchen
- depends on CFG80211 (upstream: 9da4aa48d04bbdbae3c959809e14da2bf0c53f61) in os_dep/mon.c This removes rtl8188eu completely from OpenWrt since mac80211/compat-wireless/backports does not provide staging wireless drivers Signed-off-by: Dirk Neukirchen --- package/kernel/linux/modules

[OpenWrt-Devel] [PATCH 3/4] wireless: add vendor dirs

2016-03-20 Thread Dirk Neukirchen
Kernel 4.5 changes wireless driver organisation Signed-off-by: Dirk Neukirchen --- package/kernel/linux/modules/wireless.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/wireless.mk b/package/kernel/linux/modules/wireless.mk index 89b4bbb

[OpenWrt-Devel] [PATCH 2/4] mac80211: add cisco airo

2016-03-20 Thread Dirk Neukirchen
airo depends on cfg80211, move it to mac80211 Signed-off-by: Dirk Neukirchen --- package/kernel/mac80211/Makefile | 17 + 1 file changed, 17 insertions(+) diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index e168efd..734b6fe 100644 --- a

[OpenWrt-Devel] [PATCH] mac80211: build airo on x86 only

2016-03-22 Thread Dirk Neukirchen
airo requires ISA_DMA_API and that symbol is only set on some ppc,malta,x86 x86 is probably only platform where that driver is used fixes buildbot errors on ar71xx,lantiq ...: airo.ko is missing Signed-off-by: Dirk Neukirchen --- package/kernel/mac80211/Makefile | 2 +- 1 file changed, 1

Re: [OpenWrt-Devel] [PATCH] package/devel/gdb: Add support of ARC gdb

2016-06-01 Thread Dirk Neukirchen
On 01.06.2016 17:32, Alexey Brodkin wrote: > Also we disable sim because if the following breakage while > building with it: > >8 > /usr/bin/env bash ./../common/genmloop.sh -shell /usr/bin/env bash \ > -mono -fast -pbb -switch sem5-switch.c \ > -cpu a5f -infile ./ml

Re: [OpenWrt-Devel] [PATCH 1/2] Add support for AVM FritzBox 7360SL

2016-06-04 Thread Dirk Neukirchen
On 19.05.2016 14:12, Sebastian Ortwein wrote: > Add support for FritzBox 7360SL > > working: USB,WIFI,SWITCH,LAN > > not working:DECT, Telephone > > > > ___ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/cg

Re: [OpenWrt-Devel] [Patch 1/3] Update uboot-omap to 15.07

2015-09-18 Thread Dirk Neukirchen
On 17.09.2015 21:22, Tara Lorenz wrote: > > Hello everybody, > > the old uboot-omap package fails to compile when using gcc 5.x. > Therefore i made a patch using a more recent version of u-boot. > I decided to choose 15.07, the same version as currently used for the > sunxi based boards. > > So

[OpenWrt-Devel] omap: add Kernel 4.1

2015-09-18 Thread Dirk Neukirchen
tested on Beagleboard C4 Signed-off-by: Dirk Neukirchen --- bootlog: https://paste.debian.net/312304/ target/linux/omap/config-4.1 | 540 + .../0334-video-da8xx-fb-adding-dt-support.patch| 201 ...-fb-Add-API-to-register-wait-for-vsync

[OpenWrt-Devel] [PATCH] arm64: switch to Kernel 4.1

2015-09-18 Thread Dirk Neukirchen
work with qemu Signed-off-by: Dirk Neukirchen --- target/linux/arm64/Makefile| 2 +- target/linux/arm64/config-default | 56 -- target/linux/arm64/image/boot-wrapper/Makefile | 2 +- 3 files changed, 46 insertions(+), 14 deletions(-) diff

[OpenWrt-Devel] [PATCH] can: disable xilinx CAN

2015-09-18 Thread Dirk Neukirchen
fix missing symbol on arm64 Signed-off-by: Dirk Neukirchen --- package/kernel/linux/modules/can.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/kernel/linux/modules/can.mk b/package/kernel/linux/modules/can.mk index f9490b4..eeef88a 100644 --- a/package/kernel/linux/modules

[OpenWrt-Devel] [PATCH] uboot-omap: update to 2015.10-rc3

2015-09-20 Thread Dirk Neukirchen
: bd2c4522c26d535515aebca52d27c004a7e0c05c Arm THUMB mode is broken because of an yet unknown errata see: http://lists.denx.de/pipermail/u-boot/2015-August/225793.html Signed-off-by: Dirk Neukirchen --- The previous patch had some issues: - patch series not needed - sign-off missing I bisected the

  1   2   3   >