Don't install the atheros firmware

It takes too long and seems unreliable
This commit is contained in:
Bob Mottram 2015-09-06 15:28:54 +01:00
parent f5b9b13738
commit 14838112eb
2 changed files with 2 additions and 1 deletions

View File

@ -10671,7 +10671,7 @@ install_watchdog_script
configure_avahi configure_avahi
install_zeronet_blog install_zeronet_blog
install_zeronet_forum install_zeronet_forum
install_atheros_wifi #install_atheros_wifi
configure_firewall_for_cjdns configure_firewall_for_cjdns
mesh_cjdns mesh_cjdns
mesh_cjdns_tools mesh_cjdns_tools

View File

@ -173,6 +173,7 @@ function install_zeronet_forum {
sed -i "s|Demo for dynamic, decentralized content publishing.|$ZERONET_DEFAULT_FORUM_TAGLINE|g" $ZERONET_DIR/data/$ZERONET_FORUM_ADDRESS/index.html sed -i "s|Demo for dynamic, decentralized content publishing.|$ZERONET_DEFAULT_FORUM_TAGLINE|g" $ZERONET_DIR/data/$ZERONET_FORUM_ADDRESS/index.html
sed -i 's/Messaging Board Demo/Messaging Board/g' $ZERONET_DIR/data/$ZERONET_FORUM_ADDRESS/content.json sed -i 's/Messaging Board Demo/Messaging Board/g' $ZERONET_DIR/data/$ZERONET_FORUM_ADDRESS/content.json
sed -i "s/ZeroBoard/$ZERONET_DEFAULT_FORUM_TITLE/g" $ZERONET_DIR/data/$ZERONET_FORUM_ADDRESS/content.json sed -i "s/ZeroBoard/$ZERONET_DEFAULT_FORUM_TITLE/g" $ZERONET_DIR/data/$ZERONET_FORUM_ADDRESS/content.json
python zeronet.py siteSign $ZERONET_FORUM_ADDRESS $ZERONET_FORUM_PRIVATE_KEY
python zeronet.py siteSign $ZERONET_FORUM_ADDRESS $ZERONET_FORUM_PRIVATE_KEY --inner_path data/users/content.json python zeronet.py siteSign $ZERONET_FORUM_ADDRESS $ZERONET_FORUM_PRIVATE_KEY --inner_path data/users/content.json
# Add an avahi service # Add an avahi service