Re: [LEDE-DEV] [PATCH] u-boot: Switch to HTTP for downloads

2018-04-27 Thread Rosen Penev
On Thu, Apr 26, 2018 at 9:35 PM, John Crispin wrote: > > > On 19/04/18 22:36, Rosen Penev wrote: >> >> The first mirror is dead and the second is FTP, which can be unreliable at >> times. >> >> Tested on Ubuntu 16.04 WSL. >> >> Signed-off-by: Rosen Penev >>

[LEDE-DEV] [PATCH] libusb: Update to 1.0.22

2018-04-27 Thread Rosen Penev
Switched download from SourceForge to GitHub. It seems the author migrated to that. Also fixed the website URL as the SourceForge link is dead. Compile tested on ar71xx and mvebu. Small size decrease on ar71xx: 30444 vs. 30099 bytes. Signed-off-by: Rosen Penev ---

[LEDE-DEV] [PATCH] libusb: Update to 1.0.22

2018-04-27 Thread Rosen Penev
Switched download from SourceForge to GitHub. It seems the author migrated to that. Also fixed the website URL as the SourceForge link is dead. Replaced the $(fPIC) macro with PKG_ASLR_PIE. They're both functionally identital. Compile tested on ar71xx and mvebu. Small size decrease on ar71xx:

Re: [LEDE-DEV] [PATCH] fstools: use ramoverlay if no rootfs_data and rootfs is ro

2018-04-27 Thread John Crispin
On 27/04/18 14:05, Arvid E. Picciani wrote: - libfstools/mtd.c no longer fails if volume is ro. - mount_root ramoverlay if no rootfs_data and rootfs is ro Hi, this approach is an ugly hack. please do the following mtd_ope() should always try to open as r/w and if that fails try ro. then

[LEDE-DEV] [PATCH] dropbear: bump to 2018.76

2018-04-27 Thread Koen Vandeputte
Config moved from option.h to localoptions.h refreshed all patches deleted upstreamed patches: - 010-runtime-maxauthtries.patch - 610-skip-default-keys-in-custom-runs.patch introduced new patch: - 610-disable-ec-by-default.patch This patch adds the EC definitions which are altered by the

Re: [LEDE-DEV] make fail for x86 geode target - 17.01

2018-04-27 Thread William Fleurant
Good day, The pull request fixes this issue, but needs review / sign-off from the maintainer. https://github.com/openwrt/packages/pull/5961 -w On Wed, Feb 8, 2017 at 6:00 AM, Nishant Sharma wrote: > Hi, > > I am trying to build 17.01 for x86 Geode target but it is

Re: [LEDE-DEV] [PATCH 1/2] x86: add amd microcode entries to grub config

2018-04-27 Thread Tomasz Maciej Nowak
W dniu 26.04.2018 o 20:04, Stijn Segers pisze: > Op di, 24 apr 2018 om 10:18 , schreef Tomasz Maciej Nowak : >> W dniu 24.04.2018 o 22:00, Stijn Segers pisze: >> [snip] > >   I'm not sure what's going wrong here, I'm on a clean master tree but > your first patch does

[LEDE-DEV] [PATCH] Fix resetting of "respawn" flag

2018-04-27 Thread Jakub Horak
This patch stops using instance "respawn" flag as a state variable. This fixes the bug when instance loses "respawn" flag after it has been restarted (if instance is started before the process has exited, it will not copy all parameters). --- service/instance.c | 24 +++- 1

Re: [LEDE-DEV] [PATCH] iptables: link extension libraries with -lm

2018-04-27 Thread Alin Năstac
According to "Automatic variables" chapter of make manual, $* expands to the pattern matched by % in an implicit rule. However, the make rules in which this patch use the $* variable is an explicit rule, hence $* expansion will be empty. On Fri, Apr 27, 2018 at 8:41 AM, John Crispin

Re: [LEDE-DEV] [PATCH] iptables: link extension libraries with -lm

2018-04-27 Thread Alin Năstac
Hi John, I forced CONFIG_NETFILTER_XT_MATCH_STATISTIC=y in my kernel config by adding it to openwrt/target/linux/brcm63xx/config-4.1 . However, you have to do a complete build from scratch, I noticed that removing iptables build directory and related files in openwrt/staging_dir/target-*/pkginfo

Re: [LEDE-DEV] help on adding a slightly different router

2018-04-27 Thread davidea
i've found the mistake , the memory mapping in this processor   is not contiguous, here the new diff!!! diff -u ./openwrt/target/linux/ramips/dts/WITI.dts ./witi/target/linux/ramips/dts/WITI512.dts --- ./openwrt/target/linux/ramips/dts/WITI.dts  2018-04-26 08:07:29.004221953 + +++

Re: [LEDE-DEV] [PATCH] kernel: Activate CONFIG_BRIDGE_VLAN_FILTERING

2018-04-27 Thread John Crispin
On 02/04/18 16:42, Hauke Mehrtens wrote: This allows to configure VLAN aware bridges in Linux, it is also possible to offload these VLAN aware bridges with DSA to some hardware, which is supported by most of the DSA drivers. This adds support for the VLAN features mentioned in bridge man

Re: [LEDE-DEV] [PATCH] libusb: Update to 1.0.22

2018-04-27 Thread John Crispin
On 02/04/18 03:11, Rosen Penev wrote: Switched download from SourceForge to GitHub. It seems the author migrated to that. Also fixed the website URL as the SourceForge link is dead. Replaced the $(fPIC) macro with PKG_ASLR_PIE. They're both functionally identital. very much not so.

Re: [LEDE-DEV] [PATCH] 17:01 gcc: gcc 6.3.0 fix comparison between pointer and integer

2018-04-27 Thread John Crispin
On 21/04/18 14:54, Etienne Haarsma wrote: Cherry picked from trunk. Signed-off-by: Etienne Haarsma thanks, did a git cherry-pick -x 22e2b402aee17684781ae705a91fb3645299de9c     John --- toolchain/gcc/patches/6.3.0/960-fix-ubsan-defref.patch | 11 +++ 1

Re: [LEDE-DEV] [PATCH] iptables: link extension libraries with -lm

2018-04-27 Thread John Crispin
On 24/04/18 10:05, Alin Nastac wrote: This fixes an iptables link error when kernel config include CONFIG_NETFILTER_XT_MATCH_STATISTIC=y related to the missing -lm argument on the linker command line. Error is caused by the odd looking linker argument ${$*_LIBADD} which get expanded to an

Re: [LEDE-DEV] [OpenWrt-Devel] [PATCH 0/4] Gemini forward-port to kernel v4.14

2018-04-27 Thread John Crispin
On 17/04/18 00:34, Roman Yeryomin wrote: On 2018-04-15 20:22, Roman Yeryomin wrote: On 2018-04-14 20:36, Hans Ulli Kroll wrote: Hi Roman On Tue, 10 Apr 2018, Linus Walleij wrote: On Mon, Apr 9, 2018 at 12:38 PM, Roman Yeryomin wrote: > I have tested them quickly