Browse Source

32076 isn't right, use _ for the regex

Waldemar Brodkorb 9 years ago
parent
commit
dfa23794ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mk/build.mk

+ 1 - 1
mk/build.mk

@@ -434,7 +434,7 @@ endif
 	fi
 	@if [ ! -z "$(ADK_TARGET_FLOAT)" ];then \
 		grep "^config" target/config/Config.in.float.choice \
-			|grep -i "$(ADK_TARGET_FLOAT)$$" \
+			|grep -i "$(ADK_TARGET_FLOAT)_" \
 			|sed -e "s#^config \(.*\)#\1=y#" \
 			>> $(ADK_TOPDIR)/.defconfig; \
 	fi