When changing the read file from '/etc/openwrt_release' to
'/usr/lib/os-release', the correct variable for reading the description
was not selected. The correct variable from the file ‘/usr/lib/os-release’
is 'OPENWRT_RELEASE'.
Signed-off-by: Florian Eckert
---
s
7;break' must be checked to see whether they are
running in an initramfs so that they are not executed.
[1]
https://github.com/openwrt/openwrt/blob/master/package/base-files/files/lib/preinit/70_initramfs_test
[2]
https://github.com/openwrt/openwrt/blob/master/package/base-files/files/lib/
7;break' must be checked to see whether they are
running in an initramfs so that they are not executed.
Signed-off-by: Florian Eckert
---
package/base-files/files/lib/preinit/70_initramfs_test | 1 -
package/base-files/files/lib/preinit/99_10_run_init | 2 +-
target/lin
makes changes in the same
corner.
On Thu, Sep 05, 2024 at 02:42:18PM +0200, Florian Eckert wrote:
The 'preinit' script '/lib/preinit/70_initramfs_test' [1] checks
whether
the system is running in an 'initramfs'. If this is the case, the loop
[2]
in which the functi
https://github.com/openwrt/openwrt/blob/main/package/network/config/wifi-scripts/files/etc/hotplug.d/ieee80211/10-wifi-detect
Fixes: b993a00b82b1 ("base-files: fix duplicate wifi radio sections when using
phy renaming")
Signed-off-by: Florian Eckert
---
package/base-files/files/e
les/files/lib/functions/preinit.sh#L57
Signed-off-by: Florian Eckert
---
package/base-files/files/lib/preinit/80_mount_root | 2 +-
package/utils/zyxel-bootconfig/files/95_apply_bootconfig | 2 +-
target/linux/bcm27xx/base-files/lib/preinit/81_set_root_part | 2 +-
3 files chan
Hello Jo,
I have noticed that the package 'kmod-ipt-nathelper-rtsp' [1] has
a dependency to 'kmod-ipt-conntrack-extra' and 'kmod-ipt-nat'.
So if I only want the kernel modules 'nf_conntrack_rtsp' and
'nf_nat_rtsp' for nftables that are in 'kmod-ipt-nathelper-rtsp',
then always the depended kernel
'SANE' is a protocol for remote access to scanners as implemented by the
'saned' daemon. Like FTP, it uses separate control and data connections.
So let´s enable this in the kernel and add them to 'kmod-nf-nathelper-extra'.
Signed-off-by: Florian Eckert
---
incl
em to 'kmod-nf-nathelper-extra'.
Signed-off-by: Florian Eckert
---
include/netfilter.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/netfilter.mk b/include/netfilter.mk
index 7d1f03891b..5bc336eb44 100644
--- a/include/netfilter.mk
+++ b/include/netfilter.mk
@@ -207,6 +
valid for the kernel version
6.6 and could be removed.
Signed-off-by: Florian Eckert
---
package/kernel/linux/modules/usb.mk | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/package/kernel/linux/modules/usb.mk
b/package/kernel/linux/modules/usb.mk
index 12725f10ee..b003737
Hello Hauke
--- /dev/null
+++
b/patches/openwrt/30066-kernel-modules-usb-remove-deprecated-Kconfig-option-CONFIG_USB_XHCI_HCD_DEBUGGING.patch
@@ -0,0 +1,36 @@
+From: Florian Eckert
+Date: Wed, 17 Jul 2024 11:42:58 +0200
+Subject: [PATCH] kernel: modules: usb: remove deprecated Kconfig
The kconfig option 'CONFIG_XHCI_HCD_DEBUGGING' was removed with commit:
https://github.com/torvalds/linux/commit/b2497509df002e9a09c8550cd0ecd2f77c9640d8
Signed-off-by: Florian Eckert
---
...option-CONFIG_USB_XHCI_HCD_DEBUGGING.patch | 36 +++
1 file changed, 36
Hello Felix
Boot 1:
-> lrwxrwxrwx1 root root 0 Jul 17 12:56 2-1.3:1.0
->
../../../devices/pci:00/:00:13.0/usb2/2-1/2-1.3/2-1.3:1.0
-> lrwxrwxrwx1 root root 0 Jul 17 12:56 2-1.3:1.1
->
../../../devices/pci:00/:00:13.0/usb2/2-1/2-1.3/2-1.
Hello Felix,
thanks for your reply.
As you can see the usb1 and usb2 are swapped!
The problem now is that the ModemManager is using the syspath
to reference the modem in the uci configuration [2]. If the modem's
syspath is now random, the system can no longer find the modem and
cannot establis
Hello Dev´s,
I hope someone can help me here. I have noticed since the
kernel update in the master branch of OpenWrt to 6.6 that
the enumeration of the USB host controllers is suddenly
randomly.
This has been encountered on the APU3 board from PCengine[1].
That wasn't the case with the 5.15 ker
ns.
Let´s use '/usr/lib/os-release'.
Signed-off-by: Florian Eckert
---
v2:
- fixed spelling
info:
This is a preparatory commit to make the 'SOURCE_DATE_EPOCH' information
also available via ubus [1]. The 'SOURCE_DATE_EPOCH' value is used for
reproducible builds. Aft
.
So let´s use this file.
Signed-off-by: Florian Eckert
---
This is a preparatory commit to make the 'SOURCE_DATE_EPOCH' information
for reproducable commits availbale via ubus [1]. This additional commit
is adding the information to the file '/usr/lib/os-release'.
[1]
http
Hello Etienne,
The variable 'SOURCE_DATE_EPOCH' is used in the build system to have a
defined build time for the entire software. This information is
discovered
with the script '/scripts/get_source_date_epoch.sh'.
This information is used to generate reproducible binary builds and
should
the
erefore be available in the file '/usr/lib/os-release' on the target.
Signed-off-by: Florian Eckert
---
include/version.mk | 3 ++-
package/base-files/files/usr/lib/os-release | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/include/version
on this
architecture and so the package 'kmod-dwmac-intel' could not be enabled.
To fix this remove the dependencies 'kmod-of-mdio' from 'kmod-stmmac-core'.
This is not needed on this level, because the modules 'kmod-of-mdio' is
already selected by the
Hello Thomas
I tested your patch, it works well.
Thanks
But I don't know how you created your imagebuilder.
On my side, building an imagebuilder for a target sourced from a feed
didn't work.
I forgot to send a second commit that fixes this issue comprehensive.
Thanks for the reminder.
So
test if the target
is located in the feed directory.
Signed-off-by: Florian Eckert
---
The problem occurred when we started using the new LGM target from MXL
in Openwrt.
target/imagebuilder/files/Makefile | 9 +++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/target
Hello Jo,
Can you whip up a patch for that? Don't forget to do the same for
`output` as
well.
A friedly ping about this topic, maybe you have over looked my patch
[1]?
Best regards
Florian
[1]
https://patchwork.ozlabs.org/project/openwrt/patch/20230907070406.8665-1...@dev.tdt.de/
27; is the compile unit from which the
package was build from. This must be the same for all installable
packages built from the same compile unit. This commit fixes that.
Signed-off-by: Florian Eckert
---
include/package-ipkg.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a
27; is the compile unit from which the
package was build from. This must be the same for all installable
packages built from the same compile unit. This commit fixes that.
Signed-off-by: Florian Eckert
---
include/package-ipkg.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a
for the input and output chain before
the accept rule of the loopback interface.
User defined rules for the input and output chain are now always
evaluated for the entire traffic.
Signed-off-by: Florian Eckert
---
root/usr/share/firewall4/templates/ruleset.uc | 4 ++--
1 file changed, 2 insertions
Hello,
I have a use case, where I want to add rules via the firewall include
feature, because this could not be modulated via the fw4 feature set.
That could be done, if we add the rules into the directory
`usr/share/nftables.d/chain-pre/input/` [1], because I need this rules
in the input ch
r strongswan-charon-cmd (after):
Package: strongswan-charon-cmd
Version: 5.9.11-1
...
SourceName: strongswan
License: GPL-2.0-or-later
Section: net
Signed-off-by: Florian Eckert
---
include/package-ipkg.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/inc
an-charon-cmd (after):
Package: strongswan-charon-cmd
Version: 5.9.11-1
...
SourceName: strongswan
License: GPL-2.0-or-later
Section: net
Signed-off-by: Florian Eckert
---
include/package-ipkg.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/package-ipkg.mk b
And - di I miss it or you can not actually create a notification from
the user-facing script? Why not implement that as well?
I have deliberately not implemented this, because I am not sure how to
do it,
as the message can become relatively long. The creation of the
notification
will probably be the
be updated.
remove:
The command removes a notification from the ubus backend.
ubus call system.notification remove '{"uuid": ""}'
list:
The command dumps all staged notification from the ubus backend.
ubus call system.notification list
flush:
The command removes all st
If an out of tree target is included via a feed, then there is a link with
the name 'feed' in the target directory. Do not show this link in git.
Signed-off-by: Florian Eckert
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index a80cdbbea3..
Hello Petr
On 2023-06-15 16:11, Petr Štetiar wrote:
Following command:
$ ./scripts/dump-target-info.pl targets
currently generates bunch of following warnings:
include/target.mk:269: CPU_TYPE "cortex-a15" doesn't correspond to a
known type
I've noticed that too. Could you please explain
Hello,
Hi,
We have enabled mwan3 (version 2.11.4) functionality with OpenWRT
version 22.03 and we see that four mwan3rtmon processes are running,
two each for IPv4 and IPv6.
We made the change with the following commit:
https://github.com/openwrt/packages/commit/566293d228a48d21a04ecbc815a
Hello Oldrich,
+
+void procd_state_event(struct blob_buf *b)
+{
+ void *c, *s;
+ struct timespec *ts_start;
+ struct timespec *ts_stop;
+ struct timespec ts_active;
+ struct timespec ts_res;
+ double duration;
+
+ c = blobmsg_open_table(b, "state");
+
+
Hello Christian
I wonder if this kind of thing should be under a config flag?
I do not see under system, with the command 'ubus -v list system'
a section 'config'. I do not wanted to add a new section, so I
decided to implement it under 'info' because this are runtime
information as 'load', '
On 2023-03-14 16:17, Rafał Miłecki wrote:
On 14.03.2023 16:12, Florian Eckert wrote:
Hello Rafał,
corresponding interface. The wireguard configuration is rewritten
and
reconfigured by the netif proto handler.
Signed-off-by: Florian Eckert
What has happened to this patch? It's mark
Hello Rafał,
corresponding interface. The wireguard configuration is rewritten and
reconfigured by the netif proto handler.
Signed-off-by: Florian Eckert
What has happened to this patch? It's marked as Superseded but I didn't
see V2 or anything.
It seems to be dealing with iss
On 2023-01-20 12:49, Felix Fietkau wrote:
On 20.01.23 12:42, Florian Eckert wrote:
Hello Felix,
During image generation, the host tools should not be used but the
tools
from the staging_dir.
- mkfs.fat
- sed
- mmd
- mcopy
Why is this necessary? $STAGING_DIR_HOST/bin should already be
Hello Felix,
During image generation, the host tools should not be used but the
tools
from the staging_dir.
- mkfs.fat
- sed
- mmd
- mcopy
Why is this necessary? $STAGING_DIR_HOST/bin should already be in
$PATH before the host system parts.
I only noticed that the prefix $(STAGING_DIR_HOS
During image generation, the host tools should not be used but the tools
from the staging_dir.
- mkfs.fat
- sed
- mmd
- mcopy
Signed-off-by: Florian Eckert
---
target/linux/x86/image/Makefile | 11 +++
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/target/linux/x86/image
Hi Florian. What is it you're asking for from me?
I have seen that you also have a APUx board.
So I thought you may also have the need to add an ACPI SSDT during boot
via an initrd to use additional I2C devives via SMB bus.
Does apica-unix need to be bumped?
I already did this https://githu
Fix typo for KernelPackage w83627hf-wdt.
Signed-off-by: Florian Eckert
---
target/linux/x86/modules.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/x86/modules.mk b/target/linux/x86/modules.mk
index 3173cf9e84..e0c3b4174f 100644
--- a/target/linux/x86
Hello,
I have an APU3. This has an I2C bus (SMBUS) to which additional devices
can be connected. On my APU3 board, an IO expander mcp23s08 [1] is
connected there.
This IO expander provides additional GPIOs. This additional GPIOs are
connected to LEDs. The whole thing worked until kernel versio
ppear in the syslog, the output
of the stderr must be redirected by the netifd.
Option 'level':
* L_CRIT = 0
* L_WARNING = 1
* L_NOTICE = 2
* L_INFO = 3
* L_DEBUG = 4
With this option the loglevel of the netifd can be changed. If nothing
is specified, the level is set to 'notice
Extend the procd shell wrapper lib with the missing funktion procd_unlock.
This could be used in scripts to unlock a previously locked section.
Signed-off-by: Florian Eckert
---
package/system/procd/files/procd.sh | 4
1 file changed, 4 insertions(+)
diff --git a/package/system/procd
"active": false,
"duration": 123.176279
},
"running": {
"active": true,
"duration": 226.491805
},
"shutdown": {
Hi,
Sorry for the late reply
instead of introducing uci includes that configure nft includes, why
not
encode the chain/position etc. values directly into the path/filename
and
directly include the file if it exists at the expected location?
I was just wondering why not use the new feature y
The command 'opkg search /etc/config/fstab' does not return a package
name for this config file. In order to know to which package this config
file belongs to, a 'conffiles' entry was made for this file to package
'block-mount'.
Signed-off-by: Florian Eckert
---
p
On 2022-07-21 17:10, Stijn Tintel wrote:
On 21/07/2022 15:17, Florian Eckert wrote:
The crypto-lib-curve25519 dependency for x86_64 could not be met,
because the package for for the architecture x86_64 was not added to
crypto-lib-curve package. Also the package arch definition for x86/64
does
The crypto-lib-curve25519 dependency for x86_64 could not be met,
because the package for for the architecture x86_64 was not added to
crypto-lib-curve package. Also the package arch definition for x86/64
does not exist. It musst be change to x86_64 to get added.
Signed-off-by: Florian Eckert
option chain 'output'
config include
option path '/tmp/strongswan/nftables.d/pre-forward.nft'
option type 'nftables'
option position 'chain-pre'
option chain 'forward'includes
Signed-off-by: Florian Eckert
---
Hello Jo-Philipp
I found the following summary that describes my problem. See my link
[1].
And why me need this pre_* hooks in fw4 as I suggested.
I have found the following description about priority and accept.
This is the paragraph:
Base chain priority:
Each nftables base chain is assigne
Hi,
can't you do the same by dropping a snippet into /etc/nftables.d/ which
simply
registers chain with lower priority hooks? In fact there already is an
example
[1].
Specifically, it's about the firewall rules that the strongswan sets
with the updown plugin on a connection SA up/down.
Cu
hooked into
this, which are then processed in the context of the fw4 and are thus
allowed through by the fw4 in the event of an accept.
Signed-off-by: Florian Eckert
(cherry picked from commit 596f9f7973560210a8ccf386d7017aaa07ea77d2)
---
root/usr/share/firewall4/templates/ruleset.uc | 15
-by: Florian Eckert
---
include/host-build.mk | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/include/host-build.mk b/include/host-build.mk
index 7f76eb1a2f..b31bf93b30 100644
--- a/include/host-build.mk
+++ b/include/host-build.mk
@@ -82,6 +82,7 @@ ifeq ($(HOST_OS
uninstall target.
Signed-off-by: Florian Eckert
---
include/host-build.mk | 26 +-
1 file changed, 25 insertions(+), 1 deletion(-)
diff --git a/include/host-build.mk b/include/host-build.mk
index b31bf93b30..d0f1a3eda5 100644
--- a/include/host-build.mk
+++ b/include/host
ue to work.
With this change it is now easier to create a LUCI configuration page
without Javascript magic.
Signed-off-by: Florian Eckert
---
package/kernel/mac80211/ath.mk| 8 +++
.../files/usr/libexec/led-trigger/ath10k | 24 +++
2 files changed, 32
In order to read out additional options from the uci section in the
called led trigger script, this section must also be add as a argument
to the application led trigger script.
Signed-off-by: Florian Eckert
---
package/base-files/files/etc/init.d/led | 2 +-
1 file changed, 1 insertion(+), 1
In order to read out additional options from the uci section in the
called led trigger script, this section must also be add as a argument
to the application led trigger script.
Signed-off-by: Florian Eckert
---
package/base-files/files/etc/init.d/led | 2 +-
1 file changed, 1 insertion(+), 1
Update to the latest upstream version. In this version there is a new
tool with which you we convert ipsets into nftables sets. Since we are
now using nftables as default firewall, this could be a useful tool for
porting ipsets to nftables sets.
Signed-off-by: Florian Eckert
---
package/network
This commit fixes the package naming that was added by commit:
e1e4cbde5ceb228e60fff1fc752cb90d9a7df2ab
Signed-off-by: Florian Eckert
---
target/linux/x86/image/geode.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/x86/image/geode.mk b/target/linux/x86/image
On 2022-02-02 11:39, Torsten Duwe wrote:
Enable the USB_XHCI_PCI_RENESAS config option on lantiq and note the
usb3 dependency. The XHCI host controller requires a firmware blob,
see https://forum.openwrt.org/t/2071
Signed-off-by: Torsten Duwe
---
package/kernel/linux/modules/usb.mk | 1 +
t
I have now been persuaded to share my thoughts on the subject as well.
Since this is a major change.
In itself, I think it is good that thought is being given to
unification.
Github was the first web-based source code management tool.
So I think it's just that most of user are also on github.
e status
Output:
{
"eth0": {
"devtype": "ethernet",
Signed-off-by: Florian Eckert
---
v2:
- Remove debug log output
v3:
- Use the information mainly from file 'uevent'.
- If 'uevent' does not pro
Hello,
The commit [1] added a regression for negative numbers in the ubus lua
binding on 64bit systems.
This is was also backported to openwrt-19.07 branch with this commit
[2].
I have noticed this on my Apu3 x86_64 system and I do not see this error
on my 32 bit system.
I assume that this
Hello Hans,
thanks for you review.
+--- a/system.h
b/system.h
+@@ -23,6 +23,42 @@
+ #include "iprule.h"
+ #include "utils.h"
+
++static const unsigned short netdev_type_number[] = {
++ ARPHRD_NETROM, ARPHRD_ETHER, ARPHRD_EETHER, ARPHRD_AX25,
++ ARPHRD_PRONET, ARPHRD_CHAOS, ARPHRD
Hello Philip
Yeah, it's intentional. It was meant to be a sentinel for bitrot.
I was already aware that this warning was intentional.
I have expressed that incorrectly sorry.
You don't want to have an empty expansion of CPU_CLFAGS_* as these are
usually important platform-specific values th
Hello,
If I execute the following command in the openwrt project:
./scripts/dump-target-info.pl targets
I get the this output! I don't know if this is a mistake or if it is
intentional.
The warning was added by this commit
https://gitlab.dev.tdt.de/dev/sys6/upstream/openwrt/-/commit/d3bc11857a
all network.device status
Output:
{
"eth0": {
"devtype": "ethernet",
Signed-off-by: Florian Eckert
---
v2:
- Remove debug log output
v3:
- Use the information mainly from file 'uevnet'.
- If 'uevent' does not provide the informa
Hello Jo
imho these types are not that useful in practice (e.g. tap devices etc.
are
all reported as "ethernet". Maybe expose /sys/class/net/$devname/uevent
DEVTYP= instead.
I have now taken a look at your suggestion.
Unfortunately, I found that not all network interfaces have set the
DEVTYP
ype": "ETHER",
...
}
Signed-off-by: Florian Eckert
---
v2: remove debug log output
system-linux.c | 20
system.h | 36
2 files changed, 56 insertions(+)
diff --git a/system-linux.c b/system-linux.c
index e768853
ype": "ETHER",
...
}
Signed-off-by: Florian Eckert
---
system-linux.c | 21 +
system.h | 36
2 files changed, 57 insertions(+)
diff --git a/system-linux.c b/system-linux.c
index e768853..4ac34cc 100644
--- a/syste
Hello Eneas,
On 2021-11-24 22:25, Eneas U de Queiroz wrote:
I'm updating the Kconfig programs in scripts/config, from Linux 5.6 to
5.14. The changes are not crytical to openwrt, but regular updates
ease the transition to an eventual newer version with more desirable
features.
I've been looki
Hello
I found an interesting article about this topic on stackoverflow.
https://stackoverflow.com/questions/17708885/flock-removing-locked-file-without-race-condition
Beset regards
Florian
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.or
for fw3.
Signed-off-by: Florian Eckert
---
utils.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/utils.c b/utils.c
index 17d5bf9..92e966c 100644
--- a/utils.c
+++ b/utils.c
@@ -397,7 +397,6 @@ fw3_unlock_path(int *fd, const char *lockpath)
warn("Cannot release exclusive
This change adds the missing information about how much space is available
on the root directory and in the temp directory. I took this
implementation from the luci2 repository and adapted it for the procd
service.
Signed-off-by: Florian Eckert
---
system.c | 30
This change adds the same package behaviour as gre package.
Signed-off-by: Florian Eckert
---
package/network/config/vti/Makefile | 43 +
1 file changed, 7 insertions(+), 36 deletions(-)
diff --git a/package/network/config/vti/Makefile
b/package/network/config/vti
I'd suggest to require a preinstalled host toolchain for the time
being.
How about requiring a preinstalled host toolchain by default, but
building it from source on buildbot?
I wouldn't make it dependent on whether openwrt compiles on the buildbot
or not.
I am not using this build option
KERNEL_SECCOMP is enabled for this build.
Signed-off-by: Florian Eckert
---
v2: Enable CONFIG_SECCOMP by default
config/Config-build.in| 12
include/target.mk | 2 +-
package/system/procd/Makefile | 3 +--
3 files changed, 14 insertions(+), 3 deletions(-)
diff --git a
build.
Signed-off-by: Florian Eckert
---
config/Config-build.in| 11 +++
include/target.mk | 2 +-
package/system/procd/Makefile | 3 +--
3 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/config/Config-build.in b/config/Config-build.in
index f0e1aaa695
Since the update of kernel from 5.4 to 5.10 in the openwrt master branch
[1],
I have problems with additional hardware on the I2C (SMBus) of my APU3.
The Linux upstream removed the platform data support for my I2C
IO-Expander mcp23s08 [3].
Because of this change I could not use my own written p
Thanks for your feedback
I have written a small shell script, to track write access to the
'/etc/config' directory.
For this task I am using the inotify-tool package [1].
I am using the inotifywait tool to add the watchers [2] with a small
shell script and log them to the syslog.
If I change a
I have written a small shell script, to track write access to the
'/etc/config' directory.
For this task I am using the inotify-tool package [1].
I am using the inotifywait tool to add the watchers [2] with a small
shell script and log them to the syslog.
If I change a 'uci' option with the
* resolv.conf -> /tmp/resolv.conf
* /tmp/TZmtab -> /proc/mounts
For consistency, this should also apply to `/usr/lib/os-release`.
Is there any other reason than consistency to change this?
Yes, I have to elaborate on that.
I have a small script that boots the system into a called it "sandbox"
s-release`.
Signed-off-by: Florian Eckert
---
package/base-files/files/etc/os-release | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/base-files/files/etc/os-release
b/package/base-files/files/etc/os-release
index c4c75b419c..d98fc7a7ac 12
--- a/package/base-files/fil
this module,
because they are not used anyway.
Signed-off-by: Florian Eckert
---
package/kernel/linux/modules/netsupport.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/kernel/linux/modules/netsupport.mk
b/package/kernel/linux/modules/netsupport.mk
index 62d79db51e..166172dbf3 100644
-
Unify the help text for the image makefile target. That it looks unifrom
as with the otheer help texts.
Signed-off-by: Florian Eckert
---
target/imagebuilder/files/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/imagebuilder/files/Makefile
b/target
Add the missing help text for the package_whatdepends makefile target.
Signed-off-by: Florian Eckert
---
target/imagebuilder/files/Makefile | 12 ++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/target/imagebuilder/files/Makefile
b/target/imagebuilder/files/Makefile
Add missing help text for manifest makefile target in the quick overview
help output. Also unify the help text for the manifest makefile target,
so that it looks uniform like the other help texts.
Signed-off-by: Florian Eckert
---
target/imagebuilder/files/Makefile | 3 ++-
1 file changed, 2
This commits adds the makefile targets `package_depends` this wrapper is a call
to `opkg depends`. This command shows what install dependencies exist when the
package is installed into the image
Signed-off-by: Florian Eckert
---
target/imagebuilder/files/Makefile | 18 +-
1 file
.
Signed-off-by: Florian Eckert
---
target/linux/x86/Makefile | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile
index 0ab322d8bc..b1891de0ce 100644
--- a/target/linux/x86/Makefile
+++ b/target/linux/x86/Makefile
@@ -17,7
Hello Dirk,
I have build a fresh master branch recently,
Since your last change [1] on grub2, I have now a new dependency on
liblzma for the install package grub2-editenv.
root@st-dev-07 /usr/lib # ldd /root/grub-editenv
/lib/ld-musl-x86_64.so.1 (0x7f684b088000)
liblzma.so.5 =>
On 2021-05-08 12:33, Baptiste Jonglez wrote:
Applied, thanks.
Does this need to be backported to 21.02 or even 19.07?
yes that would not be bad at least for openwrt-21.02
On openwrt-19.07 there are additional commits needed.
Thanks for take care
Baptiste
On 20-04-21, thomas.rich...@kon
Hello Eneas,
On 2021-04-28 14:17, Eneas U de Queiroz wrote:
This series builds upon what was first started by Daniel Danzberger,
with some suggestions by Florian Eckert to enable the engines when they
are installed.
The series split is subject to discussion:
- the first commit does a patch
Hello Eneas,
Nice work.
My remarks or suggestions see inline.
define Package/libopenssl-conf/conffiles
/etc/ssl/openssl.cnf
-/etc/ssl/engines.cnf.d/engines.cnf
$(if
CONFIG_OPENSSL_ENGINE_BUILTIN_DEVCRYPTO,/etc/ssl/engines.cnf.d/devcrypto.cnf)
$(if
CONFIG_OPENSSL_ENGINE_BUILTIN_PADLOCK,/et
Hello Eneas
How about if we create a uci default script and check on the running
system what is installed?
And then we could generate a file and add or remove an include line
form
the openssl.cnf [1]?
Hi Florian, Daniel
I think we can manage something like that. The .include option can
loa
Hello Daniel,
Hello Eneas,
On 2021-04-23 01:36, Eneas U de Queiroz wrote:
On Thu, Apr 22, 2021 at 3:55 AM Daniel Danzberger
wrote:
Automatically enable an engine in the openssl.cnf if it has been
build.
Before this change, /etc/openssl.cnf had to be edited manually on the
system to enable t
(9213): + sleep 1
netifd: wan (9213): + uqmi -s -d /dev/cdc-wdm0 --get-serving-system
netifd: wan (9213): + grep '"searching"'
netifd: wan (9213): + uqmi -s -d /dev/cdc-wdm0 --get-serving-system
netifd: wan (9213): + registration='{"regist
On 2021-04-20 08:20, Florian Eckert wrote:
On 2021-04-19 19:46, thomas.rich...@kontron.com wrote:
From: Thomas Richard
Instrumenting qmi.sh script with following patch, some errors are
visible.
--- a/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh
+++ b/package/network/utils
1 - 100 of 230 matches
Mail list logo