aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostap-utils
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2006-09-23 19:34:15 +0000
committerNicolas Thill <nico@openwrt.org>2006-09-23 19:34:15 +0000
commitee21a6e163a24cad93c663a6157795a608add899 (patch)
tree590f07580bb0da7b3ab2863d18bad17559a0ca31 /package/hostap-utils
parent9883a26212d7d05a99e34139478dfde1463c6804 (diff)
downloadupstream-ee21a6e163a24cad93c663a6157795a608add899.tar.gz
upstream-ee21a6e163a24cad93c663a6157795a608add899.tar.bz2
upstream-ee21a6e163a24cad93c663a6157795a608add899.zip
standardize Makefile, remove dup description
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4846 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostap-utils')
-rw-r--r--package/hostap-utils/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/package/hostap-utils/Makefile b/package/hostap-utils/Makefile
index d1f7914768..b794ad0d1e 100644
--- a/package/hostap-utils/Makefile
+++ b/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) \