nDPI/packages/openwrt
Toni cb62dfd249
Drop support for non-gcrypt builds. (#1469)
* As there is now a builtin, lightweight libgcrypt
   there is no need to disable tls-clho decryption.
 * It is still possible to use a host libgcrypt
   with `--with-local-libgcrypt'.

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2022-03-02 19:48:46 +01:00
..
Makefile Drop support for non-gcrypt builds. (#1469) 2022-03-02 19:48:46 +01:00
Makefile.dev Drop support for non-gcrypt builds. (#1469) 2022-03-02 19:48:46 +01:00
README OpenWRT document fix 2021-06-08 21:39:28 +00:00

Howto Compile libndpi on OpenWRT
-------------------------------

cd myopenwrt_directory
mkdir package/network/services/libndpi
cd package/network/services/libndpi

# (a) Stable version
ln -s ~/nDPI/packages/openwrt/Makefile .

# (b) Dev version
cp ~/nDPI/packages/openwrt/Makefile.dev Makefile

cd myopenwrt_directory
make menuconfig

Go under libraries and select

<M> libndpi.............................. nDPI Deep Packet Inspection Library


Build Commands
--------------

If you want to build just libndpi do:
make -j1 V=s package/network/services/libndpi/clean
make -j1 V=s package/network/services/libndpi/compile

Other Documents
---------------
https://openwrt.org/packages/pkgdata/libndpi