├── LICENSE ├── README ├── firmware_mod ├── README ├── image0_kernel ├── image1_mod.sqfs ├── image1_sqfs ├── image2_dtv ├── tcpfirm.bin └── tcpmod_firmware.img └── roxy ├── download └── 1349139456 │ └── rootfs.bin ├── https.py ├── rootfs.tar.bz2 └── update.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypergolic/greeenwave_firmware/HEAD/LICENSE -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypergolic/greeenwave_firmware/HEAD/README -------------------------------------------------------------------------------- /firmware_mod/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypergolic/greeenwave_firmware/HEAD/firmware_mod/README -------------------------------------------------------------------------------- /firmware_mod/image0_kernel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypergolic/greeenwave_firmware/HEAD/firmware_mod/image0_kernel -------------------------------------------------------------------------------- /firmware_mod/image1_mod.sqfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypergolic/greeenwave_firmware/HEAD/firmware_mod/image1_mod.sqfs -------------------------------------------------------------------------------- /firmware_mod/image1_sqfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypergolic/greeenwave_firmware/HEAD/firmware_mod/image1_sqfs -------------------------------------------------------------------------------- /firmware_mod/image2_dtv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypergolic/greeenwave_firmware/HEAD/firmware_mod/image2_dtv -------------------------------------------------------------------------------- /firmware_mod/tcpfirm.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypergolic/greeenwave_firmware/HEAD/firmware_mod/tcpfirm.bin -------------------------------------------------------------------------------- /firmware_mod/tcpmod_firmware.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypergolic/greeenwave_firmware/HEAD/firmware_mod/tcpmod_firmware.img -------------------------------------------------------------------------------- /roxy/download/1349139456/rootfs.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypergolic/greeenwave_firmware/HEAD/roxy/download/1349139456/rootfs.bin -------------------------------------------------------------------------------- /roxy/https.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypergolic/greeenwave_firmware/HEAD/roxy/https.py -------------------------------------------------------------------------------- /roxy/rootfs.tar.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypergolic/greeenwave_firmware/HEAD/roxy/rootfs.tar.bz2 -------------------------------------------------------------------------------- /roxy/update.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hypergolic/greeenwave_firmware/HEAD/roxy/update.php --------------------------------------------------------------------------------