# $FreeWRT$ #- # This file is part of the FreeWRT project. FreeWRT is copyrighted # material, please see the LICENCE file in the top-level directory # or at http://www.freewrt.org/licence for details. include ${TOPDIR}/rules.mk PKG_NAME:= fwrtc PKG_VERSION:= 0.1 PKG_RELEASE:= 0 NO_DISTFILES:= 1 include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,FWRTC,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${ARCH})) do-install: ${INSTALL_DIR} ${IDIR_FWRTC}/etc/{hotplug.d/net,modules.d} ${INSTALL_BIN} ./files/hotplug-fwrtc ${IDIR_FWRTC}/etc/hotplug.d/net/10-fwrtc ${INSTALL_DATA} ./files/fwrtc.conf ${IDIR_FWRTC}/etc/ ${INSTALL_DATA} ./files/modules-fwrtc ${IDIR_FWRTC}/etc/modules.d/40-fwrtc include ${TOPDIR}/mk/pkg-bottom.mk