From c264a0c812ff15f79b8cb16f166fc0abef872de7 Mon Sep 17 00:00:00 2001 From: mb Date: Wed, 13 Oct 2010 19:05:59 +0000 Subject: [PATCH] openl2tp: Enable parallel build git-svn-id: svn://svn.openwrt.org/openwrt/packages@23428 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/openl2tp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/openl2tp/Makefile b/net/openl2tp/Makefile index bf89cf870..2dcf8841d 100644 --- a/net/openl2tp/Makefile +++ b/net/openl2tp/Makefile @@ -17,6 +17,7 @@ PKG_SOURCE_URL:=@SF/openl2tp PKG_MD5SUM:=87f035ca5ddf7c61e720f422cdc997cf PKG_BUILD_DEPENDS:=libreadline libncurses +PKG_BUILD_PARALLEL:=1 PKG_PPPD_VERSION:=2.4.4 include $(INCLUDE_DIR)/package.mk