diff options
author | John Crispin <john@openwrt.org> | 2013-10-08 15:08:23 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-10-08 15:08:23 +0000 |
commit | 4b47d5b73205ef70614d62a81c4c0b6816b7802f (patch) | |
tree | ba2e27868c69be3ac6c947a9100c9ff5c06b2b14 /include | |
parent | ff40bc2db993a28899773956d509377305833b55 (diff) | |
download | upstream-4b47d5b73205ef70614d62a81c4c0b6816b7802f.tar.gz upstream-4b47d5b73205ef70614d62a81c4c0b6816b7802f.tar.bz2 upstream-4b47d5b73205ef70614d62a81c4c0b6816b7802f.zip |
kernel: remove debug code from module insert script
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38340
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/kernel.mk b/include/kernel.mk index 86100d7859..ae2dcc3fd9 100644 --- a/include/kernel.mk +++ b/include/kernel.mk @@ -96,7 +96,6 @@ define ModuleAutoLoad fi; \ modules="$$$$$$$${modules:+$$$$$$$$modules}"; \ fi; \ - dkl; \ }; \ add_module() { \ priority="$$$$$$$$1"; \ |