Skip to content

Commit

Permalink
Merge pull request #44 from hkumar343/master
Browse files Browse the repository at this point in the history
RDKBACCL-291: Webconfig support
  • Loading branch information
sadhyama authored Sep 26, 2024
2 parents 50411ce + 22cc919 commit 6be794e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rdkb/impl.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#define DEVICE_MAC "Device.DPoE.Mac_address"
#elif defined(PLATFORM_RASPBERRYPI)
#define DEVICE_MAC "Device.Ethernet.Interface.5.MACAddress"
#elif defined(RDKB_EMU)
#elif defined(RDKB_EMU) || defined(_PLATFORM_BANANAPI_R4_)
#define DEVICE_MAC "Device.DeviceInfo.X_COMCAST-COM_WAN_MAC"
#elif defined(_HUB4_PRODUCT_REQ_)
#define DEVICE_MAC "Device.DeviceInfo.X_COMCAST-COM_WAN_MAC"
Expand Down

0 comments on commit 6be794e

Please sign in to comment.