diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-23 13:21:05 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-23 13:21:05 +0000 |
commit | 573015f98acfc06f04a938f72ef119c369603db9 (patch) | |
tree | 7e5019e6e45e040cd8c67299eceeae77e7cf18bc /target/linux/package/Makefile | |
parent | 594e7ef815eaf03b727686df664579ef527f60de (diff) |
add hostap kernel driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2278 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/Makefile')
-rw-r--r-- | target/linux/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/package/Makefile b/target/linux/package/Makefile index ad9b21a2e..99e8b6a0f 100644 --- a/target/linux/package/Makefile +++ b/target/linux/package/Makefile @@ -5,6 +5,7 @@ ifneq ($(BOARD),ar7) package-$(BR2_PACKAGE_KMOD_ALSA) += alsa endif package-$(BR2_PACKAGE_KMOD_FUSE) += fuse +package-$(BR2_PACKAGE_KMOD_HOSTAP) += hostap package-$(BR2_PACKAGE_KMOD_MINI_FO) += mini_fo package-$(BR2_PACKAGE_KMOD_SHFS) += shfs package-$(BR2_PACKAGE_KMOD_OPENSWAN) += openswan |