18.06.2: Missing for ramips/rt305x

Hi, I have D-Link DIR-620 D1:
https://openwrt.org/toh/hwdata/d-link/d-link_dir-620_d1

Last supported release is OpenWrt 18.06.1, but there's no 18.06.2.
Minimal support is fine, I don't need LuCI.

Is there any hope to continue its support?

The official Buildbot failes to build images for ramips/rt305x. It is caused by other model.

http://release-builds.openwrt.org/18.06/images/builders/ramips%2Frt305x

EDIT: You can build the image for your device yourself.

git checkout v18.06.2
./scripts/feeds update -a
./scripts/feeds install -a

# select your device and packages
make menuconfig

# ... or add configurations directly
echo "CONFIG_TARGET_ramips=y" > .config
echo "CONFIG_TARGET_ramips_rt305x=y" >> .config
echo "CONFIG_TARGET_ramips_rt305x_DEVICE_dir-620-d1=y" >> .config
make defconfig

make V=s
2 Likes

I filed a bug so the devs can disable the A5 v11 image generation which seems to spoil the party for all the other images, until it gets fixed.

@vgaetera You seem to be a regular around here (only frequent posters get that title :sunglasses: ), so consider filing a bug next time so this gets the attention of the developers. If there's images missing the buildbot logs are the first place to check if anything went wrong there.

2 Likes

With OpenWrt 18.06.4 release the issue seems resolved.

1 Like

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