aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/netsupport.mk
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2009-03-07 17:16:03 +0000
committerHauke Mehrtens <hauke@openwrt.org>2009-03-07 17:16:03 +0000
commit9a979090014a0fce14e54c486a2964b2e030868c (patch)
tree395de39298caf11043773770ea3725f632af2f63 /package/kernel/modules/netsupport.mk
parent2f99a90a3055e7379302430c8992c58e7b814ed8 (diff)
downloadupstream-9a979090014a0fce14e54c486a2964b2e030868c.tar.gz
upstream-9a979090014a0fce14e54c486a2964b2e030868c.tar.bz2
upstream-9a979090014a0fce14e54c486a2964b2e030868c.zip
[kernel] add kmod-crc16 dependency to ax25 module, CONFIG_MKISS needs CONFIG_CRC16
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14782 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/modules/netsupport.mk')
-rw-r--r--package/kernel/modules/netsupport.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/modules/netsupport.mk b/package/kernel/modules/netsupport.mk
index 42a1822670..b931267cf9 100644
--- a/package/kernel/modules/netsupport.mk
+++ b/package/kernel/modules/netsupport.mk
@@ -533,6 +533,7 @@ $(eval $(call KernelPackage,sched))
define KernelPackage/ax25
SUBMENU:=$(NETWORK_SUPPORT_MENU)
TITLE:=AX25 support
+ DEPENDS:=kmod-crc16
KCONFIG:= \
CONFIG_AX25 \
CONFIG_MKISS