Changeset 91e99e3 in freewrt for package/pptp


Ignore:
Timestamp:
Apr 21, 2007, 7:11:57 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
2d9a22a
Parents:
540b68c9
Message:

add pptp support for startup scripts, add option-icon package for usb modems, fix dependency of ctorrent

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

Location:
package/pptp
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • package/pptp/Makefile

    r540b68c9 r91e99e3  
    99PKG_NAME:=              pptp
    1010PKG_VERSION:=           1.6.0
    11 PKG_RELEASE:=           3
     11PKG_RELEASE:=           5
    1212PKG_MD5SUM:=            9a706327fb9827541d7c86d48ceb9631
    1313
     
    2929
    3030$(IPKG_PPTP):
     31        install -d -m0755 $(IDIR_PPTP)/etc/ppp/templates
     32        install -d -m0755 $(IDIR_PPTP)/usr/sbin
    3133        install -d -m0755 $(IDIR_PPTP)/sbin
    3234        install -m0755 ./files/ifup.pptp $(IDIR_PPTP)/sbin/ifup.pptp
    33         install -d -m0755 $(IDIR_PPTP)/etc/ppp
    3435        install -m0644 ./files/options.pptp $(IDIR_PPTP)/etc/ppp/
    35         install -d -m0755 $(IDIR_PPTP)/usr/sbin
     36        install -m0644 ./files/pptp $(IDIR_PPTP)/etc/ppp/templates
    3637        install -m0755 $(WRKBUILD)/pptp $(IDIR_PPTP)/usr/sbin/
    3738        $(RSTRIP) $(IDIR_PPTP)
Note: See TracChangeset for help on using the changeset viewer.