summaryrefslogtreecommitdiff
path: root/recipes-kernel
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2019-02-18 09:52:31 -0600
committerJohn Klug <john.klug@multitech.com>2019-07-03 11:22:01 -0500
commit40e0aa614067cb05eea5f552f16f83365fd93be8 (patch)
treee10e0eb99c0ece1d3e34dee26fc48dcaf3ae5066 /recipes-kernel
parent929358fa7c48c7299e5060c2aef8fccd1c5f6bac (diff)
downloadmeta-multitech-40e0aa614067cb05eea5f552f16f83365fd93be8.tar.gz
meta-multitech-40e0aa614067cb05eea5f552f16f83365fd93be8.tar.bz2
meta-multitech-40e0aa614067cb05eea5f552f16f83365fd93be8.zip
Allow CONFIG to be set externally.
Diffstat (limited to 'recipes-kernel')
-rwxr-xr-xrecipes-kernel/rs9113/files/rs9113/rs9113.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/rs9113/files/rs9113/rs9113.init b/recipes-kernel/rs9113/files/rs9113/rs9113.init
index d594e28..4ef6f4b 100755
--- a/recipes-kernel/rs9113/files/rs9113/rs9113.init
+++ b/recipes-kernel/rs9113/files/rs9113/rs9113.init
@@ -11,7 +11,7 @@
# and WiFi.
### END INIT INFO
-CONFIG=/etc/default/rs9113
+CONFIG=${CONFIG:-/etc/default/rs9113}
MTS_IODIR=/sys/devices/platform/mts-io
RS9113_RESET=${MTS_IODIR}/wifi-bt-reset
RS9113_INT=${MTS_IODIR}/wifi-bt-int