Hello Sergey,
Thanks for the feedback.
I didn't receive any response from none of the maintainers. I don't
know why.
Best Regards,
Benjamin
On Tue, 2018-06-26 at 14:52 +0300, Sergey Zakharchenko wrote:
> Hello Benjamin,
>
> 2018-05-08 12:22 GMT+03:00 Benjamin Hansmann :
> > What is the accepta
Hi Lucian Cristian
you may try run command
$ scl enable devtoolset-3 bash
$ make menuconfig
with clean source.
gcc has linked to staging_dir/host/bin when you first run make
and mconf has built when you first run make menuconfig.
___
openwrt-devel ma
Lucian Cristian wrote:
> On 06.07.2018 14:09, Lucian Cristian wrote:
> > On 06.07.2018 13:03, 李国 wrote:
> >> build openwrt on centos 6 I should use devtoolset-3 to get gcc 4.9, but
> >> it fail when make menuconfig. so I have to give option HOSTCC='gcc
> >> -Wl,--copy-dt-needed-entries' to make.
Use SPDX tag.
Signed-off-by: Florian Eckert
---
package/kernel/linux/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kernel/linux/Makefile b/package/kernel/linux/Makefile
index c2d10ec188..39b9e82c27 100644
--- a/package/kernel/linux/Makefile
+++ b/package/ke
If a "+" is in the version string of a kernel package then the package could
not get installed by opkg with ftp. Because the file could not get found.
"kmod-wireguard_4.4.135%2b0.0.20180519-1_mips_24kc.ipk: No such file or
directory"
The problem is that "+" is replaced with "%2b".
Change the "+"
On 06.07.2018 14:09, Lucian Cristian wrote:
On 06.07.2018 13:03, 李国 wrote:
build openwrt on centos 6 I should use devtoolset-3 to get gcc 4.9, but
it fail when make menuconfig. so I have to give option HOSTCC='gcc
-Wl,--copy-dt-needed-entries' to make. But it passed to sub make to
HOSTCC=gcc as
On 06.07.2018 13:03, 李国 wrote:
build openwrt on centos 6 I should use devtoolset-3 to get gcc 4.9, but
it fail when make menuconfig. so I have to give option HOSTCC='gcc
-Wl,--copy-dt-needed-entries' to make. But it passed to sub make to
HOSTCC=gcc as micro SUBMAKE expand to HOSTCC=gcc
-Wl,--copy
build openwrt on centos 6 I should use devtoolset-3 to get gcc 4.9, but
it fail when make menuconfig. so I have to give option HOSTCC='gcc
-Wl,--copy-dt-needed-entries' to make. But it passed to sub make to
HOSTCC=gcc as micro SUBMAKE expand to HOSTCC=gcc
-Wl,--copy-dt-needed-entries. This patch fi
On 2018-07-05 12:53, Karl Palsson wrote:
> I just made all my code request js files with ?ver= version
> suffixes, so that only the right versions were cached.
Yes i have seen this in luci but not in luci-ng.
well, fix that? :)
I think the problem with caching could be split up in two to