Lines Matching refs:config
12 cat .config | \grep -v ^# | \grep -v ^$ | sort > config.tmp
24 grep $ANDROID_IDENTIFIER config.tmp > /dev/null
26 echo check .config with config.required.android
28 grep $REQUIRED_CONFIG_PATH/config.required.android -v -f config.tmp
34 echo check .config with config.required.supernova
36 grep $REQUIRED_CONFIG_PATH/config.required.supernova -v -f config.tmp
44 grep $EMMC_IDENTIFIER config.tmp > /dev/null
46 echo check .config with config.required.emmc
48 grep $REQUIRED_CONFIG_PATH/config.required.emmc -v -f config.tmp
54 grep $NAND_IDENTIFIER config.tmp > /dev/null
56 echo check .config with config.required.nand
58 grep $REQUIRED_CONFIG_PATH/config.required.nand -v -f config.tmp
65 echo check .config with config.required.all
67 grep $REQUIRED_CONFIG_PATH/config.required.all -v -f config.tmp