Fix the mac80211 installation, remove the in-kernel mac80211 package, thanks to Daniel Gimpelevich
SVN-Revision: 8369
This commit is contained in:
parent
00274181f7
commit
cb653c14bf
2 changed files with 9 additions and 13 deletions
|
@ -45,19 +45,6 @@ define KernelPackage/ieee80211-softmac
|
|||
endef
|
||||
$(eval $(call KernelPackage,ieee80211-softmac))
|
||||
|
||||
define KernelPackage/mac80211
|
||||
TITLE:=mac80211 (Devicescape) support
|
||||
DEPENDS:=@LINUX_2_6
|
||||
KCONFIG:=CONFIG_MAC80211
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/net/wireless/cfg80211.$(LINUX_KMOD_SUFFIX) \
|
||||
$(LINUX_DIR)/net/mac80211/mac80211.$(LINUX_KMOD_SUFFIX) \
|
||||
$(LINUX_DIR)/net/mac80211/rc80211_simple.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,20,cfg80211 mac80211 rc80211_simple)
|
||||
SUBMENU:=$(WIMENU)
|
||||
endef
|
||||
$(eval $(call KernelPackage,mac80211))
|
||||
|
||||
define KernelPackage/net-bcm43xx
|
||||
TITLE:=Broadcom BCM43xx driver
|
||||
DESCRIPTION:=\\\
|
||||
|
|
|
@ -57,4 +57,13 @@ ifneq ($(KERNEL_PATCHVER),2.6.21)
|
|||
endef
|
||||
endif
|
||||
|
||||
define Build/InstallDev
|
||||
mkdir -p $(STAGING_DIR)/usr/include/mac80211
|
||||
$(CP) $(PKG_BUILD_DIR)/mac80211/{hostapd_ioctl,ieee80211_common}.h $(STAGING_DIR)/usr/include/mac80211
|
||||
endef
|
||||
|
||||
define Build/UninstallDev
|
||||
rm -rf $(STAGING_DIR)/usr/include/mac80211
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,mac80211))
|
||||
|
|
Loading…
Reference in a new issue