openwrtv4/package/system/ubox
Jo-Philipp Wich d8c154a29d ubox: fix kmod loading for modules with varying dashes & underscores in names (#14182, #14189)
Instead of canonicalizing module names in the internal avl tree simpyl use a
custom strcmp() variant for the avl tree key comparisation. The custom comperator
simply treats dashes and underscores the same, so "nls_iso8859-15" is equal to
"nls-iso8859-15".

This allows us to simplify the code considerably and makes manual "modprobe"
invocations more forgiving when looking up the given module name.

SVN-Revision: 38248
2013-09-28 13:12:42 +00:00
..
files ubox: add a uci-default script for fstab generation 2013-07-08 09:01:42 +00:00
Makefile ubox: fix kmod loading for modules with varying dashes & underscores in names (#14182, #14189) 2013-09-28 13:12:42 +00:00