[FS#1417] Linksys WRT 3200ACM Note for DFS of WRT3200ACM (88W8964)

LEDE Bugs lede-bugs at lists.infradead.org
Wed Mar 7 01:41:16 PST 2018


The following task has a new comment added:

FS#1417 - Linksys WRT 3200ACM Note for DFS of WRT3200ACM (88W8964)
User who did this - patrikx3 (p3x-robot)

----------
lede-imagebuilder-17.01.4-mvebu.Linux-x86_64/target/linux/mvebu/image/Makefile at:

define Device/linksys-wrt3200acm
  $(call Device/linksys,WRT3200ACM (Rango))
  $(Device/armada-385-linksys)
  DEVICE_DTS := armada-385-linksys-rango
  DEVICE_PACKAGES += kmod-mwifiex-sdio
endef

Should be

define Device/linksys-wrt3200acm
  $(call Device/linksys,WRT3200ACM (Rango))
  $(Device/armada-385-linksys)
  DEVICE_DTS := armada-385-linksys-rango
endef

And target/linux/mvebu/image/Makefile at:

define Device/linksys-wrt3200acm
  $(call Device/linksys,WRT3200ACM (Rango))
  $(Device/armada-385-linksys)
  DEVICE_DTS := armada-385-linksys-rango
  DEVICE_PACKAGES += kmod-btmrvl kmod-mwifiex-sdio mwlwifi-firmware-88w8964
endef

Should be

define Device/linksys-wrt3200acm
  $(call Device/linksys,WRT3200ACM (Rango))
  $(Device/armada-385-linksys)
  DEVICE_DTS := armada-385-linksys-rango
  DEVICE_PACKAGES += kmod-btmrvl mwlwifi-firmware-88w8964
endef



----------

More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=1417#comment4430



More information about the lede-bugs mailing list