From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Seiderer Date: Thu, 21 May 2020 09:53:44 +0200 Subject: [Buildroot] Console warning using the package aircrack-ng In-Reply-To: References: <20200520190957.115bcdfb@gmx.net> Message-ID: <20200521095344.264f72dc@gmx.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hello Oscar, On Thu, 21 May 2020 08:27:36 +0200, Oscar Gomez Fuente 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