Skip to content

Instantly share code, notes, and snippets.

@kphillisjr
Created October 2, 2021 04:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kphillisjr/e8397fd34cc5e45a562d6c14744c080e to your computer and use it in GitHub Desktop.
Save kphillisjr/e8397fd34cc5e45a562d6c14744c080e to your computer and use it in GitHub Desktop.
BCM4908: Add Linksys EA9500v2 target.
diff --git a/target/linux/bcm4908/image/Makefile b/target/linux/bcm4908/image/Makefile
index 426db4c5a6..7a6442371c 100644
--- a/target/linux/bcm4908/image/Makefile
+++ b/target/linux/bcm4908/image/Makefile
@@ -86,4 +86,16 @@ define Device/tplink_archer-c2300-v1
endef
TARGET_DEVICES += tplink_archer-c2300-v1
+define Device/linksys-ea9500-v2
+ DEVICE_VENDOR := Linksys
+ DEVICE_MODEL := EA9500
+ DEVICE_VARIANT := v2
+ DEVICE_DTS := broadcom/bcm4908/bcm4906-linksys-ea9500-v2
+ IMAGES += factory.bin
+ IMAGE/factory.bin := append-ubi | bcm4908img | linksys-image type=EA9500v2
+ # List image as broken until functionality is confirmed.
+ BROKEN := y
+endef
+TARGET_DEVICES += linksys_ea9500-v2
+
$(eval $(call BuildImage))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment