Max S Kash

Results 5 comments of Max S Kash

There is an alternative way for Zyxel NBG6817: change the uboot-env variable so that rootfs is loaded from /dev/mmсblk0p10 Example: Boot into an alternative configuration (which is 01, not FF)...

``` /root/work/wrt/x86/build_dir/target-x86_64_musl/linux-x86_64/ovpn-dco-0.2.20240320/drivers/net/ovpn-dco/ovpn.c:25:10: fatal error: net/gso.h: No such file or directory 25 | #include | ^~~~~~~~~~~ compilation terminated. make[4]: *** [scripts/Makefile.build:250: /root/work/wrt/x86/build_dir/target-x86_64_musl/linux-x86_64/ovpn-dco-0.2.20240320/drivers/net/ovpn-dco/ovpn.o] Error 1 ```

Makefile: ``` NOSTDINC_FLAGS += \ $(KERNEL_NOSTDINC_FLAGS) \ -I$(PKG_BUILD_DIR)/include \ + -I$(PKG_BUILD_DIR)/compat-include \ -include $(PKG_BUILD_DIR)/linux-compat.h ``` So I compiled it. Still doesn't work.

@cotequeiroz gost_engine needs improvement > The `engines.cnf.d` directory should not be used anymore. you can use `modules.cnf.d` directory? ``` diff --git a/libs/gost_engine/Makefile b/libs/gost_engine/Makefile index 308b7e45b..30a2e9279 100644 --- a/libs/gost_engine/Makefile +++ b/libs/gost_engine/Makefile...

Has he ever worked at all? Especially with OpenVPN 2.5... It doesn't work in the snapshot either. It starts, but fails when trying to assign an IP. I managed to...