tn3399_openwrt/package
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
..
base-files treewide: remove execute bit and shebang from board.d files 2021-03-06 11:30:06 +01:00
boot uboot-mediatek: don't rely in 'lzma' cmdline 2021-03-18 04:19:48 +00:00
devel strace: update package to v5.10 2021-01-30 01:03:00 +01:00
firmware treewide: fix spelling 'seperate' -> 'separate' 2021-02-28 23:59:21 +00:00
kernel build: use -nostdinc and -isystem in NOSTDINC_FLAGS for out-of-tree kernel modules 2021-03-18 10:53:26 +01:00
libs mbedtls: update to 2.16.10 2021-03-16 21:17:02 +01:00
network ppp: compile fix: unset FILTER variable in Makefile 2021-03-19 00:25:58 +01:00
system mtd: fix imagetag compilation 2021-03-17 08:42:05 +01:00
utils busybox: backport fixes for 1.33.0 2021-03-13 21:18:02 +01:00
Makefile build: always build package/kernel/linux 2020-10-15 13:25:58 +02:00