Hi @bajticzek,
Sorry for the late response, here are the steps I followed:
- Set up your build machine https://openwrt.org/docs/guide-developer/toolchain/install-buildsystem#debianubuntu
- Clone the openwrt repo, make the changes from @Lucky1's repo + my dts file (I'll try to make a single patch file soon), more details here.
- Run these commands:
# Update the feeds
./scripts/feeds update -a
./scripts/feeds install -a
# Configure the firmware image and the kernel
# Here you can choose the target and packages
# in our case ramips, mt7621 and dir-2150-a1
# also LUCI for ui
make menuconfig
# Build the firmware image
make -j$(nproc) download world
- Flash the image from recovery - D-Link recovery GUI
Best regards,
plevel