diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-08-02 14:14:40 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-08-02 14:14:40 +0000 |
commit | f870289fee0a95b0fb0bdc7e176d5378d8262c98 (patch) | |
tree | 4d83d2a3f027f99bda68fed264faeab99475039c | |
parent | d8ced17f8b4963015c43b0084650231bef7bb565 (diff) |
fix dependency
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4399 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/hostap-utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostap-utils/Makefile b/package/hostap-utils/Makefile index 3987ac5ca..f2e70efa5 100644 --- a/package/hostap-utils/Makefile +++ b/package/hostap-utils/Makefile @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk define Package/hostap-utils SECTION:=utils CATEGORY:=Utilities - DEPENDS:=+hostap + DEPENDS:=+kmod-hostap TITLE:=Host AP driver utility programs DESCRIPTION:=Host AP driver utility programs URL:=http://hostap.epitest.fi/ |