How to compile OpenWRT in Manjaro XFCE

Описание к видео How to compile OpenWRT in Manjaro XFCE

The list with the commands used:

sudo pacman -S --needed bash bc bin86 binutils bzip2 cdrkit core/which diffutils fastjar findutils flex gawk gcc gettext git intltool libusb libxslt make ncurses openssl patch perl-extutils-makemaker pkgconf python2 python3 rsync sharutils time unzip util-linux wget zlib

git clone https://git.openwrt.org/openwrt/openw... openwrt
(youtube is generating here a link meh; it's git.openwrt.org/openwrt/openwrt.git openwrt)

cd ~/openwrt

git fetch origin
git checkout --track origin/openwrt-18.06
git checkout --track origin/openwrt-19.07

git branch -l

./scripts/feeds update -a
./scripts/feeds install -a

make defconfig

make menuconfig

make download

make V=s

**********

OpenWRT link: https://www.openwrt.org
Wiki link: https://openwrt.org/faq/how_do_i_comp...

Комментарии

Информация по комментариям в разработке