On 11/5/21 2:24 PM, Daniel Golle wrote:
On Tue, Nov 02, 2021 at 11:49:02PM +0100, Hauke Mehrtens wrote:
Hi,
On pistachio sysupgrade in master fails and I got down to a problem with
awk. This command returns different results on pistachio compared to other
targets:
echo "mtd2: 2000 1
On Tue, Nov 02, 2021 at 11:49:02PM +0100, Hauke Mehrtens wrote:
> Hi,
>
> On pistachio sysupgrade in master fails and I got down to a problem with
> awk. This command returns different results on pistachio compared to other
> targets:
>echo "mtd2: 2000 1000 \"uEnv\"" | awk -F: '{print
Hi,
On pistachio sysupgrade in master fails and I got down to a problem with
awk. This command returns different results on pistachio compared to
other targets:
echo "mtd2: 2000 1000 \"uEnv\"" | awk -F: '{print $1}'
When I execute this on an lantiq/xrx200 or mt7622 device I get thi