|
@@ -10,12 +10,16 @@ include $(TOPDIR)/rules.mk
|
|
|
include $(INCLUDE_DIR)/kernel.mk
|
|
|
|
|
|
PKG_NAME:=acx
|
|
|
-PKG_VERSION:=20070101
|
|
|
+PKG_VERSION:=20070610
|
|
|
PKG_RELEASE:=1
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
|
|
PKG_SOURCE_URL:=@openwrt/
|
|
|
-PKG_MD5SUM:=ec6322b9c82781897a9433ef0cefda6f
|
|
|
+PKG_MD5SUM:=ce36d3d00f87a331d3dee6d5359d4499
|
|
|
+
|
|
|
+PKG_FW_NAME:=tiacx111c16
|
|
|
+PKG_FW_URL:=http://teknoraver.campuslife.it/software/acx-mac80211/
|
|
|
+PKG_FW_MD5SUM:=7026826460376f6b174f9225bd7781b9
|
|
|
|
|
|
PKG_UNPACK:= \
|
|
|
bzcat $(DL_DIR)/$(PKG_SOURCE) | \
|
|
@@ -37,6 +41,12 @@ define KernelPackage/acx/description
|
|
|
This package contains a driver for TI ACX1xx 802.11a/b/g chipsets.
|
|
|
endef
|
|
|
|
|
|
+$(STAMP_BUILT): $(DL_DIR)/$(PKG_FW_NAME)
|
|
|
+
|
|
|
+$(DL_DIR)/$(PKG_FW_NAME):
|
|
|
+ $(SCRIPT_DIR)/download.pl "$(DL_DIR)" "$(PKG_FW_NAME)" "$(PKG_FW_MD5SUM)" $(PKG_FW_URL)
|
|
|
+
|
|
|
+
|
|
|
define Build/Compile
|
|
|
$(MAKE) -C $(LINUX_DIR) \
|
|
|
SUBDIRS="$(PKG_BUILD_DIR)" \
|
|
@@ -53,4 +63,9 @@ define Build/Compile
|
|
|
modules
|
|
|
endef
|
|
|
|
|
|
+define KernelPackage/acx/install
|
|
|
+ $(INSTALL_DIR) $(1)/lib/firmware
|
|
|
+ $(INSTALL_DATA) $(DL_DIR)/$(PKG_FW_NAME) $(1)/lib/firmware/
|
|
|
+endef
|
|
|
+
|
|
|
$(eval $(call KernelPackage,acx))
|