mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-07 14:19:28 -05: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>