kernel: netfilter.mk: Explicitly set the order of autoloaded modules
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 2 May 2013 11:25:18 +0000 (11:25 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 2 May 2013 11:25:18 +0000 (11:25 +0000)
commit86585ad45356629c871776cb7ed779d49616e0dc
treeb43dd466181287fadb9e0962bd005f62bd8f69bf
parentc8bc4292abc815d08c26fe96887b0261a98544d8
kernel: netfilter.mk: Explicitly set the order of autoloaded modules

In my machine, the file is created with arptable_filter before
arp_tables. This can't happen because the former depends on the
latter.

So, instead of rely on wildcards (*.ko), set by hand the files to
be loaded in the correct order.

Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br>
SVN-Revision: 36512
package/kernel/modules/netfilter.mk