add missing pppoe-connect script (closes: #1603)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@7028 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2007-04-21 21:00:34 +00:00
parent e834eda3ba
commit ab1ba0ea3f

View File

@ -63,7 +63,8 @@ define Package/rp-pppoe-client/install
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/etc/ppp/pppoe.conf $(1)/etc/ppp/
$(INSTALL_DIR) $(1)/usr/sbin
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/pppoe $(1)/usr/sbin/
$(CP) $(PKG_BUILD_DIR)/scripts/pppoe-{start,stop} $(1)/usr/sbin/
$(CP) $(PKG_BUILD_DIR)/scripts/pppoe-{connect,start,stop} $(1)/usr/sbin/
$(SED) 's,modprobe,insmod,g' $(1)/usr/sbin/pppoe-connect
endef
define Package/rp-pppoe-relay/install