X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=net%2Fwdiag%2FMakefile;h=4c23e86a02fe71ca8cbb259823b1ba88219cca4b;hb=46a54f7e89237a585872247dbab03567faef6f52;hp=3c8c984af8ac61b2b72e13e976faba83757bfce2;hpb=75ea41a2c060b638aed79b8ce50de8f86505c1b3;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/net/wdiag/Makefile b/net/wdiag/Makefile index 3c8c984af8..4c23e86a02 100644 --- a/net/wdiag/Makefile +++ b/net/wdiag/Makefile @@ -15,7 +15,6 @@ PKG_RELEASE:=1 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) @@ -25,10 +24,13 @@ 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. URL:=http://sourceforge.net/projects/wdiag/ endef +define Package/wdiag/description +A collection of utilities to get DSL stats from Westell DSL modems. +endef + define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR)/src \ $(TARGET_CONFIGURE_OPTS) \ @@ -36,7 +38,7 @@ define Build/Compile endef define Package/wdiag/install - install -m0755 -d $(1)/usr/sbin + $(INSTALL_DIR) $(1)/usr/sbin $(CP) $(PKG_BUILD_DIR)/src/w{start,stop,estell} $(1)/usr/sbin/ endef