Learn Tiny Core. View Tiny Core Screen Shots and Videos.
modprobe configs.kozcat /proc/config.gz
$ tce-load -i compiletc bash bc perl5 ncurses-dev openssl-dev libelf-dev$ tar xf linux-rpi-4.19.81.tar.xz$ cd linux-rpi-4.19.81$ make mrproper$ cp ../config-4.19.81-piCore-v7 .config$ make oldconfig$ make prepare$ make modules_prepare$ cp ../Module.symvers ./$ make SUBDIRS=scripts/mod
-sh: iw: not found-sh: greg: not found
iw phy | grep phy
$ iwconfig
wlan0 IEEE 802.11 ESSID:"MIT_5G" Mode:Managed Frequency:5.22 GHz Access Point: 68:FF:7B:1A:43:CF Bit Rate=433.3 Mb/s Tx-Power=31 dBm Retry short limit:7 RTS thr:off Fragment thr:off Power Management:on Link Quality=70/70 Signal level=-34 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:8 Invalid misc:0 Missed beacon:0eth0 no wireless extensions.rpine0 no wireless extensions.lo no wireless extensions.
$ sudo iwconfig wlan0 down$ sudo iwconfig rpine0 up
iwconfig: unknown command "down"iwconfig: unknown command "up"
https://www.infradead.org/~tgr/libnl/files/
https://mirrors.edge.kernel.org/pub/software/network/iw/