From 6c500b7a5a7d3288f77c176e8c3efeaa08be8bef Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Wed, 2 Aug 2006 14:14:40 +0000
Subject: [PATCH] fix dependency

SVN-Revision: 4399
---
 openwrt/package/hostap-utils/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openwrt/package/hostap-utils/Makefile b/openwrt/package/hostap-utils/Makefile
index 3987ac5ca0..f2e70efa5f 100644
--- a/openwrt/package/hostap-utils/Makefile
+++ b/openwrt/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/
-- 
GitLab