mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-08-08 09:54:02 +08:00

fgrep is deprecated and replaced by grep -F. The latter is used throughout the tree whereas this is the only usage of the former. Signed-off-by: Rosen Penev <rosenp@gmail.com>