Skip to content
This repository was archived by the owner on Jan 17, 2026. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
975e979
chore: update packages
coreywagehoft Nov 21, 2025
3037293
fix: missing package
coreywagehoft Nov 21, 2025
0b449cb
update feed
coreywagehoft Nov 21, 2025
9256e4e
use updated golang package
coreywagehoft Nov 21, 2025
f24141d
update feed commit
coreywagehoft Nov 21, 2025
4dea0ee
update feed commit
coreywagehoft Nov 21, 2025
b8db348
update feed
coreywagehoft Nov 21, 2025
5b062eb
update feed
coreywagehoft Nov 21, 2025
336f445
update feed
coreywagehoft Nov 21, 2025
9a3deb6
feed update
coreywagehoft Nov 22, 2025
c801680
feed
coreywagehoft Nov 22, 2025
5cf0f7b
feed
coreywagehoft Nov 22, 2025
2d07a4a
updates
coreywagehoft Nov 22, 2025
426b73d
feed
coreywagehoft Nov 22, 2025
06b7e7c
feed
coreywagehoft Nov 22, 2025
6c86fcd
update feed
coreywagehoft Nov 22, 2025
10188b6
update feed
coreywagehoft Nov 22, 2025
329494b
bump feed
coreywagehoft Nov 22, 2025
f609a87
chore: update feed
coreywagehoft Nov 28, 2025
b9fa5b4
update for openmanetd
coreywagehoft Nov 29, 2025
6b1e920
update openmanetd
coreywagehoft Nov 29, 2025
44f5c7f
update packages
coreywagehoft Nov 29, 2025
702c24c
update feed
coreywagehoft Nov 29, 2025
6e0d0fc
bump feed
coreywagehoft Nov 29, 2025
08a66ce
bump feed
coreywagehoft Nov 29, 2025
dcaa13c
update feed
coreywagehoft Nov 29, 2025
5a287ee
feed update
coreywagehoft Nov 29, 2025
c35944e
feed update
coreywagehoft Nov 29, 2025
486121e
bump
coreywagehoft Nov 29, 2025
b3c8649
asfdg
coreywagehoft Nov 29, 2025
9f6dfdb
update feed
coreywagehoft Nov 30, 2025
fc034a9
bump feed
coreywagehoft Nov 30, 2025
a344346
feed update
coreywagehoft Nov 30, 2025
7ba5e03
update feed
coreywagehoft Nov 30, 2025
f1eb10e
feed update
coreywagehoft Nov 30, 2025
4261561
update feed
coreywagehoft Nov 30, 2025
b3b41e8
feed
coreywagehoft Nov 30, 2025
2078695
bump feed
coreywagehoft Nov 30, 2025
058b0e0
update feed
coreywagehoft Nov 30, 2025
642c8ab
update feed
coreywagehoft Dec 1, 2025
e15d31f
update feed
coreywagehoft Dec 1, 2025
60c4114
feed update
coreywagehoft Dec 1, 2025
2e44a6f
update feed
coreywagehoft Dec 2, 2025
7387710
bump feed versions
coreywagehoft Dec 2, 2025
3e1ab16
update feed
coreywagehoft Dec 3, 2025
1636815
feat: add mt76 usb driver modules
coreywagehoft Dec 3, 2025
90f359b
update feed
coreywagehoft Dec 3, 2025
448cf36
feed update
coreywagehoft Dec 3, 2025
f50f6f3
update feeds
coreywagehoft Dec 3, 2025
501be0a
change default IP
coreywagehoft Dec 4, 2025
f9bdd7b
update feed
coreywagehoft Dec 4, 2025
f2c5f35
update feed
coreywagehoft Dec 4, 2025
155308c
update feed
coreywagehoft Dec 4, 2025
8bea484
update feed
coreywagehoft Dec 4, 2025
5e09cc1
Merge branch '1.5-dev' into release-1.5
coreywagehoft Dec 4, 2025
060bbc1
update morse-feed for 1.5 release
coreywagehoft Dec 4, 2025
9594de3
fix: rootfs partition size
coreywagehoft Dec 4, 2025
b1a37b0
chore: increase rootfs for dev work
coreywagehoft Dec 4, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# 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.
To build the Morse Micro OpenWrt, you need a working Linux environment. This has been tested with Ubuntu 24.04.

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
> sudo apt install build-essential clang flex bison g++ gawk \
gcc-multilib g++-multilib gettext git libncurses5-dev libssl-dev \
python3-setuptools rsync swig unzip zlib1g-dev file wget libnl-3-dev \
libnl-genl-3-dev libgps-dev libcap-dev pkg-config libopus-dev \
libopusfile-dev portaudio19-dev net-tools
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion boards/common/morse_diffconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ CONFIG_VERSIONOPT=y
CONFIG_VERSION_MANUFACTURER="MorseMicro"
CONFIG_VERSION_MANUFACTURER_URL="https://www.morsemicro.com/"
CONFIG_VERSION_CODE_FILENAMES=y
CONFIG_VERSION_CODE="openmanet-1.4.1"
CONFIG_VERSION_CODE="openmanet-1.5.0"
# Disable ext4 image creation.
CONFIG_TARGET_ROOTFS_EXT4FS=n
13 changes: 9 additions & 4 deletions boards/common/openmanet_diffconfig
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ CONFIG_PACKAGE_kmod-rt2800-lib=y
CONFIG_PACKAGE_kmod-rt2800-usb=y
CONFIG_PACKAGE_kmod-rt2x00-lib=y

