projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[kernel] fix samsung flash patch after r21408, thanks to Matthias Buecher (#7348)
[openwrt.git]
/
target
/
linux
/
xburst
/
modules.mk
diff --git
a/target/linux/xburst/modules.mk
b/target/linux/xburst/modules.mk
index
4604cd4
..
fc6d0c0
100644
(file)
--- a/
target/linux/xburst/modules.mk
+++ b/
target/linux/xburst/modules.mk
@@
-31,7
+31,7
@@
define KernelPackage/sound-soc-xburst/default
AUTOLOAD:=$(call AutoLoad,65,snd-soc-$(3))
endef
AUTOLOAD:=$(call AutoLoad,65,snd-soc-$(3))
endef
-define KernelPackage/sound-soc-qi
_
lb60
+define KernelPackage/sound-soc-qilb60
$(call KernelPackage/sound-soc-xburst/default,QI NanoNote,QI_LB60,qi-lb60,qi_lb60)
endef
$(call KernelPackage/sound-soc-xburst/default,QI NanoNote,QI_LB60,qi-lb60,qi_lb60)
endef
@@
-45,6
+45,6
@@
endef
$(eval $(call KernelPackage,sound-soc-jz4740))
$(eval $(call KernelPackage,sound-soc-jzcodec))
$(eval $(call KernelPackage,sound-soc-jz4740))
$(eval $(call KernelPackage,sound-soc-jzcodec))
-$(eval $(call KernelPackage,sound-soc-qi
_
lb60))
+$(eval $(call KernelPackage,sound-soc-qilb60))
$(eval $(call KernelPackage,sound-soc-n516))
$(eval $(call KernelPackage,sound-soc-n526))
$(eval $(call KernelPackage,sound-soc-n516))
$(eval $(call KernelPackage,sound-soc-n526))
This page took
0.020545 seconds
and
4
git commands to generate.