Merge branch 'vocore'
This commit is contained in:
commit
83968bacbe
2
targets/ramips-rt305x/config
Normal file
2
targets/ramips-rt305x/config
Normal file
@ -0,0 +1,2 @@
|
||||
CONFIG_TARGET_ramips=y
|
||||
CONFIG_TARGET_ramips_rt305x=y
|
3331
targets/ramips-rt305x/kernel-config
Normal file
3331
targets/ramips-rt305x/kernel-config
Normal file
File diff suppressed because it is too large
Load Diff
1
targets/ramips-rt305x/kernel-vermagic
Normal file
1
targets/ramips-rt305x/kernel-vermagic
Normal file
@ -0,0 +1 @@
|
||||
194d0e9ee3ca8df976c737e78e8b2194
|
6
targets/ramips-rt305x/profiles.mk
Normal file
6
targets/ramips-rt305x/profiles.mk
Normal file
@ -0,0 +1,6 @@
|
||||
# List of hardware profiles
|
||||
|
||||
# VoCore
|
||||
$(eval $(call GluonProfile,VOCORE))
|
||||
$(eval $(call GluonProfileFactorySuffix,VOCORE,))
|
||||
$(eval $(call GluonModel,VOCORE,vocore-squashfs,vocore))
|
@ -2,5 +2,6 @@ $(eval $(call GluonTarget,ar71xx,generic))
|
||||
$(eval $(call GluonTarget,mpc85xx,generic))
|
||||
|
||||
ifneq ($(BROKEN),)
|
||||
$(eval $(call GluonTarget,ramips,rt305x))
|
||||
$(eval $(call GluonTarget,x86,generic))
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user