From 2735fdf97305e110eba8e776f8728a52ae886c05 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 23 May 2014 16:39:17 +0200 Subject: resolve merge conflict --- target/config/Config.in.endian.default | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 target/config/Config.in.endian.default (limited to 'target/config/Config.in.endian.default') diff --git a/target/config/Config.in.endian.default b/target/config/Config.in.endian.default new file mode 100644 index 000000000..6599016eb --- /dev/null +++ b/target/config/Config.in.endian.default @@ -0,0 +1,18 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +config ADK_big + boolean + +config ADK_little + boolean + +config ADK_TARGET_ENDIAN + string + default "little" if ADK_little + default "big" if ADK_big + +config ADK_JFFS2_OPTS + string + default "-l" if ADK_little + default "-b" if ADK_big -- cgit v1.2.3