mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[backfire] merge r23253, r23254 and r23255
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@23299 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006-2008 OpenWrt.org
|
# Copyright (C) 2006-2008 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
@@ -25,10 +25,14 @@ define Package/pptp
|
|||||||
DEPENDS:=+ppp +kmod-gre
|
DEPENDS:=+ppp +kmod-gre
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/pptp/daemon
|
define Package/pptp/description
|
||||||
This package contains a PPTP (Point-to-Point Tunneling Protocol) client.
|
This package contains a PPTP (Point-to-Point Tunneling Protocol) client.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/pptp/conffiles
|
||||||
|
/etc/ppp/options.pptp
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/pptp/install
|
define Package/pptp/install
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/pptp $(1)/usr/sbin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/pptp $(1)/usr/sbin/
|
||||||
|
|||||||
@@ -34,6 +34,10 @@ define Package/udev/description
|
|||||||
provides the ability to have persistent device names.
|
provides the ability to have persistent device names.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/udev/conffiles
|
||||||
|
/etc/udev/udev.conf
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/udev/config
|
define Package/udev/config
|
||||||
source "$(SOURCE)/Config.in"
|
source "$(SOURCE)/Config.in"
|
||||||
endef
|
endef
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2008-2010 OpenWrt.org
|
# Copyright (C) 2008-2010 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
@@ -67,6 +67,10 @@ define Package/wprobe-export/description
|
|||||||
wireless driver measurement data via the IPFIX protocol
|
wireless driver measurement data via the IPFIX protocol
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/wprobe-export/conffiles
|
||||||
|
/etc/config/wprobe
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Prepare
|
define Build/Prepare
|
||||||
mkdir -p $(PKG_BUILD_DIR)
|
mkdir -p $(PKG_BUILD_DIR)
|
||||||
$(CP) src/* $(PKG_BUILD_DIR)/
|
$(CP) src/* $(PKG_BUILD_DIR)/
|
||||||
|
|||||||
Reference in New Issue
Block a user