]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/Config
xtables-addons: Fix typo in lfs
[people/pmueller/ipfire-2.x.git] / lfs / Config
index 63ca2954158ec39eb3882fd45ee8a2c3dba6887a..76f279da96236003618f0b176873aea8f80d1ff6 100644 (file)
@@ -37,10 +37,22 @@ ifeq "$(BUILD_ARCH)" "aarch64"
        IS_64BIT = 1
 endif
 
+ifeq "$(BUILD_ARCH)" "armv7hl"
+       IS_32BIT = 1
+endif
+
+ifeq "$(BUILD_ARCH)" "armv5tel"
+       IS_32BIT = 1
+endif
+
 ifeq "$(BUILD_ARCH)" "x86_64"
        IS_64BIT = 1
 endif
 
+ifeq "$(BUILD_ARCH)" "i586"
+       IS_32BIT = 1
+endif
+
 ifeq "$(TOOLCHAIN)" "1"
        PREFIX = $(TOOLS_DIR)
 else
@@ -92,63 +104,6 @@ ifeq "$(BUILD_ARCH)" "aarch64"
        GRUB_ARCH = arm64
 endif
 
-# Basic modules
-GRUB_EFI_MODULES = \
-       configfile \
-       gzio \
-       linux \
-       loadenv \
-       normal \
-       regexp
-
-# Stuff for accessing file systems
-GRUB_EFI_MODULES += \
-       ext2 \
-       fat \
-       iso9660 \
-       part_gpt \
-       part_msdos \
-       udf
-
-# Graphics & IO
-GRUB_EFI_MODULES += \
-       all_video \
-       bitmap_scale \
-       font \
-       gfxmenu \
-       gfxterm \
-       jpeg \
-       png \
-       tga
-
-# Commands
-GRUB_EFI_MODULES += \
-       boot \
-       cat \
-       chain \
-       echo \
-       halt \
-       help \
-       ls \
-       minicmd \
-       probe \
-       reboot \
-       search \
-       search_fs_file \
-       search_fs_uuid \
-       search_label \
-       test \
-       true
-
-# Platform dependent modules
-ifeq "$(BUILD_ARCH)" "x86_64"
-       GRUB_EFI_MODULES += \
-               loadbios \
-               ahci \
-               at_keyboard \
-               usb_keyboard
-endif
-
 ###############################################################################
 # Common Macro Definitions
 ###############################################################################