projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix up mac address setting on ixp4xx for devices that store this info in the RedBoot...
[openwrt.git]
/
package
/
acx-mac80211
/
Makefile
diff --git
a/package/acx-mac80211/Makefile
b/package/acx-mac80211/Makefile
index
33f7512
..
d2b6d8a
100644
(file)
--- a/
package/acx-mac80211/Makefile
+++ b/
package/acx-mac80211/Makefile
@@
-1,5
+1,5
@@
-#
-# 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.
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@
-10,24
+10,27
@@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=acx-mac80211
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=acx-mac80211
-PKG_VERSION:=200
71003
+PKG_VERSION:=200
80112
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@SF/acx100
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@SF/acx100
-PKG_MD5SUM:=dff7b396299001724e522d3ccf79c883
+PKG_MD5SUM:=3d2253c3a639ebccf06113be888118fb
+
+PKG_FW_C16_NAME:=tiacx111c16
+PKG_FW_C16_URL:=http://teknoraver.campuslife.it/software/acx-mac80211/
+PKG_FW_C16_MD5SUM:=7026826460376f6b174f9225bd7781b9
-PKG_FW_
NAME:=tiacx111c16
-PKG_FW_
URL:=http://teknoraver.campuslife.it/software/acx-mac80211
/
-PKG_FW_
MD5SUM:=7026826460376f6b174f9225bd7781b9
+PKG_FW_
C19_NAME:=tiacx111c19
+PKG_FW_
C19_URL:=http://ipkg.k1k2.de/files
/
+PKG_FW_
C19_MD5SUM:=a1fa9681e297b4e36e257090fc12265a
include $(INCLUDE_DIR)/package.mk
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
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
FILES:=$(PKG_BUILD_DIR)/acx-mac80211.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,acx-mac80211)
endef
@@
-36,10
+39,13
@@
define KernelPackage/acx-mac80211/description
Driver for acx111 cards (Mac80211 version)
endef
Driver for acx111 cards (Mac80211 version)
endef
-$(STAMP_BUILT): $(DL_DIR)/$(PKG_FW_NAME)
+$(STAMP_BUILT): $(DL_DIR)/$(PKG_FW_C16_NAME) $(DL_DIR)/$(PKG_FW_C19_NAME)
+
+$(DL_DIR)/$(PKG_FW_C16_NAME):
+ $(SCRIPT_DIR)/download.pl "$(DL_DIR)" "$(PKG_FW_C16_NAME)" "$(PKG_FW_C16_MD5SUM)" $(PKG_FW_C16_URL)
-$(DL_DIR)/$(PKG_FW_NAME):
- $(SCRIPT_DIR)/download.pl "$(DL_DIR)" "$(PKG_FW_
NAME)" "$(PKG_FW_MD5SUM)" $(PKG_FW
_URL)
+$(DL_DIR)/$(PKG_FW_
C19_
NAME):
+ $(SCRIPT_DIR)/download.pl "$(DL_DIR)" "$(PKG_FW_
C19_NAME)" "$(PKG_FW_C19_MD5SUM)" $(PKG_FW_C19
_URL)
PKG_EXTRA_KCONFIG:= \
CONFIG_ACX_MAC80211=m \
PKG_EXTRA_KCONFIG:= \
CONFIG_ACX_MAC80211=m \
@@
-67,7
+73,8
@@
endef
define KernelPackage/acx-mac80211/install
$(INSTALL_DIR) $(1)/lib/firmware
define KernelPackage/acx-mac80211/install
$(INSTALL_DIR) $(1)/lib/firmware
- $(INSTALL_DATA) $(DL_DIR)/$(PKG_FW_NAME) $(1)/lib/firmware/
+ $(INSTALL_DATA) $(DL_DIR)/$(PKG_FW_C16_NAME) $(1)/lib/firmware/
+ $(INSTALL_DATA) $(DL_DIR)/$(PKG_FW_C19_NAME) $(1)/lib/firmware/
endef
$(eval $(call KernelPackage,acx-mac80211))
endef
$(eval $(call KernelPackage,acx-mac80211))
This page took
0.02421 seconds
and
4
git commands to generate.