common: mkfirmware.sh: soft link oem.img
Signed-off-by: Weiwen Chen <cww@rock-chips.com> Change-Id: I2db4e89872128d8734db2e3864adfd6dd537681b
This commit is contained in:
@ -189,6 +189,10 @@ then
|
||||
else
|
||||
echo "warning: $OEM_DIR not found!"
|
||||
fi
|
||||
else
|
||||
if [ -f "$TOP_DIR/buildroot/output/$RK_CFG_BUILDROOT/images/oem.img" ]; then
|
||||
ln -sfr $TOP_DIR/buildroot/output/$RK_CFG_BUILDROOT/images/oem.img $ROCKDEV/oem.img
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ $RK_USERDATA_DIR ]
|
||||
|
||||
Reference in New Issue
Block a user