Skip to content

Commit 5b80014

Browse files
authored
Merge pull request #325 from manigandanj/RDKBACCL-1103_ipv6_regression
RDKBACCL-1103: WiFi & LAN clients are not working with ipv6 source in…
2 parents 82095cc + 19571c2 commit 5b80014

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
include ccsp_common_bananapi.inc
2+
RDEPENDS_${PN} += "ndisc6"

meta-rdk-mtk-bpir4/recipes-core/images/rdk-generic-broadband-image.bbappend

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ IMAGE_INSTALL_append = " rdk-speedtest-cli"
1111
#Enable required linux utils for Fwupgrade
1212
IMAGE_INSTALL_append = " gptfdisk e2fsprogs-mke2fs util-linux util-linux-losetup coreutils"
1313

14+
#Router discovery tool
15+
IMAGE_INSTALL_append = " ndisc6"
16+
1417
ROOTFS_POSTPROCESS_COMMAND_append = "add_busybox_fixes; "
1518

1619
#Emptying the PRSERV_HOST since builds are local
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#Router discovery tool
2+
IMAGE_INSTALL_append = " ndisc6"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
FILES_${PN} += " ${bindir}/rdisc6"

0 commit comments

Comments
 (0)