ht-jsh_0211.patch 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
  2. index 1908f60bc37bc..bc6a3ac05ae3a 100644
  3. --- a/target/linux/ramips/image/mt7621.mk
  4. +++ b/target/linux/ramips/image/mt7621.mk
  5. @@ -802,6 +802,15 @@ define Device/hiwifi_hc5962
  6. endef
  7. TARGET_DEVICES += hiwifi_hc5962
  8. +define Device/ht-jsh_0211
  9. + $(Device/dsa-migration)
  10. + IMAGE_SIZE := 16064k
  11. + DEVICE_VENDOR := HT-JSH
  12. + DEVICE_MODEL := 0211
  13. + DEVICE_PACKAGES := kmod-mt7603
  14. +endef
  15. +TARGET_DEVICES += ht-jsh_0211
  16. +
  17. define Device/iodata_wn-ax1167gr
  18. $(Device/dsa-migration)
  19. $(Device/uimage-lzma-loader)
  20. --- a/target/linux/ramips/mt7621/base-files/etc/board.d/02_network
  21. +++ b/target/linux/ramips/mt7621/base-files/etc/board.d/02_network
  22. @@ -112,6 +112,10 @@ ramips_setup_interfaces()
  23. dlink,covr-x1860-a1)
  24. ucidef_set_interfaces_lan_wan "ethernet" "internet"
  25. ;;
  26. + ht-jsh,0211)
  27. + ucidef_add_switch "switch0" \
  28. + "0:wan" "2:lan" "3:lan" "6u@eth0" "5u@eth1"
  29. + ;;
  30. elecom,wmc-s1267gs2|\
  31. linksys,re6500|\
  32. netgear,wac104|\