projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mark b43 as broken
[openwrt.git]
/
package
/
acx-mac80211
/
Makefile
diff --git
a/package/acx-mac80211/Makefile
b/package/acx-mac80211/Makefile
index
5578d64
..
47b86a4
100644
(file)
--- a/
package/acx-mac80211/Makefile
+++ b/
package/acx-mac80211/Makefile
@@
-10,12
+10,12
@@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=acx-mac80211
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=acx-mac80211
-PKG_VERSION:=2007
0610
+PKG_VERSION:=2007
1003
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_URL:=
http://www.hauke-m.de/fileadmin/acx
-PKG_MD5SUM:=
7c6c70722a5a2ad6ad25075467ea4909
+PKG_SOURCE_URL:=
@SF/acx100
+PKG_MD5SUM:=
dff7b396299001724e522d3ccf79c883
PKG_FW_NAME:=tiacx111c16
PKG_FW_URL:=http://teknoraver.campuslife.it/software/acx-mac80211/
PKG_FW_NAME:=tiacx111c16
PKG_FW_URL:=http://teknoraver.campuslife.it/software/acx-mac80211/
@@
-26,16
+26,20
@@
ifeq ($(DUMP),)
include $(LINUX_DIR)/.config
endif
include $(LINUX_DIR)/.config
endif
+# 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
- DESCRIPTION:=Driver for acx111 cards (Mac80211 version)
- DEPENDS:=@LINUX_2_6 +kmod-mac80211
- KCONFIG:=CONFIG_MAC80211
+ DEPENDS:=@LINUX_2_6 +kmod-mac80211 @!TARGET_atheros
+# KCONFIG:=CONFIG_MAC80211
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
+define KernelPackage/acx-mac80211/description
+ Driver for acx111 cards (Mac80211 version)
+endef
+
$(STAMP_BUILT): $(DL_DIR)/$(PKG_FW_NAME)
$(DL_DIR)/$(PKG_FW_NAME):
$(STAMP_BUILT): $(DL_DIR)/$(PKG_FW_NAME)
$(DL_DIR)/$(PKG_FW_NAME):
This page took
0.021083 seconds
and
4
git commands to generate.