This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CONFIG_TARGET_ar71xx=y | |
CONFIG_TARGET_ar71xx_generic=y | |
CONFIG_TARGET_ar71xx_generic_OMEGA=y | |
CONFIG_MJPG_STREAMER_INPUT_UVC=y | |
CONFIG_MJPG_STREAMER_OUTPUT_HTTP=y | |
CONFIG_OPENSSL_WITH_EC=y | |
CONFIG_PACKAGE_Onion-Console=y | |
CONFIG_PACKAGE_avahi-daemon-service-http=y | |
CONFIG_PACKAGE_avahi-daemon-service-ssh=y | |
CONFIG_PACKAGE_avahi-nodbus-daemon=y |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
DEVICE=/dev/mmcblk0 | |
MOUNTPOINT=/mnt | |
# Raspberry Pi 1 | |
#IMAGE="ArchLinuxARM-rpi-latest.tar.gz" | |
# Raspberry Pi 2 & 3 | |
IMAGE="ArchLinuxARM-rpi-2-latest.tar.gz" |