D-Link DIR-2150 A1 support

Hi @bajticzek,
Sorry for the late response, here are the steps I followed:

  1. Set up your build machine https://openwrt.org/docs/guide-developer/toolchain/install-buildsystem#debianubuntu
  2. 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.
  3. 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
  1. Flash the image from recovery - D-Link recovery GUI

Best regards,
plevel