Changeset 195 for floppyfw

Show
Ignore:
Timestamp:
12/26/06 13:43:54 (5 years ago)
Author:
root
Message:

Bad URL.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • floppyfw/package/pppoe/pppoe.mk

    r185 r195  
    55############################################################# 
    66 
    7 PPPOE_SOURCE_URL=http://www.zelow.no/download/Development/src/ 
     7PPPOE_SOURCE_URL=http://www.zelow.no/floppyfw/download/Development/src/ 
    88PPPOE_SOURCE=rp-pppoe-3.5.tar.gz 
    99PPPOE_DIR=$(BUILD_DIR)/rp-pppoe-3.5 
     
    3030        $(MAKE) CC="$(TARGET_CC)" -C $(PPPOE_DIR)/src 
    3131 
    32 $(PPPD_PKG_DIR)/ppp/sbin/pppoe: $(PPPOE_DIR)/src/pppoe 
     32$(PPPD_PKG_DIR)/sbin/pppoe: $(PPPOE_DIR)/src/pppoe 
    3333        cp -a $(PPPOE_DIR)/src/pppoe $(PPPD_PKG_DIR)/sbin/pppoe 
    3434        -$(SSTRIP) $(PPPD_PKG_DIR)/sbin/pppoe