diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-23 08:13:59 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-23 08:13:59 +0100 |
commit | 17a6468b3f0fae577b1aaad51b56bdefe15a25c1 (patch) | |
tree | 2e0ccfed1a6a8afb24c2547ca97ae5d8c450b717 /package/ussp-push | |
parent | 2548d641ca7adfe3dcf31d09bb2f9b047b186a0f (diff) | |
parent | c66e4117d3ac4d561718a8b17066dc8b04a02027 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/ussp-push')
-rw-r--r-- | package/ussp-push/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/ussp-push/Makefile b/package/ussp-push/Makefile index a0302f016..c10b1ee5e 100644 --- a/package/ussp-push/Makefile +++ b/package/ussp-push/Makefile @@ -14,8 +14,6 @@ PKG_BUILDDEP:= openobex PKG_SITES:= http://xmailserver.org/ PKG_CFLINE_USSP_PUSH:= depends on ADK_BROKEN -PKG_ARCH_DEPENDS:= !avr32 - include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,USSP_PUSH,ussp-push,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) |