From ea7e5a05c4c6c29df5682d92a056cb722969b5a0 Mon Sep 17 00:00:00 2001 From: Cliff Brake Date: Wed, 2 Sep 2009 11:10:45 -0400 Subject: micro-uclibc.conf: move OVERRIDES to bottom of file micro.conf was overwriting the variable, and then micro was missing from OVERRIDES --- conf/distro/micro-uclibc.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf/distro') diff --git a/conf/distro/micro-uclibc.conf b/conf/distro/micro-uclibc.conf index 9cce7d18d0..fb1887c96c 100644 --- a/conf/distro/micro-uclibc.conf +++ b/conf/distro/micro-uclibc.conf @@ -7,9 +7,6 @@ #@COMMENT: based on uclibc. ############################################################################# -# Use overrides for micro as well -OVERRIDES .= ":micro" - ############################################################################# # DISTRO CONFIGURATION ############################################################################# @@ -24,3 +21,6 @@ LIBC = "uclibc" # Based on the Micro Linux distribution require conf/distro/micro.conf +# Use overrides for micro as well +OVERRIDES .= ":micro" + -- cgit v1.2.3