Changeset fb64592 in freewrt for package/ppp/Makefile


Ignore:
Timestamp:
Oct 4, 2006, 7:35:12 AM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
796fcb2
Parents:
92d029c
Message:

sync with trunk, add ppp pon/poff and examples for interfaces, thx dirk

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@842 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/ppp/Makefile

    r92d029c rfb64592  
    99PKG_NAME:=              ppp
    1010PKG_VERSION:=           2.4.3
    11 PKG_RELEASE:=           7
     11PKG_RELEASE:=           8
    1212PKG_MD5SUM:=            848f6c3cafeb6074ffeb293c3af79b7c
    1313
    1414PKG_SOURCE_URL:=        ftp://ftp.samba.org/pub/ppp/
    15 PKG_SOURCE:=            $(PKG_NAME)-$(PKG_VERSION).tar.gz
    1615
    1716include $(TOPDIR)/mk/package.mk
     
    6867                  --sbindir=/usr/sbin \
    6968                  --sysconfdir=/etc \
    70                   --enable-largefile \
    7169                  --disable-nls \
    7270        )
     
    104102        install -m0755 $(WRKINST)/usr/sbin/pppd $(IDIR_PPP)/usr/sbin/
    105103        install -d -m0755 $(IDIR_PPP)/usr/lib/pppd
     104        install -m0755 ./files/pon $(IDIR_PPP)/usr/sbin/
     105        install -m0755 ./files/poff $(IDIR_PPP)/usr/sbin/
     106        install -d -m0755 $(IDIR_PPP)/etc/ppp/peers
     107        install -m0600 ./files/etc/ppp/peers/dsl $(IDIR_PPP)/etc/ppp/peers
    106108        echo "Depends: $(PKG_DEPEND)" >> $(IDIR_PPP)/CONTROL/control
    107109        $(RSTRIP) $(IDIR_PPP)
    108110        $(IPKG_BUILD) $(IDIR_PPP) $(PACKAGE_DIR)
    109111       
    110 $(IDIR_PPP_MOD_PPPOA)/sbin/ifup.pppoa:
    111         install -d -m0755 $(IDIR_PPP_MOD_PPPOA)/sbin
    112         install -m0755 ./files/ifup.pppoa $(IDIR_PPP_MOD_PPPOA)/sbin/
    113 
    114 $(IPKG_PPP_MOD_PPPOA): $(IDIR_PPP_MOD_PPPOA)/sbin/ifup.pppoa
    115 
    116 $(IDIR_PPP_MOD_PPPOE)/sbin/ifup.pppoe:
    117         install -d -m0755 $(IDIR_PPP_MOD_PPPOE)/sbin
    118         install -m0755 ./files/ifup.pppoe $(IDIR_PPP_MOD_PPPOE)/sbin/
    119 
    120 $(IPKG_PPP_MOD_PPPOE): $(IDIR_PPP_MOD_PPPOE)/sbin/ifup.pppoe
    121 
    122112$(IDIR_PPP_MOD_RADIUS)/etc/ppp/radius.conf:
    123113        install -d -m0755 $(IDIR_PPP_MOD_RADIUS)/etc/ppp
Note: See TracChangeset for help on using the changeset viewer.