No description
Find a file
Prabha Murugesan 9007831e71 boards: (APP-4363, PR #473) Align ekh19 board name
Approved-by: Sophronia Koilpillai
Approved-by: James Haggerty
2025-10-05 00:37:43 +10:00
.github ci: add workflow for automated GitHub release 2023-11-02 14:44:49 +00:00
boards boards: (APP-4363, PR #473) Align ekh19 board name 2025-10-05 00:37:43 +10:00
config Kconfig: (APP-3120) Add KERNEL_DYNAMIC_DEBUG_CORE 2024-11-26 10:03:33 +11:00
include boards : (APP-3176, PR #464) Morse specific opkg feeds repo defaults 2025-10-05 00:37:43 +10:00
LICENSES LICENSES: include all used licenses in LICENSES directory 2021-02-14 19:21:38 +01:00
package boards: (APP-4363, PR #473) Align ekh19 board name 2025-10-05 00:37:43 +10:00
patches (APP-4789 PR #449): collectd: Increase buffer size for HaLow assoclist 2025-10-05 00:37:43 +10:00
scripts morse_setup.sh: (APP-4688, PR #438) make ALL_KMODS optional 2025-10-05 00:20:46 +10:00
target boards: (APP-4363, PR #473) Align ekh19 board name 2025-10-05 00:37:43 +10:00
toolchain toolchain: (APP-455) add symlink for external toolchain include dir 2024-11-26 03:41:08 +11:00
tools firmware-utils: bump to latest openwrt-23.05 2024-09-22 16:47:19 +02:00
.gitattributes add .gitattributes to prevent the git autocrlf option from messing with CRLF/LF in files 2012-05-08 13:30:49 +00:00
.gitignore .gitignore: ignore link if target is included from feed 2024-04-17 05:04:46 +00:00
BSDmakefile build: use SPDX license tags 2021-02-05 14:54:47 +01:00
Config.in build: scripts/config - update to kconfig-v5.14 2022-02-19 13:10:01 +01:00
COPYING COPYING: add COPYING file to specify project licenses 2021-02-14 19:21:38 +01:00
feeds.conf.default feeds: use github mirror for upstream feeds 2025-03-04 01:42:13 +11:00
Makefile build: include tests/Makefile if available 2024-07-16 00:14:18 +02:00
README.md readme: update readme with target for HaLowLink 1 2025-03-04 00:27:37 +11:00
README.OPENWRT.md readme: move the OpenWrt README 2024-11-26 10:03:35 +11:00
rules.mk treewide: add ORIG_PATH variable 2023-06-12 22:10:20 +02:00

MorseMicro OpenWrt

Dependencies

To build the Morse Micro OpenWrt, you need a working Linux environment. This has been tested with Ubuntu 20.04 and higher.

Install build environment packages with

> sudo apt update
> sudo apt install build-essential clang flex g++ gawk gcc-multilib git gettext \
  libncurses5-dev libssl-dev python3-distutils rsync unzip zlib1g-dev swig

Usage

Run the ./scripts/morse_setup.sh script to configure the build for your board of choice. Custom boards can be added to the boards folder and used as a target. See an existing board for the information which should be contained in the diffconfigs.

For example, to build for an EKH01

> ./scripts/morse_setup.sh -i -b ekh01

Target configuration files provided by this repository include

Board Target
EKH03v3 ekh03v3
EKH03v4 ekh03v4
EKH01v1 ekh01v1
EKH01v2 ekh01v2
EKH01-03 ekh01-03
EKH01 ekh01
HL1 artini

After configuration is complete, run the build with

> make -j8

For verbose compilation, consider using

> make -j8 V=sc 2>&1 | tee log.txt

Once the build is complete a compiled image can be found in bin/target/<platform>/<target>/