nDPI/packages/openwrt
Toni 60eca79fdf
Additional fix related to cf931fda6b. (#1332)
* configure.seed references removed

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2021-10-10 14:14:02 +02:00
..
Makefile Additional fix related to cf931fda6b. (#1332) 2021-10-10 14:14:02 +02:00
Makefile.dev Additional fix related to cf931fda6b. (#1332) 2021-10-10 14:14:02 +02: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