12345678910111213141516171819202122232425262728293031323334 |
- diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
- index 1908f60bc37bc..bc6a3ac05ae3a 100644
- --- a/target/linux/ramips/image/mt7621.mk
- +++ b/target/linux/ramips/image/mt7621.mk
- @@ -802,6 +802,15 @@ define Device/hiwifi_hc5962
- endef
- TARGET_DEVICES += hiwifi_hc5962
-
- +define Device/ht-jsh_0211
- + $(Device/dsa-migration)
- + IMAGE_SIZE := 16064k
- + DEVICE_VENDOR := HT-JSH
- + DEVICE_MODEL := 0211
- + DEVICE_PACKAGES := kmod-mt7603
- +endef
- +TARGET_DEVICES += ht-jsh_0211
- +
- define Device/iodata_wn-ax1167gr
- $(Device/dsa-migration)
- $(Device/uimage-lzma-loader)
- --- a/target/linux/ramips/mt7621/base-files/etc/board.d/02_network
- +++ b/target/linux/ramips/mt7621/base-files/etc/board.d/02_network
- @@ -112,6 +112,10 @@ ramips_setup_interfaces()
- dlink,covr-x1860-a1)
- ucidef_set_interfaces_lan_wan "ethernet" "internet"
- ;;
- + ht-jsh,0211)
- + ucidef_add_switch "switch0" \
- + "0:wan" "2:lan" "3:lan" "6u@eth0" "5u@eth1"
- + ;;
- elecom,wmc-s1267gs2|\
- linksys,re6500|\
- netgear,wac104|\
|