Getting error when running make

What am I doing wrong?

Collected errors:
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-lib-crc-ccitt:
 * 	kernel (= 4.14.90-1-8be30699ff918c4e9c0d61d88ce3ad83) * 
 * opkg_install_cmd: Cannot install package kmod-lib-crc-ccitt.
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-nf-reject:
 * 	kernel (= 4.14.90-1-8be30699ff918c4e9c0d61d88ce3ad83) * 
 * opkg_install_cmd: Cannot install package kmod-nf-reject.
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-nf-ipt:
 * 	kernel (= 4.14.90-1-8be30699ff918c4e9c0d61d88ce3ad83) * 
 * opkg_install_cmd: Cannot install package kmod-nf-ipt.
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-ipt-core:
 * 	kernel (= 4.14.90-1-8be30699ff918c4e9c0d61d88ce3ad83) * 
 * opkg_install_cmd: Cannot install package kmod-ipt-core.
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-nf-conntrack:
 * 	kernel (= 4.14.90-1-8be30699ff918c4e9c0d61d88ce3ad83) * 
 * opkg_install_cmd: Cannot install package kmod-nf-conntrack.
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-nf-nat:
 * 	kernel (= 4.14.90-1-8be30699ff918c4e9c0d61d88ce3ad83) * 
 * opkg_install_cmd: Cannot install package kmod-nf-nat.
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-nf-flow:
 * 	kernel (= 4.14.90-1-8be30699ff918c4e9c0d61d88ce3ad83) * 
 * opkg_install_cmd: Cannot install package kmod-nf-flow.
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-ipt-conntrack:
 * 	kernel (= 4.14.90-1-8be30699ff918c4e9c0d61d88ce3ad83) * 
 * opkg_install_cmd: Cannot install package kmod-ipt-conntrack.
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-ipt-offload:
 * 	kernel (= 4.14.90-1-8be30699ff918c4e9c0d61d88ce3ad83) * 
 * opkg_install_cmd: Cannot install package kmod-ipt-offload.
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-ipt-nat:
 * 	kernel (= 4.14.90-1-8be30699ff918c4e9c0d61d88ce3ad83) * 
 * opkg_install_cmd: Cannot install package kmod-ipt-nat.
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-slhc:
 * 	kernel (= 4.14.90-1-8be30699ff918c4e9c0d61d88ce3ad83) * 
 * opkg_install_cmd: Cannot install package kmod-slhc.
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-ppp:
 * 	kernel (= 4.14.90-1-8be30699ff918c4e9c0d61d88ce3ad83) * 
 * opkg_install_cmd: Cannot install package kmod-ppp.
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-pppox:
 * 	kernel (= 4.14.90-1-8be30699ff918c4e9c0d61d88ce3ad83) * 
 * opkg_install_cmd: Cannot install package kmod-pppox.
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-pppoe:
 * 	kernel (= 4.14.90-1-8be30699ff918c4e9c0d61d88ce3ad83) * 
 * opkg_install_cmd: Cannot install package kmod-pppoe.
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-nls-base:
 * 	kernel (= 4.14.90-1-8be30699ff918c4e9c0d61d88ce3ad83) * 
 * opkg_install_cmd: Cannot install package kmod-nls-base.
package/Makefile:65: recipe for target 'package/install' failed
make[2]: *** [package/install] Error 255
make[2]: Leaving directory '/home/user/openwrt'
package/Makefile:104: recipe for target '/home/user/openwrt/staging_dir/target-mips_24kc_musl/stamp/.package_install' failed
make[1]: *** [/home/user/openwrt/staging_dir/target-mips_24kc_musl/stamp/.package_install] Error 2
make[1]: Leaving directory '/home/user/openwrt'
/home/user/openwrt/include/toplevel.mk:216: recipe for target 'world' failed
make: *** [world] Error 2

i believe the "current" git sources were recently updated ( 4.14.90 ) .... It seems that an existing source tree "cloned" from git makes itself aware of some newer stuff when it is ran again and panics.....

Hopefully an enlightened soul can add the more details..... I'm not so knowledgable.... but basically you'll need to start fresh ( or make clean or whatever ) .... if you intend to use the bleeding edge.... but I assume there is a way to "link" / checkout your source tree against a previous release that may help in future.....

your "make" error previously was built yes? or is it a fresh clone.

I had successful builds until I deleted .config and ran make defconfig
thanks for the infos