# Add golang support
CONFIG_PACKAGE_golang=y
CONFIG_PACKAGE_golang-src=y

# B.A.T.M.A.N. Advanced Alfred
CONFIG_PACKAGE_ALFRED_GPSD=y
CONFIG_PACKAGE_ALFRED_BATHOSTS=y
Expand All @@ -130,6 +126,11 @@ CONFIG_PACKAGE_dump1090=y
# (optional tools; dump1090 only needs librtlsdr, but these are handy)
CONFIG_PACKAGE_rtl-sdr=y

# OpenMANETd
CONFIG_PACKAGE_golang=y
CONFIG_PACKAGE_golang-src=y
CONFIG_PACKAGE_openmanetd=y

# mDNS / Avahi
CONFIG_PACKAGE_avahi-daemon-service-http=y
CONFIG_PACKAGE_avahi-daemon-service-ssh=y
Expand All @@ -153,3 +154,7 @@ CONFIG_PACKAGE_kmod-mt7921-firmware=y
CONFIG_PACKAGE_kmod-mt7921e=y
CONFIG_PACKAGE_kmod-mt7921s=y
CONFIG_PACKAGE_kmod-mt7921u=y

CONFIG_PACKAGE_kmod-mt76-usb=m
CONFIG_PACKAGE_kmod-mt76x0u=m
CONFIG_PACKAGE_kmod-mt7601u=m
6 changes: 3 additions & 3 deletions boards/ekh-bcm2711/target_diffconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ CONFIG_TARGET_bcm27xx_bcm2711=y
CONFIG_TARGET_DEVICE_bcm27xx_bcm2711_DEVICE_morse_ekh01=y


CONFIG_TARGET_PREINIT_IP="10.42.0.1"
CONFIG_TARGET_PREINIT_BROADCAST="10.42.0.255"
CONFIG_TARGET_PREINIT_IP="10.41.254.1"
CONFIG_TARGET_PREINIT_BROADCAST="10.41.254.255"
CONFIG_TARGET_DEFAULT_LAN_IP_FROM_PREINIT=y
CONFIG_PACKAGE_morsectrl=y
CONFIG_PACKAGE_morse-fw-6108-tlm=y
Expand All @@ -14,7 +14,7 @@ CONFIG_PACKAGE_luci-app-ekhwizards=y
CONFIG_MORSE_REGDB_COUNTRY_CODE_FILTER="US"
CONFIG_MORSE_REGDB_CHANNEL_NEGATIVE_FILTER="1|2|50|51"

CONFIG_TARGET_ROOTFS_PARTSIZE=300
CONFIG_TARGET_ROOTFS_PARTSIZE=4092
CONFIG_PACKAGE_persistent-vars-storage-bcm2711=y

# Video encode/decode
Expand Down
4 changes: 2 additions & 2 deletions feeds.conf.default
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
src-git openmanet https://github.com/OpenMANET/packages^c5f00c47a479ac6c4234955de640a8666f7a7cfb
src-git openmanet https://github.com/OpenMANET/packages^6861f8c094846f8a0e6d52dcd1c8fa609434698a
src-git packages https://github.com/openwrt/packages.git^b5ed85f6e94aa08de1433272dc007550f4a28201
src-git routing https://github.com/openwrt/routing.git^e351d1e623e9ef2ab78f28cb1ce8d271d28c902d
src-git telephony https://github.com/openwrt/telephony.git^98c8a5aa4624312ed758e2e2b6d4039050a1649d
src-git luci https://github.com/MorseMicro/luci.git^fb7dfe08d55650bbb4078cf4ceb472697eb82ba9
src-git morse https://github.com/OpenMANET/morse-feed^dbf6421d02e876fd221a1c43b5e2050bc8514f9a
src-git morse https://github.com/OpenMANET/morse-feed^dbd5b0689ea598413a8845f9b675e82e3f400be3
src-git prpl https://github.com/MorseMicro/feed-prpl.git^0542e586dd4698b41da335293501e890541bd74b
Loading