diff options
Diffstat (limited to 'recipes-kernel/rs9113')
-rwxr-xr-x | recipes-kernel/rs9113/files/rs9113/rs9113.init | 2 |
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 |