mirror of https://github.com/OpenIPC/firmware.git
				
				
				
			[no ci] ingenic-osdrv-t20: use sinfo module from openingenic for T20 support (#1107)
Co-authored-by: Signor Pellegrino <68112357+FlyRouter@users.noreply.github.com>pull/1116/head
							parent
							
								
									806b273a80
								
							
						
					
					
						commit
						b14ca83c58
					
				|  | @ -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 | ||||
|  |  | |||
|  | @ -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 | ||||
| 
 | ||||
|  |  | |||
|  | @ -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 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue