Building OpenWrt for LinkStar H68K-V2

I foolishly bought this H68K-V2 without knowing enough about it or OpenWrt. Of course it is not supported. The (forked) image it shipped with was super old by the time I got round to playing with it last week so I flashed it with an image built by C-Prime90 https://github.com/C-Prime90/openwrt/releases
I spent most of yesterday trying to build an image based the latest stable release (v23.05.5) but I think I have failed because I can't find an image file that looks like the complete build. The build apparently ran without any error but I'm new at this so I'm not sure. Here are some of the img files my build produced, none of which look like an OS image. Any advice is welcome.

./build_dir/host/util-linux-2.40.2/tests/ts/cramfs/cramfs-little.img
./build_dir/host/util-linux-2.40.2/tests/ts/cramfs/cramfs-big.img
./build_dir/target-aarch64_generic_musl/linux-firmware-20241110/mediatek/mt8183/scp.img
./build_dir/target-aarch64_generic_musl/linux-firmware-20241110/mediatek/mt8186/scp.img
./build_dir/target-aarch64_generic_musl/linux-firmware-20241110/mediatek/mt8192/scp.img
./build_dir/target-aarch64_generic_musl/linux-firmware-20241110/mediatek/mt8195/scp.img
./build_dir/target-aarch64_generic_musl/linux-firmware-20241110/mrvl/prestera/mvsw_prestera_fw-v2.0.img
./build_dir/target-aarch64_generic_musl/linux-firmware-20241110/mrvl/prestera/mvsw_prestera_fw-v3.0.img
./build_dir/target-aarch64_generic_musl/linux-firmware-20241110/mrvl/prestera/mvsw_prestera_fw-v4.0.img
./build_dir/target-aarch64_generic_musl/linux-firmware-20241110/mrvl/prestera/mvsw_prestera_fw-v4.1.img
./build_dir/target-aarch64_generic_musl/linux-firmware-20241110/mrvl/prestera/mvsw_prestera_fw_arm64-v4.1.img
./build_dir/target-aarch64_generic_musl/rkbin-rk3568/rkbin-2024.02.22~a2a0b89b/img/rk1x/rk1806_trust_v1.12.img
./build_dir/target-aarch64_generic_musl/libaio-0.3.113/harness/ext2-enospc.img
./build_dir/target-aarch64_generic_musl/util-linux-2.40.2/tests/ts/cramfs/cramfs-little.img
./build_dir/target-aarch64_generic_musl/util-linux-2.40.2/tests/ts/cramfs/cramfs-big.img

You could ask c-prime90 to help you with official openwrt support for the device?

I do not know what the process by which a device to becomes officially supported. I'd like to start with something more reasonable like building an image that works.

BTW, "You could ask c-prime90 to help you with official openwrt support for the device" is not a question.

You have to ask in places where "image works", here only official Openwrt from openwrt.org is discussed.

Are you saying that only devices that receive official OpenWrt support from the manufacturer are talked about here?

Absolutely, your cramfs is fertilizing grass from below for last decade.

It appears you are using firmware that is not from the official OpenWrt project.

When using forks/offshoots/vendor-specific builds that are "based on OpenWrt", there may be many differences compared to the official versions (hosted by OpenWrt.org). Some of these customizations may fundamentally change the way that OpenWrt works. You might need help from people with specific/specialized knowledge about the firmware you are using, so it is possible that advice you get here may not be useful.

You may find that the best options are:

  1. Install an official version of OpenWrt, if your device is supported (see https://firmware-selector.openwrt.org).
  2. Ask for help from the maintainer(s) or user community of the specific firmware that you are using.
  3. Provide the source code for the firmware so that users on this forum can understand how your firmware works (OpenWrt forum users are volunteers, so somebody might look at the code if they have time and are interested in your issue).

If you believe that this specific issue is common to generic/official OpenWrt and/or the maintainers of your build have indicated as such, please feel free to clarify.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.