projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44aa0b5
)
add kmod-crc16 dependency to ax25 module, CONFIG_MKISS needs CONFIG_CRC16
author
Hauke Mehrtens
<hauke@hauke-m.de>
Sat, 7 Mar 2009 17:16:03 +0000
(17:16 +0000)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sat, 7 Mar 2009 17:16:03 +0000
(17:16 +0000)
SVN-Revision: 14782
package/kernel/modules/netsupport.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/netsupport.mk
b/package/kernel/modules/netsupport.mk
index 42a182267033df84178b65188c1d4d19f772d9ac..b931267cf9b117870e62f2c19f355934f3b16862 100644
(file)
--- 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