Skip to content
Snippets Groups Projects
Commit 4a304ab1 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

Add experimental support for ar71xx-nand target

Includes a profile for the NETGEAR WNDR3700v4 and WNDR4300v1
parent 564cfc80
No related branches found
No related tags found
No related merge requests found
CONFIG_TARGET_ar71xx=y
CONFIG_TARGET_ar71xx_nand=y
This diff is collapsed.
41123e63bc43f61af09d064504300966
# List of hardware profiles
## NETGEAR
ifeq ($(BROKEN),1)
# WNDR3700 v4, WNDR4300 v1
$(eval $(call GluonProfile,WNDR4300))
$(eval $(call GluonProfileFactorySuffix,WNDR4300,-ubi-factory,.img))
$(eval $(call GluonProfileSysupgradeSuffix,WNDR4300,-squashfs-sysupgrade,.tar))
$(eval $(call GluonModel,WNDR4300,wndr3700v4,netgear-wndr3700v4)) # BROKEN: untested
$(eval $(call GluonModel,WNDR4300,wndr4300,netgear-wndr4300)) # BROKEN: untested
endif
$(eval $(call GluonTarget,ar71xx,generic)) $(eval $(call GluonTarget,ar71xx,generic))
$(eval $(call GluonTarget,ar71xx,nand))
$(eval $(call GluonTarget,mpc85xx,generic)) $(eval $(call GluonTarget,mpc85xx,generic))
$(eval $(call GluonTarget,x86,generic)) $(eval $(call GluonTarget,x86,generic))
$(eval $(call GluonTarget,x86,kvm_guest)) $(eval $(call GluonTarget,x86,kvm_guest))
......
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