micro-uclibc.conf: move OVERRIDES to bottom of file
authorCliff Brake <cbrake@bec-systems.com>
Wed, 2 Sep 2009 15:10:45 +0000 (11:10 -0400)
committerCliff Brake <cbrake@bec-systems.com>
Wed, 2 Sep 2009 15:10:45 +0000 (11:10 -0400)
micro.conf was overwriting the variable, and then
micro was missing from OVERRIDES

conf/distro/micro-uclibc.conf

index 9cce7d1..fb1887c 100644 (file)
@@ -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"
+