diff --git a/bpi-r4-photos/BPI-R4-NIC-BE14_2.jpg b/bpi-r4-photos/BPI-R4-NIC-BE14_2.jpg new file mode 100644 index 0000000..8ed7d85 Binary files /dev/null and b/bpi-r4-photos/BPI-R4-NIC-BE14_2.jpg differ diff --git a/bpi-r4-photos/sw4.jpg b/bpi-r4-photos/sw4.jpg new file mode 100644 index 0000000..c8cff22 Binary files /dev/null and b/bpi-r4-photos/sw4.jpg differ diff --git a/openwrt-configure.sh b/openwrt-configure.sh index f83ac9b..451daf8 100755 --- a/openwrt-configure.sh +++ b/openwrt-configure.sh @@ -10,7 +10,7 @@ DEVICE="${DEVICE:-$2}" FULL_WPAD="${FULL_WPAD:-'true'}" INSTALL_BRIDGER=${INSTALL_BRIDGER:-'false'} INSTALL_DAWN=${INSTALL_DAWN:-'false'} -INSTALL_USTEER=${INSTALL_USTEER:-'true'} +INSTALL_USTEER=${INSTALL_USTEER:-'false'} INSTALL_DNSCRYPT_PROXY2=${INSTALL_DNSCRYPT_PROXY2:-'false'} INSTALL_UNBOUND=${INSTALL_UNBOUND:-'true'} CRYPTO_LIB=${CRYPTO_LIB:-'openssl'} # wolfssl or openssl; if empty - mbedtls @@ -85,7 +85,7 @@ if ! [[ "$DEVICE" =~ Main|main ]] && [[ "$INSTALL_BRIDGER" =~ True|true ]]; then fi if [[ "$INSTALL_LANG_PACKAGES" =~ True|true ]]; then - PACKAGES="$PACKAGES luci-i18n-firewall-pl luci-i18n-irqbalance-pl luci-i18n-opkg-pl luci-i18n-statistics-pl luci-i18n-base-pl" + PACKAGES="$PACKAGES luci-i18n-firewall-pl luci-i18n-irqbalance-pl luci-i18n-statistics-pl luci-i18n-base-pl" fi COMMAND="$COMMAND; opkg install $PACKAGES $ADDITIONAL_DRIVERS; /etc/init.d/uhttpd start ; /etc/init.d/uhttpd enable;"