diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2009-09-02 11:10:45 -0400 |
---|---|---|
committer | Cliff Brake <cbrake@bec-systems.com> | 2009-09-02 11:10:45 -0400 |
commit | ea7e5a05c4c6c29df5682d92a056cb722969b5a0 (patch) | |
tree | 364823d45eccf5d6eca917e7c0ba75281afcfb88 /conf/distro/micro-uclibc.conf | |
parent | 4b8b9ba87db748fa56eaf6401e8e28dd8f2e8757 (diff) |
micro-uclibc.conf: move OVERRIDES to bottom of file
micro.conf was overwriting the variable, and then
micro was missing from OVERRIDES
Diffstat (limited to 'conf/distro/micro-uclibc.conf')
-rw-r--r-- | conf/distro/micro-uclibc.conf | 6 |
1 files changed, 3 insertions, 3 deletions
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" + |