i'm tring to make the firmware for nucom more small without ipv6 but when execute make image its fails in
Installing packages...
/home/rickynet/Descargas/openwrt-imagebuilder-23.05.0-bcm63xx-generic.Linux-x86_64/staging_dir/host/bin/opkg: the ``install'' command requires at least one argument
usage: opkg [options...] sub-command [arguments...]
where sub-command is one of:
Can please you post what commands you executed?
hi thanks for answering here is the command
make image PROFILE="nucom_r5010un-v2" PACKAGES="-ip6tables -odhcp6c -kmod-ipv6 -kmod-ip6tables -odhcpd-ipv6only"
can't reproduce it, seems to be an error on your end
[frollic@atlantis sdf]$ cd openwrt-imagebuilder-23.05.0-bcm63xx-generic.Linux-x86_64
[frollic@atlantis openwrt-imagebuilder-23.05.0-bcm63xx-generic.Linux-x86_64]$ make image PROFILE="nucom_r5010un-v2" PACKAGES="-ip6tables -odhcp6c -kmod-ipv6 -kmod-ip6tables -odhcpd-ipv6only"
make: TMPDIR value /hdc/sdf/openwrt-imagebuilder-23.05.0-bcm63xx-generic.Linux-x86_64/tmp: No such file or directory
make: using default temporary directory '/tmp'
make: TMPDIR value /hdc/sdf/openwrt-imagebuilder-23.05.0-bcm63xx-generic.Linux-x86_64/tmp: No such file or directory
make: using default temporary directory '/tmp'
Generate local signing keys...
Generate local certificate...
make: TMPDIR value /hdc/sdf/openwrt-imagebuilder-23.05.0-bcm63xx-generic.Linux-x86_64/tmp: No such file or directory
make: using default temporary directory '/tmp'
Checking 'true'... ok.
...
Checking 'ldconfig-stub'... ok.
Building images for bcm63xx - NuCom R5010UN v2
Packages: base-files busybox ca-bundle dnsmasq dropbear firewall4 fstools iwinfo kernel kmod-b43 kmod-gpio-button-hotplug kmod-nft-offload libc libgcc libustream-mbedtls logd mtd netifd nftables opkg ppp ppp-mod-pppoe procd procd-seccomp procd-ujail swconfig uci uclient-fetch urandom-seed urngd wpad-basic-mbedtls
Package list missing or not up-to-date, generating it.
Building package index...
Downloading https://downloads.openwrt.org/releases/23.05.0/targets/bcm63xx/generic/packages/Packages.gz
Updated list of available packages in /hdc/sdf/openwrt-imagebuilder-23.05.0-bcm63xx-generic.Linux-x86_64/build_dir/target-mips_mips32_musl/root-bcm63xx/../../../../../../hdc/sdf/openwrt-imagebuilder-23.05.0-bcm63xx-generic.Linux-x86_64/dl/openwrt_core
Downloading https://downloads.openwrt.org/releases/23.05.0/targets/bcm63xx/generic/packages/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/releases/23.05.0/packages/mips_mips32/base/Packages.gz
....
Downloading https://downloads.openwrt.org/releases/23.05.0/packages/mips_mips32/base/ucode-mod-uloop_2023-11-07-a6e75e02-1_mips_mips32.ipk
Downloading file:packages/Packages.sig
Signature check passed.
Installing packages...
Installing libc (1.2.4-4) to root...
Installing libgcc1 (12.3.0-4) to root...
Downloading https://downloads.openwrt.org/releases/23.05.0/targets/bcm63xx/generic/packages/libgcc1_12.3.0-4_mips_mips32.ipk
Configuring libgcc1.
Configuring libc.
Installing kernel (5.15.134-1-9152116740a796ab9240fa85b601d594) to root...
Configuring kernel.
...
Installing ucode-mod-uloop (2023-11-07-a6e75e02-1) to root...
Downloading https://downloads.openwrt.org/releases/23.05.0/packages/mips_mips32/base/ucode-mod-uloop_2023-11-07-a6e75e02-1_mips_mips32.ipk
Configuring libnl-tiny1.
...
Configuring ppp-mod-pppoe.
Finalizing root filesystem...
Enabling boot
...
Enabling wpad
Building images...
Parallel mksquashfs: Using 12 processors
Creating 4.0 filesystem on /hdc/sdf/openwrt-imagebuilder-23.05.0-bcm63xx-generic.Linux-x86_64/build_dir/target-mips_mips32_musl/linux-bcm63xx_generic/root.squashfs, block size 262144.
Pseudo file "dev" exists in source filesystem "/hdc/sdf/openwrt-imagebuilder-23.05.0-bcm63xx-generic.Linux-x86_64/build_dir/target-mips_mips32_musl/root-bcm63xx/dev".
Ignoring, exclude it (-e/-ef) to override.
[===============================================================/] 711/711 100%
Exportable Squashfs 4.0 filesystem, xz compressed, data block size 262144
compressed data, compressed metadata, compressed fragments,
no xattrs, compressed ids
duplicates are removed
Filesystem size 3164.54 Kbytes (3.09 Mbytes)
25.37% of uncompressed filesystem size (12473.44 Kbytes)
Inode table size 6396 bytes (6.25 Kbytes)
19.88% of uncompressed inode table size (32171 bytes)
Directory table size 9338 bytes (9.12 Kbytes)
45.43% of uncompressed directory table size (20553 bytes)
Number of duplicate files found 109
Number of inodes 967
Number of files 699
Number of fragments 33
Number of symbolic links 187
Number of device nodes 1
Number of fifo nodes 0
Number of socket nodes 0
Number of directories 80
Number of hard-links 0
Number of ids (unique uids + gids) 1
Number of uids 1
unknown (0)
Number of gids 1
unknown (0)
Broadcom 63xx image tagger - v2.0.0
Copyright (C) 2008 Axel Gembe
Copyright (C) 2009-2010 Daniel Dickinson
Licensed under the terms of the Gnu General Public License
Data alignment to 64k with 'deadc0de' appended
Padding image to 8388608 bytes ...
Broadcom 63xx image tagger - v2.0.0
Copyright (C) 2008 Axel Gembe
Copyright (C) 2009-2010 Daniel Dickinson
Licensed under the terms of the Gnu General Public License
Data alignment to 64k with 'deadc0de' appended
Calculating checksums...
[frollic@atlantis openwrt-imagebuilder-23.05.0-bcm63xx-generic.Linux-x86_64]$
[frollic@atlantis openwrt-imagebuilder-23.05.0-bcm63xx-generic.Linux-x86_64]$ cd bin/targets/bcm63xx/generic
[frollic@atlantis generic]$ ls -l
total 13620
-rw-r--r-- 1 frollic frollic 3141 Jan 17 08:50 openwrt-23.05.0-bcm63xx-generic-nucom_r5010un-v2.manifest
-rw-r--r-- 1 frollic frollic 8388864 Jan 17 08:50 openwrt-23.05.0-bcm63xx-generic-nucom_r5010un-v2-squashfs-cfe.bin
-rw-r--r-- 1 frollic frollic 5570564 Jan 17 08:50 openwrt-23.05.0-bcm63xx-generic-nucom_r5010un-v2-squashfs-sysupgrade.bin
-rw-r--r-- 1 frollic frollic 1378 Jan 17 08:50 profiles.json
-rw-r--r-- 1 frollic frollic 475 Jan 17 08:50 sha256sums
[frollic@atlantis generic]$
i will try with another linux, meanwhile can you upload the firmware to mediafire or something like that
already wiped the whole thing, sorry.