tn3399_openwrt/package/network
Eike Ritter 46cd0765d0 ppp: compile fix: unset FILTER variable in Makefile
If the environment variable FILTER is set before compilation,
compilation of the ppp-package will fail with the error message

Package ppp is missing dependencies for the following libraries:
libpcap.so.1

The reason is that the OpenWrt-patch for the Makefile only comments
out the line FILTER=y. Hence the pcap-library will be dynamically
linked if the environment variable FILTER is set elsewhere, which
causes compilation to fail. The fix consists on explicitly unsetting
the variable FILTER instead.

Signed-off-by: Eike Ritter <git@rittere.co.uk>
2021-03-19 00:25:58 +01:00
..
config xfrm: simplify the check for necessary kernel support 2021-03-13 20:59:22 +01:00
ipv6 odhcp6c: add a odhcp6c.user placeholder script 2021-03-10 20:16:06 +01:00
services ppp: compile fix: unset FILTER variable in Makefile 2021-03-19 00:25:58 +01:00
utils mac80211: backport upstream patches for driver disconnect 2021-03-15 14:05:43 +01:00