build: remove leftovers from previous x86 commits
VBoxManage is not used and the image is created with proper permisions:0f5d0f6image: use internal qemu-img for vmdk and vdi images drop host dependencies on qemu-utils and VirtualBox Unreachable config symbols:9e0759ex86: merge all geode based subtargets into one No need to define those symbols since x86_64 is subtarget of x86:196fb76x86: make x86_64 a subtarget instead of a standalone target Unreachable config symbols, so remove GRUB_ROOT:371b382x86: remove the xen_domu subtarget Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
This commit is contained in:
committed by
Hauke Mehrtens
parent
da50f027f0
commit
bb0e4f9fb0
@@ -33,7 +33,7 @@ define Package/grub2
|
||||
SECTION:=boot
|
||||
TITLE:=GRand Unified Bootloader
|
||||
URL:=http://www.gnu.org/software/grub/
|
||||
DEPENDS:=@TARGET_x86||TARGET_x86_64
|
||||
DEPENDS:=@TARGET_x86
|
||||
endef
|
||||
|
||||
define Package/grub2-editenv
|
||||
@@ -42,7 +42,7 @@ define Package/grub2-editenv
|
||||
SUBMENU:=Boot Loaders
|
||||
TITLE:=Grub2 Environment editor
|
||||
URL:=http://www.gnu.org/software/grub/
|
||||
DEPENDS:=@TARGET_x86||TARGET_x86_64
|
||||
DEPENDS:=@TARGET_x86
|
||||
endef
|
||||
|
||||
define Package/grub2-editenv/description
|
||||
|
||||
Reference in New Issue
Block a user