grub2: remove non-existing options
Much of the grub2.mk seems to have been copy/pasted from grub.mk. However, all the network/splashimage related ./configure options do not exist in grub2. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
d36fbf1eda
commit
1d73ef9449
@ -2,12 +2,3 @@ config BR2_TARGET_GRUB2
|
||||
bool "grub2"
|
||||
help
|
||||
The GRand Unified Bootloader for x86 systems, take #2.
|
||||
|
||||
config BR2_TARGET_GRUB2_SPLASH
|
||||
bool "Splashimage support"
|
||||
depends on BR2_TARGET_GRUB2
|
||||
help
|
||||
Add support for splashimage.
|
||||
|
||||
A splashimage is a 14-color indexed .xpm picture which
|
||||
is displayed as background for the grub menu.
|
||||
|
@ -18,39 +18,12 @@ GRUB2_SITE=$(BR2_DEBIAN_MIRROR)/debian/pool/main/g/grub2
|
||||
GRUB2_PATCH_SITE:=$(GRUB2_SITE)
|
||||
GRUB2_CAT:=$(ZCAT)
|
||||
GRUB2_DIR:=$(BUILD_DIR)/grub-1.98
|
||||
GRUB2_BINARY:=grub2/grub2
|
||||
GRUB2_TARGET_BINARY:=sbin/grub2
|
||||
GRUB2_SPLASHIMAGE=$(TOPDIR)/boot/grub/splash.xpm.gz
|
||||
|
||||
GRUB2_CFLAGS=-DSUPPORT_LOOPDEV
|
||||
ifeq ($(BR2_LARGEFILE),)
|
||||
GRUB2_CFLAGS+=-U_FILE_OFFSET_BITS
|
||||
endif
|
||||
|
||||
GRUB2_CONFIG-$(BR2_TARGET_GRUB2_SPLASH) += --enable-graphics
|
||||
GRUB2_CONFIG-$(BR2_TARGET_GRUB2_DISKLESS) += --enable-diskless
|
||||
GRUB2_CONFIG-$(BR2_TARGET_GRUB2_3c595) += --enable-3c595
|
||||
GRUB2_CONFIG-$(BR2_TARGET_GRUB2_3c90x) += --enable-3c90x
|
||||
GRUB2_CONFIG-$(BR2_TARGET_GRUB2_davicom) += --enable-davicom
|
||||
GRUB2_CONFIG-$(BR2_TARGET_GRUB2_e1000) += --enable-e1000
|
||||
GRUB2_CONFIG-$(BR2_TARGET_GRUB2_eepro100) += --enable-eepro100
|
||||
GRUB2_CONFIG-$(BR2_TARGET_GRUB2_epic100) += --enable-epic100
|
||||
GRUB2_CONFIG-$(BR2_TARGET_GRUB2_forcedeth) += --enable-forcedeth
|
||||
GRUB2_CONFIG-$(BR2_TARGET_GRUB2_natsemi) += --enable-natsemi
|
||||
GRUB2_CONFIG-$(BR2_TARGET_GRUB2_ns83820) += --enable-ns83820
|
||||
GRUB2_CONFIG-$(BR2_TARGET_GRUB2_ns8390) += --enable-ns8390
|
||||
GRUB2_CONFIG-$(BR2_TARGET_GRUB2_pcnet32) += --enable-pcnet32
|
||||
GRUB2_CONFIG-$(BR2_TARGET_GRUB2_pnic) += --enable-pnic
|
||||
GRUB2_CONFIG-$(BR2_TARGET_GRUB2_rtl8139) += --enable-rtl8139
|
||||
GRUB2_CONFIG-$(BR2_TARGET_GRUB2_r8169) += --enable-r8169
|
||||
GRUB2_CONFIG-$(BR2_TARGET_GRUB2_sis900) += --enable-sis900
|
||||
GRUB2_CONFIG-$(BR2_TARGET_GRUB2_tg3) += --enable-tg3
|
||||
GRUB2_CONFIG-$(BR2_TARGET_GRUB2_tulip) += --enable-tulip
|
||||
GRUB2_CONFIG-$(BR2_TARGET_GRUB2_tlan) += --enable-tlan
|
||||
GRUB2_CONFIG-$(BR2_TARGET_GRUB2_undi) += --enable-undi
|
||||
GRUB2_CONFIG-$(BR2_TARGET_GRUB2_via_rhine) += --enable-via-rhine
|
||||
GRUB2_CONFIG-$(BR2_TARGET_GRUB2_w89c840) += --enable-w89c840
|
||||
|
||||
$(DL_DIR)/$(GRUB2_SOURCE):
|
||||
$(call DOWNLOAD,$(GRUB2_SITE),$(GRUB2_SOURCE))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user