distribution/packages/tools/entware/profile.d/098-entware.conf
fewtarius 165f994bc1
* Rework profile bits so they are correctly named and sequenced.
* Drop deprecated device.config from AMD64.
* Add a platform quirk for AMD64.x
2023-09-04 10:46:11 +00:00

10 lines
203 B
Text

# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2018-present Team CoreELEC (https://coreelec.org)
case $- in
*i*)
[ -f /opt/etc/profile ] && . /opt/etc/profile
;;
*)
;;
esac