1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include ${ADK_TOPDIR}/rules.mk
6 PKG_NAME
:= bridge-utils
9 PKG_HASH
:= cc67efb5d5fb8928a6569b3fade2b4042ec17da04678dab127d96b46489e26c8
10 PKG_DESCR
:= ethernet bridging tools
11 PKG_SECTION
:= net
/route
13 PKG_URL
:= http
://www.linuxfoundation.org
/en
/Net
:Bridge
14 PKG_SITES
:= http
://www.kernel.org
/pub
/linux
/utils
/net
/bridge-utils
/
17 include ${ADK_TOPDIR}/mk
/package.mk
19 $(eval
$(call PKG_template
,BRIDGE_UTILS
,bridge-utils
,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
21 AUTOTOOL_STYLE
:= autoconf
22 CONFIGURE_ARGS
+= --with-linux-headers
=${LINUX_DIR}
25 ${INSTALL_DIR} ${IDIR_BRIDGE_UTILS}/usr
/sbin
26 ${INSTALL_BIN} ${WRKINST}/usr
/sbin
/brctl \
27 ${IDIR_BRIDGE_UTILS}/usr
/sbin
29 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk