From f5bd46cd1e3c26d1dbfe6e2646b74f5d4d9f04d6 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sun, 8 Apr 2012 02:55:34 +0200 Subject: Skip camera for now. The GTA04 camera driver doesn't even work yet and we need to boot a rootfs with system first. Signed-off-by: Denis 'GNUtoo' Carikli --- BoardConfig.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index 8aecd7d..7a515de 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -40,3 +40,6 @@ TARGET_BOOTLOADER_BOARD_NAME := gta04 #skip device specific audio libraries BOARD_USES_GENERIC_AUDIO := true + +#skip camera for now +USE_CAMERA_STUB := true -- cgit v1.2.3