Makefile
all: iperf
iperf:
cd iperf-2.0.5; \
chmod 755 configure; \
./configure --build=i686-linux --host=mipsel-linux; \
make;
if [ ! -e "$(TARGET_ROOT)/usr/lib" ]; then \
mkdir $(TARGET_ROOT)/usr/lib; \
fi
cp -af ./iperf-2.0.5/src/iperf $(TARGET_ROOT)/usr/bin/
clean:
make -C ./iperf-2.0.5 clean
[BCM7425] An wireless script for wpa-supplicant (0) | 2014.02.28 |
---|---|
[BCM7425] cross-compile for wireless tools (0) | 2014.02.24 |
[BCM7425] Ethernet Compliance Test (0) | 2014.02.21 |
[BCM7425] Atheros AR9300 802.11n PCI/PCI-E devices (ath9k) driver porting (0) | 2013.11.05 |