LEDE Project: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 32: | Zeile 32: | ||
./bin/targets/ar71xx/generic/ | ./bin/targets/ar71xx/generic/ | ||
</pre> | </pre> | ||
==== Links ==== | |||
[https://lede-project.org/docs/guide-developer/quickstart-build-images https://lede-project.org/docs/guide-developer/quickstart-build-images] | |||
=== Install to Router === | === Install to Router === | ||
Zeile 39: | Zeile 43: | ||
</pre> | </pre> | ||
== Links == | ==== Links ==== | ||
[https://wiki.openwrt.org/doc/howto/generic.sysupgrade https://wiki.openwrt.org/doc/howto/generic.sysupgrade] | [https://wiki.openwrt.org/doc/howto/generic.sysupgrade https://wiki.openwrt.org/doc/howto/generic.sysupgrade] | ||
== Links == | == Links == |
Version vom 26. Juni 2017, 07:32 Uhr
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
Danach (kann mehrere Stunden dauern) befinden sich die Images in folgenden Verzeichnis:
./bin/targets/ar71xx/generic/
Links
https://lede-project.org/docs/guide-developer/quickstart-build-images
Install to Router
Links
https://wiki.openwrt.org/doc/howto/generic.sysupgrade
Links
https://lede-project.org/start
Zurück zu Router