瀏覽代碼

Add support for mvebu target (#964)

Julian 7 年之前
父節點
當前提交
a9e29725c0
共有 2 個文件被更改,包括 11 次插入0 次删除
  1. 10 0
      targets/mvebu/profiles.mk
  2. 1 0
      targets/targets.mk

+ 10 - 0
targets/mvebu/profiles.mk

@@ -0,0 +1,10 @@
+# List of hardware profiles
+
+# Linksys WRT1200AC
+$(eval $(call GluonProfile,Caiman,kmod-usb2 kmod-usb3 kmod-usb-storage kmod-i2c-core \
+	kmod-i2c-mv64xxx kmod-ata-core kmod-ata-mvebu-ahci kmod-rtc-armada38x \
+	kmod-thermal-armada kmod-gpio-button-hotplug kmod-hwmon-tmp421 kmod-leds-pca963x \
+	kmod-ledtrig-usbdev kmod-mwlwifi swconfig))
+$(eval $(call GluonProfileFactorySuffix,Caiman,-squashfs-factory,.img))
+$(eval $(call GluonProfileSysupgradeSuffix,Caiman,-squashfs-sysupgrade,.tar))
+$(eval $(call GluonModel,Caiman,armada-385-linksys-caiman,linksys-wrt1200ac))

+ 1 - 0
targets/targets.mk

@@ -10,6 +10,7 @@ $(eval $(call GluonTarget,x86,xen_domu))
 
 ifneq ($(BROKEN),)
 $(eval $(call GluonTarget,ar71xx,mikrotik)) # BROKEN: no sysupgrade support
+$(eval $(call GluonTarget,mvebu)) # BROKEN: No AP+IBSS support
 $(eval $(call GluonTarget,ramips,mt7621)) # BROKEN: No AP+IBSS support, 11s has high packet loss
 $(eval $(call GluonTarget,ramips,rt305x)) # BROKEN: No AP+IBSS support
 $(eval $(call GluonTarget,sunxi)) # BROKEN: Untested, no sysupgrade support