[OpenWrt-Devel] [PATCH] omcproxy: fix PKG_LICENSE string

2015-10-20 Thread Daniel Golle
Signed-off-by: Daniel Golle --- package/network/services/omcproxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/services/omcproxy/Makefile b/package/network/services/omcproxy/Makefile index eafa289..75997fe 100644 --- a/package/network/services/omcp

Re: [OpenWrt-Devel] [packages] broken package: procd is broken in 15.05 (#1879)

2015-10-20 Thread Daniel Golle
Hi! This has been an argument going on between the gcc and the glibc people for about 10 years now. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25509 It seems like commit b6618ffa which added the symlinks silently broke things when building with glibc. Don't ask me why glibc enabled warn_unu

Re: [OpenWrt-Devel] Firmaware size MT7628

2015-10-20 Thread Baptiste Clenet
2015-10-20 21:03 GMT+02:00 Baptiste Clenet : > 2015-10-20 20:28 GMT+02:00 Baptiste Clenet : >> Hi, >> >> I edited the firmware size of the MT7628 board from 4 to 16Mo because >> I've got 16Mo flash. I began with 8Mo ant it worked well but 16Mo >> seems to make the board crash at boot with error mes

Re: [OpenWrt-Devel] Firmaware size MT7628

2015-10-20 Thread Baptiste Clenet
2015-10-20 20:28 GMT+02:00 Baptiste Clenet : > Hi, > > I edited the firmware size of the MT7628 board from 4 to 16Mo because > I've got 16Mo flash. I began with 8Mo ant it worked well but 16Mo > seems to make the board crash at boot with error messages: > > [0.859932] jffs2: Flash size not alig

[OpenWrt-Devel] [PATCH] CC: ramips: WIZnet WizFi630A Platfrom support - board detection

2015-10-20 Thread Tobias Welz
This patch is adding the missing board detection of WIZnet WizFi630A board. ramips.sh was not submitted with the former patch. This belongs to to the backport of patch r46921 Signed-off-by: Tobias Welz --- target/linux/ramips/base-files/lib/ramips.sh |3 +++ 1 file changed, 3 insertions(+)

[OpenWrt-Devel] Firmaware size MT7628

2015-10-20 Thread Baptiste Clenet
Hi, I edited the firmware size of the MT7628 board from 4 to 16Mo because I've got 16Mo flash. I began with 8Mo ant it worked well but 16Mo seems to make the board crash at boot with error messages: [0.859932] jffs2: Flash size not aligned to erasesize, reducing to 6720KiB [0.874195] jffs

Re: [OpenWrt-Devel] [PATCH] libpcap: USB support by default if usbmon is enabled

2015-10-20 Thread Karl Palsson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sounds good to me, I missed this the first time I was building with usbmon :) Bjørn Mork wrote: > If building usbmon support then you'll likely want to have USB > support in libpcap as well. > > Signed-off-by: Bjørn Mork > --- > package/libs/libpc

Re: [OpenWrt-Devel] Firmware Upgrade - Mikrotik - ar71xx

2015-10-20 Thread David Hutchison
I think sysupgrade now works with the rb951ui; however I haven't tested it. I wrote my own upgrade process before sysupgrade was available for the rb95x series: - Create a sysupgrade.tgz; this is the kept files you want ( configurations; scripts; etc. ) tar -czf /tmp/sysupgrade.tgz /etc/dropbear

[OpenWrt-Devel] [PATCH 1/2] [netifd] multicast flag control

2015-10-20 Thread Podolak, Nicholas
From: Nick Podolak This patch set allows for interfaces defined in UCI to enable and disable multicast support on their underlying device. This has particular use on GRE tunnels which previously did NOT enable multicast by default. Since GRE is commonly used to create router to router links

[OpenWrt-Devel] [PATCH 2/2] [gre] multicast flag control

2015-10-20 Thread Podolak, Nicholas
From: Nick Podolak This patch adds the ability for the gre.sh netifd script to deliver the multicast flag config variable from UCI to the netifd process. This patch won't do much without the first from the group. Signed-off-by: Nick Podolak diff --git a/package/network/config/gre/files/gre

[OpenWrt-Devel] [PATCH] libpcap: USB support by default if usbmon is enabled

2015-10-20 Thread Bjørn Mork
If building usbmon support then you'll likely want to have USB support in libpcap as well. Signed-off-by: Bjørn Mork --- package/libs/libpcap/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libs/libpcap/Config.in b/package/libs/libpcap/Config.in index 5fee75

[OpenWrt-Devel] RFC: uClibc and xattr

2015-10-20 Thread Maxim Storchak
Hello, I was trying to fix https://github.com/openwrt/packages/issues/1703 (lsof compilation on mips64) and discovered that a) mips64* were the only targets using uCLibc; b) xattr was disabled in uClibc config. I tried to add DEPENDS:=@(!(USE_UCLIBC)) to libattr, but that created recursive depende

[OpenWrt-Devel] Firmware Upgrade - Mikrotik - ar71xx

2015-10-20 Thread Nishant Sharma
Hi, I have around 50 boxes (ar71xx Mikrotik RB951Ui-2HnD) in the field, running AA or BB (custom compiled). I have checked through the documentation, but could not find any way to upgrade the firmware. Is there a way, that I could upgrade them to the newly compiled firmware remotely or onl