blob: 6599016eb22e9074db991be31b0642d95ed0dd7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
|