Sign in
gfiber
/
buildroot
/
d312d9170e366cfa661ae08e747c1d831bdf70d6
/
.
/
fs
/
skeleton
/
bin
/
has-drm-fs
blob: e909fbcd9b74003e55d9c3df70f512b13c510bea [
file
] [
log
] [
blame
]
#!/bin/sh
# Checks if the drm keys are stored in a filesystem, currently
# there is only a single device in this category.
platform
=
$
(
cat
/
etc
/
platform
)
if
[
"$platform"
=
GFHD254
];
then
exit
0
fi
exit
1