Changeset 5876cdc in freewrt


Ignore:
Timestamp:
Oct 19, 2006, 3:38:32 PM (19 years ago)
Author:
Markus Wigge <markus@…>
Children:
bdcee26e
Parents:
dd9e9b0
Message:

missed stuff with last merge

git-svn-id: svn://www.freewrt.org/trunk/freewrt@965 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package/ppp
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • package/ppp/Makefile

    rdd9e9b0 r5876cdc  
    145145        $(INSTALL_DATA) ./files/etc/ppp/templates/umts \
    146146                $(IDIR_PPPUMTS)/etc/ppp/templates/
     147        $(INSTALL_DIR) $(IDIR_PPPUMTS)/etc/ppp/ip-up.d
     148        $(INSTALL_BIN) ./files/etc/ppp/ip-up.d/umts \
     149                $(IDIR_PPPUMTS)/etc/ppp/ip-up.d/
     150        $(INSTALL_DIR) $(IDIR_PPPUMTS)/etc/ppp/ip-down.d
     151        $(INSTALL_BIN) ./files/etc/ppp/ip-down.d/umts \
     152                $(IDIR_PPPUMTS)/etc/ppp/ip-down.d/
    147153        $(INSTALL_DIR) $(IDIR_PPPUMTS)/etc/chatscripts/templates
    148154        $(INSTALL_DATA) ./files/etc/chatscripts/templates/umts \
    149155                $(IDIR_PPPUMTS)/etc/chatscripts/templates/
     156        $(INSTALL_DIR) $(IDIR_PPPUMTS)/etc/network/if-down.d
     157        $(INSTALL_BIN) ./files/etc/network/if-down.d/umts \
     158                $(IDIR_PPPUMTS)/etc/network/if-down.d/
    150159        $(IPKG_BUILD) $(IDIR_PPPUMTS) $(PACKAGE_DIR)
    151160
Note: See TracChangeset for help on using the changeset viewer.