package/gpsd: remove bogus select of BR2_PACKAGE_GPSD_NTP_SHM
In commit57f85e52a7
("package/gpsd: unconditionally enable NTP time hinting support"), the option BR2_PACKAGE_GPSD_NTP_SHM was removed, because NTP time hinting support is now enabled unconditionally. However, in one place, a select of this option was kept, which is obviously no longer needed. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commitc727b23cdf
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
918a312bc3
commit
72388d42d7
@ -46,7 +46,6 @@ comment "profiling support not available with uClibc-based toolchain"
|
||||
|
||||
config BR2_PACKAGE_GPSD_PPS
|
||||
bool "PPS time syncing support"
|
||||
select BR2_PACKAGE_GPSD_NTP_SHM
|
||||
|
||||
config BR2_PACKAGE_GPSD_USER
|
||||
bool "GPSD privilege revocation user"
|
||||
|
Loading…
Reference in New Issue
Block a user