Skip to content

Commit ce7f5cf

Browse files
prashant-singh1amarnathhullur
authored andcommitted
RDKB-61015:[openwrt] updated openwrt makefile_package to install the default reset into nvram (rdkcentral#522)
Signed-off-by: prashant-singh1 <[email protected]> Cherrypicked from commit bacda4d
1 parent 587a5c8 commit ce7f5cf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build/openwrt/Makefile_package

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ define Package/easymesh/install
118118
$(INSTALL_BIN) $(PKG_BUILD_DIR)/unified-wifi-mesh/config/openwrt/banana-pi/etc/init.d/* $(1)/etc/init.d/; \
119119
$(CP) $(PKG_BUILD_DIR)/unified-wifi-mesh/install/config/test_cert.crt $(1)/nvram/; \
120120
$(CP) $(PKG_BUILD_DIR)/unified-wifi-mesh/install/config/test_cert.key $(1)/nvram/; \
121+
$(CP) $(PKG_BUILD_DIR)/unified-wifi-mesh/install/bin/Reset.json $(1)/nvram/; \
121122
fi
122123
endef
123124

0 commit comments

Comments
 (0)