Changeset b0b7ad7 in freewrt for package/ppp/Makefile


Ignore:
Timestamp:
Dec 6, 2006, 3:17:50 PM (19 years ago)
Author:
Markus Wigge <markus@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
7b7525c
Parents:
7f3ffe3
Message:
  • changed UMTS ppp config to use comgt for dialing, thus chat has no longer to be installed.
  • removed the chatscript template stuff
  • removed some custom comgt scripts as the functionality is builtin now
  • added comgt_h patch to fix a typo in a builtin script

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/ppp/Makefile

    r7f3ffe3 rb0b7ad7  
    151151        $(INSTALL_BIN) ./files/etc/ppp/ip-down.d/umts \
    152152                $(IDIR_PPPUMTS)/etc/ppp/ip-down.d/
    153         $(INSTALL_DIR) $(IDIR_PPPUMTS)/etc/chatscripts/templates
    154         $(INSTALL_DATA) ./files/etc/chatscripts/templates/umts \
    155                 $(IDIR_PPPUMTS)/etc/chatscripts/templates/
    156153        $(INSTALL_DIR) $(IDIR_PPPUMTS)/etc/network/if-down.d
    157154        $(INSTALL_BIN) ./files/etc/network/if-down.d/umts \
Note: See TracChangeset for help on using the changeset viewer.