Skip to content
Snippets Groups Projects
Commit a9e29725 authored by Julian's avatar Julian Committed by Matthias Schiffer
Browse files

Add support for mvebu target (#964)

parent eed79bc3
No related branches found
No related tags found
No related merge requests found
# 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))
...@@ -10,6 +10,7 @@ $(eval $(call GluonTarget,x86,xen_domu)) ...@@ -10,6 +10,7 @@ $(eval $(call GluonTarget,x86,xen_domu))
ifneq ($(BROKEN),) ifneq ($(BROKEN),)
$(eval $(call GluonTarget,ar71xx,mikrotik)) # BROKEN: no sysupgrade support $(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,mt7621)) # BROKEN: No AP+IBSS support, 11s has high packet loss
$(eval $(call GluonTarget,ramips,rt305x)) # BROKEN: No AP+IBSS support $(eval $(call GluonTarget,ramips,rt305x)) # BROKEN: No AP+IBSS support
$(eval $(call GluonTarget,sunxi)) # BROKEN: Untested, no sysupgrade support $(eval $(call GluonTarget,sunxi)) # BROKEN: Untested, no sysupgrade support
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment