From 877dcff7d3331807c8058f49a8dec7d97eee4638 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:07:47 +0100 Subject: [PATCH] ppp: add autoreconf support Signed-off-by: Stephan Raue --- packages/network/ppp/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/network/ppp/meta b/packages/network/ppp/meta index 289abd2172..e75f30a220 100644 --- a/packages/network/ppp/meta +++ b/packages/network/ppp/meta @@ -12,3 +12,5 @@ PKG_SECTION="network" PKG_SHORTDESC="ppp: The PPP user level programs" PKG_LONGDESC="The Point-to-Point Protocol (PPP) provides a standard way to establish a network connection over a serial link. At present, this package supports IP and the protocols layered above IP, such as TCP and UDP. The Linux port of this package also has support for IPX." PKG_IS_ADDON="no" + +PKG_AUTORECONF="yes"