I would like to install syslog-ng3 on my OpenWRT Router and the standard opkg packages do not involve syslog-ng3.
About my router:
Model: ZBT-7620
Firmware: OpenWrt Chaos Calmer 15.05 r48749 / LuCI branch (git-16.074.41553-6fa1ae3)
- Kernel Version:
So I have tried to install it through the attitude adjustment package:
root@ZBT:~# opkg install http://downloads.openwrt.org/attitude_adjustment/12.09-rc1/ramips/rt305x/packages/syslog-ng3_3.0.5-5_ramips.ipk
but I get the following error:
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09-rc1/ramips/rt305x/packages/syslog-ng3_3.0.5-5_ramips.ipk.
Unknown package 'syslog-ng3'.
Collected errors:
* pkg_hash_fetch_best_installation_candidate: Packages for syslog-ng3 found, but incompatible with the architectures configured
* opkg_install_cmd: Cannot install package syslog-ng3.
How can I install the package?
Thank you in advance.