diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-08-02 14:14:40 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-08-02 14:14:40 +0000 |
commit | 6a88d5b84bdcb0a74b98231e3dd6023814675a8d (patch) | |
tree | 4d83d2a3f027f99bda68fed264faeab99475039c /package/hostap-utils | |
parent | 28f0d6066ee3f11a80f0ba980a42d6072e2ece48 (diff) | |
download | master-187ad058-6a88d5b84bdcb0a74b98231e3dd6023814675a8d.tar.gz master-187ad058-6a88d5b84bdcb0a74b98231e3dd6023814675a8d.tar.bz2 master-187ad058-6a88d5b84bdcb0a74b98231e3dd6023814675a8d.zip |
fix dependency
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4399 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostap-utils')
-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 3987ac5ca0..f2e70efa5f 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/ |