[PATCH] ramips: use ARTIFACTS for initramfs-factory of I-O DATA WN-AX1167GR

INAGAKI Hiroshi musashino.open at gmail.com
Tue Nov 29 07:44:50 PST 2022


On 2022/11/30 0:30, Daniel Golle wrote:
> On Tue, Nov 29, 2022 at 11:10:22PM +0900, INAGAKI Hiroshi wrote:
>> [...]
>> This seems to be caused by "image" directory in
>> staging_dir/target-mipsel_24kc_musl/ not existing, and when I created that
>> folder manually the build succeeded.
>>
>> -------
>> user at hostmachine:/openwrt/user/git/musashino-build/openwrt$ mkdir
>> staging_dir/target-mipsel_24kc_musl/image
>> user at hostmachine:/openwrt/user/git/musashino-build/openwrt$ make -j8 V=s
>> ...
>> (completed without errors)
>> -------
>>
>> Should I add a patch to create "image" directory before copying?
> I've sent out a patch adding this to include/image-commands.mk.
> Can you check if that fixes the issue for you?

Thank you for your fix!
I tested compilation with your patch and the following steps, the 
issue was solved :)

$ make clean      # to delete manually created "image" directory
$ make -j8 V=s

I'll prepare v2 patch.




More information about the openwrt-devel mailing list