Skip to content

Instantly share code, notes, and snippets.

@PrvtN00b
PrvtN00b / gist:fab4f8d6146f698c154980b9fe687044
Created March 25, 2023 03:51
CUPS for OpenWRT - Turris Omnia
wget https://downloads.openwrt.org/releases/21.02.5/targets/mvebu/cortexa9/openwrt-sdk-21.02.5-mvebu-cortexa9_gcc-8.4.0_musl_eabi.Linux-x86_64.tar.xz
tar -xf openwrt-sdk-21.02.5-mvebu-cortexa9_gcc-8.4.0_musl_eabi.Linux-x86_64.tar.xz
cd openwrt-sdk
echo "src-git cups https://github.com/TheMMcOfficial/lede-cups.git" >> feeds.conf.default
./scripts/feeds update -a && ./scripts/feeds install -a
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK" />
</project>
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="android" name="Android">
<configuration>
<option name="GEN_FOLDER_RELATIVE_PATH_APT" value="/../../MyTvOnline_v1.08.06-r1361_source_from_JADX/gen" />
<option name="GEN_FOLDER_RELATIVE_PATH_AIDL" value="/../../MyTvOnline_v1.08.06-r1361_source_from_JADX/gen" />
<option name="MANIFEST_FILE_RELATIVE_PATH" value="/../../MyTvOnline_v1.08.06-r1361_source_from_JADX/AndroidManifest.xml" />
<option name="RES_FOLDER_RELATIVE_PATH" value="/../../MyTvOnline_v1.08.06-r1361_source_from_JADX/res" />
<option name="ASSETS_FOLDER_RELATIVE_PATH" value="/../../MyTvOnline_v1.08.06-r1361_source_from_JADX/assets" />