ntopng/packages/ubuntu
2024-03-19 23:29:23 +01:00
..
debian.ntopng Add smcroute dep 2024-03-14 10:36:52 +01:00
debian.ntopng-data Removed heoipupdate dependency no longer necessary 2020-09-30 18:02:14 +02:00
debian.ntopng-plugins Adds ubuntu/debian plugin package example 2020-03-18 19:35:33 +01:00
configure Add ndpi version to deps 2024-02-06 14:54:52 +01:00
configure.in Added libsodium dependency 2024-03-19 23:29:23 +01:00
Makefile.in Updated cve.cvs URL 2024-02-14 13:35:29 +01:00
README Updated packaing for embedded systems 2015-10-12 22:28:10 +00:00

Prerequisites
-------------
apt-get install debhelper fakeroot dpkg-sig

EdgeOS
------
We need to replace BusyBox-implemented commands using full-fledged commands by doing
(see http://community.ubnt.com/t5/EdgeMAX/ubnt-debian-package-conflict/m-p/421325)

curl -O http://ftp.us.debian.org/debian/pool/main/c/coreutils/coreutils_8.5-1_mips.deb
dpkg -i --force-all coreutils_8.5-1_mips.deb

curl -O http://ftp.us.debian.org/debian/pool/main/t/tar/tar_1.23-3_mips.deb
dpkg -i --force-all tar_1.23-3_mips.deb

wget http://ftp.us.debian.org/debian/pool/main/f/findutils/findutils_4.4.2-4_mips.deb
dpkg -i --force-all findutils_4.4.2-4_mips.deb

wget http://ftp.us.debian.org/debian/pool/main/g/gzip/gzip_1.5-1.1_mips.deb
dpkg -i --force-all gzip_1.5-1.1_mips.deb