blob: 4300a29e83d57a80f0a569d6235969931ec8fe61 [file] [log] [blame]
#!/bin/sh
#
# Returns true if this device's platform is operating as
# a network box.
#
. /etc/utils.sh
read plat </etc/platform
startswith "$plat", "GFRG" || startswith "$plat", "GFMN"