OSTAR on bcm2708/zero/zero w/raspberry pi 2b

OSTAR is Opensource so i make a rpi zero/zero w image for test

the image is just 15Mb when comparess,tf card is 500Mb enought
support usb wifi rtl8812eus and zero w wifi for AP mode
usb wifi in Client Mode is not work
OSTAR on rpi is just for LTE EC20/SIM7600 pcie card WAN connection.

ostar running is not stable,DMR not work ,only test YSF function.

if you have zero /zero w and usb LTE module, Running YSF mode you can try it.

if you can't see the Menu,open http://192.168.10.1/cgi-bin/luci/admin/system
use another Therm. and save you can see the Menu

openwrt-brcm2708-bcm2708-rpi-ext4-factory.rar

更改 pip 默认下载源(pip 配置文件)

1、在用户根目录下 ~ 下创建 .pip 隐藏文件夹,如果已经有了可以跳过

-- mkdir ~/.pip

2、进入 .pip 隐藏文件夹并创建 pip.conf 配置文件

-- cd ~/.pip && touch pip.conf

3、启动 Finder(访达) 按 cmd+shift+g 来的进入,输入 ~/.pip 回车进入
pip.conf

[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
use-mirrors =true
mirrors =https://pypi.tuna.tsinghua.edu.cn/simple