Re: [OpenWrt-Devel] [PATCH v3] ramips: Add support for Netgear EX2700

2016-02-07 Thread John Crispin
Hi, the patch is whitespace broken. please fix and resend John On 21/01/2016 23:23, Joseph C. Lehner wrote: > This patch adds support for the Netgear EX2700 and builds an approriate > sysupgrade image. > > What's missing is the option to build a factory image flashable via the >

Re: [OpenWrt-Devel] [RFC] replace outdated udev by eudev?

2016-02-07 Thread John Crispin
On 07/02/2016 10:22, Daniel Golle wrote: > The main reason why I'd like to have udev is persistent aliasing of > (hotpluggable) serial devices like wwan modems and input devices; udev > is required for libinput to build. why dont we just add this to the procd code ?

Re: [OpenWrt-Devel] [PATCH] CC: ar71xx: add support for the TP-LINK TL-WR1043ND v3

2016-02-07 Thread Matthias Schiffer
On 02/07/2016 05:29 AM, Sven Roederer wrote: > The hardware of the v3 is identical to the v2. > > Based-on-patch-by: nbd (b9d5ee8) > > - Backport to CC > - add TPL-WR1043v3 to list of supported boards in config-menu > - was tested for all 3 boards by freifunk-community Berlin > > Signed-off-by:

Re: [OpenWrt-Devel] [RFC] replace outdated udev by eudev?

2016-02-07 Thread John Crispin
On 07/02/2016 10:22, Daniel Golle wrote: > Hi! > > I recently bumped into eudev, a fork of systemd-udev 220 which doesn't > require all the rest of systemd. The gentoo folks came up with it as > many of them still use OpenRC or SystemV init. > It was easy to port it to OpenWrt by re-using and

Re: [OpenWrt-Devel] [RFC] replace outdated udev by eudev?

2016-02-07 Thread John Crispin
On 07/02/2016 10:53, Daniel Golle wrote: > Hi John! > > On Sun, Feb 07, 2016 at 10:28:25AM +0100, John Crispin wrote: >> maybe i am missing the point but why would you want udev on your system >> in the first place ? > > There are situations when udev is currently the only way, such are: > *

Re: [OpenWrt-Devel] [RFC] replace outdated udev by eudev?

2016-02-07 Thread Daniel Golle
Hi John! On Sun, Feb 07, 2016 at 10:28:25AM +0100, John Crispin wrote: > maybe i am missing the point but why would you want udev on your system > in the first place ? There are situations when udev is currently the only way, such are: * more than one 3g/wwan/usb-serial device and the need to

[OpenWrt-Devel] [PATCH] udev: include missing stdint.h header

2016-02-07 Thread Daniel Golle
udev failed to build due to an augmented dependency on certain targets, as spotted on buildbot. Fix this by explicitely including stdint.h. Signed-off-by: Daniel Golle --- http://buildbot.openwrt.org:8010/broken_packages/cns3xxx/udev/compile.txt

Re: [OpenWrt-Devel] [RFC] replace outdated udev by eudev?

2016-02-07 Thread Felix Fietkau
On 2016-02-07 10:22, Daniel Golle wrote: > Hi! > > I recently bumped into eudev, a fork of systemd-udev 220 which doesn't > require all the rest of systemd. The gentoo folks came up with it as > many of them still use OpenRC or SystemV init. > It was easy to port it to OpenWrt by re-using and

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

2016-02-07 Thread Felix Fietkau
On 2016-02-06 00:09, Dirk Neukirchen wrote: > fixes buildbot error: > linux-4.4/drivers/video/backlight/pwm_bl.ko' is missing > > Signed-off-by: Dirk Neukirchen I think this should be handled via KCONFIG instead. - Felix ___

[OpenWrt-Devel] [PATCHv2] ar71xx: add support for the TP-LINK TL-WR1043ND v3

2016-02-07 Thread Sven Roederer
The hardware of the v3 is identical to the v2. - adds support via old-style-definition. So less code is changed and there is less potential to break other projects - based on

Re: [OpenWrt-Devel] [RFC] replace outdated udev by eudev?

2016-02-07 Thread Daniel Golle
Hi John, On Sun, Feb 07, 2016 at 11:03:16AM +0100, John Crispin wrote: > >> maybe i am missing the point but why would you want udev on your system > >> in the first place ? > > > > There are situations when udev is currently the only way, such are: > > * more than one 3g/wwan/usb-serial device

Re: [OpenWrt-Devel] [RFC] replace outdated udev by eudev?

2016-02-07 Thread Daniel Golle
Hi John, On Sun, Feb 07, 2016 at 11:33:00AM +0100, John Crispin wrote: > >> which brings us back to my second question, why not add these features > >> to procd ? my experience is that these features can be implemented in > >> 100 lines +/- > > > > I agree that I'd be quite easy to sort-out the

[OpenWrt-Devel] [PATCH] openconnect: add mising liblz4 dependency

2016-02-07 Thread Mauro Carvalho Chehab
Fixes the following build issue: find openwrt/build_dir/target-mips_34kc_musl-1.1.12/openconnect-7.06/ipkg-ar71xx/openconnect -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf Package openconnect is missing dependencies for the following libraries:

Re: [OpenWrt-Devel] [PATCH] Patches to fix kernel panic in Yuncore XD3200 initial commit.

