X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Facx-mac80211%2FMakefile;h=bbdf5f0cba26c5177edf76299938ecece341e99a;hb=e8d828b3ec98884c2eb808c7ece4d315caef673d;hp=33f7512d85056464a51bec195c3397ac200996b4;hpb=85c1d5c75138d7110b998553544cf6a4907aecc4;p=openwrt-10.03%2F.git diff --git a/package/acx-mac80211/Makefile b/package/acx-mac80211/Makefile index 33f7512d8..bbdf5f0cb 100644 --- a/package/acx-mac80211/Makefile +++ b/package/acx-mac80211/Makefile @@ -1,33 +1,30 @@ -# -# Copyright (C) 2007 OpenWrt.org +# +# Copyright (C) 2007-2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=acx-mac80211 -PKG_VERSION:=20071003 +PKG_REV:=e7a55711 +PKG_VERSION:=20100302 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=@SF/acx100 -PKG_MD5SUM:=dff7b396299001724e522d3ccf79c883 - -PKG_FW_NAME:=tiacx111c16 -PKG_FW_URL:=http://teknoraver.campuslife.it/software/acx-mac80211/ -PKG_FW_MD5SUM:=7026826460376f6b174f9225bd7781b9 +PKG_SOURCE_URL:=git://gitorious.org/~oli1417/acx-mac80211/oli1417-clone.git +PKG_SOURCE_PROTO:=git +PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) +PKG_SOURCE_VERSION:=$(PKG_REV) include $(INCLUDE_DIR)/package.mk -# XXX: remove @!TARGET_* later when we have PCI support properly detected on all targets define KernelPackage/acx-mac80211 SUBMENU:=Wireless Drivers TITLE:=ACX111 Mac80211 driver - DEPENDS:=+kmod-mac80211 @!TARGET_atheros + DEPENDS:=@LINUX_2_6 @PCI_SUPPORT||TARGET_ar7 +kmod-mac80211 @BROKEN FILES:=$(PKG_BUILD_DIR)/acx-mac80211.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,50,acx-mac80211) endef @@ -36,10 +33,24 @@ define KernelPackage/acx-mac80211/description Driver for acx111 cards (Mac80211 version) 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) +C16_FW:=tiacx111c16 +C19_FW:=tiacx111c19 + +define Download/tiacx111c16 + FILE:=$(C16_FW) + URL:=http://teknoraver.net/software/acx-mac80211/ + MD5SUM:=7026826460376f6b174f9225bd7781b9 +endef +$(eval $(call Download,tiacx111c16)) + +define Download/tiacx111c19 + FILE:=$(C19_FW) + URL:=http://ipkg.k1k2.de/files/ + MD5SUM:=a1fa9681e297b4e36e257090fc12265a +endef +$(eval $(call Download,tiacx111c19)) + PKG_EXTRA_KCONFIG:= \ CONFIG_ACX_MAC80211=m \ @@ -57,6 +68,7 @@ define Build/Compile $(PKG_EXTRA_KCONFIG) \ EXTRA_CFLAGS="$(PKG_EXTRA_CFLAGS)" \ LINUXINCLUDE="-I$(STAGING_DIR)/usr/include/mac80211 -I$(LINUX_DIR)/include \ + -Iarch/$(LINUX_KARCH)/include \ -include linux/autoconf.h" \ V="$(V)" \ modules @@ -67,7 +79,8 @@ endef define KernelPackage/acx-mac80211/install $(INSTALL_DIR) $(1)/lib/firmware - $(INSTALL_DATA) $(DL_DIR)/$(PKG_FW_NAME) $(1)/lib/firmware/ + $(INSTALL_DATA) $(DL_DIR)/$(C16_FW) $(1)/lib/firmware/ + $(INSTALL_DATA) $(DL_DIR)/$(C19_FW) $(1)/lib/firmware/ endef $(eval $(call KernelPackage,acx-mac80211))