From 3dcde391932249d643a38ee1775cc5d737477f1c Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sat, 28 Oct 2006 13:37:33 +0000 Subject: [PATCH] use target optimization flags, Makefile cleanup SVN-Revision: 5321 --- net/wdiag/Makefile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/net/wdiag/Makefile b/net/wdiag/Makefile index d2871caef..ac90a15c7 100644 --- a/net/wdiag/Makefile +++ b/net/wdiag/Makefile @@ -11,14 +11,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wdiag PKG_VERSION:=0.8 PKG_RELEASE:=1 -PKG_MD5SUM:=248bc2ca318f697e9edce1af945c57bd -PKG_SOURCE_URL:=@SF/wdiag +PKG_MD5SUM:=248bc2ca318f697e9edce1af945c57bd PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz +PKG_SOURCE_URL:=@SF/wdiag PKG_CAT:=zcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) -PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install include $(INCLUDE_DIR)/package.mk @@ -26,19 +25,19 @@ define Package/wdiag SECTION:=net CATEGORY:=Network TITLE:=Westell DSL Modem Diagnostics for Linux - DESCRIPTION:=A collection of utilities to get DSL stats from Westell DSL modems.\\\ + DESCRIPTION:=A collection of utilities to get DSL stats from Westell DSL modems. URL:=http://sourceforge.net/projects/wdiag/ endef define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR)/src \ - $(TARGET_CONFIGURE_OPTS) \ - prefix="$(PKG_INSTALL_DIR)/usr" + $(TARGET_CONFIGURE_OPTS) \ + CFLAGS="$(TARGET_CFLAGS)" endef define Package/wdiag/install install -m0755 -d $(1)/usr/sbin - $(CP) $(PKG_BUILD_DIR)/src/w{start,stop,estell} $(1)/usr/sbin + $(CP) $(PKG_BUILD_DIR)/src/w{start,stop,estell} $(1)/usr/sbin/ endef $(eval $(call BuildPackage,wdiag)) -- 2.30.2