Fix kmod-ppp generation (#2337)

SVN-Revision: 8691
This commit is contained in:
Florian Fainelli 2007-09-08 16:20:02 +00:00
parent 75f1024d48
commit 4a2e4920b1
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ define KernelPackage/ppp/2.6
KCONFIG+= \
CONFIG_SLHC \
CONFIG_CRC_CCITT
FILES:= \
FILES+= \
$(LINUX_DIR)/lib/crc-ccitt.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,30,crc-ccitt slhc ppp_generic ppp_async)
endef