What's new

transmission on rt-ac68u

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Fab30

Regular Contributor
Hi, i can initialize entware on this router with FW merlin 34_2.

entware-setup.sh after command, router say not found...

Can you help me? THX
 
Entware still is not ready for AC68U, AC56U and other ARM-based devices.
Work in progress.

I haven't heard of any plan to have Entware support ARM at this time. It twould be a massive undertaking, and would most likely require a dedicated developer for that platform, as it would effectively double the amount of work required to maintain Entware.
 
I haven't heard of any plan to have Entware support ARM at this time
Entware team planned to support two new targets:
1) ARM (at least BCM470x)
2) MIPSel with FPU EMU disabled (a.k.a. "softfloat")
But I can't say now when it will be done.
You're right about
it would effectively double the amount of work required to maintain Entware.
2х is a conservative estimation.
 
2) MIPSel with FPU EMU disabled (a.k.a. "softfloat")

That one is probably for DD-WRT, since they broke all *ware compatibility by changing their FPU support a few months (?) ago.
 
I see that transmission for Optware its still stuck at 2.82, does somebody have a compiled version or at least a way to compile to a newer version? :rolleyes:
 
Merlin's Firmware 376.47 with Transmission v2.84 on RT-AC68U and RT-AC87U

I see that transmission for Optware its still stuck at 2.82, does somebody have a compiled version or at least a way to compile to a newer version? :rolleyes:

I only have two compiled versions for download:

To download the RT-AC68U firmware use:
https://truck.it/p/6G80zWGDb7

To download the RT-AC87U firmware use:
https://truck.it/p/x6tqenMUuj

The v2.84 transmission daemon is located at:

/usr/bin/transmission-daemon

Use at your own risk!
 
Transmission v2.84 Build Script Using Merlin's Source Code

Using Merlin's source code, you can build Transmission v2.84 using his documentation on Wiki. My Makefile script can be downloaded at:

https://truck.it/p/wKElwtr8lf

You just need to place this script into the router folder e.g. ~/asuswrt-merlin/release/src/router

and add the following to the Makefile:

ifneq (,$(wildcard Transmission.mak))
include Transmission.mak
endif

Sorry, I don't have the time to compile the code into Optware etc.
 

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top