On Sat, Oct 08, 2022 at 01:53:29AM +0200, Jo-Philipp Wich wrote:
> Hi,
>
> > [...]
> > Which implementation of nslookup is this? Busybox? It would probably
> > be useful to hear thoughts on it from their side.
> assuming the OP is using standard OpenWrt nslookup, it is the "big" busybox
> nslookup
Hi,
> [...]
> Which implementation of nslookup is this? Busybox? It would probably
> be useful to hear thoughts on it from their side.
assuming the OP is using standard OpenWrt nslookup, it is the "big" busybox
nslookup implementation, which is using the res_*() api and name lookup logic
borrowed
On Sat, Oct 08, 2022 at 01:04:25AM +0200, Uwe Kleine-König wrote:
> Hello,
>
> on a TP-Link RE200 v1 (platform = ramips/mt7620) I experience often:
>
> root@ares:~# nslookup www.openwrt.org
> Server: 127.0.0.1
> Address: 127.0.0.1:53
>
> Non-authoritative answer:
> www.open
Hello,
on a TP-Link RE200 v1 (platform = ramips/mt7620) I experience often:
root@ares:~# nslookup www.openwrt.org
Server:127.0.0.1
Address: 127.0.0.1:53
Non-authoritative answer:
www.openwrt.orgcanonical name = wiki-01.infra.openwrt.org
Name: wiki-01.infra.o
On Wed, 5 Oct 2022 16:13:30 +0200
Paweł Dembicki wrote:
> Hi everybody,
>
> I am preparing support for the T4240RDB board. But I'm stuck with one problem:
>
> Qoriq target is powerpc64. But T4240RDB in u-boot is supported as
> mpc85xx family and requires a 32-bit compiler.
>
> I tried setting