summaryrefslogtreecommitdiff
path: root/package/linux-atm
diff options
context:
space:
mode:
authorThorsten Glaser <tg@mirbsd.org>2009-12-20 01:00:26 +0059
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-20 10:35:07 +0100
commit54d9c42f67b6cc72601ca73bd37563ba078e81b7 (patch)
tree531009669862d20c73349c0aa241fb51c1054dd0 /package/linux-atm
parent39d2849441575a8cc683c215ab32f93eccfd79ab (diff)
infrastructure and demo for one(!) free-format config line per subpackage
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
Diffstat (limited to 'package/linux-atm')
-rw-r--r--package/linux-atm/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile
index 1ebd2172b..a999be5d6 100644
--- a/package/linux-atm/Makefile
+++ b/package/linux-atm/Makefile
@@ -18,6 +18,9 @@ PKG_DESCR_1:= br2684ctl
PKG_DEPENDS_1:= libatm
PKG_SECTION_1:= net
+CFLINE_LIBATM:= depends on !ADK_HOST_FREEBSD
+CFLINE_BR2684CTL:= depends on !ADK_HOST_FREEBSD
+
include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,LIBATM,libatm,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))