[source] apm821xx: Merge the Cisco Meraki MX60 & MX60W

LEDE Commits lede-commits at lists.infradead.org
Wed Apr 26 02:34:49 PDT 2017


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/8f43ba8c489caa978b368decf0d66f70374389fd

commit 8f43ba8c489caa978b368decf0d66f70374389fd
Author: Chris Blake <chrisrblake93 at gmail.com>
AuthorDate: Fri Mar 31 04:32:55 2017 -0500

    apm821xx: Merge the Cisco Meraki MX60 & MX60W
    
    Both of these boards share the same DTS, and hardware. The only
    difference would be the PCI-E slot, and ath9k card found on the MX60W.
    Due to the similarities, it would be more efficient to merge these
    profiles.
    
    Signed-off-by: Chris Blake <chrisrblake93 at gmail.com>
---
 target/linux/apm821xx/image/Makefile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/target/linux/apm821xx/image/Makefile b/target/linux/apm821xx/image/Makefile
index 1dae2b6..6ed183c 100644
--- a/target/linux/apm821xx/image/Makefile
+++ b/target/linux/apm821xx/image/Makefile
@@ -88,7 +88,7 @@ endef
 TARGET_DEVICES += mr24
 
 define Device/mx60
-  DEVICE_TITLE := Cisco Meraki MX60
+  DEVICE_TITLE := Cisco Meraki MX60/MX60W
   DEVICE_PACKAGES := kmod-spi-gpio kmod-usb-ledtrig-usbport kmod-usb-dwc2 \
   kmod-usb-storage block-mount
   DEVICE_PROFILE := MX60
@@ -112,12 +112,6 @@ define Device/mx60
 endef
 TARGET_DEVICES += mx60
 
-define Device/mx60w
-$(Device/mx60)
-  DEVICE_TITLE := Cisco Meraki MX60W
-endef
-TARGET_DEVICES += mx60w
-
 define Build/create-uImage-dtb
 	# flat_dt target expect FIT image - which WNDR4700's uboot doesn't support
 	-$(STAGING_DIR_HOST)/bin/mkimage -A $(LINUX_KARCH) \



More information about the lede-commits mailing list