diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-09-08 16:20:02 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-09-08 16:20:02 +0000 |
commit | 4a2e4920b1d909ca254853b0dce46af3123e8f74 (patch) | |
tree | 69a491c0a3552fe9f8ed9b6763513cae318c8a84 /package | |
parent | 75f1024d48f8ce5e559af3c93274c19434134e17 (diff) | |
download | upstream-4a2e4920b1d909ca254853b0dce46af3123e8f74.tar.gz upstream-4a2e4920b1d909ca254853b0dce46af3123e8f74.tar.bz2 upstream-4a2e4920b1d909ca254853b0dce46af3123e8f74.zip |
Fix kmod-ppp generation (#2337)
SVN-Revision: 8691
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/modules/network.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/network.mk b/package/kernel/modules/network.mk index c04829fa9e..5dc520db84 100644 --- a/package/kernel/modules/network.mk +++ b/package/kernel/modules/network.mk @@ -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 |