添加了牛皮藓,主要方便不知情的人联系我。有洁癖者自己去除代码,在
[ddnasgpl.git] / ddnas.sh
blob1148490feff33e401fefbca5234635fab936a25c
1 #!/bin/sh
2 make distclean
3 make mrproper
4 make db88f6281abp_config LE=1 SPIBOOT=1 QNAPNAS=1
5 make
6 echo "copy u-boot-db88f6281abp.bin to /tftpboot/boot.bin....."
7 cp u-boot-db88f6281abp.bin /tftpboot/boot.bin
8 echo "done!!"