|
@@ -20,6 +20,12 @@ OPENRC_CONF_OPTS = \
|
|
|
-Drootprefix=/ \
|
|
|
-Dbranding="\"Buildroot $(BR2_VERSION_FULL)\""
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_BASH_COMPLETION),y)
|
|
|
+OPENRC_CONF_OPTS += -Dbash-completions=true
|
|
|
+else
|
|
|
+OPENRC_CONF_OPTS += -Dbash-completions=false
|
|
|
+endif
|
|
|
+
|
|
|
ifeq ($(BR2_PACKAGE_LIBSELINUX),y)
|
|
|
OPENRC_CONF_OPTS += -Dselinux=enabled
|
|
|
OPENRC_DEPENDENCIES += libselinux
|