for bcm43xx-mac80211 as well
SVN-Revision: 7703
This commit is contained in:
parent
6f66a0ae1b
commit
cc6a10de5b
1 changed files with 7 additions and 3 deletions
|
@ -32,8 +32,10 @@ define KernelPackage/bcm43xx-mac80211
|
||||||
VERSION:=$(PKG_RELEASE)+$(LINUX_VERSION)-$(BOARD)-$(LINUX_RELEASE)
|
VERSION:=$(PKG_RELEASE)+$(LINUX_VERSION)-$(BOARD)-$(LINUX_RELEASE)
|
||||||
DEPENDS:=@LINUX_2_6 +kmod-mac80211
|
DEPENDS:=@LINUX_2_6 +kmod-mac80211
|
||||||
SUBMENU:=Wireless Drivers
|
SUBMENU:=Wireless Drivers
|
||||||
|
ifneq ($(KERNEL_PATCHVER),2.6.21)
|
||||||
# AUTOLOAD:=$(call AutoLoad,30,bcm43xx-mac80211)
|
# AUTOLOAD:=$(call AutoLoad,30,bcm43xx-mac80211)
|
||||||
FILES:=$(PKG_BUILD_DIR)/bcm43xx-mac80211.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(PKG_BUILD_DIR)/bcm43xx-mac80211.$(LINUX_KMOD_SUFFIX)
|
||||||
|
endif
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Prepare
|
define Build/Prepare
|
||||||
|
@ -41,13 +43,15 @@ define Build/Prepare
|
||||||
$(CP) ./src/bcm43xx/* $(PKG_BUILD_DIR)/
|
$(CP) ./src/bcm43xx/* $(PKG_BUILD_DIR)/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
ifneq ($(KERNEL_PATCHVER),2.6.21)
|
||||||
|
define Build/Compile
|
||||||
$(MAKE) $(MAKE_CONFIGS) -C "$(LINUX_DIR)" \
|
$(MAKE) $(MAKE_CONFIGS) -C "$(LINUX_DIR)" \
|
||||||
CROSS_COMPILE="$(TARGET_CROSS)" \
|
CROSS_COMPILE="$(TARGET_CROSS)" \
|
||||||
ARCH="$(LINUX_KARCH)" \
|
ARCH="$(LINUX_KARCH)" \
|
||||||
EXTRA_CFLAGS="$(BUILDFLAGS)" \
|
EXTRA_CFLAGS="$(BUILDFLAGS)" \
|
||||||
SUBDIRS="$(PKG_BUILD_DIR)" \
|
SUBDIRS="$(PKG_BUILD_DIR)" \
|
||||||
modules
|
modules
|
||||||
endef
|
endef
|
||||||
|
endif
|
||||||
|
|
||||||
$(eval $(call KernelPackage,bcm43xx-mac80211))
|
$(eval $(call KernelPackage,bcm43xx-mac80211))
|
||||||
|
|
Loading…
Reference in a new issue