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

Some (unfinished) x86 support

parent 42da0db9
No related branches found
No related tags found
No related merge requests found
...@@ -61,6 +61,7 @@ define GluonModel ...@@ -61,6 +61,7 @@ define GluonModel
endef endef
include $(GLUONDIR)/targets/targets.mk include $(GLUONDIR)/targets/targets.mk
include $(GLUONDIR)/targets/$(GLUON_TARGET)/profiles.mk
CheckExternal := test -d $(GLUON_ORIGOPENWRTDIR) || (echo 'You don'"'"'t seem to have obtained the external repositories needed by Gluon; please call `make update` first!'; false) CheckExternal := test -d $(GLUON_ORIGOPENWRTDIR) || (echo 'You don'"'"'t seem to have obtained the external repositories needed by Gluon; please call `make update` first!'; false)
...@@ -138,6 +139,7 @@ endef ...@@ -138,6 +139,7 @@ endef
include $(GLUONDIR)/targets/targets.mk include $(GLUONDIR)/targets/targets.mk
include $(GLUONDIR)/targets/$(GLUON_TARGET)/profiles.mk
BOARD := $(GLUON_TARGET_$(GLUON_TARGET)_BOARD) BOARD := $(GLUON_TARGET_$(GLUON_TARGET)_BOARD)
override SUBTARGET := $(GLUON_TARGET_$(GLUON_TARGET)_SUBTARGET) override SUBTARGET := $(GLUON_TARGET_$(GLUON_TARGET)_SUBTARGET)
......
...@@ -56,8 +56,6 @@ gluon_target := $(1)$$(if $(2),-$(2)) ...@@ -56,8 +56,6 @@ gluon_target := $(1)$$(if $(2),-$(2))
GLUON_TARGETS += $$(gluon_target) GLUON_TARGETS += $$(gluon_target)
GLUON_TARGET_$$(gluon_target)_BOARD := $(1) GLUON_TARGET_$$(gluon_target)_BOARD := $(1)
GLUON_TARGET_$$(gluon_target)_SUBTARGET := $(2) GLUON_TARGET_$$(gluon_target)_SUBTARGET := $(2)
include $$(GLUONDIR)/targets/$$(gluon_target)/profiles.mk
endef endef
regex-escape = $(shell echo '$(1)' | sed -e 's/[]\/()$*.^|[]/\\&/g') regex-escape = $(shell echo '$(1)' | sed -e 's/[]\/()$*.^|[]/\\&/g')
......
$(eval $(call GluonTarget,ar71xx,generic)) $(eval $(call GluonTarget,ar71xx,generic))
$(eval $(call GluonTarget,x86,generic))
CONFIG_TARGET_x86=y
CONFIG_X86_USE_GRUB2=y
CONFIG_X86_VDI_IMAGES=y
CONFIG_X86_VMDK_IMAGES=y
This diff is collapsed.
fa7af62e0ef1d529ecb7f7efccc706c3
$(eval $(call GluonProfile,Generic))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment