Skip to content

Commit

Permalink
[no ci] ingenic-osdrv-t20: use sinfo module from openingenic for T20 …
Browse files Browse the repository at this point in the history
…support (#1107)

Co-authored-by: Signor Pellegrino <[email protected]>
  • Loading branch information
gtxaspec and flyrouter authored Nov 6, 2023
1 parent 806b273 commit b14ca83
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions br-ext-chip-ingenic/configs/t20_lite_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ BR2_PACKAGE_DROPBEAR_OPENIPC=y
# BR2_PACKAGE_IFUPDOWN_SCRIPTS is not set
# BR2_PACKAGE_FDK_AAC_OPENIPC is not set
BR2_PACKAGE_UBOOT_TOOLS=y
BR2_PACKAGE_INGENIC_OPENSDK=y
BR2_PACKAGE_INGENIC_OSDRV_T20=y
BR2_PACKAGE_HASERL=y
BR2_PACKAGE_IPCTOOL=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ check_return() {

lsmod | grep "sinfo" >/dev/null
if [ $? -ne 0 ]; then
insmod ${KMOD_PATH/%\//}/sinfo.ko
modprobe sinfo.ko
check_return "insmod sinfo"
fi

Expand Down
1 change: 0 additions & 1 deletion general/package/ingenic-osdrv-t20/ingenic-osdrv-t20.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ define INGENIC_OSDRV_T20_INSTALL_TARGET_CMDS

$(INSTALL) -m 644 -t $(TARGET_DIR)/lib/modules/3.10.14/ingenic $(INGENIC_OSDRV_T20_PKGDIR)/files/kmod/audio.ko
$(INSTALL) -m 644 -t $(TARGET_DIR)/lib/modules/3.10.14/ingenic $(INGENIC_OSDRV_T20_PKGDIR)/files/kmod/audio2.ko
$(INSTALL) -m 644 -t $(TARGET_DIR)/lib/modules/3.10.14/ingenic $(INGENIC_OSDRV_T20_PKGDIR)/files/kmod/sinfo.ko
$(INSTALL) -m 644 -t $(TARGET_DIR)/lib/modules/3.10.14/ingenic $(INGENIC_OSDRV_T20_PKGDIR)/files/kmod/tx-isp-t10.ko
$(INSTALL) -m 644 -t $(TARGET_DIR)/lib/modules/3.10.14/ingenic $(INGENIC_OSDRV_T20_PKGDIR)/files/kmod/tx-isp-t20.ko
ln -sf tx-isp-t20.ko $(TARGET_DIR)/lib/modules/3.10.14/ingenic/tx-isp-t20l.ko
Expand Down

0 comments on commit b14ca83

Please sign in to comment.