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)
commit7f2743d45852d345f20809f1c24d1c197583b5d3
tree0213d21e547b802857c28f3a62f689f74e8fc39e
parenta98cdd98927c6c7db2c0f9210c93bcca8cd618db
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