What's new

Pckages sources for opkg

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

column

New Around Here
I have installed Asus Merlin project on my RT-AC87U router. I would lik to install iptables-mod-tee package by using opkg, but got error:

Unknown package 'iptables-mod-tee'. Collected errors: * opkg_install_cmd: Cannot install package iptables-mod-tee.

Command opkg update brings result:

Downloading http://bin.entware.net/armv7sf-k2.6/Packages.gz
Updated list of available packages in /opt/var/opkg-lists/entware



How to tell to opkg location of iptables-mod-tee?
 
I think that iptables-mod-tee is an OpenWRT package not an Entware package.

If you just want to use the TEE extension it's already included as part of Merlin's firmware. You'll need to load it first:
Code:
modprobe xt_TEE
 
Opkg is a openwrt command to install package for example opkg update luci opkg install opvpn etc.




Sent from my SM-G930V using Tapatalk
 
I have installed Asus Merlin project on my RT-AC87U router. I would lik to install iptables-mod-tee package by using opkg

Why not load the module already present in the firmware?

Code:
insmod /lib/modules/2.6.36.4brcmarm/kernel/net/netfilter/xt_TEE.ko
 

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