diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-12-17 07:27:01 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-12-17 07:27:01 +0100 |
commit | a07e197d7552bed16d7c9bf428d4a43a3f458a23 (patch) | |
tree | da39ede4c33e62e1124ffd15d27c41cbe1c1f64c /package/kmod | |
parent | 753383bdf29033a1c7244e31c42c2f5d9906010f (diff) | |
parent | f91c0a6d288596bf002df4f750ab77e0c241e924 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/kmod')
-rw-r--r-- | package/kmod/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kmod/Makefile b/package/kmod/Makefile index 57e1c10c2..814ea5ac0 100644 --- a/package/kmod/Makefile +++ b/package/kmod/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= kmod -PKG_VERSION:= 18 +PKG_VERSION:= 19 PKG_RELEASE:= 1 -PKG_MD5SUM:= 82835c7f01983634e06ca72b4ee30cc6 +PKG_MD5SUM:= a08643f814aa4efc12211c6e5909f4d9 PKG_DESCR:= kernel module utils PKG_SECTION:= sys/utils PKG_DEPENDS:= libkmod |