[Buildroot] Console warning using the package aircrack-ng

Peter Seiderer ps.report at gmx.net
Thu May 21 07:53:44 UTC 2020


Hello Oscar,

On Thu, 21 May 2020 08:27:36 +0200, Oscar Gomez Fuente <oscargomezf at gmail.com> wrote:

> Hi Perter,
>
> > Run your command with:
> >
> >         LANG=en_US.utf8 /usr/sbin/airodump-ng wlan0mon ...
> >
> > in case en_US.utf8 is enabled in your buildroot config, otherwise rebuild with:
> >
> >         BR2_GENERATE_LOCALE="en_US"
>
> Is there anyway to set this LANG variable automatically from
> buildroot? I would like to avoid using LANG=en_US.utf8 everytime I
> need to execute /usr/sbin/airodump-ng.

For the installed system (and per login account):

	$  echo "export LANG=en_US.utf8" > ~/.profile

or /etc/profile for all accounts...

For the next build take a look at the BR2_ROOTFS_OVERLAY option ([1])...

Regards,
Peter

[1] http://nightly.buildroot.org/manual.html#rootfs-custom

>
>
> Oscar Gomez Fuente



More information about the buildroot mailing list