diff --git a/distributions/openhab/pom.xml b/distributions/openhab/pom.xml
index 9d8ad16063..a1357f6454 100644
--- a/distributions/openhab/pom.xml
+++ b/distributions/openhab/pom.xml
@@ -170,6 +170,7 @@
system
openhab-runtime-base
openhab-runtime-ui
+ openhab-addon-discovery
false
false
diff --git a/distributions/openhab/src/main/filtered-resources/userdata/etc/org.apache.karaf.features.cfg b/distributions/openhab/src/main/filtered-resources/userdata/etc/org.apache.karaf.features.cfg
index 37e952d36f..eeb84e9a96 100644
--- a/distributions/openhab/src/main/filtered-resources/userdata/etc/org.apache.karaf.features.cfg
+++ b/distributions/openhab/src/main/filtered-resources/userdata/etc/org.apache.karaf.features.cfg
@@ -44,6 +44,7 @@ featuresBoot = \
jaas/${karaf.version}, \
openhab-runtime-base, \
openhab-runtime-ui, \
+ openhab-addon-discovery, \
deployer/${karaf.version}, \
diagnostic/${karaf.version}, \
bundle/${karaf.version}, \
diff --git a/features/distro/src/main/feature/feature.xml b/features/distro/src/main/feature/feature.xml
index 6a45248623..07c90584da 100644
--- a/features/distro/src/main/feature/feature.xml
+++ b/features/distro/src/main/feature/feature.xml
@@ -9,4 +9,8 @@
mvn:org.openhab.ui.bundles/org.openhab.ui.iconset.classic/${project.version}
+
+ mvn:org.openhab.addons.features.karaf/org.openhab.addons.features.karaf.openhab-addons-external/${project.version}/xml/addons
+
+