2016-02-07 Thread Felix Fietkau
On 2016-01-31 05:31, Jeff Wischkaemper wrote: > Signed-off-by: Jeff Wischkaemper Please send a new patch combining the original change + this patch. Also, please fix the patch subject, it should be something like: ar71xx: add support for Yuncore XD3200 - Felix

[OpenWrt-Devel] [PATCH RESEND] openconnect: add mising liblz4 dependency

2016-02-07 Thread Mauro Carvalho Chehab
Fixes the following build issue: find openwrt/build_dir/target-mips_34kc_musl-1.1.12/openconnect-7.06/ipkg-ar71xx/openconnect -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf Package openconnect is missing dependencies for the following libraries:

[OpenWrt-Devel] ISC-DHCP server removed from Chaos Calmer packages, why?

2016-02-07 Thread Janne Cederberg
Greetings! I was curious to the reason why the ISC-DHCP server seems to have been removed from Chaos Calmer packages; tried to find info in mailing list archive and by general googling but was unable to. Anyone know why it was removed? BACKGROUND: Dnsmasq (at least on Barrier Breaker) isn't too

Re: [OpenWrt-Devel] [PATCH] CC: ar71xx: add support for the TP-LINK TL-WR1043ND v3

2016-02-07 Thread Sven Roederer
Hi, you are right regarding the old-style vs. new-style. I have seen this, but forgot about. I'll fix this with a new patch. The Kconfig-stuff is indeed only cosmetic, but as is will not break anything I think it's ok. There might be no general rule if all models should be listed or just some

Re: [OpenWrt-Devel] [RFC] replace outdated udev by eudev?

2016-02-07 Thread John Crispin
On 07/02/2016 11:29, Daniel Golle wrote: > Hi John, > > On Sun, Feb 07, 2016 at 11:03:16AM +0100, John Crispin wrote: maybe i am missing the point but why would you want udev on your system in the first place ? >>> >>> There are situations when udev is currently the only way, such

Re: [OpenWrt-Devel] ISC-DHCP server removed from Chaos Calmer packages, why?

2016-02-07 Thread Hannu Nyman
Janne Cederberg wrote at Sun Feb 7 11:46:05 CET 2016 > I was curious to the reason why the ISC-DHCP server seems to have been removed from Chaos Calmer packages; tried to find info in mailing list archive and by general googling but was unable to. That is the effect of the move to a new

Re: [OpenWrt-Devel] [PATCH] Added support for TL-WA801NDv3

2016-02-07 Thread John Crispin
Hi, 2 small nitpicks 1) please prefix the subject with "ar71xx:" [...] > diff --git a/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h > b/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h > index a170e8d..967a012 100644 > --- a/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h >

Re: [OpenWrt-Devel] [PATCH RESEND] openconnect: add mising liblz4 dependency

2016-02-07 Thread John Crispin
this package is hosted on github. please submit the patch there On 07/02/2016 14:17, Mauro Carvalho Chehab wrote: > Fixes the following build issue: > find > openwrt/build_dir/target-mips_34kc_musl-1.1.12/openconnect-7.06/ipkg-ar71xx/openconnect > -name 'CVS' -o -name '.svn' -o -name

Re: [OpenWrt-Devel] [PATCH v4 6/8] ar71xx: WNR2000v3: exclude USB modules from image

2016-02-07 Thread John Crispin
On 01/02/2016 22:59, Michal wrote: > From: Michal Cieslakiewicz > Subject: [PATCH v4 6/8] ar71xx: WNR2000v3: exclude USB modules from image > > Netgear WNR2000v3 has no USB port yet default system image > includes USB kernel modules. This patch fixes that. > >

[OpenWrt-Devel] [PATCH] ramips: set read-only flag to u-boot partition on Xiaomi MiWiFi Mini

2016-02-07 Thread Tom Psyborg
Current device profile allows overwriting u-boot partition, setting read-only flag will prevent mtd device unlock and thus accidental partition overwrite. Signed-off-by: Tomislav Požega --- Same fix is required in CC branch. PATCH diff -purN

[OpenWrt-Devel] [PATCH] packages: fix airmon-ng output in multi bssid mode

2016-02-07 Thread Tom Psyborg
Create a patch that removes the output of unnecessary interface informations which occur if the radio broadcasts more than one ssid to speed up the operation and provide clean output. Also removes scanProcesses function to get rid of the busybox output garbage. Signed-off-by: Tomislav Požega

[OpenWrt-Devel] [PATCH] ar71xx: fix device names in GL-AR150 and GL-AR300 profiles

2016-02-07 Thread Tom Psyborg
Fix names displayed in the main Luci page for GL-AR150 and GL-AR300 devices. Signed-off-by: Tomislav Požega --- Patch diff -pur a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh ---

[OpenWrt-Devel] [PATCH] oldpackages: fix mdk3 build issue

2016-02-07 Thread Tom Psyborg
Create a patch that fixes an issue with mdk3 package that would break build process with -Werror=format-security message. Closes ticket https://dev.openwrt.org/ticket/20698 Signed-off-by: Tomislav Požega --- Patch diff -purN

Re: [OpenWrt-Devel] [PATCH] dnsmasq: add dhcp relay option

2016-02-07 Thread Alexandru Ardelean
On Tue, Jan 19, 2016 at 11:38 AM, Dan Bugnar wrote: > Should I remove this part? Maybe comment it (to have a sample) or replace > with something else. > > Dan Bugnar > > On Tue, Jan 19, 2016 at 11:20 AM, Dan Bugnar wrote: > >> Should I remove this part?