diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-07 16:55:29 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-07 16:55:29 +0100 |
commit | f3bea317e2a6ec0c7a9d1e14c66b5a31f1fb8294 (patch) | |
tree | 41e94b1dd24f6e3491689d863409e51e605b40d4 /package/chillispot/Makefile | |
parent | b59da8fc7b46ee62cbe9eb97a05c8a0f1ab75593 (diff) | |
parent | 79be206de9335752c6355995961b69846c641410 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/chillispot/Makefile')
-rw-r--r-- | package/chillispot/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/package/chillispot/Makefile b/package/chillispot/Makefile index 561058088..fac01c22a 100644 --- a/package/chillispot/Makefile +++ b/package/chillispot/Makefile @@ -5,10 +5,11 @@ include ${TOPDIR}/rules.mk PKG_NAME:= chillispot PKG_VERSION:= 1.1.0 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= 9d2597756af3fa14d7331b4a3651fc9b PKG_DESCR:= Wireless LAN Access Point Controller PKG_SECTION:= wifi +PKG_BUILDDEP:= autotool PKG_DEPENDS:= kmod-tun PKG_URL:= http://www.chillispot.info/ PKG_SITES= http://www.chillispot.info/download/ @@ -17,7 +18,9 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,CHILLISPOT,chillispot,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -post-install: +AUTOTOOL_STYLE:= autoreconf + +chillispot-install: ${INSTALL_DIR} ${IDIR_CHILLISPOT}/usr/sbin ${IDIR_CHILLISPOT}/etc ${INSTALL_DATA} ./files/chilli.conf \ ${IDIR_CHILLISPOT}/etc/ |