Skip to content

Commit 5ca68ba

Browse files
committed
rpi: Fix missing chirpstack-gateway-mesh in mbc2708.
Fixes #122.
1 parent 7c5c6db commit 5ca68ba

File tree

4 files changed

+5
-5
lines changed
  • conf
    • base_raspberrypi_bcm27xx_bcm2708
    • base_raspberrypi_bcm27xx_bcm2709
    • full_raspberrypi_bcm27xx_bcm2708
    • full_raspberrypi_bcm27xx_bcm2709

4 files changed

+5
-5
lines changed

conf/base_raspberrypi_bcm27xx_bcm2708/.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ CONFIG_PER_FEED_REPO=y
449449
CONFIG_FEED_packages=y
450450
CONFIG_FEED_luci=y
451451
CONFIG_FEED_routing=y
452-
# CONFIG_FEED_chirpstack is not set
452+
# CONFIG_FEED_telephony is not set
453453

454454
#
455455
# Base system
@@ -1736,7 +1736,7 @@ CONFIG_PACKAGE_chirpstack-concentratord-sx1302=y
17361736
# CONFIG_PACKAGE_chirpstack-concentratord-target-rak7391 is not set
17371737
CONFIG_PACKAGE_chirpstack-concentratord-target-rpi=y
17381738
# CONFIG_PACKAGE_chirpstack-concentratord-target-seeed-sensecap-m2 is not set
1739-
# CONFIG_PACKAGE_chirpstack-gateway-mesh is not set
1739+
CONFIG_PACKAGE_chirpstack-gateway-mesh=y
17401740
CONFIG_PACKAGE_chirpstack-mqtt-forwarder=y
17411741
CONFIG_PACKAGE_chirpstack-mqtt-forwarder-mesh=y
17421742
CONFIG_PACKAGE_chirpstack-mqtt-forwarder-single=y

conf/base_raspberrypi_bcm27xx_bcm2709/.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ CONFIG_PER_FEED_REPO=y
453453
CONFIG_FEED_packages=y
454454
CONFIG_FEED_luci=y
455455
CONFIG_FEED_routing=y
456-
# CONFIG_FEED_chirpstack is not set
456+
# CONFIG_FEED_telephony is not set
457457

458458
#
459459
# Base system

conf/full_raspberrypi_bcm27xx_bcm2708/.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ CONFIG_PER_FEED_REPO=y
449449
CONFIG_FEED_packages=y
450450
CONFIG_FEED_luci=y
451451
CONFIG_FEED_routing=y
452-
# CONFIG_FEED_chirpstack is not set
452+
# CONFIG_FEED_telephony is not set
453453

454454
#
455455
# Base system

conf/full_raspberrypi_bcm27xx_bcm2709/.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ CONFIG_PER_FEED_REPO=y
453453
CONFIG_FEED_packages=y
454454
CONFIG_FEED_luci=y
455455
CONFIG_FEED_routing=y
456-
# CONFIG_FEED_chirpstack is not set
456+
# CONFIG_FEED_telephony is not set
457457

458458
#
459459
# Base system

0 commit comments

Comments
 (0)