Explorar el Código

grep target collections

Waldemar Brodkorb hace 10 años
padre
commit
0b199ca0da
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mk/build.mk

+ 1 - 1
mk/build.mk

@@ -338,7 +338,7 @@ endif
 			>> $(ADK_TOPDIR)/.defconfig; \
 	fi
 	@if [ ! -z "$(ADK_TARGET_COLLECTION)" ];then \
-		grep -h "^config" target/packages/pkg-available/* \
+		grep -h "^config" target/collections/* \
 			|grep -i "$(ADK_TARGET_COLLECTION)" \
 			|sed -e "s#^config \(.*\)#\1=y#" \
 			>> $(ADK_TOPDIR)/.defconfig; \