summaryrefslogtreecommitdiff
path: root/package/radvd
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-24 11:30:20 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-24 11:30:20 +0100
commit537a2c4eaa446e52c6ba07007eb9ae75998b5580 (patch)
treeb48cc775042b4274dce470527826007de7a7fa84 /package/radvd
parent18b3987c6d890f02c80b976b6cf6835053ef1fe9 (diff)
parentce621815fecece2b4d8a4cb7115eb82c1cb7ed44 (diff)
Merge commit 'origin/confgen'
finally autogenerate menu Config.in files and Depends.mk for packages. thx mirabilos Conflicts: .gitignore Makefile mk/build.mk package/eglibc/Config.in package/glibc/Config.in package/uclibc++/Config.in package/uclibc/Config.in rules.mk
Diffstat (limited to 'package/radvd')
-rw-r--r--package/radvd/Config.in10
-rw-r--r--package/radvd/Makefile2
2 files changed, 2 insertions, 10 deletions
diff --git a/package/radvd/Config.in b/package/radvd/Config.in
deleted file mode 100644
index 32586c2aa..000000000
--- a/package/radvd/Config.in
+++ /dev/null
@@ -1,10 +0,0 @@
-config ADK_PACKAGE_RADVD
- prompt "radvd............................. IPv6 Routing Advertisement Daemon"
- tristate
- default n
- select ADK_KPACKAGE_KMOD_IPV6
- depends on !ADK_HOST_FREEBSD # flex problem
- help
- Routing Advertisement Daemon for IPv6
- http://v6web.litech.org/radvd/
-
diff --git a/package/radvd/Makefile b/package/radvd/Makefile
index 6c3662b71..0cfab4506 100644
--- a/package/radvd/Makefile
+++ b/package/radvd/Makefile
@@ -14,6 +14,8 @@ PKG_URL:= http://www.litech.org/radvd
PKG_SITES:= http://v6web.litech.org/radvd/dist/ \
http://download.sourcemage.org/mirror/
+PKG_HOST_DEPENDS:= !freebsd
+
include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,RADVD,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))