buildrootschalter/package/pppd
Peter Korsgaard 94ce13a56f pppd: fix build with 3.5+ kernel headers
Fixes http://autobuild.buildroot.net/results/8a9369fece696e012249b865708ffee533c5318a

Pppd bundles some, but not all needed kernel headers. In Linux 3.5 (and
before that 2.6.35) if_pppol2tp.h was changed, so the embedded copy was no
longer compatible.

if_pppol2tp.h has been part of the exported kernel headers since 2.6.23, so
simply drop the bundled copy and use the kernel headers instead, similar
to how it is done in Gentoo:

https://bugs.gentoo.org/show_bug.cgi?id=427684

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-09-11 08:59:56 +02:00
..
Config.in pppd: convert to gentargets, properly add radius support, fix l2tp for 2.6.35 headers 2010-10-18 11:30:31 +02:00
pppd.mk pppd: fix build with 3.5+ kernel headers 2012-09-11 08:59:56 +02:00