;
make[1]: *** [toolchain/Makefile:93:
/Volumes/wrt3200/openwrt/staging_dir/toolchain-mips_24kc_gcc-11.2.0_musl/stamp/.toolchain_compile]
Error 2
make[1]: Leaving directory '/Volumes/wrt3200/openwrt'
make: *** [/Volumes/wrt3200/openwrt/include/toplevel.mk:230: world] Error 2
Thank you in advance for any help!
Georgi Valkov
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
rest of the code will work with them.
Unfortunately my previous e-mail to Philip was not delivered.
https://github.com/openwrt/packages/pull/14054
> On 2020-11-26, at 12:59 AM, Rosen Penev wrote:
>
> On Tue, Nov 24, 2020 at 12:08 PM Georgi Valkov wrote:
>>
>> Thank you, Phil
Thank you, Philip!
Here it is the patch:
From a5c62c0dd2b4dabf72571239f08266b348dad5a2 Mon Sep 17 00:00:00 2001
From: Georgi Valkov
Date: Tue, 24 Nov 2020 22:02:30 +0200
Subject: [PATCH] perl: switch to 5.30.0
perl: switch to 5.30.0
Signed-off-by: Georgi Valkov
---
feeds/packages/lang/perl
ly on Linux or whatever environment you are using, and I will test it on
macOS 11. I seem to be missing something, and it might take me a very long time
to learn my way through, because I lack experience.
Thank you again for any help!
Georgi Valkov
> On 2020-11-18, at 10:32 AM, Georgi Va
ain when 20.x.x is released! We should be able to
configure each PHY and port, since WRT3200ACM and others have
multiple Ethernet interfaces. And it is more efficient to use all of them.
I’d rather have one mapped as wan and the other as lan in ifconfig,
like I currently have using swconfig. With an option on the
Switch configuration page, to split lan into lan1 lan2 lan3 lan4,
since multiple networks are less common.
It would be nice if LuCI can add, remove and rename interfaces as seen in
ifconfig.
And also choose which PHY they map to.
Georgi Valkov
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
s this.
* The design should be easy to notice, yet not intrusive.
Regarding the idea to use Let’s Encrypt, in theory part of the process can be
automated, but OpenWRT still has to know the DNS name of the site.
If Let’s Encrypt integration is provided, it would be bet
sen Penev wrote:
>
> On Tue, Nov 17, 2020 at 2:15 PM Georgi Valkov wrote:
>>
>> Dear DENG Qingfang,
>>
>> Can you please take a moment to discuss the switch from mvsw61xx swconfig
>> driver to DSA?
>> While I like the simplicity of having lan1 lan2 lan3 lan
sen Penev wrote:
>
> On Tue, Nov 17, 2020 at 2:15 PM Georgi Valkov wrote:
>>
>> Dear DENG Qingfang,
>>
>> Can you please take a moment to discuss the switch from mvsw61xx swconfig
>> driver to DSA?
>> While I like the simplicity of having lan1 lan2 lan3 lan
> On 2020-11-18, at 4:24 AM, Rosen Penev wrote:
>
> On Tue, Nov 17, 2020 at 3:16 PM Georgi Valkov wrote:
>>
>> Dear OpenWRT team,
>>
>> I just updated my laptop to macOS 11 Big Sur. Presently only the perl
>> hostpkg package fails during the build. On
ersion:/{print $2}'|awk -F. '{print
$1"."$2}'`
case "$prodvers" in
-10.*)
+10.*|11.*)
add_macosx_version_min ccflags $prodvers
add_macosx_version_min ldflags $prodvers
;;
Thank you for any help!
Georgi Valkov
https://bugs.op
correctly and the interfaces are named lan wan.
--
Georgi Valkov
github.com/httpstorm/
httpstorm.com
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
macOS Catalina Xcode 12, and also
on Ubuntu 20.
Pull request
https://github.com/openwrt/openwrt/pull/3493
>From 031832bc8abe153a29921e9b2eb37ba01b672273 Mon Sep 17 00:00:00 2001
From: Georgi Valkov
Date: Tue, 6 Oct 2020 11:36:52 +0300
Subject: [PATCH] bc, fakeroot, libelf, gdb: corrected bu
lix Fietkau wrote:
>
> On 2020-09-22 09:28, Georgi Valkov wrote:
>> Hi Felix!
>>
>> In the original code before the regression, as well as in the fix I
>> proposed, probe_send_count was always reset if ack is true, while in
>> your fix it will not be reset
usr/include/sys/_types/_size_t.h:31:32:
note: previous definition is here
typedef __darwin_size_tsize_t;
If anyone knows the maintainer of autoconf, please add them to this e-mail!
Georgi Valkov
___
openwrt-devel mailing list
openwrt-deve
Hello Felix!
Can you please review and commit this patch? There is also a link to the
pull-request below.
json-c: Embed RPATH on macOS to prevent error in ucert: dyld: Library not
loaded: libjson-c.5.dylib
https://github.com/openwrt/openwrt/pull/3391
https://bugs.openwrt.org/index.php?do=details
> thanks for testing and for your insight into this issue.
I’m happy to help!
> On 2020-09-26 06:41, Georgi Valkov wrote:
>> Hi Felix!
>>
>> With your latest suggestion, it takes between 10 and 17 hours for the
>> connection to drop, then long five minutes to rec
as acked and probe frames were sent, the connection monitoring
> needs to be reset, otherwise it will keep probing until the connection is
> considered dead, even though frames have been acked in the mean time.
>
> Fixes: 9abf4e49830d ("mac80211: optimize station connection monitor&q
the probe send count needs to be reset,
> otherwise it will keep increasing until the connection is considered dead,
> even though it fine.
>
> Fixes: 9abf4e49830d ("mac80211: optimize station connection monitor")
> Reported-by: Georgi Valkov
> Signed-off-by: Felix Fiet
Sep 17 00:00:00 2001
From: Georgi Valkov
Date: Sun, 20 Sep 2020 18:55:56 +0300
Subject: [PATCH] mac80211: Fixed a bug: STA disconnects frequently, because
probe_send_count was not reset when ACK is received. Introduced in
317-mac80211-optimize-station-connection-monitor.patch
Signed-off-by:
19 matches
Mail list logo