It is with great pleasure I can announce a couple items:
Note: This is ALPHA
Alpha Install (all supported HW/firmware):
In case of any issues/rollback
Current Release for non 386.2 firmware:
Github: https://github.com/ttgapers/cakeqos-merlin/tree/alpha
- We have an Alpha candidate for testing against the latest beta @RMerlin 386.2 firmware
- I/we are very happy to welcome @dave14305 onboard the Cake bandwagon. He has done all of the updates to the alpha script.
- We were early testers of the 386.2 firmware from @RMerlin and was a sudden but pleasant surprise to hear that there is/was a possibility of Cake getting into the main firmware builds. As past users of Cake knew, getting builds was a challenge for the team.
- I am still learning as we go along from the more experienced ones around here. I owe you all immense thanks!
Note: This is ALPHA
- Currently supports ASUS HND models running Merlin firmware (386.2 and above)
- Preliminary support for firmware detection to allow for 384 installs to the read-only branch (which includes previous Cake Entware installs)
- Added GUI interface to 386.2 installs for ease of customizations (thanks @dave14305)
- Cake CLI updates to support changes
- Add-on now adds/edits/updates the /jffs/configs/cake-qos.conf.add file
- Add logic in case Cake is not enabled in firmware
- Add uninstall of CakeQOS-Merlin 1.0 components during install
- Cleanup legacy files from 2.0 branch
- Handle installs for users still on 386.1 or lower
- Remove old cfg file on install
Alpha Install (all supported HW/firmware):
Code:
mkdir -p /jffs/addons/cake-qos && /usr/sbin/curl -s "https://raw.githubusercontent.com/ttgapers/cakeqos-merlin/alpha/cake-qos.sh" -o "/jffs/addons/cake-qos/cake-qos" && chmod 755 /jffs/addons/cake-qos/cake-qos && sh /jffs/addons/cake-qos/cake-qos install
In case of any issues/rollback
Current Release for non 386.2 firmware:
Code:
mkdir -p /jffs/addons/cake-qos && /usr/sbin/curl -s "https://raw.githubusercontent.com/ttgapers/cakeqos-merlin/master/cake-qos.sh" -o "/jffs/addons/cake-qos/cake-qos" && chmod 755 /jffs/addons/cake-qos/cake-qos && sh /jffs/addons/cake-qos/cake-qos install
Github: https://github.com/ttgapers/cakeqos-merlin/tree/alpha
Attachments
Last edited: