Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddin9 committed Aug 4, 2022
1 parent bf1d3eb commit 03d024d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions devices/ipq807x/diy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ svn export --force https://github.com/Boos4721/openwrt/trunk/package/boot/uboot-
svn co https://github.com/Boos4721/openwrt/trunk/target/linux/ipq807x target/linux/ipq807x
svn co https://github.com/Boos4721/openwrt/trunk/target/linux/generic/pending-5.15 target/linux/generic/pending-5.15
curl -sfL https://raw.githubusercontent.com/Boos4721/openwrt/master/package/kernel/linux/modules/netsupport.mk -o package/kernel/linux/modules/netsupport.mk
curl -sfL https://raw.githubusercontent.com/Lstions/openwrt-boos/master/target/linux/ipq807x/patches-5.15/608-5.15-qca-nss-ssdk-delete-fdb-entry-using-netdev -o target/linux/ipq807x/patches-5.15/608-5.15-qca-nss-ssdk-delete-fdb-entry-using-netdev.patch

kernel_v="$(cat include/kernel-5.15 | grep LINUX_KERNEL_HASH-* | cut -f 2 -d - | cut -f 1 -d ' ')"
echo "KERNEL=${kernel_v}" >> $GITHUB_ENV || true
Expand Down
20 changes: 20 additions & 0 deletions devices/ipq807x/patches/modules.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
--- a/package/kernel/linux/modules/other.mk
+++ b/package/kernel/linux/modules/other.mk
@@ -1322,3 +1322,17 @@ define KernelPackage/mhi-pci-generic/description
endef

$(eval $(call KernelPackage,mhi-pci-generic))
+
+define KernelPackage/qcom-qmi-helpers
+ SUBMENU:=$(OTHER_MENU)
+ TITLE:=Qualcomm QMI Helpers
+ KCONFIG:=CONFIG_QCOM_QMI_HELPERS
+ FILES:=$(LINUX_DIR)/drivers/soc/qcom/qmi_helpers.ko
+ AUTOLOAD:=$(call AutoProbe,qmi_helpers)
+endef
+
+define KernelPackage/qcom-qmi-helpers/description
+ Qualcomm QMI Helpers
+endef
+
+$(eval $(call KernelPackage,qcom-qmi-helpers))

0 comments on commit 03d024d

Please sign in to comment.