Makefile 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. #
  2. # Copyright (C) 2007-2012 OpenWrt.org
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. # See /LICENSE for more information.
  6. #
  7. include $(TOPDIR)/rules.mk
  8. include $(INCLUDE_DIR)/kernel.mk
  9. PKG_NAME:=acx-mac80211
  10. PKG_REV:=v20130127
  11. PKG_VERSION:=20130909
  12. PKG_RELEASE:=1
  13. PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
  14. PKG_SOURCE_URL:=git://acx100.git.sourceforge.net/gitroot/acx100/acx-mac80211
  15. PKG_SOURCE_PROTO:=git
  16. PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
  17. PKG_SOURCE_VERSION:=$(PKG_REV)
  18. # PKG_MIRROR_MD5SUM:=
  19. PKG_BUILD_DEPENDS:=mac80211
  20. PKG_CONFIG_DEPENDS:= \
  21. CONFIG_PACKAGE_MAC80211_DEBUGFS \
  22. CONFIG_PACKAGE_MAC80211_MESH \
  23. include $(INCLUDE_DIR)/package.mk
  24. define KernelPackage/acx-mac80211
  25. SUBMENU:=Wireless Drivers
  26. TITLE:=ACX1xx mac80211 driver
  27. DEPENDS:=@(PCI_SUPPORT||TARGET_ar7) @!TARGET_cobalt @mipsel +kmod-mac80211
  28. FILES:=$(PKG_BUILD_DIR)/acx-mac80211.ko
  29. AUTOLOAD:=$(call AutoLoad,50,mac80211 acx-mac80211)
  30. MAINTAINER:=Florian Fainelli <florian@openwrt.org>
  31. MENU:=1
  32. endef
  33. define KernelPackage/acx-mac80211/config
  34. menu "Configuration"
  35. depends on PACKAGE_kmod-acx-mac80211
  36. config ACX_ID_0D
  37. bool "ACX1xx Radio ID 0D firmware"
  38. help
  39. Download and install firmware for:
  40. ACX1xx cards with Radio ID 0D into /lib/firmware.
  41. config ACX_ID_11
  42. bool "ACX1xx Radio ID 11 firmware"
  43. help
  44. Download and install firmware for:
  45. ACX1xx cards with Radio ID 11 into /lib/firmware.
  46. config ACX_ID_15
  47. bool "ACX1xx Radio ID 15 firmware"
  48. help
  49. Download and install firmware for:
  50. ACX1xx cards with Radio ID 15 into /lib/firmware.
  51. config ACX_ID_16
  52. bool "ACX1xx Radio ID 16 firmware"
  53. default y
  54. help
  55. Download and install firmware for:
  56. ACX1xx cards with Radio ID 16 into /lib/firmware.
  57. choice
  58. prompt "ACX111 firmware version"
  59. depends on ACX_ID_16
  60. default ACX_DEFAULT if !TARGET_adm5120
  61. default ACX_1_2_1_34 if TARGET_adm5120
  62. help
  63. This option allows you to select the version of the acx firmware.
  64. config ACX_DEFAULT
  65. bool "Default"
  66. help
  67. Default firmware for ACX111 devices.
  68. If unsure, select this.
  69. config ACX_1_2_1_34
  70. bool "1.2.1_34"
  71. help
  72. 1.2.1_34 firmware for ACX111 devices. Works with Zyxel P-334WT.
  73. If unsure, select the "default" firmware.
  74. endchoice
  75. config ACX_ID_17
  76. bool "ACX1xx Radio ID 17 firmware"
  77. help
  78. Download and install firmware for:
  79. ACX1xx cards with Radio ID 17 into /lib/firmware.
  80. config ACX_ID_19
  81. bool "ACX1xx Radio ID 19 firmware"
  82. default y
  83. help
  84. Download and install firmware for:
  85. ACX1xx cards with Radio ID 19 into /lib/firmware.
  86. config ACX_ID_1B
  87. bool "ACX1xx Radio ID 1B firmware"
  88. help
  89. Download and install firmware for:
  90. ACX1xx cards with Radio ID 1b into /lib/firmware.
  91. endmenu
  92. endef
  93. define KernelPackage/acx-mac80211/description
  94. Driver for acx111 cards (mac80211 version)
  95. endef
  96. define Download/tiacx100
  97. FILE:=tiacx100
  98. URL:=http://acx100.erley.org/fw/acx100_1.9.8.b/
  99. MD5SUM:=24a54fd30f7658fcbffc825b0dd7aa5b
  100. endef
  101. define Download/tiacx100r0d
  102. FILE:=tiacx100r0D
  103. URL:=http://acx100.erley.org/fw/acx100_1.9.8.b/
  104. MD5SUM:=1c7413e7b0be4ef7d1e424a132e17fab
  105. endef
  106. define Download/tiacx100r11
  107. FILE:=tiacx100r11
  108. URL:=http://acx100.erley.org/fw/acx100_1.9.8.b/
  109. MD5SUM:=a150750ad33c512edc4afee5270b37cb
  110. endef
  111. define Download/tiacx100r15
  112. FILE:=tiacx100r15
  113. URL:=http://acx100.erley.org/fw/acx100_1.9.8.b/
  114. MD5SUM:=c99d01d4fcf0d6cc00441aff60690be4
  115. endef
  116. define Download/tiacx111c16
  117. FILE:=tiacx111c16
  118. URL:=http://acx100.erley.org/fw/acx111_2.3.1.31/
  119. MD5SUM:=7026826460376f6b174f9225bd7781b9
  120. endef
  121. define Download/tiacx111c16_1
  122. FILE:=tiacx111c16_1.2.1_34
  123. URL:=http://sites.google.com/site/atorkhov/files/
  124. MD5SUM:=fcd07de4b25e1d2aaf3b78b27c5b7ee9
  125. endef
  126. define Download/tiacx111c17
  127. FILE:=tiacx111c17
  128. URL:=http://acx100.erley.org/fw/acx111_2.3.1.31/
  129. MD5SUM:=95552544ca6d2b4e8c6aeb80b8ae7fdf
  130. endef
  131. define Download/tiacx111c19
  132. FILE:=tiacx111c19
  133. URL:=http://acx100.erley.org/fw/acx111_2.3.1.31/
  134. MD5SUM:=a1fa9681e297b4e36e257090fc12265a
  135. endef
  136. define Download/tiacx111usbc1b
  137. FILE:=tiacx111usbc1B
  138. URL:=http://acx100.erley.org/fw/acx111_2.4.0.70-USB/
  139. MD5SUM:=c4edecd912b2417779d0b65e3a7dc86d
  140. endef
  141. PKG_EXTRA_KCONFIG:= \
  142. CONFIG_ACX_MAC80211=m \
  143. CONFIG_ACX_MAC80211_PCI=m \
  144. PKG_EXTRA_CFLAGS:= \
  145. $(patsubst CONFIG_%, -DCONFIG_%=1, $(patsubst %=m,%,$(filter %=m,$(PKG_EXTRA_KCONFIG)))) \
  146. $(patsubst CONFIG_%, -DCONFIG_%=1, $(patsubst %=y,%,$(filter %=y,$(PKG_EXTRA_KCONFIG)))) \
  147. $(if $(CONFIG_LEDS_TRIGGERS), -DCONFIG_MAC80211_LEDS -DCONFIG_LEDS_TRIGGERS) \
  148. $(if $(CONFIG_PACKAGE_MAC80211_DEBUGFS), -DCONFIG_CFG80211_DEBUGFS -DCONFIG_MAC80211_DEBUGFS) \
  149. $(if $(CONFIG_PACKAGE_MAC80211_MESH), -DCONFIG_MAC80211_MESH) \
  150. -DBACKPORTED_KERNEL_NAME=\\\"$(PKG_SOURCE)\\\" \
  151. -DBACKPORTED_KERNEL_VERSION=\\\"$(PKG_SOURCE_VERSION)\\\" \
  152. -DBACKPORTS_VERSION=\\\"unknown\\\" \
  153. define Build/Compile
  154. $(MAKE) -C "$(LINUX_DIR)" \
  155. ARCH="$(LINUX_KARCH)" \
  156. CROSS_COMPILE="$(TARGET_CROSS)" \
  157. SUBDIRS="$(PKG_BUILD_DIR)" \
  158. $(PKG_EXTRA_KCONFIG) \
  159. EXTRA_CFLAGS="$(PKG_EXTRA_CFLAGS) -DCONFIG_ACX_MAC80211_VERSION=\"KERNEL_VERSION(3,14,0)\"" \
  160. LINUXINCLUDE="-I$(STAGING_DIR)/usr/include/mac80211-backport/uapi -I$(STAGING_DIR)/usr/include/mac80211-backport \
  161. -I$(STAGING_DIR)/usr/include/mac80211/uapi -I$(STAGING_DIR)/usr/include/mac80211 \
  162. -I$(LINUX_DIR)/include -I$(LINUX_DIR)/include/$(LINUX_UAPI_DIR) \
  163. -I$(LINUX_DIR)/include/generated/uapi/ -Iarch/$(LINUX_KARCH)/include \
  164. -Iarch/$(LINUX_KARCH)/include/$(LINUX_UAPI_DIR) \
  165. -Iarch/$(LINUX_KARCH)/include/generated \
  166. -Iarch/$(LINUX_KARCH)/include/generated/$(LINUX_UAPI_DIR) \
  167. -include generated/autoconf.h \
  168. -include backport/backport.h " \
  169. V="$(V)" \
  170. modules
  171. endef
  172. define Build/Configure
  173. endef
  174. define KernelPackage/acx-mac80211/install
  175. $(INSTALL_DIR) $(1)/lib/firmware
  176. ifneq ($(CONFIG_ACX_ID_0D)$(CONFIG_ACX_ID_11)$(CONFIG_ACX_ID_15),)
  177. $(INSTALL_DATA) $(DL_DIR)/tiacx100 $(1)/lib/firmware/
  178. endif
  179. ifneq ($(CONFIG_ACX_ID_0D),)
  180. $(INSTALL_DATA) $(DL_DIR)/tiacx100r0D $(1)/lib/firmware/
  181. endif
  182. ifneq ($(CONFIG_ACX_ID_11),)
  183. $(INSTALL_DATA) $(DL_DIR)/tiacx100r11 $(1)/lib/firmware/
  184. endif
  185. ifneq ($(CONFIG_ACX_ID_15),)
  186. $(INSTALL_DATA) $(DL_DIR)/tiacx100r15 $(1)/lib/firmware/
  187. endif
  188. ifneq ($(CONFIG_ACX_DEFAULT),)
  189. $(INSTALL_DATA) $(DL_DIR)/tiacx111c16 $(1)/lib/firmware/
  190. endif
  191. ifneq ($(CONFIG_ACX_1_2_1_34),)
  192. $(INSTALL_DATA) $(DL_DIR)/tiacx111c16_1.2.1_34 $(1)/lib/firmware/tiacx111c16
  193. endif
  194. ifneq ($(CONFIG_ACX_ID_17),)
  195. $(INSTALL_DATA) $(DL_DIR)/tiacx111c17 $(1)/lib/firmware/
  196. endif
  197. ifneq ($(CONFIG_ACX_ID_19),)
  198. $(INSTALL_DATA) $(DL_DIR)/tiacx111c19 $(1)/lib/firmware/
  199. endif
  200. ifneq ($(CONFIG_ACX_ID_1B),)
  201. $(INSTALL_DATA) $(DL_DIR)/tiacx111usbc1B $(1)/lib/firmware/
  202. endif
  203. endef
  204. $(eval $(call KernelPackage,acx-mac80211))
  205. $(eval $(call Download,tiacx100))
  206. $(eval $(call Download,tiacx100r0d))
  207. $(eval $(call Download,tiacx100r11))
  208. $(eval $(call Download,tiacx100r15))
  209. $(eval $(call Download,tiacx111c16))
  210. $(eval $(call Download,tiacx111c16_1))
  211. $(eval $(call Download,tiacx111c17))
  212. $(eval $(call Download,tiacx111c19))
  213. $(eval $(call Download,tiacx111usbc1b))