X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=alfred%2FConfig.in;h=97f9ea21f8b67ad8266462d36a2a203b0f78e0ae;hb=55135990c00aee8fdade5036581c5dc49d458c00;hp=fd664ca4e37eb0b57f10810acae149876323970b;hpb=f76074d42429a26b73976b3a5c799a895fd2d1d7;p=lede-routing%2F.git diff --git a/alfred/Config.in b/alfred/Config.in index fd664ca..97f9ea2 100644 --- a/alfred/Config.in +++ b/alfred/Config.in @@ -1,7 +1,22 @@ +config ALFRED_NEEDS_lua + bool + +config ALFRED_NEEDS_libgps + bool config PACKAGE_ALFRED_VIS bool "enable vis server for alfred" depends on PACKAGE_alfred default y +config PACKAGE_ALFRED_BATHOSTS + bool "enable autogeneration of /etc/bat-hosts" + depends on PACKAGE_alfred + select ALFRED_NEEDS_lua + default n +config PACKAGE_ALFRED_GPSD + bool "enable gpsd service for alfred" + depends on PACKAGE_alfred + select ALFRED_NEEDS_libgps + default n