diff --git a/bsp/ar71xx/.config b/bsp/ar71xx/.config
index 22716c40d24f9f42073355bd27b3c75ff89b060f..004a56ff83d69c7ba10974c646af441371040fbe 100644
--- a/bsp/ar71xx/.config
+++ b/bsp/ar71xx/.config
@@ -12,6 +12,8 @@ CONFIG_TARGET_DEVICE_ar71xx_tiny_DEVICE_archer-c7-v2=y
 CONFIG_TARGET_DEVICE_PACKAGES_ar71xx_tiny_DEVICE_archer-c7-v2="-kmod-ath10k kmod-ath10k-ct"
 CONFIG_TARGET_DEVICE_ar71xx_tiny_DEVICE_cpe210-220-v1=y
 CONFIG_TARGET_DEVICE_PACKAGES_ar71xx_tiny_DEVICE_cpe210-220-v1=""
+CONFIG_TARGET_DEVICE_ar71xx_tiny_DEVICE_cpe210-v2=y
+CONFIG_TARGET_DEVICE_PACKAGES_ar71xx_tiny_DEVICE_cpe210-v2=""
 CONFIG_TARGET_DEVICE_ar71xx_tiny_DEVICE_cpe510-520-v1=y
 CONFIG_TARGET_DEVICE_PACKAGES_ar71xx_tiny_DEVICE_cpe510-520-v1=""
 CONFIG_TARGET_DEVICE_ar71xx_tiny_DEVICE_gl-ar150=y
diff --git a/bsp/board_ar71xx.bsp b/bsp/board_ar71xx.bsp
index dad4d1f5e8c64e226d17435ab71927242f1d4ed0..769b69332745d3647d98b7e4127149cebcf1ce51 100644
--- a/bsp/board_ar71xx.bsp
+++ b/bsp/board_ar71xx.bsp
@@ -6,6 +6,7 @@ images=("openwrt-${chipset}-${subtarget}-archer-c25-v1-squashfs-sysupgrade.bin"
         "openwrt-${chipset}-${subtarget}-archer-c60-v1-squashfs-sysupgrade.bin"
         "openwrt-${chipset}-${subtarget}-archer-c7-v2-squashfs-sysupgrade.bin"
         "openwrt-${chipset}-${subtarget}-cpe210-220-v1-squashfs-sysupgrade.bin"
+        "openwrt-${chipset}-${subtarget}-cpe210-v2-squashfs-sysupgrade.bin"
         "openwrt-${chipset}-${subtarget}-cpe510-520-v1-squashfs-sysupgrade.bin"
         "openwrt-${chipset}-${subtarget}-gl-ar150-squashfs-sysupgrade.bin"
         "openwrt-${chipset}-${subtarget}-tl-mr3020-v1-squashfs-sysupgrade.bin"
diff --git a/src/packages/fff/fff-network/ar71xx/network.cpe210-v2 b/src/packages/fff/fff-network/ar71xx/network.cpe210-v2
new file mode 100644
index 0000000000000000000000000000000000000000..245aa6e3cfc10c64090c546d128e18c6c49a95d7
--- /dev/null
+++ b/src/packages/fff/fff-network/ar71xx/network.cpe210-v2
@@ -0,0 +1,7 @@
+WANDEV=eth0
+SWITCHDEV=eth0
+ONE_PORT="YES"
+
+. /etc/network.mode
+
+ROUTERMAC=$(cat /sys/class/ieee80211/phy0/macaddress)
diff --git a/src/packages/fff/fff-wireless/files/etc/wifi.cpe210-v2 b/src/packages/fff/fff-wireless/files/etc/wifi.cpe210-v2
new file mode 100644
index 0000000000000000000000000000000000000000..3a5f3c498e1513f9cdbae2b157415c221032db46
--- /dev/null
+++ b/src/packages/fff/fff-wireless/files/etc/wifi.cpe210-v2
@@ -0,0 +1,2 @@
+uci -q set system.rssid_wlan0.dev=radio0
+uci -q commit system