Add support for mvebu target (#964)

This commit is contained in:
Julian 2016-12-05 10:45:05 +01:00 committed by Matthias Schiffer
parent eed79bc37c
commit a9e29725c0
2 changed files with 11 additions and 0 deletions

10
targets/mvebu/profiles.mk Normal file
View File

@ -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))

View File

@ -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