/OpenC2X-embedded

This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins or for reporting issues. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. All issues should be reported at: https://bugs.openwrt.org

Primary LanguageCGNU General Public License v2.0GPL-2.0

OpenC2X embedded

To build the firmware:

  • Update the feeds:
./scripts/feeds update -a
./scripts/feeds install -a
  • Create the configuration, allowed architectures are x86_64, x86_geode, ar71xx_generic:
./create_config.sh x86_64
make defconfig
  • Build
make