diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2017-03-12 16:24:13 +0100 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2017-03-12 16:24:13 +0100 |
commit | cd0f9900a4cdda5b91728b089379899b761e8c8b (patch) | |
tree | 5421c6283026a85b8e0484332ae52502d1aac008 /target/linux/bcm53xx/image | |
parent | 31c64521070bb07e456edf47e36e3fdd80f95cd2 (diff) | |
download | upstream-cd0f9900a4cdda5b91728b089379899b761e8c8b.tar.gz upstream-cd0f9900a4cdda5b91728b089379899b761e8c8b.tar.bz2 upstream-cd0f9900a4cdda5b91728b089379899b761e8c8b.zip |
bcm53xx: parepare for building more Linksys images
We still can't enable them by default without proper TRX support.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/bcm53xx/image')
-rw-r--r-- | target/linux/bcm53xx/image/Makefile | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile index 7a32422270..660981ea1e 100644 --- a/target/linux/bcm53xx/image/Makefile +++ b/target/linux/bcm53xx/image/Makefile @@ -100,6 +100,7 @@ DEVICE_VARS += BUFFALO_TAG_PLATFORM BUFFALO_TAG_VERSION BUFFALO_TAG_MINOR BRCMFMAC_43602A1 := kmod-brcmfmac brcmfmac-firmware-43602a1-pcie BRCMFMAC_4366B1 := kmod-brcmfmac brcmfmac-firmware-4366b1-pcie +BRCMFMAC_4366C0 := kmod-brcmfmac USB2_PACKAGES := kmod-usb-ohci kmod-usb2 kmod-phy-bcm-ns-usb2 USB2_PACKAGES += kmod-usb-ledtrig-usbport USB3_PACKAGES := $(USB2_PACKAGES) kmod-usb3 kmod-phy-bcm-ns-usb3 @@ -199,13 +200,27 @@ define Device/dlink-dir-885l endef TARGET_DEVICES += dlink-dir-885l +# Linksys devices are disabled due to problem with 2 TRX partitions + define Device/linksys-ea6300-v1 DEVICE_TITLE := Linksys EA6300 V1 DEVICE_PACKAGES := kmod-b43 $(USB3_PACKAGES) endef -# Disabled due to problems with 2 TRX partitions # TARGET_DEVICES += linksys-ea6300-v1 +define Device/linksys-ea9200 + DEVICE_TITLE := Linksys EA9200 V1 + DEVICE_PACKAGES := $(BRCMFMAC_43602A1) $(USB3_PACKAGES) +endef +# TARGET_DEVICES += linksys-ea9200 + +define Device/linksys-ea9500 + DEVICE_TITLE := Linksys EA9500 + DEVICE_PACKAGES := $(BRCMFMAC_4366C0) $(USB3_PACKAGES) + DEVICE_DTS := bcm47094-linksys-panamera +endef +# TARGET_DEVICES += linksys-ea9500 + define Device/netgear IMAGES := chk IMAGE/chk := append-ubi | trx-nand | netgear-chk |