OSDN Git Service

enable IPv6
[android-x86/device-asus-eeepc.git] / BoardConfig.mk
index 2df4823..1ff1d93 100644 (file)
@@ -1,38 +1,5 @@
-# These definitions override the defaults in config/config.make.
-TARGET_CPU_ABI := x86
+TARGET_HAS_THIRD_PARTY_APPS := true
+BOARD_WPA_SUPPLICANT_DRIVER := true
+BOARD_USES_TSLIB := true
 
-TARGET_COMPRESS_MODULE_SYMBOLS := false
-
-TARGET_PRELINK_MODULE := false
-
-TARGET_NO_BOOTLOADER := true
-
-TARGET_NO_RECOVERY := true
-
-#TARGET_NO_KERNEL := true
-
-TARGET_HARDWARE_3D := false
-
-BOARD_USES_GENERIC_AUDIO := false
-BOARD_USES_ALSA_AUDIO := true
-BUILD_WITH_ALSA_UTILS := true
-
-BOARD_HAVE_BLUETOOTH := true
-
-TARGET_PROVIDES_INIT_RC := true
-
-USE_CUSTOM_RUNTIME_HEAP_MAX := "128M"
-
-TARGET_USERIMAGES_USE_EXT2 := true
-TARGET_BOOTIMAGE_USE_EXT2 := true
-TARGET_USE_DISKINSTALLER := true
-
-LOCAL_PATH := $(call my-dir)
-TARGET_DISK_LAYOUT_CONFIG := $(LOCAL_PATH)/disk_layout.conf
-
-BOARD_KERNEL_CMDLINE := root=/dev/ram0 androidboot.hardware=eeepc acpi_sleep=s3_bios,s3_mode
-
-
-BOARD_BOOTIMAGE_MAX_SIZE := 8388608
-BOARD_SYSLOADER_MAX_SIZE := 7340032
-BOARD_FLASH_BLOCK_SIZE := 512
+include $(GENERIC_X86_CONFIG_MK)