1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-28 07:09:46 +02:00

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

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