2006-06-19 19:59:53 +00:00
|
|
|
# $Id: Makefile 2480 2005-11-14 02:07:33Z nbd $
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
2006-06-21 02:32:39 +00:00
|
|
|
include $(INCLUDE_DIR)/kernel.mk
|
2006-06-19 19:59:53 +00:00
|
|
|
|
|
|
|
PKG_NAME:=broadcom-wl
|
|
|
|
PKG_VERSION:=4.80.9.2
|
|
|
|
PKG_RELEASE:=1
|
|
|
|
WLC_VERSION:=0.1
|
|
|
|
|
|
|
|
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
|
|
|
PKG_SOURCE_URL:=http://downloads.openwrt.org/sources
|
2006-06-20 04:48:01 +00:00
|
|
|
PKG_MD5SUM:=7d9fab2c611369bbe075c3924ea77450
|
2006-06-19 19:59:53 +00:00
|
|
|
PKG_CAT:=bzcat
|
|
|
|
|
2006-06-21 02:32:39 +00:00
|
|
|
include $(INCLUDE_DIR)/package.mk
|
2006-06-19 19:59:53 +00:00
|
|
|
|
|
|
|
define Package/kmod-brcm-wl
|
|
|
|
SECTION:=drivers
|
|
|
|
CATEGORY:=Drivers
|
|
|
|
DEPENDS:=@LINUX_2_4_BRCM
|
|
|
|
DEFAULT:=y
|
2006-06-25 16:05:43 +00:00
|
|
|
SUBMENU:=Proprietary BCM43xx WiFi driver
|
|
|
|
TITLE:=Kernel driver (normal version)
|
2006-06-19 19:59:53 +00:00
|
|
|
DESCRIPTION:=Proprietary Wireless driver for the Broadcom BCM43xx chipset
|
|
|
|
VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(PKG_RELEASE)
|
|
|
|
endef
|
|
|
|
|
2006-06-19 21:11:35 +00:00
|
|
|
define Package/kmod-brcm-wl-mimo
|
2006-06-19 19:59:53 +00:00
|
|
|
$(call Package/kmod-brcm-wl)
|
2006-06-19 21:11:35 +00:00
|
|
|
DEFAULT:=m if ALL
|
2006-06-25 16:05:43 +00:00
|
|
|
TITLE:=Kernel driver (MIMO version)
|
2006-06-19 21:11:35 +00:00
|
|
|
DESCRIPTION:=Proprietary Wireless driver for the Broadcom BCM43xx chipset (MIMO version)
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/wlc
|
|
|
|
$(call Package/kmod-brcm-wl-mimo)
|
2006-06-25 13:55:24 +00:00
|
|
|
DEFAULT:=y
|
2006-06-19 19:59:53 +00:00
|
|
|
DEPENDS:=kmod-brcm-wl
|
|
|
|
TITLE:=Setup utility
|
|
|
|
DESCRIPTION:=Utility for initializing the Broadcom wl driver
|
|
|
|
VERSION:=$(WLC_VERSION)-$(PKG_RELEASE)
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/wl
|
|
|
|
$(call Package/wlc)
|
|
|
|
TITLE:=Utility for changing the driver's parameters
|
|
|
|
DESCRIPTION:=Utility for changing the Broadcom wl driver's parameters
|
|
|
|
VERSION:=$(PKG_VERSION)-$(PKG_RELEASE)
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/nas
|
|
|
|
$(call Package/wl)
|
2006-06-25 16:28:10 +00:00
|
|
|
DEPENDS:=nvram
|
2006-06-19 19:59:53 +00:00
|
|
|
TITLE:=Proprietary WPA/WPA2 authenticator
|
|
|
|
DESCRIPTION:=Proprietary WPA/WPA2 authenticator for the Broadcom wl driver
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Build/Prepare
|
|
|
|
$(call Build/Prepare/Default)
|
|
|
|
$(CP) src/* $(PKG_BUILD_DIR)/
|
|
|
|
endef
|
|
|
|
|
2006-06-19 21:11:35 +00:00
|
|
|
MAKEFLAGS_KMOD = -C "$(LINUX_DIR)" \
|
2006-06-19 19:59:53 +00:00
|
|
|
CROSS_COMPILE="$(TARGET_CROSS)" \
|
|
|
|
ARCH="$(LINUX_KARCH)" \
|
|
|
|
PATH="$(TARGET_PATH)" \
|
2006-06-19 21:11:35 +00:00
|
|
|
SUBDIRS="$(PKG_BUILD_DIR)/kmod"
|
|
|
|
|
|
|
|
|
|
|
|
define Build/Compile
|
|
|
|
# Compile the kernel part
|
|
|
|
$(MAKE) $(MAKEFLAGS_KMOD) \
|
|
|
|
modules
|
|
|
|
$(MAKE) $(MAKEFLAGS_KMOD) MOD_NAME="_mimo" \
|
2006-06-19 19:59:53 +00:00
|
|
|
modules
|
|
|
|
|
|
|
|
# Compile wlc
|
|
|
|
$(MAKE) -C $(PKG_BUILD_DIR)/wlc \
|
|
|
|
$(TARGET_CONFIGURE_OPTS) \
|
|
|
|
CC="$(TARGET_CC)" \
|
|
|
|
CFLAGS="-I$(PKG_BUILD_DIR)/wlc/include $(TARGET_CFLAGS)" \
|
|
|
|
all
|
|
|
|
endef
|
|
|
|
|
2006-06-19 21:11:35 +00:00
|
|
|
define wl_template
|
2006-06-19 20:30:20 +00:00
|
|
|
install -d -m0755 $(1)/etc/modules.d
|
2006-06-19 21:11:35 +00:00
|
|
|
echo "wl$(2)" > $(1)/etc/modules.d/20-wl$(2)
|
2006-06-19 19:59:53 +00:00
|
|
|
install -d -m0755 $(1)/lib/modules/$(LINUX_VERSION)
|
2006-06-19 21:11:35 +00:00
|
|
|
install -m0644 $(PKG_BUILD_DIR)/kmod/wl$(2).o $(1)/lib/modules/$(LINUX_VERSION)/
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/kmod-brcm-wl/install
|
|
|
|
$(call wl_template,$(1))
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/kmod-brcm-wl-mimo/install
|
|
|
|
$(call wl_template,$(1),_mimo)
|
2006-06-19 19:59:53 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/wlc/install
|
2006-06-25 15:42:53 +00:00
|
|
|
$(CP) ./files/* $(1)/
|
2006-06-19 19:59:53 +00:00
|
|
|
install -d -m0755 $(1)/sbin
|
|
|
|
install -m0755 $(PKG_BUILD_DIR)/wlc/wlc $(1)/sbin/
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/wl/install
|
|
|
|
install -d -m0755 $(1)/usr/sbin
|
|
|
|
install -m0755 $(PKG_BUILD_DIR)/wl $(1)/usr/sbin/
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/nas/install
|
2006-06-20 04:48:01 +00:00
|
|
|
install -d -m0755 $(1)/usr/lib
|
|
|
|
install -m0755 $(PKG_BUILD_DIR)/libbcmcrypto.so $(1)/usr/lib/
|
2006-06-19 19:59:53 +00:00
|
|
|
install -d -m0755 $(1)/usr/sbin
|
|
|
|
install -m0755 $(PKG_BUILD_DIR)/nas $(1)/usr/sbin/
|
2006-06-20 04:48:01 +00:00
|
|
|
ln -sf nas $(1)/usr/sbin/nas4not
|
|
|
|
ln -sf nas $(1)/usr/sbin/nas4wds
|
2006-06-19 19:59:53 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildPackage,kmod-brcm-wl))
|
2006-06-19 21:11:35 +00:00
|
|
|
$(eval $(call BuildPackage,kmod-brcm-wl-mimo))
|
2006-06-19 19:59:53 +00:00
|
|
|
$(eval $(call BuildPackage,wlc))
|
|
|
|
$(eval $(call BuildPackage,wl))
|
|
|
|
$(eval $(call BuildPackage,nas))
|