-
v3.1.0-ekaii.1 — Phase-1 patches over upstream v3.0
StableSome checks failedCI / Build Packages (push) Failing after 22sreleased this
2026-05-25 17:18:21 +00:00 | 3 commits to ekaii since this releasePersonal/Frederic-hardened build of
srlabs/blue-merlev3.0 with Phase-1 patches.For Mudi (GL-E750) and Mudi V2 (GL-E750V2) on firmware 4.3.x. Not for Mudi 7 (use
exo/blue-merle-mudi7for that).Five bug fixes (each a standalone cherry-pickable commit)
# Commit Closes P1 fix(mac): set locally-administered bit on randomised MACAUDIT bug #1 — random MAC was identifiable as blue-merleoutput (unicast & LA=0)P2 fix(mac): persist glconfig.macclone_addr across rebootsAUDIT bug #2 — uci set glconfig.*set but never committedP3 fix(generator): use random.choices for IMEI tail entropyAUDIT bug #3 — random.samplecapped tail at 151k unique values (re-introduces upstream PR #64, accidentally reverted by #70)P4 fix(validate_imei): off-by-one in LuhnAUDIT bug #4 — canonical example 490154203237518returned FalseP5 fix(set_imei): settle delay + retry + body-level compareAUDIT bug #5 — read-back raced the EFS flush; brittle byte-equality Install
MUDI=root@192.168.8.1 ssh $MUDI 'gl_modem AT AT+GSN' | tee ~/factory-imei.txt # CRITICAL: keep this scp -O blue-merle_3.1.0-ekaii.1-240715.80058_mips_24kc.ipk $MUDI:/tmp/ ssh $MUDI 'opkg install /tmp/blue-merle_3.1.0-ekaii.1-240715.80058_mips_24kc.ipk' ssh $MUDI 'blue-merle'Built with the OpenWrt 23.05.4 ath79/generic SDK against upstream tag v3.0.
SHA-256
3ce97eff2a97a356268d49165746decd2ec61ca3fba6fb65d322881ed4552954Diff vs upstream v3.0
See
git log v3.0..v3.1.0-ekaii.1in this repo. 5 fix commits + 1 Makefile bump.What's NOT in this build
- Mudi 7 (E5800) support → see
forgejo.ekaii.fr/exo/blue-merle-mudi7 - Factory-IMEI runtime restore CLI → philosophical disagreement with upstream (
originals.pylives in the Mudi 7 fork only) - BSSID vendor-realistic OUI selection → upstream PR #74 (pasterbele) addresses this and we don't want to overlap
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Mudi 7 (E5800) support → see