How to let local package installed firstly when build openwrt image?

I'm using the Openwrt Image builder to build the openwrt image.
I have built some packages local and put the pacakages under the 'packages' folder.
I want to install these packages firstly instead of remote downloading.
such as make image PROFILE=Generic PACKAGES="libblobmsg-json"
but I noticed that it always try to download from remote.
Do you have any idea? thank you! I have tried the line 'imagebuilder' to the top, the result is the same.

cat repositories.conf
## Place your custom repositories here, they must match the architecture and version.
# src/gz %n http://downloads.openwrt.org/releases/19.07.5
#src custom file:///tools/thirdparty/sdk/openwrt-imagebuilder-19.07.5-x86-generic.Linux-x86_64/local/

#src imagebuilder file:packages
#src imagebuilder file:packages
## Remote package repositories
src/gz openwrt_core http://downloads.openwrt.org/releases/19.07.5/targets/x86/generic/packages
src/gz openwrt_base http://downloads.openwrt.org/releases/19.07.5/packages/i386_pentium4/base
src/gz openwrt_freifunk http://downloads.openwrt.org/releases/19.07.5/packages/i386_pentium4/freifunk
src/gz openwrt_luci http://downloads.openwrt.org/releases/19.07.5/packages/i386_pentium4/luci
src/gz openwrt_packages http://downloads.openwrt.org/releases/19.07.5/packages/i386_pentium4/packages
src/gz openwrt_routing http://downloads.openwrt.org/releases/19.07.5/packages/i386_pentium4/routing
src/gz openwrt_telephony http://downloads.openwrt.org/releases/19.07.5/packages/i386_pentium4/telephony

## This is the local package repository, do not remove!
src imagebuilder file:packages