openwrtv3/package
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
..
base-files base-files: add a post start hook for procd managed services 2013-09-17 21:45:34 +00:00
boot uboot-imx6: fix typo in nitrogen6dlXg 2013-09-26 09:03:47 +00:00
devel disable mips16 for a few packages that don't compile with it 2013-08-14 14:29:15 +00:00
kernel kernel: disable kmod-iio for linux 3.6 as well (to avoid build issues due to missing config symbol changes) 2013-09-28 05:22:05 +00:00
libs libubox: add packaging info for uloop lua binding 2013-09-17 21:44:52 +00:00
network uhttpd: fix appending https ports to cmdline 2013-09-25 07:44:48 +00:00
system ubox: fix kmod loading for modules with varying dashes & underscores in names (#14182, #14189) 2013-09-28 13:12:42 +00:00
utils fix various init scripts 2013-09-23 21:58:36 +00:00
Makefile mklibs: Fix mklibs usage when *.so files reside in subdirs 2013-08-26 17:31:27 +00:00