compilar: https://forum.lede-project.org/t/quickstart-guide-compiling-lede/431
resumen:
Install dependencies for building LEDE (Debian/Ubuntu):
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
Get the source code:
git clone https://git.lede-project.org/source.git30 cd source
./scripts/feeds update -a ./scripts/feeds install -a
make defconfig make menuconfig
The last command will open a menu.
If you want to build images for the TL-WR841N v11, select:
“Target System” ⇒ “Atheros AR7xxx/AR9xxx” “Target Profile” ⇒ “TP-LINK TL-WR841N/ND v11”
Select exit and save your settings. Now build images. That may take some time.
make -> pincho says: make -j1 V=s y como usuario, no como root
The images can now be found in bin/targets/ar71xx/generic/ - done. :slight_smile:
For recompiling the images, just execute make again. This will now be much faster as well. Change settings with make menuconfig and compile again. Files placed into a directory called files, will be placed into the root file system of the images. E.g. files/etc/config/my_config.