diff --git a/projects/hi3518ev200_smarthome/br-ext-chip-hisilicon/Config.in b/projects/hi3518ev200_smarthome/br-ext-chip-hisilicon/Config.in
index 4ab8d8a..0248d4b 100644
--- a/projects/hi3518ev200_smarthome/br-ext-chip-hisilicon/Config.in
+++ b/projects/hi3518ev200_smarthome/br-ext-chip-hisilicon/Config.in
@@ -20,6 +20,7 @@ source "$BR2_EXTERNAL_HISILICON_PATH/package/hisilicon-osdrv-hi3516cv300/Config.
 source "$BR2_EXTERNAL_HISILICON_PATH/package/hisilicon-osdrv-hi3516cv500/Config.in"
 source "$BR2_EXTERNAL_HISILICON_PATH/package/hisilicon-osdrv-hi3516ev200/Config.in"
 source "$BR2_EXTERNAL_HISILICON_PATH/package/hisilicon-osdrv-hi3519v101/Config.in"
+source "$BR2_EXTERNAL_HISILICON_PATH/package/i2c-gpio-custom/Config.in"
 source "$BR2_EXTERNAL_HISILICON_PATH/package/i2c-telemetry/Config.in"
 source "$BR2_EXTERNAL_HISILICON_PATH/package/ipctool/Config.in"
 source "$BR2_EXTERNAL_HISILICON_PATH/package/json-c-openipc/Config.in"
diff --git a/projects/hi3518ev200_smarthome/br-ext-chip-hisilicon/configs/hi3518ev200_lite_defconfig b/projects/hi3518ev200_smarthome/br-ext-chip-hisilicon/configs/hi3518ev200_lite_defconfig
deleted file mode 120000
index 60999a9..0000000
--- a/projects/hi3518ev200_smarthome/br-ext-chip-hisilicon/configs/hi3518ev200_lite_defconfig
+++ /dev/null
@@ -1 +0,0 @@
-hi3518ev200_smarthome_defconfig
\ No newline at end of file
diff --git a/projects/hi3518ev200_smarthome/br-ext-chip-hisilicon/configs/hi3518ev200_smarthome_defconfig b/projects/hi3518ev200_smarthome/br-ext-chip-hisilicon/configs/hi3518ev200_smarthome_defconfig
index 0e8165c..ba08674 100644
--- a/projects/hi3518ev200_smarthome/br-ext-chip-hisilicon/configs/hi3518ev200_smarthome_defconfig
+++ b/projects/hi3518ev200_smarthome/br-ext-chip-hisilicon/configs/hi3518ev200_smarthome_defconfig
@@ -104,9 +104,10 @@ BR2_PACKAGE_MOSQUITTO_BROKER=y
 
 # SMARTHOME
 BR2_PACKAGE_COMGT=y
-# BR2_PACKAGE_DEMO_OPENIPC is not set
-# BR2_PACKAGE_DBELL_INA219 is not set
+BR2_PACKAGE_DEMO_OPENIPC=y
+BR2_PACKAGE_DBELL_INA219=y
 BR2_PACKAGE_JSONFILTER=y
+BR2_PACKAGE_I2C_GPIO_CUSTOM=y
 
 # DEBUG
 BR2_PACKAGE_HOST_GDB=y
diff --git a/projects/hi3518ev200_smarthome/br-ext-chip-hisilicon/package/i2c-gpio-custom b/projects/hi3518ev200_smarthome/br-ext-chip-hisilicon/package/i2c-gpio-custom
new file mode 120000
index 0000000..c5dfcc8
--- /dev/null
+++ b/projects/hi3518ev200_smarthome/br-ext-chip-hisilicon/package/i2c-gpio-custom
@@ -0,0 +1 @@
+../../general/package/i2c-gpio-custom
\ No newline at end of file
diff --git a/stapler b/stapler
index d19cccf..cb85ff1 100755
--- a/stapler
+++ b/stapler
@@ -74,7 +74,7 @@ sleep 3
 echo_c 33 "\nUpdating Composer"
 git pull
 
-# rm -rf openipc
+rm -rf openipc  # Weed work with this command
 if [ ! -d "$FIRMWARE_DIR" ]; then
     echo_c 33 "\nDownloading Firmware"
     git clone --depth=1 https://github.com/OpenIPC/firmware.git "$FIRMWARE_DIR"