From: Nicolas Thill Date: Sat, 23 Sep 2006 19:34:15 +0000 (+0000) Subject: standardize Makefile, remove dup description X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=ce9573d5658a88a493a24482f21cb32219d742b6;p=openwrt%2Fstaging%2Fflorian.git standardize Makefile, remove dup description SVN-Revision: 4846 --- diff --git a/openwrt/package/hostap-utils/Makefile b/openwrt/package/hostap-utils/Makefile index d1f7914768..b794ad0d1e 100644 --- a/openwrt/package/hostap-utils/Makefile +++ b/openwrt/package/hostap-utils/Makefile @@ -10,27 +10,23 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostap-utils PKG_VERSION:=0.4.7 PKG_RELEASE:=1 -PKG_MD5SUM:=afe041581b8f01666e353bec20917c85 -PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/ +PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/ +PKG_MD5SUM:=afe041581b8f01666e353bec20917c85 PKG_CAT:=zcat -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) -PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install - include $(INCLUDE_DIR)/package.mk define Package/hostap-utils SECTION:=utils - CATEGORY:=Drivers + CATEGORY:=Kernel drivers DEPENDS:=kmod-hostap TITLE:=Host AP driver utility programs - DESCRIPTION:=Host AP driver utility programs URL:=http://hostap.epitest.fi/ endef - define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \