LEDE buildsystem
-
Hello
Is there a new LEDE buildsystem? There were alot of firmware updates...
And the link in the Onion Documenation https://docs.onion.io/omega2-docs/cross-compiling.html leads nowhere.
-
lede merged back with openwrt recently with most of the stuff going back under openwrt branding i think - havent payed superclose attention though
-
now I can't find the gcc packeges from openwrt?!
root@Omega-DA13:/# opkg update Downloading http://10.0.0.88/base/Packages.gz Updated list of available packages in /var/opkg-lists/base Downloading http://downloads.lede-project.org/snapshots/packages/mipsel_24kc/base/Packages.gz Updated list of available packages in /var/opkg-lists/reboot_base Downloading http://downloads.lede-project.org/snapshots/packages/mipsel_24kc/packages/Packages.gz Updated list of available packages in /var/opkg-lists/reboot_packages Downloading http://repo.onion.io/omega2/packages/core/Packages.gz Updated list of available packages in /var/opkg-lists/omega2_core Downloading http://repo.onion.io/omega2/packages/base/Packages.gz Updated list of available packages in /var/opkg-lists/omega2_base Downloading http://repo.onion.io/omega2/packages/packages/Packages.gz Updated list of available packages in /var/opkg-lists/omega2_packages Downloading http://repo.onion.io/omega2/packages/onion/Packages.gz Updated list of available packages in /var/opkg-lists/omega2_onion root@Omega-DA13:/# opkg install gcc Unknown package 'gcc'. Collected errors: * opkg_install_cmd: Cannot install package gcc.
search for gcc in the openwrt repo Base and Packages, can't find gcc.
-
I found the problem gcc is not available in:
http://downloads.lede-project.org/snapshots/packages/mipsel_24kc/packages/Packages.gzGo download the new packages from:
https://downloads.lede-project.org/releases/packages-17.01/mipsel_24kc/just add:
src/gz reboot_base https://downloads.lede-project.org/releases/packages-17.01/mipsel_24kc/base src/gz reboot_packages https://downloads.lede-project.org/releases/packages-17.01/mipsel_24kc/packages
in /etc/opkg/customfeeds.conf
This help may not be directly related to the Title, should I make a new Topic for this?