Re: grub2-editenv: does depend since recently on liblzma

2021-05-20 Thread Dirk Neukirchen
=e74d81ece2e2932a4f370d8e6d180061a6a2c229 > [2] https://github.com/openwrt/packages/tree/master/utils/xz Greetings, Dirk >From aef9acf31244eff9ec7eac29e1fc9da16d4cf1fe Mon Sep 17 00:00:00 2001 From: Dirk Neukirchen Date: Thu, 20 May 2021 10:39:35 +0200 Subject: [PATCH] [RFC] grub2: disable l

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] 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

[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

[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 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 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 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 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 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 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] 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] 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

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] 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

[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] 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, v2] kernel: remove obsolete config symbols from 4.4

2016-01-12 Thread Dirk Neukirchen
SB=y Signed-off-by: Dirk Neukirchen --- target/linux/generic/config-4.4 | 292 1 file changed, 292 deletions(-) diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4 index 2d555c1..e900e33 100644 --- a/target/linux/generic/config

[OpenWrt-Devel] [PATCH] kernel: add missing symbols for Kernel 4.4

2016-01-12 Thread Dirk Neukirchen
found w. x86_64 Signed-off-by: Dirk Neukirchen --- target/linux/generic/config-4.4 | 2 ++ target/linux/x86/config-4.4 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4 index a6d4d1a..2d555c1 100644 --- a/target/linux

[OpenWrt-Devel] [PATCH] mac80211: add rtl8xxxu

2015-12-25 Thread Dirk Neukirchen
, and monitor mode support at this point. The driver is known to work with the following devices: Lenovo Yoga (rtl8723au) TP-Link TL-WN823N (rtl8192cu) Etekcity 6R (rtl8188cu) Daffodil LAN03 (rtl8188cu) Alfa AWUS036NHR (rtl8188ru) Compile tested only Signed-off-by: Dirk Neukirchen --- package/k

[OpenWrt-Devel] [PATCH] mac80211: iwlwifi: update firmware to ucode -16 version

2015-12-25 Thread Dirk Neukirchen
We don't use Kernel drivers but ucode -16 is usable on Kernel 4.3+ - with backports and mac80211 this should work on older Kernel versions too. Intel does not provide a changelog. Signed-off-by: Dirk Neukirchen --- package/kernel/mac80211/Makefile | 10 +- 1 file changed, 5 inser

[OpenWrt-Devel] [PATCH] mac80211: mt7601u use linux-firmware

2015-12-25 Thread Dirk Neukirchen
upstream added mt7601u firmware with commit 9df5430a3c1bf4fa92d9198b6d7d8713408ff6bc Add firmware for mt7601u. version 34 Signed-off-by: Dirk Neukirchen --- package/kernel/mac80211/Makefile | 17 ++--- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/package/kernel

[OpenWrt-Devel] [PATCH] openvpn: fix configure options

2015-12-21 Thread Dirk Neukirchen
- eurephia: commit: Remove the --disable-eurephia configure option - fix option name: http proxy option is now called http-proxy (see configure.ac) fixes: configure: WARNING: unrecognized options: --disable-nls, --disable-eurephia, --enable-http Signed-off-by: Dirk Neukirchen --- package

[OpenWrt-Devel] [PATCH] tools/e2fsprogs: remove outdated configure args

2015-12-21 Thread Dirk Neukirchen
removed upstream in 1.40.5: Don't build e2fsck statically by default anymore 7e8fe327b51051adcbb0d44169b1a933173ce1ff fixes: configure: WARNING: unrecognized options: --disable-shared, --enable-static, --enable-dynamic-e2fsck Signed-off-by: Dirk Neukirchen --- tools/e2fsprogs/Makefil

[OpenWrt-Devel] [PATCH] util-linux: remove outdated configure options

2015-12-21 Thread Dirk Neukirchen
removed upstream in commit: - convert mount/ to module, rename to mount-deprecated/ - build-sys: remove deprecated-mount/ fixes log warning: compile.txt:configure: WARNING: unrecognized options: --enable-new-mount Signed-off-by: Dirk Neukirchen --- package/utils/util-linux/Makefile | 1 - 1

[OpenWrt-Devel] [PATCH] kernel: kmod-ptp selects a new config symbol

2015-12-14 Thread Dirk Neukirchen
since Kernel 3.14 408eccce net: ptp: move PTP classifier in its own file found while bug search thx olmari on IRC Signed-off-by: Dirk Neukirchen --- package/kernel/linux/modules/other.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package/kernel/linux/modules

Re: [OpenWrt-Devel] [PATCH] generic: add missing 4.4 symbols

