summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/aiccu/Makefile3
-rw-r--r--package/bridge-utils/Makefile1
-rw-r--r--package/busybox/config/networking/Config.in1
-rw-r--r--package/chillispot/Makefile3
-rw-r--r--package/openvpn/Makefile1
-rw-r--r--package/ppp/Makefile1
-rw-r--r--package/pptp/Makefile2
-rw-r--r--package/pptpd/Makefile5
-rw-r--r--package/tinc/Makefile1
-rw-r--r--package/vpnc/Makefile1
-rw-r--r--package/vtun/Makefile1
11 files changed, 17 insertions, 3 deletions
diff --git a/package/aiccu/Makefile b/package/aiccu/Makefile
index 33563aa5b..f20c82635 100644
--- a/package/aiccu/Makefile
+++ b/package/aiccu/Makefile
@@ -12,8 +12,9 @@ PKG_SECTION:= net/ipv6
PKG_DEPENDS:= libpthread
PKG_URL:= http://www.sixxs.net/
PKG_SITES:= http://www.sixxs.net/archive/sixxs/aiccu/unix/
+PKG_CFLINE_AICCU:= select ADK_KERNEL_TUN m
-PKG_LIBC_DEPENDS:= uclibc glibc
+PKG_LIBC_DEPENDS:= uclibc-ng uclibc glibc
DISTFILES:= $(PKG_NAME)_$(PKG_VERSION).tar.gz
WRKDIST= ${WRKDIR}/$(PKG_NAME)
diff --git a/package/bridge-utils/Makefile b/package/bridge-utils/Makefile
index 2afc30709..fbf5c22dd 100644
--- a/package/bridge-utils/Makefile
+++ b/package/bridge-utils/Makefile
@@ -12,6 +12,7 @@ PKG_SECTION:= net/route
PKG_URL:= http://www.linuxfoundation.org/en/Net:Bridge
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=bridge/}
PKG_BB:= 1
+PKG_CFLINE_BRIDGE_UTILS:=select ADK_KERNEL_BRIDGE
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in
index 21628221f..cdc765d97 100644
--- a/package/busybox/config/networking/Config.in
+++ b/package/busybox/config/networking/Config.in
@@ -435,6 +435,7 @@ config BUSYBOX_FEATURE_IFCONFIG_BROADCAST_PLUS
config BUSYBOX_IFENSLAVE
bool "ifenslave"
+ select ADK_KERNEL_BONDING m
default n
select BUSYBOX_PLATFORM_LINUX
help
diff --git a/package/chillispot/Makefile b/package/chillispot/Makefile
index a031a1c5d..02fc2a941 100644
--- a/package/chillispot/Makefile
+++ b/package/chillispot/Makefile
@@ -10,7 +10,8 @@ PKG_MD5SUM:= 9d2597756af3fa14d7331b4a3651fc9b
PKG_DESCR:= wireless lan access point controller
PKG_SECTION:= net/wifi
PKG_URL:= http://www.chillispot.info/
-PKG_SITES= http://www.chillispot.info/download/
+PKG_SITES:= http://www.chillispot.info/download/
+PKG_CFLINE_CHILLISPOT:= select ADK_KERNEL_TUN m
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
diff --git a/package/openvpn/Makefile b/package/openvpn/Makefile
index 044d86a71..1ec1112aa 100644
--- a/package/openvpn/Makefile
+++ b/package/openvpn/Makefile
@@ -13,6 +13,7 @@ PKG_DEPENDS:= ip
PKG_BUILDDEP:= openssl
PKG_URL:= http://openvpn.net/
PKG_SITES:= http://swupdate.openvpn.org/community/releases/
+PKG_CFLINE_OPENVPN:= select ADK_KERNEL_TUN m
PKG_FLAVOURS_OPENVPN:= WITH_LZO WITH_MANAGEMENT WITH_HTTPPROXY WITH_SOCKS
PKGFD_WITH_LZO:= enable lzo compression support
diff --git a/package/ppp/Makefile b/package/ppp/Makefile
index 9d84efe81..b9207e877 100644
--- a/package/ppp/Makefile
+++ b/package/ppp/Makefile
@@ -12,6 +12,7 @@ PKG_SECTION:= net/ppp
PKG_BUILDDEP:= libpcap
PKG_URL:= http://ppp.samba.org/
PKG_SITES:= ftp://ftp.samba.org/pub/ppp/
+PKG_CFLINE_PPP:= select ADK_KERNEL_PPP m
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
diff --git a/package/pptp/Makefile b/package/pptp/Makefile
index 46faa1d85..64819bbe8 100644
--- a/package/pptp/Makefile
+++ b/package/pptp/Makefile
@@ -11,6 +11,8 @@ PKG_DESCR:= point-to-point tunneling protocol client
PKG_SECTION:= net/ppp
PKG_DEPENDS:= ppp
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=pptpclient/}
+PKG_CFLINE_PPTP:= select ADK_KERNEL_NET_IPGRE m@
+PKG_CFLINE_PPTP+= select ADK_KERNEL_PPP m
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
diff --git a/package/pptpd/Makefile b/package/pptpd/Makefile
index 05b4dc3de..1d4a53b0e 100644
--- a/package/pptpd/Makefile
+++ b/package/pptpd/Makefile
@@ -12,10 +12,13 @@ PKG_SECTION:= net/ppp
PKG_DEPENDS:= ppp
PKG_URL:= http://www.poptop.org/
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=poptop/}
+PKG_CFLINE_PPTPD:= select ADK_KERNEL_NET_IPGRE m@
+PKG_CFLINE_PPTPD+= select ADK_KERNEL_PPP m@
+PKG_CFLINE_PPTPD+= select ADK_KERNEL_PPP_MPPE m
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
-PKG_LIBC_DEPENDS:= uclibc glibc
+PKG_LIBC_DEPENDS:= uclibc-ng uclibc glibc
include ${ADK_TOPDIR}/mk/package.mk
diff --git a/package/tinc/Makefile b/package/tinc/Makefile
index 0a7661a6c..a9adad559 100644
--- a/package/tinc/Makefile
+++ b/package/tinc/Makefile
@@ -13,6 +13,7 @@ PKG_DEPENDS:= zlib liblzo libopenssl
PKG_BUILDDEP:= zlib liblzo openssl
PKG_URL:= http://www.tinc-vpn.org/
PKG_SITES:= http://www.tinc-vpn.org/packages/
+PKG_CFLINE_TINC:= select ADK_KERNEL_TUN m
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
diff --git a/package/vpnc/Makefile b/package/vpnc/Makefile
index a2beed52c..51e975b6c 100644
--- a/package/vpnc/Makefile
+++ b/package/vpnc/Makefile
@@ -13,6 +13,7 @@ PKG_DEPENDS:= libgcrypt libgpg-error
PKG_BUILDDEP:= libgcrypt libgpg-error
PKG_URL:= http://www.unix-ag.uni-kl.de/~massar/vpnc/
PKG_SITES:= http://www.unix-ag.uni-kl.de/~massar/vpnc/
+PKG_CFLINE_VPNC:= select ADK_KERNEL_TUN m
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
diff --git a/package/vtun/Makefile b/package/vtun/Makefile
index 15d1f7c6e..05c7e6706 100644
--- a/package/vtun/Makefile
+++ b/package/vtun/Makefile
@@ -12,6 +12,7 @@ PKG_SECTION:= net/security
PKG_DEPENDS:= zlib libopenssl liblzo
PKG_BUILDDEP:= zlib openssl liblzo
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=vtun/}
+PKG_CFLINE_VTUN:= select ADK_KERNEL_TUN m
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz