From 56db729aba615da0ebe746c796dd660036a779e7 Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 3 Aug 2010 12:04:11 +0000 Subject: [PATCH] [packages] quagga: use PKG_INSTALL git-svn-id: svn://svn.openwrt.org/openwrt/packages@22472 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/quagga/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 75fad9bcc..a2bf96379 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -23,6 +23,7 @@ PKG_CONFIG_DEPENDS:= \ CONFIG_PACKAGE_quagga-unstable-ripngd PKG_FIXUP:=libtool +PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk @@ -144,12 +145,6 @@ ifneq ($(CONFIG_PACKAGE_quagga-ripngd),) CONFIGURE_ARGS+= --enable-ripngd endif -define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR) \ - DESTDIR=$(PKG_INSTALL_DIR) \ - all install -endef - define Package/quagga/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/zebra $(1)/usr/sbin/ -- 2.11.0