Changeset 3791
- Timestamp:
- 08/27/08 18:07:06 (3 months ago)
- Files:
-
- branches/freewrt_1_0/package/iproute2/Makefile (modified) (1 diff)
- branches/freewrt_1_0/package/openvpn/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/freewrt_1_0/package/iproute2/Makefile
r800 r3791 37 37 38 38 $(IPKG_IP): 39 mkdir -p $(IDIR_IP)/ usr/sbin40 $(CP) $(WRKBUILD)/ip/ip $(IDIR_IP)/ usr/sbin/39 mkdir -p $(IDIR_IP)/bin 40 $(CP) $(WRKBUILD)/ip/ip $(IDIR_IP)/bin/ 41 41 $(RSTRIP) $(IDIR_IP) 42 42 $(IPKG_BUILD) $(IDIR_IP) $(PACKAGE_DIR) 43 43 44 44 $(IPKG_TC): 45 mkdir -p $(IDIR_TC)/ usr/sbin46 $(CP) $(WRKBUILD)/tc/tc $(IDIR_TC)/ usr/sbin/45 mkdir -p $(IDIR_TC)/bin 46 $(CP) $(WRKBUILD)/tc/tc $(IDIR_TC)/bin/ 47 47 $(RSTRIP) $(IDIR_TC) 48 48 $(IPKG_BUILD) $(IDIR_TC) $(PACKAGE_DIR) branches/freewrt_1_0/package/openvpn/Makefile
r3784 r3791 85 85 --disable-socks \ 86 86 --enable-iproute2 \ 87 --with-iproute-path= ip \87 --with-iproute-path=/bin/ip \ 88 88 --without-ifconfig-path \ 89 89 --without-route-path \


