What's new

Which kernel config file to use for RT-AC86U

  • 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!

jyavenard

Occasional Visitor
Hi.

Attempting to compile pppoe-server and make it work.
(fwiw, I'm the one who added pptp server support to tomato almost a decade ago, and now I need pppoe support)

There are two blockers for me:
1- the user-space pppoe isn't being compiled
2- kernel-mode pppoe isn't built either.

Obviously, I would prefer the second option as it's more performant.

Now, rather than spending a couple of hours to figure out how the makefile work and which kernel config is used, does anyone know which kernel config is being used for the RT-86U.

It's an interesting router that one... First for being the first 64 bits router I've seen, and two because each ethernet ports appear on its own unlike all the other broadcom modem where it's all one big vlan.

I've already figured out on how to isolate each ethernet port to be on its own... hopefully this router will finally let me do what I need..
 
... how the makefile work and which kernel config is used, does anyone know which kernel config is being used for the RT-86U.

Kernel config for RT-AC86U
https://github.com/RMerl/asuswrt-me...rc-rt-5.02hnd/kernel/linux-4.1/config_base.6a

Makefile for the programs on the router (all models)
https://github.com/RMerl/asuswrt-merlin.ng/blob/master/release/src/router/Makefile

Enable/disable features of the router (all models)
https://github.com/RMerl/asuswrt-merlin.ng/blob/master/release/src-rt/target.mak
 
thanks.. I had figured it out in the end... actually hasn't changed much from my 10 y.o notes...

turned out pppoe kernel was properly built, just the pppd modules installed in the wrong spot.
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

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