-#
+#
# Copyright (C) 2006-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
DEPENDS:=+ppp +kmod-gre
endef
-define Package/pptp/daemon
+define Package/pptp/description
This package contains a PPTP (Point-to-Point Tunneling Protocol) client.
endef
+define Package/pptp/conffiles
+/etc/ppp/options.pptp
+endef
+
define Package/pptp/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/pptp $(1)/usr/sbin/
provides the ability to have persistent device names.
endef
+define Package/udev/conffiles
+/etc/udev/udev.conf
+endef
+
define Package/udev/config
source "$(SOURCE)/Config.in"
endef
-#
+#
# Copyright (C) 2008-2010 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
wireless driver measurement data via the IPFIX protocol
endef
+define Package/wprobe-export/conffiles
+/etc/config/wprobe
+endef
+
define Build/Prepare
mkdir -p $(PKG_BUILD_DIR)
$(CP) src/* $(PKG_BUILD_DIR)/