diff options
author | Karol Lewandowski <k.lewandowsk@samsung.com> | 2022-09-19 21:26:39 +0200 |
---|---|---|
committer | Karol Lewandowski <k.lewandowsk@samsung.com> | 2022-09-19 21:34:37 +0200 |
commit | d9aa3234c4ffeb8f77965e841d07ac10b136920d (patch) | |
tree | 6a8b20b0786f21b96a6610096170d63937cdbb6d | |
parent | 7730e46fda3625ca78e3f7c05779222e5c325e46 (diff) | |
download | linux-tizen-modules-accepted/tizen_7.0_unified.tar.gz linux-tizen-modules-accepted/tizen_7.0_unified.tar.bz2 linux-tizen-modules-accepted/tizen_7.0_unified.zip |
Hotfix: fix zlogger.ko pathtizen_7.0_m2_releaseaccepted/tizen/unified/20220921.022913accepted/tizen/7.0/unified/hotfix/20221116.110528accepted/tizen/7.0/unified/20221110.063006tizen_7.0_hotfixtizen_7.0accepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unified
Change-Id: Ifc98701468caa0fba0fecd78d77cb4856e04c742
-rw-r--r-- | packaging/linux-tizen-modules.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/linux-tizen-modules.spec b/packaging/linux-tizen-modules.spec index 03263ea..1ead91f 100644 --- a/packaging/linux-tizen-modules.spec +++ b/packaging/linux-tizen-modules.spec @@ -8,7 +8,7 @@ %endif Name: linux-tizen-modules -Version: 7.0.6 +Version: 7.0.7 Release: 0 License: GPL-2.0+ Source0: %{name}-%{version}.tar.xz @@ -237,7 +237,7 @@ RELEASEVERSION=$(basename $(dirname `find $KMOD_PATH_TM1 -name extra | head -1`) %license COPYING /aarch64/modules/4.9.59/extra/proc-tsm.ko /aarch64/modules/4.9.59/extra/logger.ko -/aarch64/modules/4.9.59/extra/logger/zlogger.ko +/aarch64/modules/4.9.59/extra/zlogger/zlogger.ko /aarch64/modules/modprobe.d/tizen-modprobe-tw3.conf /aarch64/modules/modules-load.d/tizen-modules-tw3.conf %endif |