mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-17 22:44:39 +02:00
standardize Makefile, remove dup description
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4846 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6e891afbdd
commit
93f14ce27e
@ -10,27 +10,23 @@ include $(TOPDIR)/rules.mk
|
|||||||
PKG_NAME:=hostap-utils
|
PKG_NAME:=hostap-utils
|
||||||
PKG_VERSION:=0.4.7
|
PKG_VERSION:=0.4.7
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_MD5SUM:=afe041581b8f01666e353bec20917c85
|
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
|
||||||
PKG_CAT:=zcat
|
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
|
PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/
|
||||||
|
PKG_MD5SUM:=afe041581b8f01666e353bec20917c85
|
||||||
|
PKG_CAT:=zcat
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/hostap-utils
|
define Package/hostap-utils
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Drivers
|
CATEGORY:=Kernel drivers
|
||||||
DEPENDS:=kmod-hostap
|
DEPENDS:=kmod-hostap
|
||||||
TITLE:=Host AP driver utility programs
|
TITLE:=Host AP driver utility programs
|
||||||
DESCRIPTION:=Host AP driver utility programs
|
|
||||||
URL:=http://hostap.epitest.fi/
|
URL:=http://hostap.epitest.fi/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
|
Loading…
Reference in New Issue
Block a user