LEDE Project
Installation nach Hardware
Image Builder
Installation und Build
sudo apt-get install subversion g++ zlib1g-dev build-essential git python sudo apt-get install libncurses5-dev gawk gettext unzip file libssl-dev wget
git clone https://git.lede-project.org/source.git lede cd lede ./scripts/feeds update -a ./scripts/feeds install -a make defconfig make menuconfig
Mittels make wird der Buildprozess gestartet:
make
Install to Router
https://wiki.openwrt.org/doc/howto/generic.sysupgrade
Links
https://lede-project.org/docs/guide-developer/quickstart-build-images
Links
https://lede-project.org/start
Zurück zu Router