diff --git a/br-ext-chip-sigmastar/package/ipctool/Config.in b/br-ext-chip-sigmastar/package/ipctool/Config.in
new file mode 100644
index 00000000..7a762e32
--- /dev/null
+++ b/br-ext-chip-sigmastar/package/ipctool/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_IPCTOOL
+	bool "ipctool"
+	help
+	  ipctool - IP cameras chip information tool
+
+	  https://github.com/openipc/ipctool/
diff --git a/br-ext-chip-sigmastar/package/ipctool/ipctool.mk b/br-ext-chip-sigmastar/package/ipctool/ipctool.mk
new file mode 100644
index 00000000..3d6c6eb0
--- /dev/null
+++ b/br-ext-chip-sigmastar/package/ipctool/ipctool.mk
@@ -0,0 +1,16 @@
+################################################################################
+#
+# ipctool
+#
+################################################################################
+
+IPCTOOL_VERSION = 04b2eec1f6d2cbb053548257836e6a7bbebf9d93
+IPCTOOL_SITE = $(call github,openipc,ipctool,$(IPCTOOL_VERSION))
+IPCTOOL_LICENSE = MIT
+IPCTOOL_LICENSE_FILES = LICENSE
+
+IPCTOOL_CONF_OPTS += -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=Release -DSKIP_VERSION=ON
+
+IPCTOOL_MAKE_OPTS += VERBOSE=1
+
+$(eval $(cmake-package))
diff --git a/br-ext-chip-xiongmai/package/ipctool/Config.in b/br-ext-chip-xiongmai/package/ipctool/Config.in
new file mode 100644
index 00000000..7a762e32
--- /dev/null
+++ b/br-ext-chip-xiongmai/package/ipctool/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_IPCTOOL
+	bool "ipctool"
+	help
+	  ipctool - IP cameras chip information tool
+
+	  https://github.com/openipc/ipctool/
diff --git a/br-ext-chip-xiongmai/package/ipctool/ipctool.mk b/br-ext-chip-xiongmai/package/ipctool/ipctool.mk
new file mode 100644
index 00000000..3d6c6eb0
--- /dev/null
+++ b/br-ext-chip-xiongmai/package/ipctool/ipctool.mk
@@ -0,0 +1,16 @@
+################################################################################
+#
+# ipctool
+#
+################################################################################
+
+IPCTOOL_VERSION = 04b2eec1f6d2cbb053548257836e6a7bbebf9d93
+IPCTOOL_SITE = $(call github,openipc,ipctool,$(IPCTOOL_VERSION))
+IPCTOOL_LICENSE = MIT
+IPCTOOL_LICENSE_FILES = LICENSE
+
+IPCTOOL_CONF_OPTS += -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=Release -DSKIP_VERSION=ON
+
+IPCTOOL_MAKE_OPTS += VERBOSE=1
+
+$(eval $(cmake-package))