Skip to content

Commit

Permalink
configs: add dnsmasq to system container
Browse files Browse the repository at this point in the history
Fix #13

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
  • Loading branch information
troglobit committed Nov 12, 2024
1 parent abeaf2b commit bf3be96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions configs/curios_amd64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ BR2_PACKAGE_BUSYBOX_CONFIG="$(BR2_EXTERNAL_CURIOS_PATH)/board/common/busybox.con
BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
BR2_PACKAGE_NETOPEER2=y
BR2_PACKAGE_NETOPEER2_CLI=y
BR2_PACKAGE_DNSMASQ=y
BR2_PACKAGE_DROPBEAR=y
BR2_PACKAGE_DROPBEAR_DISABLE_REVERSEDNS=y
BR2_PACKAGE_MINI_SNMPD=y
Expand Down
1 change: 1 addition & 0 deletions configs/curios_arm64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ BR2_PACKAGE_BUSYBOX_CONFIG="$(BR2_EXTERNAL_CURIOS_PATH)/board/common/busybox.con
BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
BR2_PACKAGE_NETOPEER2=y
BR2_PACKAGE_NETOPEER2_CLI=y
BR2_PACKAGE_DNSMASQ=y
BR2_PACKAGE_DROPBEAR=y
BR2_PACKAGE_DROPBEAR_DISABLE_REVERSEDNS=y
BR2_PACKAGE_MINI_SNMPD=y
Expand Down

0 comments on commit bf3be96

Please sign in to comment.