FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
201 views 0 comments
by anonymous
Hello,

i have successfully compiled the firmware with SDK RUTX_R_GPL_00.07.04.3.tar.gz with Docker way (./scripts/dockerbuild make
).

I was also able to find and activate kmod-ip-vti and kmod-ip-vti in "make menuconfig" and compile the whole firmware.

But i also need package VTI (for routed IPsec VPN) and additionally wanto to compile just a single package "kmod-ip-vti".

1) But how do i include package VTI in the self-compiled firmware.

When using "./scripts/dockerbuild ./scripts/feeds install vti"
it says:
"WARNING: No feed for package 'vti' found"

Where do i find it in "make menuconfig"?

2) What is the correct command to compile just one package of "kmod-ip-vti"?

It is not mentioned in the README included in the SDK files.

1 Answer

0 votes
by anonymous
Hello,

found out that there is no need to compile the package vti. After compiling a new firmware including the kernel-modules "kmod-ip-vti" and "kmod-ip6-vti", i was able to install the VTI package afterwards in the CLI with:

opkg install vti.
Best answer