OpenWrt Forum Archive

Topic: Making custom image for brcm47xx - No such file or directory

The content of this topic has been archived on 21 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi All,
I'm trying to make my own custom image with the following parameters:
make image PROFILE=Broadcom-wl PACKAGES=\
"iptables_1.4.21-1_brcm47xx.ipk \
kmod-ipt-conntrack_3.18.20-1_brcm47xx.ipk \
kmod-ipt-conntrack-extra_3.18.20-1_brcm47xx.ipk \
kmod-ipt-tee_3.18.20-1_brcm47xx.ipk \
kmod-ipt-nfqueue_3.18.20-1_brcm47xx.ipk \
kmod-nf-conntrack_3.18.20-1_brcm47xx.ipk \
kmod-nfnetlink-queue_3.18.20-1_brcm47xx.ipk \
kmod-nf-ipt_3.18.20-1_brcm47xx.ipk \
kmod-nf-nat6_3.18.20-1_brcm47xx.ipk \
kmod-nf-nat_3.18.20-1_brcm47xx.ipk \
libnetfilter-conntrack_1.0.4-1_brcm47xx.ipk \
libnetfilter-queue_1.0.2-1_brcm47xx.ipk \
nftables_0.4+2015-04-09-1_brcm47xx.ipk"

And getting this error:
wfopen: iptables_1.4.21-1_brcm47xx.ipk: No such file or directory.

The file is indeed located in the /generic/base of the version

Thanks in advance for you help

The correct string was:
make image PROFILE=Broadcom-wl PACKAGES=\
"iptables \
kmod-ipt-conntrack \
kmod-ipt-conntrack-extra \
kmod-ipt-tee \
kmod-ipt-nfqueue \
kmod-nf-conntrack \
kmod-nfnetlink-queue \
kmod-nf-ipt \
kmod-nf-nat6 \
kmod-nf-nat \
libnetfilter-conntrack \
libnetfilter-queue \
nftables"

Hope this will help others not waste their time on little stupid problems as such smile

The discussion might have continued from here.