aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--plugins.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index f57f1bb..9f47845 100755
--- a/configure
+++ b/configure
@@ -8659,7 +8659,7 @@ echo "$as_me: error: run ./configure --with-plugins=..." >&2;}
PLUGIN_GPS=$val
;;
hddtemp)
- PLUGIN_HDDTEMP=$hddtemp
+ PLUGIN_HDDTEMP=$val
;;
i2c_sensors)
PLUGIN_I2C_SENSORS=$val
diff --git a/plugins.m4 b/plugins.m4
index 61802e8..dc01f84 100644
--- a/plugins.m4
+++ b/plugins.m4
@@ -125,7 +125,7 @@ for plugin in $plugins; do
PLUGIN_GPS=$val
;;
hddtemp)
- PLUGIN_HDDTEMP=$hddtemp
+ PLUGIN_HDDTEMP=$val
;;
i2c_sensors)
PLUGIN_I2C_SENSORS=$val
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> 2021-04-30update Brazilian scan filesMauro Carvalho Chehab2476-12805/+69312 Data updated according with https://portalbsd.com.br/. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> 2021-04-30Remove legacy entriesMauro Carvalho Chehab129-24898/+0 There are several entries that used to be at Lyngsat. Several of them were merged with other entries. On others, there's no TV signal anymore. So, drop them. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> 2021-04-30Add new satellites from LyngsatMauro Carvalho Chehab75-21/+29721 Those are are new satellite descriptions that didn't use to exist on Lyngsat. Add them. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> 2021-04-30Rename a few satellites with two names and update frequenciesMauro Carvalho Chehab2-283/+182 Those two satellites have two names. Use Just one of them. While here, update their frequencies from Lyngsat. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> 2021-04-30Update frequencies from LyngsatMauro Carvalho Chehab188-12304/+12666 Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>