Changeset 3791

Show
Ignore:
Timestamp:
08/27/08 18:07:06 (3 months ago)
Author:
markus
Message:

Relocated "ip" und "tc" to /bin to be compatible with busybox's
install location.
Set openvpn iproute-path to /bin/ip which is default now and needed
since RC9.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/freewrt_1_0/package/iproute2/Makefile

    r800 r3791  
    3737 
    3838$(IPKG_IP): 
    39         mkdir -p $(IDIR_IP)/usr/sbin 
    40         $(CP) $(WRKBUILD)/ip/ip $(IDIR_IP)/usr/sbin/ 
     39        mkdir -p $(IDIR_IP)/bin 
     40        $(CP) $(WRKBUILD)/ip/ip $(IDIR_IP)/bin/ 
    4141        $(RSTRIP) $(IDIR_IP) 
    4242        $(IPKG_BUILD) $(IDIR_IP) $(PACKAGE_DIR) 
    4343 
    4444$(IPKG_TC): 
    45         mkdir -p $(IDIR_TC)/usr/sbin 
    46         $(CP) $(WRKBUILD)/tc/tc $(IDIR_TC)/usr/sbin/ 
     45        mkdir -p $(IDIR_TC)/bin 
     46        $(CP) $(WRKBUILD)/tc/tc $(IDIR_TC)/bin/ 
    4747        $(RSTRIP) $(IDIR_TC) 
    4848        $(IPKG_BUILD) $(IDIR_TC) $(PACKAGE_DIR) 
  • branches/freewrt_1_0/package/openvpn/Makefile

    r3784 r3791  
    8585                  --disable-socks \ 
    8686                  --enable-iproute2 \ 
    87                   --with-iproute-path=ip \ 
     87                  --with-iproute-path=/bin/ip \ 
    8888                  --without-ifconfig-path \ 
    8989                  --without-route-path \