Makefile 7.2 KB

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