2015-12-14 Thread Dirk Neukirchen
On 14.12.2015 20:19, Felix Fietkau wrote: > On 2015-12-14 18:20, Dirk Neukirchen wrote: >> found with omap target >> >> Signed-off-by: Dirk Neukirchen >> --- >> target/linux/generic/config-4.4 | 7 +++ >> 1 file changed, 7 insertions(+) >> &g

[OpenWrt-Devel] [PATCH] kernel: remove obsolete config symbols from 4.4

2015-12-14 Thread Dirk Neukirchen
-CONFIG_USB_ARCH_HAS_OHCI=y -CONFIG_USB_DEVICEFS=y -CONFIG_USB_EZUSB=y Signed-off-by: Dirk Neukirchen --- I wrote a script to collect available Kernel config symbols from a tree (external tree in my case) and OpenWrt specific addons (in target/) and check against symbols in generic (or omap in my case

[OpenWrt-Devel] [PATCH] generic: add missing 4.4 symbols

2015-12-14 Thread Dirk Neukirchen
found with omap target Signed-off-by: Dirk Neukirchen --- target/linux/generic/config-4.4 | 7 +++ 1 file changed, 7 insertions(+) diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4 index 25a8d1b..094a505 100644 --- a/target/linux/generic/config-4.4 +++ b/target

[OpenWrt-Devel] [PATCH] dante: update to 1.4.1

2015-12-13 Thread Dirk Neukirchen
-off-by: Dirk Neukirchen --- since 1.2.x is unsupported, old and has issues (see announcements for 1.3.x and 1.4.x) with some software, updating it to a current version especially w. ipv6 support might be more interesting package/network/utils/dante/Makefile | 7 +- .../utils/dante

[OpenWrt-Devel] [PATCH] omap: add kernel 4.4

2015-12-12 Thread Dirk Neukirchen
- tested on Beagleboard C4 Signed-off-by: Dirk Neukirchen --- a bootlog of Kernel 4.4-rc4 with u-boot 2015.10 (see other patch) is available at: paste.debian.net/343602 target/linux/omap/config-4.4 | 721 +++ 1 file changed, 721 insertions(+) create

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

2015-12-12 Thread Dirk Neukirchen
Signed-off-by: Dirk Neukirchen --- package/boot/uboot-omap/Makefile | 4 +- ..._upstream_image_c_fix_non_android_booting.patch | 33 .../uboot-omap/patches/001-switch_omap4_ext4.patch | 11 --- .../boot/uboot-omap/patches/002-fix_jffs2.patch| 30 .../uboot-omap

[OpenWrt-Devel] [PATCH] add opkg host dependency

2015-12-10 Thread Dirk Neukirchen
fixes a missing host opkg found by: unselect base-files, opkg Signed-off-by: Dirk Neukirchen --- package/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/Makefile b/package/Makefile index cc691b5..aa5d522 100644 --- a/package/Makefile +++ b/package/Makefile

Re: [OpenWrt-Devel] Issues with Intel Wifi 7260 AC

2015-12-02 Thread Dirk Neukirchen
On 30.11.2015 19:35, Carlos Ferreira wrote: > Direct firmware load for > iwlwifi-7260-17.ucode failed with error -2 Originally IWLWIFI versions depend on Kernel versions.see[3] Since we use a separate mac80211 we should not care about kernel version - since we use "development"/newest drivers i

Re: [OpenWrt-Devel] Fast build testing [Was: Git mirror with branches, tags and full history]

2015-12-02 Thread Dirk Neukirchen
On 01.12.2015 18:17, Bastian Bittorf wrote: > * Petr Štetiar [30.11.2015 13:47]: >>> build testing OpenWrt can be *really* fast, if you >>> >>> a) build in a ram-disk >>> b) use dedicated hardware for each architecture >>> >>> i bet it's about 300 seconds for a full fresh >>> distributed build for

Re: [OpenWrt-Devel] openwrt gpsd compilation fail

2015-11-17 Thread Dirk Neukirchen
> openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel > This patch should fix this issue (it seems an option name was changed) feel free to use/push to github packages repo gp

[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

[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] 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] 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

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] [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 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 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] 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] 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

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] 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

[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] 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] 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

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] 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

[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 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

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 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

[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] 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 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 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 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 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 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 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 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 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] 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

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] [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

[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] 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] 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 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 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] 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

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] 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

[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] 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/

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] 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] 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] 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

[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] 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] 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] [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] [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] 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] [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] [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

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] 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

[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] 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

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

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] [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

  1   2   3   >