Changeset 5876cdc in freewrt
- Timestamp:
- Oct 19, 2006, 3:38:32 PM (19 years ago)
- Children:
- bdcee26e
- Parents:
- dd9e9b0
- Location:
- package/ppp
- Files:
-
- 3 added
- 1 edited
-
Makefile (modified) (1 diff)
-
files/etc/network/if-down.d/umts (added)
-
files/etc/ppp/ip-up.d/if-rename (added)
-
files/etc/ppp/ip-up.d/umts (added)
Legend:
- Unmodified
- Added
- Removed
-
package/ppp/Makefile
rdd9e9b0 r5876cdc 145 145 $(INSTALL_DATA) ./files/etc/ppp/templates/umts \ 146 146 $(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/ 147 153 $(INSTALL_DIR) $(IDIR_PPPUMTS)/etc/chatscripts/templates 148 154 $(INSTALL_DATA) ./files/etc/chatscripts/templates/umts \ 149 155 $(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/ 150 159 $(IPKG_BUILD) $(IDIR_PPPUMTS) $(PACKAGE_DIR) 151 160
Note:
See TracChangeset
for help on using the changeset viewer.
