projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
make sure udhcpc is spawned as a background process (use eval)
[openwrt.git]
/
package
/
hostap-utils
/
Makefile
diff --git
a/package/hostap-utils/Makefile
b/package/hostap-utils/Makefile
index
f2e70ef
..
ad142f3
100644
(file)
--- a/
package/hostap-utils/Makefile
+++ b/
package/hostap-utils/Makefile
@@
-10,27
+10,24
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=hostap-utils
PKG_VERSION:=0.4.7
PKG_RELEASE:=1
PKG_NAME:=hostap-utils
PKG_VERSION:=0.4.7
PKG_RELEASE:=1
-PKG_MD5SUM:=afe041581b8f01666e353bec20917c85
-PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
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_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
include $(INCLUDE_DIR)/package.mk
define Package/hostap-utils
SECTION:=utils
- CATEGORY:=
Utilitie
s
- DEPENDS:=
+
kmod-hostap
+ CATEGORY:=
Kernel driver
s
+ 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/
endef
URL:=http://hostap.epitest.fi/
endef
-
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
This page took
0.020652 seconds
and
4
git commands to generate.