1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-28 15:11:27 +02:00

ppp: enable parallel builds

SVN-Revision: 33415
This commit is contained in:
Felix Fietkau 2012-09-15 11:36:55 +00:00
parent be6f437649
commit fe30b8effa

@ -20,6 +20,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSI
PKG_BUILD_DEPENDS:=libpcap
PKG_BUILD_PARALLEL:=1
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk