Jo-Philipp Wich [2020-12-14 23:24:23]:
Hi,
> > So we can ship px5g-wolfssl by default in the release image, but still
> > make the HTTPS for LuCI optional. This small change with addition of
> > `CONFIG_PACKAGE_px5g-wolfssl=y` into the buildbot's seed config for the
> > next release should provi
From: "Xinfa Deng"
The GL-MT1300 is a high-performance new generation pocket-sized router
that offers a powerful hardware and first-class cybersecurity protocol
with unique and modern design.
Specifications:
- SoC: MT7621A, Dual-Core @880MHz
- RAM: 256 MB DDR3
- Flash: 32 MB
- Ethernet: 3 x 10/1
Hi,
I’m the maintainer of ISC-DHCP.
I’m trying to do the integration “glue” to allow one to operate a DNS private
zone inside your intranet (aka “split horizon”) and prime it with both static
data as well as DHCP lease information.
Ideally this could be done with a minimum of UCI configuration
The patch removes a libpcap check to avoid a problem with libpcap. Fix
libpcap instead.
Modernize Makefile:
Use a normal autoconf bool instead of checking for CONFIG_IPV6.
Remove old configure and MAKE_FLAGS hacks. Removing them results in
compilation continuing to work without a problem.
Signe
pcap-config as installed is using OS paths instead of OpenWrt ones.
Take fix from libpng and adjust as needed.
This problem seems to occur on Arch Linux and not on Debian/Fedora
based distros. No idea why.
Remove CMAKE_INSTALL as there is now an InstallDev section.
Signed-off-by: Rosen Penev
-
While the latest version of 19.07 release is usable,
the current master is unbootable on the device in a normal way.
"Normal way" installations includes:
- sysupgrade (e.g. from 19.07)
- RESET button recovery with Ron Curry's (Wingspinner) UBoot image
(10.10.10.3 + "Kernal.bin")
- RESET button r
Hi,
On 12/14/20 5:32 PM, Adrian Schmutzler wrote:
> Sorry, I don't understand what this is about.
>
> Do you want to disable that device by default? Then just put DEFAULT := n
> into the device definition.
>
> Do you want to improve the support? Then you might need to rephrase the
> "question
V3 removes the maybe unnecessary inherit option for simpler code.
The question was raised, whether the inherit option was necessary or the
new behaviour was stricty necessry. I tried to come a with an example
where the old behaviour (deriving a source address from the tunlink
interface) was import
By setting 'auto', the zero address or the empty string as source
address (option ipaddr, option ip6addr), vxlan will choose one
dynamically. This helps in setups where a wan ip or prefix changes.
This corresponse to setting up an vxlan tunnel with:
proto vxlan6:
# ip link add vx0 type vxlan
Merged into master at
http://git.openwrt.org/?p=openwrt/openwrt.git.
Thank you!
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
Hi,
> So we can ship px5g-wolfssl by default in the release image, but still
> make the HTTPS for LuCI optional. This small change with addition of
> `CONFIG_PACKAGE_px5g-wolfssl=y` into the buildbot's seed config for the
> next release should provide optional HTTPS in the next release.
please no
On Mo, Dez 14, 2020 at 21:22, Daniel Golle
wrote:
On Mon, Dec 14, 2020 at 10:10:32PM +0100, Josef Schlehofer wrote:
On 14. 12. 20 21:59, Paul Spooren wrote:
> The rootfs is required to create rootfs Docker containers. With
this
> feature enable a new runtime test can happen for the
aa
On Mon, Dec 14, 2020 at 10:10:32PM +0100, Josef Schlehofer wrote:
>
> On 14. 12. 20 21:59, Paul Spooren wrote:
> > The rootfs is required to create rootfs Docker containers. With this
> > feature enable a new runtime test can happen for the aarch64_cortex-a53
> > architecture.
> >
> > CC: Josef Sc
On 14. 12. 20 21:59, Paul Spooren wrote:
> The rootfs is required to create rootfs Docker containers. With this
> feature enable a new runtime test can happen for the aarch64_cortex-a53
> architecture.
>
> CC: Josef Schlehofer
> Signed-off-by: Paul Spooren
Acked-by: Josef Schlehofer
> ---
> ta
The rootfs is required to create rootfs Docker containers. With this
feature enable a new runtime test can happen for the aarch64_cortex-a53
architecture.
CC: Josef Schlehofer
Signed-off-by: Paul Spooren
---
target/linux/mvebu/cortexa53/target.mk | 2 +-
1 file changed, 1 insertion(+), 1 deleti
On Mo, Dez 14, 2020 at 10:07, Petr Štetiar wrote:
So we can ship px5g-wolfssl by default in the release image, but still
make the HTTPS for LuCI optional. This small change with addition of
`CONFIG_PACKAGE_px5g-wolfssl=y` into the buildbot's seed config for
the
next release should provide o
Sorry, I don't understand what this is about.
Do you want to disable that device by default? Then just put DEFAULT := n into
the device definition.
Do you want to improve the support? Then you might need to rephrase the
"question".
Best
Adrian
> -Original Message-
> From: Szabolcs Hu
Hi,
only have time for a quick subset of answers:
> -Original Message-
> From: Tomasz Maciej Nowak [mailto:tmn...@gmail.com]
> Sent: Dienstag, 8. Dezember 2020 17:53
> To: Adrian Schmutzler ; openwrt-
> de...@lists.openwrt.org
> Cc: 'Vladimir Georgievsky'
> Subject: Re: [PATCH 1/2] ath79
Hi,
> -Original Message-
> From: Tomasz Maciej Nowak [mailto:tmn...@gmail.com]
> Sent: Dienstag, 8. Dezember 2020 18:05
> To: Adrian Schmutzler ; openwrt-
> de...@lists.openwrt.org
> Cc: 'Vladimir Georgievsky'
> Subject: Re: [PATCH 2/2] ath79: mojo c-75: use second flash chip
>
> W dniu
Hi,
> -Original Message-
> From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org]
> On Behalf Of xinfa.d...@gl-inet.com
> Sent: Montag, 14. Dezember 2020 10:55
> To: openwrt-devel@lists.openwrt.org
> Cc: GL.iNet-Xinfa.Deng
> Subject: [PATCH] ramips: add support for GL.iNet G
Hi, I was interested to use uqmi in another project using gentoo, so I needed
to create an ebuild
package. I'm using lua-5.3, so I hit some compile errors with libubox
Now, I sense that you are unlikely to upgrade your lua anytime soon, but these
changes seem pretty
trivial and I think with a wr
On 12/1/20 11:19 PM, Hauke Mehrtens wrote:
This updates mac80211 to backports version 5.10-rc6.
This is currently only the test version, I will release official
versions of backports in the next days and then update these patches.
Kernel 5.10 should be an LTS kernel so we will get updates for it
Hi Petr,
By adding the extra command `info` it is now possible to retrieve all
relevant data from a procd started service directly via the init
script.
whats the use case, how is this useful?
As already mentioned, it is a improvement to get the information of the
procd service objects fast
Hi,
> -Original Message-
> From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org]
> On Behalf Of Florian Eckert
> Sent: Montag, 14. Dezember 2020 13:36
> To: dan...@makrotopia.org
> Cc: openwrt-devel@lists.openwrt.org; Florian Eckert ;
> florian.eck...@googlemail.com
> Subjec
Florian Eckert [2020-12-14 13:56:03]:
Hi,
> By adding the extra command `info` it is now possible to retrieve all
> relevant data from a procd started service directly via the init script.
whats the use case, how is this useful?
> Until now, you have to query the ubus with the command:
> ubus
By adding the extra command `info` it is now possible to retrieve all
relevant data from a procd started service directly via the init script.
Until now, you have to query the ubus with the command:
ubus call service list '{"name":"","verbose":true}'
With this change, the init script is now used
Hi Florian,
On Mon, Dec 14, 2020 at 01:36:27PM +0100, Florian Eckert wrote:
> By adding the extra command `info` it is now possible to retrieve all
> relevant data from a procd started service directly via the init script.
>
> Until now, you have to query the ubus with the command:
> ubus call se
By adding the extra command `info` it is now possible to retrieve all
relevant data from a procd started service directly via the init script.
Until now, you have to query the ubus with the command:
ubus call service list '{"name":"","verbose":true}'
With this change, the init script is now used
From: "GL.iNet-Xinfa.Deng"
The GL-MT1300 is a high-performance new generation pocket-sized router
that offers a powerful hardware and first-class cybersecurity protocol
with unique and modern design.
Specifications:
- SoC: MT7621A, Dual-Core @880MHz
- RAM: 256 MB DDR3
- Flash: 32 MB
- Ethernet:
So we can ship px5g-wolfssl by default in the release image, but still
make the HTTPS for LuCI optional. This small change with addition of
`CONFIG_PACKAGE_px5g-wolfssl=y` into the buildbot's seed config for the
next release should provide optional HTTPS in the next release.
Disabling the current
Please add the specific project to the subject like [PATCH foobar]
On So, Dez 13, 2020 at 11:57, Rui Salvaterra
wrote:
Just a trivial simplification.
Signed-off-by: Rui Salvaterra
---
utils.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/utils.c b/utils.c
index db6
31 matches
Mail list logo