micro.conf was overwriting the variable, and then
micro was missing from OVERRIDES
#@COMMENT: based on uclibc.
#############################################################################
-# Use overrides for micro as well
-OVERRIDES .= ":micro"
-
#############################################################################
# DISTRO CONFIGURATION
#############################################################################
# Based on the Micro Linux distribution
require conf/distro/micro.conf
+# Use overrides for micro as well
+OVERRIDES .= ":micro"
+