mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:01:52 +02: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:
parent
f2d985c39f
commit
54de66387f
@ -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
|
||||||
|
@ -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)/
|
||||||
|
Loading…
Reference in New Issue
Block a user