diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-03 20:37:53 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-03 20:38:12 +0100 |
commit | 68ef4fa6487213d2d03389045557fa5432c4c605 (patch) | |
tree | 963dc63af657e14ac9ac0c835e5d0f6d3f760e82 /package/chillispot | |
parent | 9d06ffe9c62e8ee3af28997e28c7c95b09aa78df (diff) |
use new PKG_KDEPENDS variable
Diffstat (limited to 'package/chillispot')
-rw-r--r-- | package/chillispot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/chillispot/Makefile b/package/chillispot/Makefile index 1612b3712..4b62d188c 100644 --- a/package/chillispot/Makefile +++ b/package/chillispot/Makefile @@ -9,9 +9,9 @@ PKG_RELEASE:= 2 PKG_HASH:= b505ab963af8423ef8ae844951ef05fe1554630b448f1174074e9881cb474a01 PKG_DESCR:= wireless lan access point controller PKG_SECTION:= net/wifi +PKG_KDEPENDS:= tun PKG_URL:= http://www.chillispot.info/ PKG_SITES:= http://www.chillispot.info/download/ -PKG_CFLINE_CHILLISPOT:= select ADK_KERNEL_TUN m DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz |