Add support for mvebu target (#964)
This commit is contained in:
parent
eed79bc37c
commit
a9e29725c0
10
targets/mvebu/profiles.mk
Normal file
10
targets/mvebu/profiles.mk
Normal 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))
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user