├── README.md ├── c-ap8064-05-amp-pcb-back.jpg ├── c-ap8064-05-amp-pcb-front.jpg ├── c-ap8064-05-amp-pcb-soic8.jpg ├── linkplay-a31-pcb-front.jpg ├── linkplay-a31-serial-port.jpg ├── linkplay-a31-serial-upload-kermit ├── openwrt-linkplay-a31 ├── 836-mt7688-i2s-audio-crash-workaround.patch ├── 842-linkplay-os-workaround.patch ├── defconfig ├── files │ └── etc │ │ ├── asound.conf │ │ ├── config │ │ ├── network │ │ └── wireless │ │ ├── fw_env.config │ │ ├── hostapd-rescue.conf │ │ ├── hotplug.d │ │ └── iface │ │ │ └── 90-shairport-sync │ │ └── init.d │ │ └── rescue-ap ├── linkplay-emu │ ├── Makefile │ ├── files │ │ └── linkplay-emu.init │ └── src │ │ ├── Makefile │ │ └── linkplay-emu.c ├── linkplay-firmware-bin.diff ├── mpd-config.diff ├── mt7628an_linkplay_a31-mk.diff ├── mt7628an_linkplay_a31.dts ├── prepare-openwrt-a31.sh └── shairport-sync-config.diff ├── openwrt-ramips-mt76x8-linkplay_a31-initramfs-kernel.bin ├── openwrt-ramips-mt76x8-linkplay_a31-squashfs-firmware.bin └── openwrt-ramips-mt76x8-linkplay_a31-squashfs-sysupgrade.bin /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hn/linkplay-a31/HEAD/README.md -------------------------------------------------------------------------------- /c-ap8064-05-amp-pcb-back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hn/linkplay-a31/HEAD/c-ap8064-05-amp-pcb-back.jpg -------------------------------------------------------------------------------- /c-ap8064-05-amp-pcb-front.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hn/linkplay-a31/HEAD/c-ap8064-05-amp-pcb-front.jpg -------------------------------------------------------------------------------- /c-ap8064-05-amp-pcb-soic8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hn/linkplay-a31/HEAD/c-ap8064-05-amp-pcb-soic8.jpg -------------------------------------------------------------------------------- /linkplay-a31-pcb-front.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hn/linkplay-a31/HEAD/linkplay-a31-pcb-front.jpg -------------------------------------------------------------------------------- /linkplay-a31-serial-port.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hn/linkplay-a31/HEAD/linkplay-a31-serial-port.jpg -------------------------------------------------------------------------------- /linkplay-a31-serial-upload-kermit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hn/linkplay-a31/HEAD/linkplay-a31-serial-upload-kermit -------------------------------------------------------------------------------- /openwrt-linkplay-a31/836-mt7688-i2s-audio-crash-workaround.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hn/linkplay-a31/HEAD/openwrt-linkplay-a31/836-mt7688-i2s-audio-crash-workaround.patch -------------------------------------------------------------------------------- /openwrt-linkplay-a31/842-linkplay-os-workaround.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hn/linkplay-a31/HEAD/openwrt-linkplay-a31/842-linkplay-os-workaround.patch -------------------------------------------------------------------------------- /openwrt-linkplay-a31/defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hn/linkplay-a31/HEAD/openwrt-linkplay-a31/defconfig -------------------------------------------------------------------------------- /openwrt-linkplay-a31/files/etc/asound.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hn/linkplay-a31/HEAD/openwrt-linkplay-a31/files/etc/asound.conf -------------------------------------------------------------------------------- /openwrt-linkplay-a31/files/etc/config/network: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hn/linkplay-a31/HEAD/openwrt-linkplay-a31/files/etc/config/network -------------------------------------------------------------------------------- /openwrt-linkplay-a31/files/etc/config/wireless: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hn/linkplay-a31/HEAD/openwrt-linkplay-a31/files/etc/config/wireless -------------------------------------------------------------------------------- /openwrt-linkplay-a31/files/etc/fw_env.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hn/linkplay-a31/HEAD/openwrt-linkplay-a31/files/etc/fw_env.config -------------------------------------------------------------------------------- /openwrt-linkplay-a31/files/etc/hostapd-rescue.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hn/linkplay-a31/HEAD/openwrt-linkplay-a31/files/etc/hostapd-rescue.conf -------------------------------------------------------------------------------- /openwrt-linkplay-a31/files/etc/hotplug.d/iface/90-shairport-sync: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hn/linkplay-a31/HEAD/openwrt-linkplay-a31/files/etc/hotplug.d/iface/90-shairport-sync -------------------------------------------------------------------------------- /openwrt-linkplay-a31/files/etc/init.d/rescue-ap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hn/linkplay-a31/HEAD/openwrt-linkplay-a31/files/etc/init.d/rescue-ap -------------------------------------------------------------------------------- /openwrt-linkplay-a31/linkplay-emu/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hn/linkplay-a31/HEAD/openwrt-linkplay-a31/linkplay-emu/Makefile -------------------------------------------------------------------------------- /openwrt-linkplay-a31/linkplay-emu/files/linkplay-emu.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hn/linkplay-a31/HEAD/openwrt-linkplay-a31/linkplay-emu/files/linkplay-emu.init -------------------------------------------------------------------------------- /openwrt-linkplay-a31/linkplay-emu/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hn/linkplay-a31/HEAD/openwrt-linkplay-a31/linkplay-emu/src/Makefile -------------------------------------------------------------------------------- /openwrt-linkplay-a31/linkplay-emu/src/linkplay-emu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hn/linkplay-a31/HEAD/openwrt-linkplay-a31/linkplay-emu/src/linkplay-emu.c -------------------------------------------------------------------------------- /openwrt-linkplay-a31/linkplay-firmware-bin.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hn/linkplay-a31/HEAD/openwrt-linkplay-a31/linkplay-firmware-bin.diff -------------------------------------------------------------------------------- /openwrt-linkplay-a31/mpd-config.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hn/linkplay-a31/HEAD/openwrt-linkplay-a31/mpd-config.diff -------------------------------------------------------------------------------- /openwrt-linkplay-a31/mt7628an_linkplay_a31-mk.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hn/linkplay-a31/HEAD/openwrt-linkplay-a31/mt7628an_linkplay_a31-mk.diff -------------------------------------------------------------------------------- /openwrt-linkplay-a31/mt7628an_linkplay_a31.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hn/linkplay-a31/HEAD/openwrt-linkplay-a31/mt7628an_linkplay_a31.dts -------------------------------------------------------------------------------- /openwrt-linkplay-a31/prepare-openwrt-a31.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hn/linkplay-a31/HEAD/openwrt-linkplay-a31/prepare-openwrt-a31.sh -------------------------------------------------------------------------------- /openwrt-linkplay-a31/shairport-sync-config.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hn/linkplay-a31/HEAD/openwrt-linkplay-a31/shairport-sync-config.diff -------------------------------------------------------------------------------- /openwrt-ramips-mt76x8-linkplay_a31-initramfs-kernel.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hn/linkplay-a31/HEAD/openwrt-ramips-mt76x8-linkplay_a31-initramfs-kernel.bin -------------------------------------------------------------------------------- /openwrt-ramips-mt76x8-linkplay_a31-squashfs-firmware.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hn/linkplay-a31/HEAD/openwrt-ramips-mt76x8-linkplay_a31-squashfs-firmware.bin -------------------------------------------------------------------------------- /openwrt-ramips-mt76x8-linkplay_a31-squashfs-sysupgrade.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hn/linkplay-a31/HEAD/openwrt-ramips-mt76x8-linkplay_a31-squashfs-sysupgrade.bin --------------------------------------------------------------------------------