ubox: fix kmod loading for modules with varying dashes & underscores in names (#14182...
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 28 Sep 2013 13:12:42 +0000 (13:12 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 28 Sep 2013 13:12:42 +0000 (13:12 +0000)
commit7c417a6e42f715b6ab98cbd90dfdbe2aeac877d0
treeeade5f0e002f8ffe422176489bb6529d8f0cb7b6
parent30103cc1079d6e5d6a80d3fde7c8d5bb6013f1e8
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
package/system/ubox/Makefile