diff --git a/README.md b/README.md index b41749a..ea866d4 100644 --- a/README.md +++ b/README.md @@ -4,163 +4,5 @@ Software deployment Toolkit for Quectel RM5xxx series 5G modems utilizing an m.2 Current Branch: **overhaul-SDXLEMUR** Current Status: ⚠️ **DO NOT USE OR DEPLOY/BROKEN STATE** ⚠️ -- Currently reworking the opkg/entware system to be more flexable -- Reworking packages from raw to ipk instead +- Currently creating an OpenWRT overlay sub-system -Please PR to this branch instead of **SDXLEMUR** :) - -Fork development, and PR development to development :) - - -#### [JUMP TO HOW TO USE](#how-to-use) -**Currently:** This will allow you to install or if already installed, update, remove, or modify: - - Simple Admin: A simple web interface for managing your Quectel m.2 modem through it's gateway address - - It will install socat-at-bridge: sets up ttyOUT and ttyOUT2 for AT commands. You'll be able to use the `atcmd` command as well for an interactive at command session from adb, ssh, or ttyd - - It will install simplefirewall: A simple firewall that blocks definable incoming ports and a TTL mangle option/modifier. As of now only the TTL is controllable through Simple Admin. You can edit port block options and TTL from the 3rd option in the toolkit - - Tailscale: A magic VPN for accessing Simple Admin, SSH, and ttyd on the go. The Toolkit installs the Tailscale client directly to the modem and allows you to login and configure other settings. Head over to tailscale.com to sign up for a free account and learn more. - - Schedule a Daily Reboot at a specified time - - A fix for certain modems that don't start in CFUN=1 mode - - Entware/OPKG: A package installer/manager/repo - - Run `opkg help` to see how to use it - - These packages are installable: https://bin.entware.net/armv7sf-k3.2/Packages.html - - TTYd: A shell session right from your browser - - Currently this uses port 443 but SSL/TLS is not in use (http only for now) - - Entware/OPKG is required so it will install it if it isn't installed - - This will replace the stock Quectel login and passwd binaries with ones from entware - - - -**My goal** is for this to also include any new useful scripts or software for this modem and others that support RGMII mode. -## Screenshots - -![Toolkit](https://github.com/iamromulan/quectel-rgmii-configuration-notes/blob/main/images/dev_toolkit.png?raw=true) -![Home](https://github.com/iamromulan/quectel-rgmii-configuration-notes/blob/main/images/dev_home.png?raw=true) -![Simple Network](https://github.com/iamromulan/quectel-rgmii-configuration-notes/blob/main/images/dev_simplenetwork.png?raw=true) -![Simple Scan](https://github.com/iamromulan/quectel-rgmii-configuration-notes/blob/main/images/dev_simplescan.png?raw=true) -![Simple Settings](https://github.com/iamromulan/quectel-rgmii-configuration-notes/blob/main/images/dev_simplesettings.png?raw=true) -![SMS](https://github.com/iamromulan/quectel-rgmii-configuration-notes/blob/main/images/dev_sms.png?raw=true) -![Console](https://github.com/iamromulan/quectel-rgmii-configuration-notes/blob/main/images/dev_console.png?raw=true) -![Device Info](https://github.com/iamromulan/quectel-rgmii-configuration-notes/blob/main/images/dev_deviceinfo.png?raw=true) - -# Devleopment Branch: the below commands will download the beta/work in progress toolkit - -## How to Use -**To run the Toolkit:** - - Open ADB & Fastboot++ covered in [Using ADB](https://github.com/iamromulan/quectel-rgmii-configuration-notes?tab=readme-ov-file#unlocking-and-using-adb) or just use adb - - Make sure your modem is connected by USB to your computer - - Run `adb devices` to make sure your modem is detected by adb - - Run `adb shell ping 8.8.8.8` to make sure the shell can access the internet. If you get an error, make sure the modem is connected to a cellular network and make sure `AT+QMAPWAC=1` as covered in the troubleshooting section: [I Can't get internet access from the Ethernet port (Common)](https://github.com/iamromulan/quectel-rgmii-configuration-notes/tree/main?tab=readme-ov-file#i-cant-get-internet-access-from-the-ethernet-port-common) - - If you don't get an error you should be getting replies back endlessly, press `CTRL-C` to stop it. - - Simply Copy/Paste this into your Command Prompt/Shell -```bash -adb shell "cd /tmp && wget -O RMxxx_rgmii_toolkit.sh https://raw.githubusercontent.com/iamromulan/quectel-rgmii-toolkit/development/RMxxx_rgmii_toolkit.sh && chmod +x RMxxx_rgmii_toolkit.sh && ./RMxxx_rgmii_toolkit.sh" && cd / -``` - -**Or, if you want to stay in the modems shell when you are done** - -``` -adb shell -``` -Then run -``` -cd /tmp && wget -O RMxxx_rgmii_toolkit.sh https://raw.githubusercontent.com/iamromulan/quectel-rgmii-toolkit/development/RMxxx_rgmii_toolkit.sh && chmod +x RMxxx_rgmii_toolkit.sh && ./RMxxx_rgmii_toolkit.sh && cd / -``` -**You should see:** -![Toolkit](https://github.com/iamromulan/quectel-rgmii-configuration-notes/blob/main/images/iamromulantoolkit.png?raw=true) - -## Tailscale Installation and Config - -> :warning: Your modem must already be connected to the internet for this to install -### Installation: -Open up the toolkit main menu and **press 4** to enter the Tailscale menu - -![Toolkit](https://github.com/iamromulan/quectel-rgmii-configuration-notes/blob/main/images/tailscalemenu.png?raw=true) - -**Press 1, wait for it to install. This is a very large file for the system so give it some time.** - -**Once done and it says Tailscale installed successfully press 2/enter to configure it.** - -![Toolkit](https://github.com/iamromulan/quectel-rgmii-configuration-notes/blob/main/images/tailscaleconfig.png?raw=true) - -If you want to, enable the Tailscale Web UI on port 8088 for configuration from the browser later by **pressing 1/enter**. - -To do it in the toolkit: -First time connecting you'll be given a link to login with - - Press 3 to just connect only. - - Press 4 to connect and enable SSH access (remote command line) over tailscale. - - Press 5 to reconnect with SSH off while connected with SSH on - - Press 6 to disconnect - - Press 7 to Logout - -That's it! From another device running tailscale you should be able to access your modem through the IP assigned to it by your tailnet. To access SSH from another device on the tailnet, open a terminal/command prompt and type - - tailscale ssh root@(IP or Hostname) -IP or Hostname being the IP or hostname assigned to it in your tailnet - - - Note that your SSH client must be able to give you a link to sign in with upon connecting. That's how the session is authorized. Works fine in Windows CMD or on Android use JuiceSSH. -## Advanced/Beta - -### Entware/OPKG installation - - -It isn't perfect yet so it goes here under Advanced/Beta for now. -Here's what you gotta know about going into it: - - - After installing, the `opkg` command will work - - You can run `opkg list` to see a list of installable packages, or head over to https://bin.entware.net/armv7sf-k3.2/Packages.html - - Everything opkg does is installed to /opt - - `/opt` is actually located at `/usrdata/opt` to save space but is - mounted at `/opt` - - Anything `opkg` installs will not be available in the system path by - default but you can get around this either: - -#### Temporarily: - Run this at the start of each adb shell or SSH shell session - - export PATH=/opt/bin:/opt/sbin:$PATH - -#### Permanently: -Symbolic linking each binary installed by the package to `/bin` and `/sbin` from `/opt/bin` and `/opt/sbin` -For example, if you were to install zerotier: - - opkg install zerotier - ln -sf /opt/bin/zerotier-one /bin - ln -sf /opt/bin/zerotier-cli /bin - ln -sf /opt/bin/zerotier-idtool /bin - -Now you can run those 3 binaries from the shell anytime since they are linked in a place already part of the system path. - -I plan to create a watchdog service for /opt/bin and /opt/sbin that will automaticly link new packages to /bin or /sbin later on in order to combat this. - -### TTYd installation - -It isn't perfect yet so it goes here under Advanced/Beta for now. -Here's what you gotta know about going into it: - - - This listens on port 443 for http requests (no SSL/TLS yet) - - This will automaticly install entware and patch the login and passwd binaries with ones from entware - - It will ask you to set a password for the `root` user account - - TTYd doesn't seem to be too mobile friendly for now but I optimized it the best i could for now so it is at least usable through a smartphone browser. Hopefully the startup script can be improved even more later. - -## Acknowledgements -### GitHub Users/Individuals: -Thank You to: - -[Nate Carlson](https://github.com/natecarlson) for the Original Telnet Deamon/socat bridge usage and the Original RGMII Notes - -[aesthernr](https://github.com/aesthernr) for creating the Original Simple Admin - -[rbflurry](https://github.com/rbflurry/) for inital Simple Admin fixes - -[dr-dolomite](https://github.com/dr-dolomite) for some major stat page improvements and this repos first approved external PR! - -[tarunVreddy](https://github.com/tarunVreddy) for helping with the SA band aggregation parse - -### Existing projects: -Simpleadmin heavily uses the AT Command Parsing Scripts (Basically a copy with new changes and tweaks) of Dairyman's Rooter Source https://github.com/ofmodemsandmen/ROOterSource2203 - -Tailscale was obtained through Tailscale's static build page. Since these modems have a 32-bit ARM processor on-board I used the arm package. https://pkgs.tailscale.com/stable/#static - -Entware/opkg was obtained through [Entware's wiki](https://github.com/Entware/Entware/wiki/Alternative-install-vs-standard) and the installer heavily modified by [iamromulan](https://github.com/iamromulan) for use with Quectel modems - -TTYd was obtained from the [TTYd Project](https://github.com/tsl0922/ttyd) diff --git a/ipk-source/sdxlemur-factory-packages/CONTROL/control b/ipk-source/sdxlemur-factory-packages/CONTROL/control deleted file mode 100644 index 412d987..0000000 --- a/ipk-source/sdxlemur-factory-packages/CONTROL/control +++ /dev/null @@ -1,8 +0,0 @@ -Package: sdxlemur-factory-packages -Version: 0.0.1 -Source: github/iamromulan/tookit/sdxlemur-factory-packages -Section: base -URL: https://github.com/iamromulan -Maintainer: Cameron Thompson -Architecture: sdxlemur -Description: An index of packages already included in the flashed firmware diff --git a/ipk-source/sdxlemur-factory-packages/README.md b/ipk-source/sdxlemur-factory-packages/README.md deleted file mode 100644 index 1213729..0000000 --- a/ipk-source/sdxlemur-factory-packages/README.md +++ /dev/null @@ -1,4 +0,0 @@ -# Do not build yet - -- This is still a work in progress -- This is a copy of a system that is laid out for stock entware diff --git a/ipk-source/sdxlemur-factory-packages/debian-binary b/ipk-source/sdxlemur-factory-packages/debian-binary deleted file mode 100644 index cd5ac03..0000000 --- a/ipk-source/sdxlemur-factory-packages/debian-binary +++ /dev/null @@ -1 +0,0 @@ -2.0 diff --git a/ipk-source/sdxlemur-factory-packages/fndfiles b/ipk-source/sdxlemur-factory-packages/fndfiles deleted file mode 100644 index f611ddb..0000000 --- a/ipk-source/sdxlemur-factory-packages/fndfiles +++ /dev/null @@ -1,46 +0,0 @@ -#!/bin/bash - -# List of base file names to check -files=( - "libgmodule-2.0.so.0" - "libgmodule-2.0.so.0.8000.3" - "libglib-2.0.so.0" - "libgirepository-2.0.so.0.8000.3" - "libgthread-2.0.so.0.8000.3" - "libgthread-2.0.so.0" - "libgio-2.0.so" - "libgobject-2.0.so" - "libgirepository-2.0.so.0" - "libgobject-2.0.so.0.8000.3" - "libgmodule-2.0.so" - "libglib-2.0.so" - "libgio-2.0.so.0.8000.3" - "libgio-2.0.so.0" - "libgobject-2.0.so.0" - "libgthread-2.0.so" - "libglib-2.0.so.0.8000.3" - "libgirepository-2.0.so" -) - -# Directories to check -check_dirs=("/lib" "/usr/lib") - -echo "Checking for files in /lib and /usr/lib..." - -# Loop through each file and check existence -for file in "${files[@]}"; do - found=false - - for dir in "${check_dirs[@]}"; do - if [ -e "$dir/$file" ]; then - echo "FOUND: $dir/$file" - found=true - break - fi - done - - if [ "$found" = false ]; then - echo "MISSING: $file" - fi -done - diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/factory-status b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/factory-status deleted file mode 100644 index 265f346..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/factory-status +++ /dev/null @@ -1,467 +0,0 @@ -Package: terminfo -Version: 6.4-3 -Depends: libc, libssp, librt, libpthread -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807818 -Auto-Installed: yes - -Package: libc -Version: 2.27-11 -Depends: libgcc -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807811 -Auto-Installed: yes - -Package: lighttpd-mod-openssl -Version: 1.4.76-2 -Depends: libc, libssp, librt, libpthread, lighttpd, libopenssl -Status: install user installed -Architecture: armv7-3.2 -Conffiles: - /opt/etc/lighttpd/conf.d/30-openssl.conf cbedc1d748ded4196ec76bc35c9ff14b9977905548777cf0fe03e429860a8039 -Installed-Time: 1724807947 - -Package: locales -Version: 2.27-9 -Depends: libc, libssp, librt, libpthread, grep -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807821 -Auto-Installed: yes - -Package: entware-upgrade -Version: 1.0-1 -Depends: libc, libssp, librt, libpthread -Status: install ok installed -Architecture: all -Installed-Time: 1724807823 -Auto-Installed: yes - -Package: opkg -Version: 2022.02.24~d038e5b6-2 -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807822 -Auto-Installed: yes - -Package: libpthread -Version: 2.27-11 -Depends: libgcc -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807812 -Auto-Installed: yes - -Package: zoneinfo-europe -Version: 2024a-1 -Depends: libc, libssp, librt, libpthread, zoneinfo-core -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807816 -Auto-Installed: yes - -Package: lighttpd-mod-cgi -Version: 1.4.76-2 -Depends: libc, libssp, librt, libpthread, lighttpd -Status: install user installed -Architecture: armv7-3.2 -Conffiles: - /opt/etc/lighttpd/conf.d/30-cgi.conf 7ce3426b6732ded36a4405e7295c805f9b5b6657d151b6e6e4b06088d76e0872 -Installed-Time: 1724807943 - -Package: libatomic -Version: 8.4.0-11 -Depends: libgcc -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807945 -Auto-Installed: yes - -Package: lsof -Version: 4.99.0-1 -Depends: libc, libssp, librt, libpthread, libtirpc -Status: install user installed -Architecture: armv7-3.2 -Installed-Time: 1724807876 - -Package: glib2 -Version: 2.80.3-1 -Depends: libc, libssp, librt, libpthread, libiconv-full, libintl-full, zlib, libpthread, libffi, libattr, libpcre2 -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807864 -Auto-Installed: yes - -Package: libssh2 -Version: 1.11.0-1 -Depends: libc, libssp, librt, libpthread, libmbedtls, zlib -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807871 -Auto-Installed: yes - -Package: lighttpd-mod-authn_file -Version: 1.4.76-2 -Depends: libc, libssp, librt, libpthread, lighttpd, lighttpd-mod-auth, libnettle -Status: install user installed -Architecture: armv7-3.2 -Conffiles: - /opt/etc/lighttpd/conf.d/20-authn_file.conf 8367afa989f6b08d1483b6119b70f0d5d6332a41dc8862b20ddbf360864011b9 -Installed-Time: 1724807943 - -Package: mc -Version: 4.8.31-1 -Depends: libc, libssp, librt, libpthread, glib2, libslang2, libmount, libe2p, libssh2, libiconv-full -Status: install user installed -Architecture: armv7-3.2 -Conffiles: - /opt/etc/mc/mc.menu c27296bdf60aa3734fa5d7355a1d7b2c59ca49bdd15d7b16d946bd3b09206dcf -Installed-Time: 1724807871 - -Package: grep -Version: 3.11-1 -Depends: libc, libssp, librt, libpthread, libpcre2 -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807820 -Auto-Installed: yes -Alternatives: 300:/opt/bin/egrep:/opt/libexec/egrep-gnu, 300:/opt/bin/fgrep:/opt/libexec/fgrep-gnu, 300:/opt/bin/grep:/opt/libexec/grep-gnu - -Package: zoneinfo-asia -Version: 2024a-1 -Depends: libc, libssp, librt, libpthread, zoneinfo-core -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807815 -Auto-Installed: yes - -Package: lighttpd-mod-proxy -Version: 1.4.76-2 -Depends: libc, libssp, librt, libpthread, lighttpd -Status: install user installed -Architecture: armv7-3.2 -Conffiles: - /opt/etc/lighttpd/conf.d/30-proxy.conf 22ce54a7a4cf8b8e52ce06a5b485a0e444e67865ad044f68e8262d9708e6cfd2 -Installed-Time: 1724807948 - -Package: libnettle -Version: 3.9.1-1 -Depends: libc, libssp, librt, libpthread, libgmp -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807942 -Auto-Installed: yes - -Package: libblkid -Version: 2.40.1-1 -Depends: libc, libssp, librt, libpthread, libuuid -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807867 -Auto-Installed: yes - -Package: libmbedtls -Version: 3.6.0-1 -Depends: libc, libssp, librt, libpthread -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807870 -Auto-Installed: yes - -Package: libiconv-full -Version: 1.17-1 -Depends: libc, libssp, librt, libpthread -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807843 -Auto-Installed: yes - -Package: libaprutil -Version: 1.6.3-1 -Depends: libc, libssp, librt, libpthread, libapr, libexpat, libuuid, libiconv-full -Status: install user installed -Architecture: armv7-3.2 -Installed-Time: 1724807915 - -Package: shadow-useradd -Version: 4.8.1-3b -Depends: libc, libssp, librt, libpthread, shadow-common -Status: install user installed -Architecture: armv7-3.2 -Installed-Time: 1724807846 - -Package: lighttpd -Version: 1.4.76-2 -Depends: libc, libssp, librt, libpthread, libpthread, libpcre2, libnettle -Status: install user installed -Architecture: armv7-3.2 -Conffiles: - /opt/etc/lighttpd/lighttpd.conf a445465f0e6193ca32af65c9b9939ae05323bf6d2e1a23e6b73c451ec5962308 -Installed-Time: 1724807942 - -Package: shadow-passwd -Version: 4.8.1-3b -Depends: libc, libssp, librt, libpthread, shadow-common -Status: install user installed -Architecture: armv7-3.2 -Installed-Time: 1724807845 -Alternatives: 300:/opt/bin/passwd:/opt/libexec/passwd-shadow - -Package: dfc -Version: 3.1.1-1 -Depends: libc, libssp, librt, libpthread -Status: install user installed -Architecture: armv7-3.2 -Installed-Time: 1724807874 - -Package: libpcre2 -Version: 10.42-1 -Depends: libc, libssp, librt, libpthread -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807819 -Auto-Installed: yes - -Package: zoneinfo-core -Version: 2024a-1 -Depends: libc, libssp, librt, libpthread -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807815 -Auto-Installed: yes - -Package: libstdcpp -Version: 8.4.0-11 -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807814 -Auto-Installed: yes - -Package: libgcc -Version: 8.4.0-11 -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807809 -Auto-Installed: yes - -Package: sudo -Version: 1.8.31-1 -Depends: libc, libssp, librt, libpthread -Status: install user installed -Architecture: armv7-3.2 -Conffiles: - /opt/etc/sudoers 398a242fe6c35e0f23b0be794f777b1a75ada7c525e65561020f37d7190f1081 -Installed-Time: 1724807939 - -Package: libslang2 -Version: 2.3.3-2 -Depends: libc, libssp, librt, libpthread, terminfo -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807866 -Auto-Installed: yes - -Package: libffi -Version: 3.4.6-1 -Depends: libc, libssp, librt, libpthread -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807862 -Auto-Installed: yes - -Package: libuuid -Version: 2.40.1-1 -Depends: libc, libssp, librt, libpthread, librt -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807866 -Auto-Installed: yes - -Package: libapr -Version: 1.7.4-1 -Depends: libc, libssp, librt, libpthread, libpthread, librt, libuuid -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807914 -Auto-Installed: yes - -Package: librt -Version: 2.27-11 -Depends: libpthread -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807812 -Auto-Installed: yes - -Package: entware-release -Version: 2024.07-1 -Depends: libc, libssp, librt, libpthread -Status: install ok installed -Architecture: all -Installed-Time: 1724807814 -Auto-Installed: yes - -Package: libintl-full -Version: 0.22.5-1 -Depends: libc, libssp, librt, libpthread -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807844 -Auto-Installed: yes - -Package: libncurses -Version: 6.4-3 -Depends: libc, libssp, librt, libpthread, libncursesw -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807874 -Auto-Installed: yes - -Package: libmount -Version: 2.40.1-1 -Depends: libc, libssp, librt, libpthread, libblkid -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807868 -Auto-Installed: yes - -Package: zlib -Version: 1.3.1-1 -Depends: libc, libssp, librt, libpthread -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807861 -Auto-Installed: yes - -Package: libncursesw -Version: 6.4-3 -Depends: libc, libssp, librt, libpthread, terminfo -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807873 -Auto-Installed: yes - -Package: findutils -Version: 4.10.0-1 -Depends: libc, libssp, librt, libpthread -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807817 -Auto-Installed: yes -Alternatives: 300:/opt/bin/find:/opt/libexec/find-gnu, 300:/opt/bin/xargs:/opt/libexec/xargs-gnu - -Package: htop -Version: 3.3.0-2 -Depends: libc, libssp, librt, libpthread, libncurses -Status: install user installed -Architecture: armv7-3.2 -Installed-Time: 1724807874 - -Package: lighttpd-mod-auth -Version: 1.4.76-2 -Depends: libc, libssp, librt, libpthread, lighttpd, libnettle -Status: install user installed -Architecture: armv7-3.2 -Conffiles: - /opt/etc/lighttpd/conf.d/20-auth.conf 6502aba9ef04d9305bedc9a313ca8d890634434482694ae814a210665f6c99bd -Installed-Time: 1724807943 - -Package: libssp -Version: 8.4.0-11 -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807811 -Auto-Installed: yes - -Package: libe2p -Version: 1.47.0-2 -Depends: libc, libssp, librt, libpthread, libuuid -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807869 -Auto-Installed: yes - -Package: libgmp -Version: 6.3.0-1 -Depends: libc, libssp, librt, libpthread -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807941 -Auto-Installed: yes - -Package: libexpat -Version: 2.6.2-1 -Depends: libc, libssp, librt, libpthread -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807915 -Auto-Installed: yes - -Package: shadow-login -Version: 4.8.1-3b -Depends: libc, libssp, librt, libpthread, shadow-common -Status: install user installed -Architecture: armv7-3.2 -Installed-Time: 1724807844 -Alternatives: 300:/opt/bin/login:/opt/libexec/login-shadow - -Package: entware-opt -Version: 227000-3 -Depends: libc, libssp, librt, libpthread, libgcc, libstdcpp, libpthread, librt, entware-release, zoneinfo-asia, zoneinfo-europe, findutils, terminfo, locales, opkg, entware-upgrade -Conflicts: opt-ndmsv2 -Status: install user installed -Architecture: all -Conffiles: - /opt/etc/group.1 d0e5f0d86ff4c7027efd7bf0196c95a73e6b4407d6870ed36f969ff75d633d88 - /opt/etc/passwd.1 e26f51b6cf450fed85cf6179e323e894ea413ccf913c8c9d3a230fd520e4ab19 - /opt/etc/profile f3273b58a3f62d1a4216c2fab30c36f17b16fc97324119a62cf2ba68f3c75ffb - /opt/etc/shells.1 126b0362dce578a66ffe803a04e15dec74a854dd0786dcb004b5789fdde8781d -Installed-Time: 1724807823 - -Package: libtirpc -Version: 1.3.4-1 -Depends: libc, libssp, librt, libpthread, libpthread -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807876 -Auto-Installed: yes - -Package: libattr -Version: 2.5.2-3 -Depends: libc, libssp, librt, libpthread -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807862 -Auto-Installed: yes - -Package: vsftpd -Version: 3.0.5-2 -Depends: libc, libssp, librt, libpthread -Conflicts: vsftpd-ext -Status: install user installed -Architecture: armv7-3.2 -Conffiles: - /opt/etc/vsftpd/vsftpd.conf 0cb17bd90a54f2a71a95f48f15e692ce30a4a470fc696df175b9efcc0d5cfddf - /opt/etc/vsftpd/vsftpd.conf 0cb17bd90a54f2a71a95f48f15e692ce30a4a470fc696df175b9efcc0d5cfddf -Installed-Time: 1733767303 - -Package: libopenssl -Version: 3.0.14-2 -Depends: libc, libssp, librt, libpthread, zlib, libatomic -Status: install ok installed -Architecture: armv7-3.2 -Installed-Time: 1724807947 -Auto-Installed: yes - -Package: shadow-common -Version: 4.8.1-3b -Depends: libc, libssp, librt, libpthread, libiconv-full, libintl-full -Status: install ok installed -Architecture: armv7-3.2 -Conffiles: - /opt/etc/login.defs 283379b26b2628c6dc37dbf876ccf9f29f0cd1a966f98a705041d417a6fb40c8 -Installed-Time: 1724807844 -Auto-Installed: yes - diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-auth.conffiles b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-auth.conffiles deleted file mode 100644 index 38f7481..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-auth.conffiles +++ /dev/null @@ -1 +0,0 @@ -/opt/etc/lighttpd/conf.d/20-auth.conf diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-auth.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-auth.control deleted file mode 100644 index 68720d1..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-auth.control +++ /dev/null @@ -1,15 +0,0 @@ -Package: lighttpd-mod-auth -Version: 1.4.76-2 -Depends: libc, libssp, librt, libpthread, lighttpd, libnettle -Source: feeds/packages/net/lighttpd -SourceName: lighttpd -License: BSD-3-Clause -LicenseFiles: COPYING -Section: net -SourceDateEpoch: 1720617668 -URL: https://www.lighttpd.net/ -CPE-ID: cpe:/a:lighttpd:lighttpd -Maintainer: Glenn Strauss -Architecture: armv7-3.2 -Installed-Size: 40960 -Description: Authentication module diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-auth.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-auth.list deleted file mode 100644 index 789c192..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-auth.list +++ /dev/null @@ -1,2 +0,0 @@ -/opt/lib/lighttpd/mod_auth.so -/opt/etc/lighttpd/conf.d/20-auth.conf diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-authn_file.conffiles b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-authn_file.conffiles deleted file mode 100644 index c2722dd..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-authn_file.conffiles +++ /dev/null @@ -1 +0,0 @@ -/opt/etc/lighttpd/conf.d/20-authn_file.conf diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-authn_file.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-authn_file.control deleted file mode 100644 index 70dfd49..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-authn_file.control +++ /dev/null @@ -1,15 +0,0 @@ -Package: lighttpd-mod-authn_file -Version: 1.4.76-2 -Depends: libc, libssp, librt, libpthread, lighttpd, lighttpd-mod-auth, libnettle -Source: feeds/packages/net/lighttpd -SourceName: lighttpd -License: BSD-3-Clause -LicenseFiles: COPYING -Section: net -SourceDateEpoch: 1720617668 -URL: https://www.lighttpd.net/ -CPE-ID: cpe:/a:lighttpd:lighttpd -Maintainer: Glenn Strauss -Architecture: armv7-3.2 -Installed-Size: 20480 -Description: File-based authentication module diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-authn_file.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-authn_file.list deleted file mode 100644 index 940a8a7..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-authn_file.list +++ /dev/null @@ -1,2 +0,0 @@ -/opt/etc/lighttpd/conf.d/20-authn_file.conf -/opt/lib/lighttpd/mod_authn_file.so diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-cgi.conffiles b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-cgi.conffiles deleted file mode 100644 index 454681e..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-cgi.conffiles +++ /dev/null @@ -1 +0,0 @@ -/opt/etc/lighttpd/conf.d/30-cgi.conf diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-cgi.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-cgi.control deleted file mode 100644 index 3edee11..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-cgi.control +++ /dev/null @@ -1,15 +0,0 @@ -Package: lighttpd-mod-cgi -Version: 1.4.76-2 -Depends: libc, libssp, librt, libpthread, lighttpd -Source: feeds/packages/net/lighttpd -SourceName: lighttpd -License: BSD-3-Clause -LicenseFiles: COPYING -Section: net -SourceDateEpoch: 1720617668 -URL: https://www.lighttpd.net/ -CPE-ID: cpe:/a:lighttpd:lighttpd -Maintainer: Glenn Strauss -Architecture: armv7-3.2 -Installed-Size: 30720 -Description: CGI module diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-cgi.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-cgi.list deleted file mode 100644 index b67be12..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-cgi.list +++ /dev/null @@ -1,2 +0,0 @@ -/opt/etc/lighttpd/conf.d/30-cgi.conf -/opt/lib/lighttpd/mod_cgi.so diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-openssl.conffiles b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-openssl.conffiles deleted file mode 100644 index cb7a90b..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-openssl.conffiles +++ /dev/null @@ -1 +0,0 @@ -/opt/etc/lighttpd/conf.d/30-openssl.conf diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-openssl.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-openssl.control deleted file mode 100644 index 7f4b86f..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-openssl.control +++ /dev/null @@ -1,15 +0,0 @@ -Package: lighttpd-mod-openssl -Version: 1.4.76-2 -Depends: libc, libssp, librt, libpthread, lighttpd, libopenssl -Source: feeds/packages/net/lighttpd -SourceName: lighttpd -License: BSD-3-Clause -LicenseFiles: COPYING -Section: net -SourceDateEpoch: 1720617668 -URL: https://www.lighttpd.net/ -CPE-ID: cpe:/a:lighttpd:lighttpd -Maintainer: Glenn Strauss -Architecture: armv7-3.2 -Installed-Size: 51200 -Description: TLS using openssl module diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-openssl.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-openssl.list deleted file mode 100644 index e9e735d..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-openssl.list +++ /dev/null @@ -1,2 +0,0 @@ -/opt/lib/lighttpd/mod_openssl.so -/opt/etc/lighttpd/conf.d/30-openssl.conf diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-proxy.conffiles b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-proxy.conffiles deleted file mode 100644 index 47ea714..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-proxy.conffiles +++ /dev/null @@ -1 +0,0 @@ -/opt/etc/lighttpd/conf.d/30-proxy.conf diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-proxy.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-proxy.control deleted file mode 100644 index 9d30e51..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-proxy.control +++ /dev/null @@ -1,15 +0,0 @@ -Package: lighttpd-mod-proxy -Version: 1.4.76-2 -Depends: libc, libssp, librt, libpthread, lighttpd -Source: feeds/packages/net/lighttpd -SourceName: lighttpd -License: BSD-3-Clause -LicenseFiles: COPYING -Section: net -SourceDateEpoch: 1720617668 -URL: https://www.lighttpd.net/ -CPE-ID: cpe:/a:lighttpd:lighttpd -Maintainer: Glenn Strauss -Architecture: armv7-3.2 -Installed-Size: 30720 -Description: Proxy module diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-proxy.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-proxy.list deleted file mode 100644 index e5128b1..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd-mod-proxy.list +++ /dev/null @@ -1,2 +0,0 @@ -/opt/etc/lighttpd/conf.d/30-proxy.conf -/opt/lib/lighttpd/mod_proxy.so diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd.conffiles b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd.conffiles deleted file mode 100644 index ec738a4..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd.conffiles +++ /dev/null @@ -1 +0,0 @@ -/opt/etc/lighttpd/lighttpd.conf diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd.control deleted file mode 100644 index 1fe90f2..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd.control +++ /dev/null @@ -1,15 +0,0 @@ -Package: lighttpd -Version: 1.4.76-2 -Depends: libc, libssp, librt, libpthread, libpthread, libpcre2, libnettle -Source: feeds/packages/net/lighttpd -SourceName: lighttpd -License: BSD-3-Clause -LicenseFiles: COPYING -Section: net -SourceDateEpoch: 1720617668 -URL: https://www.lighttpd.net/ -CPE-ID: cpe:/a:lighttpd:lighttpd -Maintainer: Glenn Strauss -Architecture: armv7-3.2 -Installed-Size: 450560 -Description: A flexible and lightweight web server diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd.list deleted file mode 100644 index 39bdd70..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lighttpd.list +++ /dev/null @@ -1,6 +0,0 @@ -/opt/lib/lighttpd/mod_h2.so -/opt/etc/init.d/S80lighttpd -/opt/lib/lighttpd/mod_dirlisting.so -/opt/etc/lighttpd/mime.conf -/opt/etc/lighttpd/lighttpd.conf -/opt/sbin/lighttpd diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lsof.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lsof.control deleted file mode 100644 index 4013bc9..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lsof.control +++ /dev/null @@ -1,14 +0,0 @@ -Package: lsof -Version: 4.99.0-1 -Depends: libc, libssp, librt, libpthread, libtirpc -Source: feeds/packages/utils/lsof -SourceName: lsof -License: lsof -LicenseFiles: COPYING -Section: utils -SourceDateEpoch: 1716287455 -URL: http://people.freebsd.org/~abe/ -Maintainer: Maxim Storchak -Architecture: armv7-3.2 -Installed-Size: 163840 -Description: LiSt Open Files - a diagnostic tool diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lsof.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lsof.list deleted file mode 100644 index d0a8818..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/lsof.list +++ /dev/null @@ -1 +0,0 @@ -/opt/bin/lsof diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/mc.conffiles b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/mc.conffiles deleted file mode 100644 index 5d45b4c..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/mc.conffiles +++ /dev/null @@ -1 +0,0 @@ -/opt/etc/mc/mc.menu diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/mc.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/mc.control deleted file mode 100644 index baeab89..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/mc.control +++ /dev/null @@ -1,17 +0,0 @@ -Package: mc -Version: 4.8.31-1 -Depends: libc, libssp, librt, libpthread, glib2, libslang2, libmount, libe2p, libssh2, libiconv-full -Source: feeds/packages/utils/mc -SourceName: mc -License: GPL-3.0-or-later -Section: utils -SourceDateEpoch: 1720623630 -URL: https://www.midnight-commander.org/ -CPE-ID: cpe:/a:midnight_commander:midnight_commander -Architecture: armv7-3.2 -Installed-Size: 3901440 -Description: GNU Midnight Commander is a visual file manager. - It's a feature rich full-screen text mode application that allows you to copy, - move and delete files and whole directory trees, search for files and run commands in the subshell. - Internal viewer and editor are included as well. - diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/mc.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/mc.list deleted file mode 100644 index 8d2bf09..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/mc.list +++ /dev/null @@ -1,263 +0,0 @@ -/opt/lib/mc/extfs.d/uace -/opt/share/mc/syntax/j.syntax -/opt/share/mc/syntax/swift.syntax -/opt/lib/mc/extfs.d/dpkg+ -/opt/share/mc/skins/double-lines.ini -/opt/lib/mc/extfs.d/urar -/opt/lib/mc/shell/rmdir -/opt/share/mc/examples/macros.d/macro.1.sh -/opt/share/mc/hints/mc.hint.hu -/opt/share/mc/skins/seasons-spring16M.ini -/opt/share/mc/syntax/rust.syntax -/opt/share/mc/syntax/protobuf.syntax -/opt/lib/mc/mc.sh -/opt/share/mc/hints/mc.hint.id -/opt/share/mc/skins/nicedark.ini -/opt/lib/mc/extfs.d/ucab -/opt/share/mc/syntax/cmake.syntax -/opt/share/mc/syntax/meson.syntax -/opt/share/mc/skins/modarin256root.ini -/opt/share/mc/hints/mc.hint.it -/opt/share/mc/syntax/changelog.syntax -/opt/share/mc/syntax/sql.syntax -/opt/share/mc/hints/mc.hint.ja -/opt/share/mc/hints/mc.hint.zh_CN -/opt/share/mc/skins/featured-plus.ini -/opt/share/mc/syntax/dot.syntax -/opt/share/mc/syntax/vhdl.syntax -/opt/lib/mc/ext.d/web.sh -/opt/share/mc/skins/mc46.ini -/opt/lib/mc/mc.csh -/opt/share/mc/hints/mc.hint.ka -/opt/lib/mc/ext.d/sound.sh -/opt/share/mc/syntax/strace.syntax -/opt/share/mc/hints/mc.hint.ko -/opt/share/mc/hints/mc.hint.en_GB -/opt/bin/mc -/opt/share/mc/skins/seasons-winter16M.ini -/opt/lib/mc/extfs.d/uha -/opt/share/mc/syntax/octave.syntax -/opt/lib/mc/mc-wrapper.csh -/opt/share/mc/hints/mc.hint.lt -/opt/share/mc/syntax/yxx.syntax -/opt/share/mc/syntax/f90.syntax -/opt/share/mc/syntax/debian-description.syntax -/opt/etc/mc/mcedit.menu -/opt/share/mc/skins/dark.ini -/opt/share/mc/skins/julia256.ini -/opt/share/mc/syntax/properties.syntax -/opt/share/mc/syntax/Syntax -/opt/lib/mc/shell/mkdir -/opt/share/mc/hints/mc.hint.nb -/opt/share/mc/syntax/ml.syntax -/opt/share/mc/syntax/povray.syntax -/opt/share/mc/hints/mc.hint.nl -/opt/share/mc/examples/macros.d/macro.3.sh -/opt/lib/mc/extfs.d/bpp -/opt/lib/mc/extfs.d/rpm -/opt/share/mc/syntax/cs.syntax -/opt/share/mc/syntax/filehighlight.syntax -/opt/etc/mc/mc.emacs.keymap -/opt/share/mc/skins/default.ini -/opt/share/mc/syntax/b.syntax -/opt/share/mc/skins/featured.ini -/opt/lib/mc/extfs.d/a+ -/opt/lib/mc/extfs.d/s3+ -/opt/share/mc/syntax/aspx.syntax -/opt/lib/mc/shell/get -/opt/share/mc/syntax/awk.syntax -/opt/share/mc/hints/mc.hint.pl -/opt/share/mc/skins/yadt256.ini -/opt/lib/mc/extfs.d/README.extfs -/opt/share/mc/hints/mc.hint.pt -/opt/lib/mc/extfs.d/rpms+ -/opt/share/mc/skins/seasons-autumn16M.ini -/opt/bin/mcedit -/opt/share/mc/syntax/glsl.syntax -/opt/lib/mc/ext.d/archive.sh -/opt/lib/mc/extfs.d/ualz -/opt/share/mc/syntax/python.syntax -/opt/share/mc/syntax/markdown.syntax -/opt/share/mc/examples/macros.d/macro.4.sh -/opt/lib/upgrade/keep.d/mc -/opt/share/mc/skins/yadt256-defbg.ini -/opt/share/mc/syntax/yaml.syntax -/opt/share/mc/syntax/nroff.syntax -/opt/share/mc/hints/mc.hint.ro -/opt/share/mc/skins/modarin256root-defbg.ini -/opt/share/mc/skins/gray-green-purple256.ini -/opt/share/mc/hints/mc.hint.ru -/opt/lib/mc/shell/unlink -/opt/share/mc/syntax/pascal.syntax -/opt/share/mc/syntax/html.syntax -/opt/share/mc/syntax/go.syntax -/opt/share/mc/syntax/verilog.syntax -/opt/share/mc/syntax/opencl.syntax -/opt/share/mc/hints/mc.hint.sk -/opt/lib/mc/shell/send -/opt/lib/mc/extfs.d/patchfs -/opt/share/mc/hints/mc.hint.sr -/opt/share/mc/hints/mc.hint.sv -/opt/etc/mc/sfs.ini -/opt/share/mc/skins/sand256.ini -/opt/share/mc/syntax/cuda.syntax -/opt/lib/mc/extfs.d/mailfs -/opt/share/mc/skins/modarin256.ini -/opt/bin/mcdiff -/opt/lib/mc/extfs.d/trpm -/opt/share/mc/examples/macros.d/macro.5.sh -/opt/share/mc/mc.lib -/opt/lib/mc/shell/chmod -/opt/share/mc/hints/mc.hint.tr -/opt/share/mc/syntax/dlink.syntax -/opt/share/mc/help/mc.hlp.es -/opt/share/mc/syntax/cython.syntax -/opt/etc/mc/mc.ext.ini -/opt/share/mc/syntax/latex.syntax -/opt/lib/mc/extfs.d/uc1541 -/opt/share/mc/hints/mc.hint.uk -/opt/share/mc/syntax/osl.syntax -/opt/lib/mc/extfs.d/README -/opt/share/mc/syntax/ada95.syntax -/opt/share/mc/syntax/slang.syntax -/opt/share/mc/syntax/debian-sources-list.syntax -/opt/share/mc/syntax/java.syntax -/opt/etc/mc/mc.keymap -/opt/share/mc/syntax/c.syntax -/opt/share/mc/syntax/smalltalk.syntax -/opt/lib/mc/ext.d/doc.sh -/opt/lib/mc/extfs.d/gitfs+ -/opt/lib/mc/extfs.d/uarc -/opt/share/mc/mc.charsets -/opt/share/mc/skins/seasons-summer16M.ini -/opt/share/mc/syntax/xml.syntax -/opt/lib/mc/extfs.d/uarj -/opt/share/mc/syntax/erlang.syntax -/opt/share/mc/syntax/yum-repo.syntax -/opt/lib/mc/extfs.d/iso9660 -/opt/lib/mc/shell/utime -/opt/share/mc/syntax/haskell.syntax -/opt/share/mc/syntax/ts.syntax -/opt/share/mc/examples/macros.d/macro.6.sh -/opt/share/mc/syntax/cobol.syntax -/opt/lib/mc/extfs.d/hp48+ -/opt/share/mc/skins/darkfar.ini -/opt/etc/mc/mc.default.keymap -/opt/share/mc/syntax/jal.syntax -/opt/share/mc/help/mc.hlp.hu -/opt/share/mc/help/mc.hlp -/opt/lib/mc/extfs.d/apt+ -/opt/share/mc/help/mc.hlp.it -/opt/share/mc/syntax/swig.syntax -/opt/lib/mc/extfs.d/lslR -/opt/share/mc/syntax/mail.syntax -/opt/etc/mc/edit.indent.rc -/opt/share/mc/syntax/procmail.syntax -/opt/lib/mc/shell/append -/opt/etc/mc/filehighlight.ini -/opt/lib/mc/extfs.d/uwim -/opt/share/mc/examples/macros.d/macro.7.sh -/opt/share/mc/syntax/css.syntax -/opt/lib/mc/extfs.d/u7z -/opt/lib/mc/extfs.d/deba -/opt/share/mc/syntax/kotlin.syntax -/opt/lib/mc/extfs.d/debd -/opt/share/mc/syntax/cabal.syntax -/opt/lib/mc/ext.d/image.sh -/opt/share/mc/syntax/po.syntax -/opt/share/mc/syntax/syntax.syntax -/opt/share/mc/syntax/nemerle.syntax -/opt/share/mc/hints/mc.hint.zh_TW -/opt/lib/mc/ext.d/text.sh -/opt/share/mc/syntax/json.syntax -/opt/share/mc/syntax/yabasic.syntax -/opt/lib/mc/mc-wrapper.sh -/opt/share/mc/skins/gotar.ini -/opt/share/mc/syntax/debian-changelog.syntax -/opt/share/mc/skins/modarcon16root-defbg.ini -/opt/share/mc/syntax/texinfo.syntax -/opt/lib/mc/ext.d/package.sh -/opt/share/mc/syntax/lua.syntax -/opt/share/mc/syntax/d.syntax -/opt/share/mc/skins/gray-orange-blue256.ini -/opt/share/mc/syntax/spec.syntax -/opt/share/mc/syntax/toml.syntax -/opt/lib/mc/ext.d/misc.sh -/opt/share/mc/syntax/tt.syntax -/opt/lib/mc/shell/README.shell -/opt/share/mc/syntax/as.syntax -/opt/share/mc/syntax/puppet.syntax -/opt/share/mc/syntax/named.syntax -/opt/share/mc/syntax/eiffel.syntax -/opt/lib/mc/shell/info -/opt/share/mc/syntax/r.syntax -/opt/share/mc/syntax/spice.syntax -/opt/share/mc/help/mc.hlp.pl -/opt/lib/mc/extfs.d/unar -/opt/share/mc/syntax/fortran.syntax -/opt/lib/mc/extfs.d/uzip -/opt/lib/mc/extfs.d/changesetfs -/opt/share/mc/skins/modarcon16.ini -/opt/lib/mc/extfs.d/audio -/opt/share/mc/syntax/makefile.syntax -/opt/lib/mc/shell/chown -/opt/share/mc/syntax/lsm.syntax -/opt/share/mc/hints/mc.hint.be -/opt/etc/mc/mc.menu -/opt/share/mc/hints/mc.hint.bg -/opt/share/mc/skins/modarcon16root.ini -/opt/share/mc/skins/xoria256.ini -/opt/lib/mc/cons.saver -/opt/share/mc/syntax/sh.syntax -/opt/share/mc/syntax/ini.syntax -/opt/share/mc/syntax/privoxy.syntax -/opt/share/mc/syntax/tcl.syntax -/opt/share/mc/help/mc.hlp.ru -/opt/share/mc/syntax/php.syntax -/opt/share/mc/hints/mc.hint.ca -/opt/lib/mc/extfs.d/ulha -/opt/share/mc/syntax/debian-control.syntax -/opt/lib/mc/extfs.d/patchsetfs -/opt/share/mc/hints/mc.hint.cs -/opt/share/mc/help/mc.hlp.sr -/opt/share/mc/syntax/ruby.syntax -/opt/share/mc/syntax/dos.syntax -/opt/lib/mc/ext.d/video.sh -/opt/lib/mc/shell/hardlink -/opt/share/mc/hints/mc.hint.da -/opt/lib/mc/extfs.d/ulib -/opt/share/mc/syntax/unknown.syntax -/opt/share/mc/hints/mc.hint.de -/opt/share/mc/syntax/PKGBUILD.syntax -/opt/share/mc/syntax/perl.syntax -/opt/share/mc/syntax/ebuild.syntax -/opt/share/mc/syntax/lisp.syntax -/opt/share/mc/skins/modarcon16-defbg.ini -/opt/lib/mc/shell/ln -/opt/lib/mc/shell/ls -/opt/share/mc/syntax/m4.syntax -/opt/share/mc/syntax/lkr.syntax -/opt/share/mc/syntax/diff.syntax -/opt/share/mc/hints/mc.hint.el -/opt/share/mc/hints/mc.hint -/opt/share/mc/hints/mc.hint.eo -/opt/share/mc/syntax/assembler.syntax -/opt/share/mc/hints/mc.hint.pt_BR -/opt/share/mc/hints/mc.hint.es -/opt/share/mc/examples/macros.d/macro.0.sh -/opt/share/mc/hints/mc.hint.et -/opt/lib/mc/shell/mv -/opt/share/mc/hints/mc.hint.eu -/opt/lib/mc/shell/fexists -/opt/share/mc/skins/modarin256-defbg.ini -/opt/lib/mc/extfs.d/uar -/opt/share/mc/hints/mc.hint.fa -/opt/share/mc/syntax/cxx.syntax -/opt/share/mc/hints/mc.hint.fr -/opt/share/mc/syntax/hive.syntax -/opt/lib/mc/extfs.d/deb -/opt/lib/mc/extfs.d/uzoo -/opt/share/mc/hints/mc.hint.ga -/opt/share/mc/syntax/idl.syntax -/opt/share/mc/hints/mc.hint.gl -/opt/share/mc/syntax/js.syntax diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/vsftpd.conffiles b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/vsftpd.conffiles deleted file mode 100644 index 8f80402..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/vsftpd.conffiles +++ /dev/null @@ -1,2 +0,0 @@ -/opt/etc/vsftpd/vsftpd.conf -/opt/etc/vsftpd/vsftpd.conf diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/vsftpd.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/vsftpd.control deleted file mode 100644 index fc719dd..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/vsftpd.control +++ /dev/null @@ -1,15 +0,0 @@ -Package: vsftpd -Version: 3.0.5-2 -Depends: libc, libssp, librt, libpthread -Conflicts: vsftpd-ext -Source: feeds/packages/net/vsftpd -SourceName: vsftpd -License: GPLv2 -Section: net -SourceDateEpoch: 1716287455 -URL: https://security.appspot.com/vsftpd.html -CPE-ID: cpe:/a:vsftpd_project:vsftpd -Maintainer: Cezary Jackiewicz -Architecture: armv7-3.2 -Installed-Size: 112640 -Description: Fast and secure FTP server (no TLS) diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/vsftpd.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/vsftpd.list deleted file mode 100644 index e55bc4b..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/apps/vsftpd.list +++ /dev/null @@ -1,4 +0,0 @@ -/opt/lib/upgrade/keep.d/vsftpd -/opt/etc/vsftpd/vsftpd.conf -/opt/sbin/vsftpd -/opt/etc/init.d/S49vsftpd diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/grep.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/grep.control deleted file mode 100644 index bea0412..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/grep.control +++ /dev/null @@ -1,18 +0,0 @@ -Package: grep -Version: 3.11-1 -Depends: libc, libssp, librt, libpthread, libpcre2 -Alternatives: 300:/opt/bin/egrep:/opt/libexec/egrep-gnu, 300:/opt/bin/fgrep:/opt/libexec/fgrep-gnu, 300:/opt/bin/grep:/opt/libexec/grep-gnu -Source: feeds/packages/utils/grep -SourceName: grep -License: GPL-3.0-or-later -LicenseFiles: COPYING -Section: utils -SourceDateEpoch: 1716287455 -URL: https://www.gnu.org/software/grep/ -CPE-ID: cpe:/a:gnu:grep -Maintainer: Julen Landa Alustiza -Architecture: armv7-3.2 -Installed-Size: 215040 -Description: The grep command searches one or more input files for lines - containing a match to a specified pattern. By default, grep - prints the matching lines. diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/grep.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/grep.list deleted file mode 100644 index 4c25088..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/grep.list +++ /dev/null @@ -1,3 +0,0 @@ -/opt/libexec/grep-gnu -/opt/libexec/egrep-gnu -/opt/libexec/fgrep-gnu diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/htop.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/htop.control deleted file mode 100644 index a6e49b2..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/htop.control +++ /dev/null @@ -1,17 +0,0 @@ -Package: htop -Version: 3.3.0-2 -Depends: libc, libssp, librt, libpthread, libncurses -Source: feeds/packages/admin/htop -SourceName: htop -License: GPL-2.0-or-later -LicenseFiles: COPYING -Section: admin -SourceDateEpoch: 1720609243 -URL: https://hisham.hm/htop/ -CPE-ID: cpe:/a:htop:htop -Maintainer: Etienne CHAMPETIER -Architecture: armv7-3.2 -Installed-Size: 235520 -Description: Htop is an ncursed-based process viewer similar to top, but - it allows to scroll the list vertically and horizontally to - see all processes and their full command lines. diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/htop.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/htop.list deleted file mode 100644 index f9f08a5..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/htop.list +++ /dev/null @@ -1 +0,0 @@ -/opt/bin/htop diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libaprutil.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libaprutil.control deleted file mode 100644 index bb86755..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libaprutil.control +++ /dev/null @@ -1,15 +0,0 @@ -Package: libaprutil -Version: 1.6.3-1 -Depends: libc, libssp, librt, libpthread, libapr, libexpat, libuuid, libiconv-full -Source: feeds/packages/libs/apr-util -SourceName: apr-util -License: Apache-2.0 -LicenseFiles: LICENSE -Section: libs -SourceDateEpoch: 1720611674 -URL: http://apr.apache.org/ -CPE-ID: cpe:/a:apache:apr-util -Maintainer: Thomas Heil -Architecture: armv7-3.2 -Installed-Size: 163840 -Description: Apache Portable Runtime Utility Library diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libaprutil.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libaprutil.list deleted file mode 100644 index 7f00ae4..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libaprutil.list +++ /dev/null @@ -1,2 +0,0 @@ -/opt/lib/libaprutil-1.so.0 -/opt/lib/libaprutil-1.so.0.6.3 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libffi.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libffi.control deleted file mode 100644 index 7c874a9..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libffi.control +++ /dev/null @@ -1,24 +0,0 @@ -Package: libffi -Version: 3.4.6-1 -Depends: libc, libssp, librt, libpthread -Source: feeds/packages/libs/libffi -SourceName: libffi -License: MIT -LicenseFiles: LICENSE -Section: libs -SourceDateEpoch: 1720612651 -URL: https://sourceware.org/libffi/ -CPE-ID: cpe:/a:libffi_project:libffi -Maintainer: Peter Wagner -Architecture: armv7-3.2 -Installed-Size: 51200 -Description: The libffi library provides a portable, high level programming interface to - various calling conventions. This allows a programmer to call any function - specified by a call interface description at run-time. - - FFI stands for Foreign Function Interface. A foreign function interface is the - popular name for the interface that allows code written in one language to call - code written in another language. The libffi library really only provides the - lowest, machine dependent layer of a fully featured foreign function interface. - A layer must exist above libffi that handles type conversions for values passed - between the two languages. diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libffi.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libffi.list deleted file mode 100644 index ffc0138..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libffi.list +++ /dev/null @@ -1,2 +0,0 @@ -/opt/lib/libffi.so.8.1.4 -/opt/lib/libffi.so.8 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libiconv-full.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libiconv-full.control deleted file mode 100644 index c01fefd..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libiconv-full.control +++ /dev/null @@ -1,14 +0,0 @@ -Package: libiconv-full -Version: 1.17-1 -Depends: libc, libssp, librt, libpthread -Source: feeds/base/libs/libiconv-full -SourceName: libiconv-full -License: LGPL-2.1-or-later -LicenseFiles: COPYING.LIB -Section: libs -SourceDateEpoch: 1658478628 -URL: https://www.gnu.org/software/libiconv/ -Maintainer: Jo-Philipp Wich -Architecture: armv7-3.2 -Installed-Size: 921600 -Description: Character set conversion library diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libiconv-full.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libiconv-full.list deleted file mode 100644 index 823f332..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libiconv-full.list +++ /dev/null @@ -1,2 +0,0 @@ -/opt/lib/libiconv.so.2.6.1 -/opt/lib/libiconv.so.2 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libintl-full.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libintl-full.control deleted file mode 100644 index 344bf05..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libintl-full.control +++ /dev/null @@ -1,14 +0,0 @@ -Package: libintl-full -Version: 0.22.5-1 -Depends: libc, libssp, librt, libpthread -Source: feeds/base/libs/gettext-full -SourceName: gettext-full -License: GPL-3.0-or-later -Section: libs -SourceDateEpoch: 1720598025 -URL: http://www.gnu.org/software/gettext/ -CPE-ID: cpe:/a:gnu:gettext -Maintainer: Jo-Philipp Wich -Architecture: armv7-3.2 -Installed-Size: 61440 -Description: GNU Internationalization library diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libintl-full.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libintl-full.list deleted file mode 100644 index 0872ca8..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libintl-full.list +++ /dev/null @@ -1,2 +0,0 @@ -/opt/lib/libintl.so.8 -/opt/lib/libintl.so.8.4.0 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libmbedtls.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libmbedtls.control deleted file mode 100644 index 82339d8..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libmbedtls.control +++ /dev/null @@ -1,16 +0,0 @@ -Package: libmbedtls -Version: 3.6.0-1 -Depends: libc, libssp, librt, libpthread -Source: feeds/base/libs/mbedtls -SourceName: mbedtls -License: GPL-2.0-or-later -LicenseFiles: gpl-2.0.txt -Section: libs -SourceDateEpoch: 1720598025 -URL: https://tls.mbed.org -CPE-ID: cpe:/a:arm:mbed_tls -Architecture: armv7-3.2 -Installed-Size: 532480 -Description: The aim of the mbedtls project is to provide a quality, open-source - cryptographic library written in C and targeted at embedded systems. - This package contains the mbedtls library. diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libmbedtls.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libmbedtls.list deleted file mode 100644 index dd14264..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libmbedtls.list +++ /dev/null @@ -1,6 +0,0 @@ -/opt/lib/libmbedx509.so.3.6.0 -/opt/lib/libmbedtls.so.3.6.0 -/opt/lib/libmbedx509.so.7 -/opt/lib/libmbedtls.so.21 -/opt/lib/libmbedcrypto.so.16 -/opt/lib/libmbedcrypto.so.3.6.0 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libncurses.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libncurses.control deleted file mode 100644 index bd7e7df..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libncurses.control +++ /dev/null @@ -1,14 +0,0 @@ -Package: libncurses -Version: 6.4-3 -Depends: libc, libssp, librt, libpthread, libncursesw -Source: feeds/base/libs/ncurses -SourceName: ncurses -License: MIT -LicenseFiles: README -Section: libs -SourceDateEpoch: 1720598025 -URL: http://www.gnu.org/software/ncurses/ -CPE-ID: cpe:/a:gnu:ncurses -Architecture: armv7-3.2 -Installed-Size: 10240 -Description: Terminal handling library diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libncurses.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libncurses.list deleted file mode 100644 index 37dc41c..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libncurses.list +++ /dev/null @@ -1,13 +0,0 @@ -/opt/lib/libform.so.6 -/opt/lib/libform.so -/opt/lib/libmenu.so -/opt/lib/libmenu.so.6 -/opt/lib/libpanel.so.6.4 -/opt/lib/libpanel.so.6 -/opt/lib/libncurses.so.6 -/opt/lib/libform.so.6.4 -/opt/lib/libncurses.so -/opt/lib/libncurses.so.6.4 -/opt/lib/libmenu.so.6.4 -/opt/lib/libpanel.so -/opt/lib/libcurses.so diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libncursesw.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libncursesw.control deleted file mode 100644 index 7ae3ca7..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libncursesw.control +++ /dev/null @@ -1,14 +0,0 @@ -Package: libncursesw -Version: 6.4-3 -Depends: libc, libssp, librt, libpthread, terminfo -Source: feeds/base/libs/ncurses -SourceName: ncurses -License: MIT -LicenseFiles: README -Section: libs -SourceDateEpoch: 1720598025 -URL: http://www.gnu.org/software/ncurses/ -CPE-ID: cpe:/a:gnu:ncurses -Architecture: armv7-3.2 -Installed-Size: 471040 -Description: Terminal handling library (Unicode) diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libncursesw.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libncursesw.list deleted file mode 100644 index bba33e9..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libncursesw.list +++ /dev/null @@ -1,12 +0,0 @@ -/opt/lib/libmenuw.so.6.4 -/opt/lib/libpanelw.so -/opt/lib/libpanelw.so.6 -/opt/lib/libformw.so.6 -/opt/lib/libmenuw.so.6 -/opt/lib/libncursesw.so.6.4 -/opt/lib/libncursesw.so -/opt/lib/libpanelw.so.6.4 -/opt/lib/libformw.so -/opt/lib/libncursesw.so.6 -/opt/lib/libmenuw.so -/opt/lib/libformw.so.6.4 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libnettle.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libnettle.control deleted file mode 100644 index a49b38a..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libnettle.control +++ /dev/null @@ -1,14 +0,0 @@ -Package: libnettle -Version: 3.9.1-1 -Depends: libc, libssp, librt, libpthread, libgmp -Source: feeds/base/libs/nettle -SourceName: nettle -License: GPL-2.0-or-later -LicenseFiles: COPYING -Section: libs -SourceDateEpoch: 1692466257 -URL: http://www.lysator.liu.se/~nisse/nettle/ -CPE-ID: cpe:/a:nettle_project:nettle -Architecture: armv7-3.2 -Installed-Size: 573440 -Description: GNU crypto library diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libnettle.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libnettle.list deleted file mode 100644 index d104143..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libnettle.list +++ /dev/null @@ -1,4 +0,0 @@ -/opt/lib/libhogweed.so.6 -/opt/lib/libhogweed.so.6.8 -/opt/lib/libnettle.so.8.8 -/opt/lib/libnettle.so.8 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libopenssl.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libopenssl.control deleted file mode 100644 index a316cd4..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libopenssl.control +++ /dev/null @@ -1,19 +0,0 @@ -Package: libopenssl -Version: 3.0.14-2 -Depends: libc, libssp, librt, libpthread, zlib, libatomic -Source: feeds/base/libs/openssl -SourceName: openssl -License: Apache-2.0 -LicenseFiles: LICENSE -Section: libs -SourceDateEpoch: 1720603199 -URL: http://www.openssl.org/ -CPE-ID: cpe:/a:openssl:openssl -Maintainer: Eneas U de Queiroz -Architecture: armv7-3.2 -Installed-Size: 3543040 -Description: The OpenSSL Project is a collaborative effort to develop a robust, - commercial-grade, full-featured, and Open Source toolkit implementing the - Transport Layer Security (TLS) protocol as well as a full-strength - general-purpose cryptography library. - This package contains the OpenSSL shared libraries, needed by other programs. diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libopenssl.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libopenssl.list deleted file mode 100644 index d026411..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libopenssl.list +++ /dev/null @@ -1,2 +0,0 @@ -/opt/lib/libssl.so.3 -/opt/lib/libcrypto.so.3 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libpcre2.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libpcre2.control deleted file mode 100644 index f44b6fb..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libpcre2.control +++ /dev/null @@ -1,15 +0,0 @@ -Package: libpcre2 -Version: 10.42-1 -Depends: libc, libssp, librt, libpthread -Source: feeds/base/libs/pcre2 -SourceName: pcre2 -License: BSD-3-Clause -LicenseFiles: LICENCE -Section: libs -SourceDateEpoch: 1720598025 -URL: https://www.pcre.org/ -CPE-ID: cpe:/a:pcre:pcre2 -Maintainer: Shane Peelar -Architecture: armv7-3.2 -Installed-Size: 573440 -Description: A Perl Compatible Regular Expression library diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libpcre2.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libpcre2.list deleted file mode 100644 index cb09045..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libpcre2.list +++ /dev/null @@ -1,6 +0,0 @@ -/opt/lib/libpcre2-8.so.0 -/opt/lib/libpcre2-posix.so.3.0.4 -/opt/lib/libpcre2-posix.so.3 -/opt/lib/libpcre2-8.so -/opt/lib/libpcre2-8.so.0.11.2 -/opt/lib/libpcre2-posix.so diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libslang2.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libslang2.control deleted file mode 100644 index e84c36f..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libslang2.control +++ /dev/null @@ -1,17 +0,0 @@ -Package: libslang2 -Version: 2.3.3-2 -Depends: libc, libssp, librt, libpthread, terminfo -Source: feeds/packages/libs/slang2 -SourceName: slang -License: GPL-2.0-or-later -LicenseFiles: COPYING -Section: libs -SourceDateEpoch: 1716287455 -URL: https://www.jedsoft.org/slang/ -Maintainer: Jeffery To -Architecture: armv7-3.2 -Installed-Size: 1320960 -Description: Multi-platform programmer's library providing facilities for interactive - applications. Includes such things as display/screen management, - keyboard input, keymaps, etc. Includes the embeddable S-Lang - interpreter. diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libslang2.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libslang2.list deleted file mode 100644 index be85916..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libslang2.list +++ /dev/null @@ -1,3 +0,0 @@ -/opt/lib/libslang.so -/opt/lib/libslang.so.2 -/opt/lib/libslang.so.2.3.3 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libssh2.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libssh2.control deleted file mode 100644 index 02d2e74..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libssh2.control +++ /dev/null @@ -1,15 +0,0 @@ -Package: libssh2 -Version: 1.11.0-1 -Depends: libc, libssp, librt, libpthread, libmbedtls, zlib -Source: feeds/packages/libs/libssh2 -SourceName: libssh2 -License: BSD-3-Clause -LicenseFiles: COPYING -Section: libs -SourceDateEpoch: 1721572854 -URL: https://www.libssh2.org/ -CPE-ID: cpe:/a:libssh2:libssh2 -Maintainer: Jiri Slachta -Architecture: armv7-3.2 -Installed-Size: 194560 -Description: libssh2 is a client-side C library implementing the SSH2 protocol. diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libssh2.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libssh2.list deleted file mode 100644 index 9bd2573..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libssh2.list +++ /dev/null @@ -1,2 +0,0 @@ -/opt/lib/libssh2.so.1 -/opt/lib/libssh2.so.1.0.1 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libssp.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libssp.control deleted file mode 100644 index e22e219..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libssp.control +++ /dev/null @@ -1,12 +0,0 @@ -Package: libssp -Version: 8.4.0-11 -Source: feeds/base/libs/toolchain -SourceName: toolchain -License: GPL-3.0-with-GCC-exception -Section: libs -SourceDateEpoch: 1600326586 -URL: http://gcc.gnu.org/ -Maintainer: Felix Fietkau -Architecture: armv7-3.2 -Installed-Size: 20480 -Description: GCC support library diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libssp.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libssp.list deleted file mode 100644 index 4fcbcaf..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libssp.list +++ /dev/null @@ -1,2 +0,0 @@ -/opt/lib/libssp.so.0.0.0 -/opt/lib/libssp.so.0 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libtirpc.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libtirpc.control deleted file mode 100644 index 2f6eaab..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libtirpc.control +++ /dev/null @@ -1,14 +0,0 @@ -Package: libtirpc -Version: 1.3.4-1 -Depends: libc, libssp, librt, libpthread, libpthread -Source: feeds/packages/libs/libtirpc -SourceName: libtirpc -License: BSD-3-Clause -LicenseFiles: COPYING -Section: libs -SourceDateEpoch: 1720613789 -URL: http://libtirpc.sourceforge.net/ -CPE-ID: cpe:/a:libtirpc_project:libtirpc -Architecture: armv7-3.2 -Installed-Size: 133120 -Description: Library TI RPC for RPC bindings diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libtirpc.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libtirpc.list deleted file mode 100644 index 064b78a..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/libtirpc.list +++ /dev/null @@ -1,4 +0,0 @@ -/opt/etc/netconfig -/opt/lib/libtirpc.so.3 -/opt/lib/libtirpc.so -/opt/lib/libtirpc.so.3.0.0 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/locales.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/locales.control deleted file mode 100644 index 4011115..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/locales.control +++ /dev/null @@ -1,12 +0,0 @@ -Package: locales -Version: 2.27-9 -Depends: libc, libssp, librt, libpthread, grep -Source: feeds/rtndev/locales -SourceName: locales -Section: libs -SourceDateEpoch: 1708601332 -URL: http://gcc.gnu.org/ -Maintainer: Entware team, https://entware.net -Architecture: armv7-3.2 -Installed-Size: 1669120 -Description: locales support (independent of system lib) diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/locales.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/locales.list deleted file mode 100644 index 05ce1de..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/locales.list +++ /dev/null @@ -1,24 +0,0 @@ -/opt/usr/share/i18n/locales/iso14651_t1 -/opt/usr/share/i18n/locales/translit_compat -/opt/usr/share/i18n/locales/translit_font -/opt/usr/share/i18n/locales/translit_narrow -/opt/usr/share/i18n/locales/i18n -/opt/usr/share/i18n/locales/translit_neutral -/opt/usr/share/i18n/locales/en_US -/opt/usr/share/i18n/locales/translit_cjk_compat -/opt/usr/share/i18n/locales/fr_FR -/opt/usr/share/i18n/locales/translit_circle -/opt/usr/share/i18n/locales/i18n_ctype -/opt/usr/share/i18n/locales/iso14651_t1_common -/opt/usr/share/i18n/locales/ru_RU -/opt/usr/share/i18n/charmaps/UTF-8.gz -/opt/usr/share/i18n/locales/translit_combining -/opt/usr/share/i18n/charmaps/ANSI_X3.4-1968.gz -/opt/usr/share/i18n/locales/de_DE -/opt/bin/localedef.new -/opt/usr/share/i18n/locales/en_GB -/opt/bin/locale.new -/opt/usr/share/i18n/locales/translit_small -/opt/usr/share/i18n/locales/translit_fraction -/opt/usr/share/i18n/locales/it_IT -/opt/usr/share/i18n/locales/translit_wide diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/locales.postinst b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/locales.postinst deleted file mode 100644 index c69c4ea..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/locales.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -echo 'Entware uses separate locale-archive file independent from main system' -if ! [ -f '/opt/usr/lib/locale/locale-archive' ]; then - mkdir -p /opt/usr/lib/locale - echo 'Creating locale archive /opt/usr/lib/locale/locale-archive' - echo 'Adding en_EN.UTF-8' - /opt/bin/localedef.new -c -f UTF-8 -i en_US en_US.UTF-8 - echo 'Adding ru_RU.UTF-8' - /opt/bin/localedef.new -c -f UTF-8 -i ru_RU ru_RU.UTF-8 -fi -if ! [ -f '/opt/usr/lib/locale/locale-archive' ]; then - echo 'locale-archive file was not created, not enough memory? Downloading...' - wget http://bin.entware.net/other/locale-archive.2.27 -O /opt/usr/lib/locale/locale-archive -fi -echo 'You can download locale sources from http://bin.entware.net/other/i18n_glib227.tar.gz' -echo 'You can add new locales to Entware using /opt/bin/localedef.new' -exit 0 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/locales.preinst b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/locales.preinst deleted file mode 100644 index 9a46128..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/locales.preinst +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -if [ -x '/opt/bin/locale.new' ] && [ -z "$(/opt/bin/locale.new -V | grep 2.27)" ]; then - echo 'locale-archive needs upgrade, deleting old one.' - rm -f /opt/usr/lib/locale/locale-archive -fi -exit 0 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/terminfo.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/terminfo.control deleted file mode 100644 index 481c507..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/terminfo.control +++ /dev/null @@ -1,14 +0,0 @@ -Package: terminfo -Version: 6.4-3 -Depends: libc, libssp, librt, libpthread -Source: feeds/base/libs/ncurses -SourceName: ncurses -License: MIT -LicenseFiles: README -Section: libs -SourceDateEpoch: 1720598025 -URL: http://www.gnu.org/software/ncurses/ -CPE-ID: cpe:/a:gnu:ncurses -Architecture: armv7-3.2 -Installed-Size: 61440 -Description: Terminal Info Database (ncurses) diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/terminfo.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/terminfo.list deleted file mode 100644 index 0058722..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/terminfo.list +++ /dev/null @@ -1,16 +0,0 @@ -/opt/share/terminfo/t/tmux-256color -/opt/share/terminfo/a/ansi -/opt/share/terminfo/d/dumb -/opt/share/terminfo/r/rxvt -/opt/share/terminfo/r/rxvt-unicode -/opt/share/terminfo/x/xterm-utf8 -/opt/share/terminfo/x/xterm-256color -/opt/share/terminfo/l/linux -/opt/share/terminfo/v/vt100 -/opt/share/terminfo/v/vt102 -/opt/share/terminfo/x/xterm-color -/opt/share/terminfo/x/xterm -/opt/share/terminfo/a/alacritty -/opt/share/terminfo/s/screen-256color -/opt/share/terminfo/s/screen -/opt/share/terminfo/t/tmux diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/terminfo.postinst b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/terminfo.postinst deleted file mode 100644 index 4469e29..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Not Stock/terminfo.postinst +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -grep -q "^export TERMINFO" /opt/etc/profile || echo "export TERMINFO=/opt/share/terminfo" >> /opt/etc/profile diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/glib2.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/glib2.control deleted file mode 100644 index 0c700c7..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/glib2.control +++ /dev/null @@ -1,15 +0,0 @@ -Package: glib2 -Version: 2.80.3-1 -Depends: libc, libssp, librt, libpthread, libiconv-full, libintl-full, zlib, libpthread, libffi, libattr, libpcre2 -Source: feeds/packages/libs/glib2 -SourceName: glib2 -License: LGPL-2.1-or-later -LicenseFiles: COPYING -Section: libs -SourceDateEpoch: 1720611845 -URL: http://www.gtk.org/ -CPE-ID: cpe:/a:gnome:glib -Maintainer: Peter Wagner -Architecture: armv7-3.2 -Installed-Size: 3112960 -Description: The GLib library of C routines diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/glib2.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/glib2.list deleted file mode 100644 index d696862..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/glib2.list +++ /dev/null @@ -1,18 +0,0 @@ -/opt/lib/libgmodule-2.0.so.0 -/opt/lib/libgmodule-2.0.so.0.8000.3 -/opt/lib/libglib-2.0.so.0 -/opt/lib/libgirepository-2.0.so.0.8000.3 -/opt/lib/libgthread-2.0.so.0.8000.3 -/opt/lib/libgthread-2.0.so.0 -/opt/lib/libgio-2.0.so -/opt/lib/libgobject-2.0.so -/opt/lib/libgirepository-2.0.so.0 -/opt/lib/libgobject-2.0.so.0.8000.3 -/opt/lib/libgmodule-2.0.so -/opt/lib/libglib-2.0.so -/opt/lib/libgio-2.0.so.0.8000.3 -/opt/lib/libgio-2.0.so.0 -/opt/lib/libgobject-2.0.so.0 -/opt/lib/libgthread-2.0.so -/opt/lib/libglib-2.0.so.0.8000.3 -/opt/lib/libgirepository-2.0.so diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/glib2.txt b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/glib2.txt deleted file mode 100644 index 7e64776..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/glib2.txt +++ /dev/null @@ -1,20 +0,0 @@ -root@sdxlemur:~# fndfiles -Checking for files in /lib and /usr/lib... -FOUND: /usr/lib/libgmodule-2.0.so.0 -MISSING: libgmodule-2.0.so.0.8000.3 -FOUND: /usr/lib/libglib-2.0.so.0 -MISSING: libgirepository-2.0.so.0.8000.3 -MISSING: libgthread-2.0.so.0.8000.3 -FOUND: /usr/lib/libgthread-2.0.so.0 -MISSING: libgio-2.0.so -MISSING: libgobject-2.0.so -MISSING: libgirepository-2.0.so.0 -MISSING: libgobject-2.0.so.0.8000.3 -MISSING: libgmodule-2.0.so -MISSING: libglib-2.0.so -MISSING: libgio-2.0.so.0.8000.3 -FOUND: /usr/lib/libgio-2.0.so.0 -FOUND: /usr/lib/libgobject-2.0.so.0 -MISSING: libgthread-2.0.so -MISSING: libglib-2.0.so.0.8000.3 -MISSING: libgirepository-2.0.so diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libattr.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libattr.control deleted file mode 100644 index e8e8495..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libattr.control +++ /dev/null @@ -1,16 +0,0 @@ -Package: libattr -Version: 2.5.2-3 -Depends: libc, libssp, librt, libpthread -Source: feeds/packages/utils/attr -SourceName: attr -License: LGPL-2.1-or-later -LicenseFiles: doc/COPYING.LGPL -Section: libs -SourceDateEpoch: 1720621812 -URL: http://savannah.nongnu.org/projects/attr -CPE-ID: cpe:/a:attr_project:attr -Maintainer: Maxim Storchak -Architecture: armv7-3.2 -Installed-Size: 20480 -Description: Extended attributes support - This package provides libattr diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libattr.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libattr.list deleted file mode 100644 index e00334a..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libattr.list +++ /dev/null @@ -1,4 +0,0 @@ -/opt/lib/libattr.so.1 -/opt/lib/libattr.so.1.1.2502 -/opt/etc/xattr.conf -/opt/lib/libattr.so diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libattr.txt b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libattr.txt deleted file mode 100644 index b576c5e..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libattr.txt +++ /dev/null @@ -1,6 +0,0 @@ -root@sdxlemur:~# fndfiles -Checking for files in /lib and /usr/lib... -FOUND: /usr/lib/libattr.so.1 -MISSING: libattr.so.1.1.2502 -MISSING: xattr.conf -MISSING: libattr.so diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libblkid.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libblkid.control deleted file mode 100644 index 6797782..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libblkid.control +++ /dev/null @@ -1,17 +0,0 @@ -Package: libblkid -Version: 2.40.1-1 -Depends: libc, libssp, librt, libpthread, libuuid -Source: feeds/base/utils/util-linux -SourceName: util-linux -License: GPL-2.0-only -LicenseFiles: COPYING libblkid/COPYING libmount/COPYING Documentation/licenses/COPYING.GPLv2 Documentation/licenses/COPYING.LGPLv2.1 libuuid/COPYING Documentation/licenses/COPYING.BSD-3 -Section: libs -SourceDateEpoch: 1720778201 -URL: http://www.kernel.org/pub/linux/utils/util-linux/ -CPE-ID: cpe:/a:kernel:util-linux -Architecture: armv7-3.2 -Installed-Size: 245760 -Description: The libblkid library is used to identify block devices (disks) as to their - content (e.g. filesystem type, partitions) as well as extracting additional - information such as filesystem labels/volume names, partitions, unique - identifiers/serial numbers... diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libblkid.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libblkid.list deleted file mode 100644 index c13d89a..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libblkid.list +++ /dev/null @@ -1,2 +0,0 @@ -/opt/lib/libblkid.so.1.1.0 -/opt/lib/libblkid.so.1 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libblkid.txt b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libblkid.txt deleted file mode 100644 index 4d85390..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libblkid.txt +++ /dev/null @@ -1,4 +0,0 @@ -root@sdxlemur:~# fndfiles -Checking for files in /lib and /usr/lib... -FOUND: /lib/libblkid.so.1.1.0 -MISSING: ibblkid.so.1 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libc.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libc.control deleted file mode 100644 index bcbfef2..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libc.control +++ /dev/null @@ -1,13 +0,0 @@ -Package: libc -Version: 2.27-11 -Depends: libgcc -Source: feeds/base/libs/toolchain -SourceName: toolchain -License: GPL-3.0-with-GCC-exception -Section: libs -SourceDateEpoch: 1600326586 -URL: http://www.gnu.org/software/libc/ -Maintainer: Felix Fietkau -Architecture: armv7-3.2 -Installed-Size: 2600960 -Description: C library diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libc.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libc.list deleted file mode 100644 index 5de32c2..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libc.list +++ /dev/null @@ -1,27 +0,0 @@ -/opt/lib/libnsl.so.1 -/opt/etc/nsswitch.conf -/opt/lib/libanl-2.27.so -/opt/lib/libnss_files-2.27.so -/opt/lib/libm.so.6 -/opt/lib/libc-2.27.so -/opt/lib/libnss_dns-2.27.so -/opt/lib/libpcprofile.so -/opt/lib/libnss_files.so.2 -/opt/lib/libresolv-2.27.so -/opt/lib/libanl.so.1 -/opt/lib/libdl-2.27.so -/opt/lib/ld-2.27.so -/opt/lib/libresolv.so.2 -/opt/lib/libutil.so.1 -/opt/lib/libdl.so.2 -/opt/lib/libutil-2.27.so -/opt/lib/libnsl-2.27.so -/opt/lib/libc.so.6 -/opt/lib/libnss_dns.so.2 -/opt/lib/libmemusage.so -/opt/lib/libm-2.27.so -/opt/lib/libcidn.so.1 -/opt/lib/libcrypt-2.27.so -/opt/lib/libcrypt.so.1 -/opt/lib/libcidn-2.27.so -/opt/lib/ld-linux.so.3 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libc.txt b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libc.txt deleted file mode 100644 index e86b34e..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libc.txt +++ /dev/null @@ -1,29 +0,0 @@ -root@sdxlemur:~# fndfiles -Checking for files in /lib and /usr/lib... -FOUND: /lib/libnsl.so.1 -FOUND: /etc/nsswitch.conf -MISSING: libanl-2.27.so -MISSING: libnss_files-2.27.so -FOUND: /lib/libm.so.6 -MISSING: libc-2.27.so -MISSING: libnss_dns-2.27.so -MISSING: libpcprofile.so -FOUND: /lib/libnss_files.so.2 -MISSING: libresolv-2.27.so -FOUND: /lib/libanl.so.1 -MISSING: libdl-2.27.so -MISSING: ld-2.27.so -FOUND: /lib/libresolv.so.2 -FOUND: /lib/libutil.so.1 -FOUND: /lib/libdl.so.2 -MISSING: libutil-2.27.so -MISSING: libnsl-2.27.so -FOUND: /lib/libc.so.6 -FOUND: /lib/libnss_dns.so.2 -MISSING: libmemusage.so -MISSING: libm-2.27.so -MISSING: libcidn.so.1 -MISSING: libcrypt-2.27.so -MISSING: libcrypt.so.1 -MISSING: libcidn-2.27.so -MISSING: ld-linux.so.3 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libexpat.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libexpat.control deleted file mode 100644 index ca4bf2c..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libexpat.control +++ /dev/null @@ -1,15 +0,0 @@ -Package: libexpat -Version: 2.6.2-1 -Depends: libc, libssp, librt, libpthread -Source: feeds/packages/libs/expat -SourceName: expat -License: MIT -LicenseFiles: COPYING -Section: libs -SourceDateEpoch: 1720611676 -URL: https://libexpat.github.io/ -CPE-ID: cpe:/a:libexpat_project:libexpat -Maintainer: Ted Hess -Architecture: armv7-3.2 -Installed-Size: 143360 -Description: A fast, non-validating, stream-oriented XML parsing library. diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libexpat.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libexpat.list deleted file mode 100644 index 7d09dc1..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libexpat.list +++ /dev/null @@ -1,2 +0,0 @@ -/opt/lib/libexpat.so.1 -/opt/lib/libexpat.so.1.9.2 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libexpat.txt b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libexpat.txt deleted file mode 100644 index 479c1d4..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libexpat.txt +++ /dev/null @@ -1,4 +0,0 @@ -root@sdxlemur:~# fndfiles -Checking for files in /lib and /usr/lib... -FOUND: /usr/lib/libexpat.so.1 -MISSING: libexpat.so.1.9.2 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libgmp.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libgmp.control deleted file mode 100644 index d67a675..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libgmp.control +++ /dev/null @@ -1,14 +0,0 @@ -Package: libgmp -Version: 6.3.0-1 -Depends: libc, libssp, librt, libpthread -Source: feeds/base/libs/gmp -SourceName: gmp -License: GPL-2.0-or-later -Section: libs -SourceDateEpoch: 1707310794 -URL: http://gmplib.org/ -CPE-ID: cpe:/a:gmplib:gmp -Architecture: armv7-3.2 -Installed-Size: 399360 -Description: GMP is a free library for arbitrary precision arithmetic, operating on - signed integers, rational numbers, and floating point numbers. diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libgmp.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libgmp.list deleted file mode 100644 index b44c79e..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libgmp.list +++ /dev/null @@ -1,2 +0,0 @@ -/opt/lib/libgmp.so.10 -/opt/lib/libgmp.so.10.5.0 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libgmp.txt b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libgmp.txt deleted file mode 100644 index 3bc2e66..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libgmp.txt +++ /dev/null @@ -1,4 +0,0 @@ -root@sdxlemur:~# fndfiles -Checking for files in /lib and /usr/lib... -FOUND: /usr/lib/libgmp.so.10 -MISSING: libgmp.so.10.5.0 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libpthread.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libpthread.control deleted file mode 100644 index e3f0b4b..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libpthread.control +++ /dev/null @@ -1,13 +0,0 @@ -Package: libpthread -Version: 2.27-11 -Depends: libgcc -Source: feeds/base/libs/toolchain -SourceName: toolchain -License: GPL-3.0-with-GCC-exception -Section: libs -SourceDateEpoch: 1600326586 -URL: http://www.gnu.org/software/libc/ -Maintainer: Felix Fietkau -Architecture: armv7-3.2 -Installed-Size: 102400 -Description: POSIX thread library diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libpthread.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libpthread.list deleted file mode 100644 index 2f4144e..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libpthread.list +++ /dev/null @@ -1,2 +0,0 @@ -/opt/lib/libpthread.so.0 -/opt/lib/libpthread-2.27.so diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libpthread.txt b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libpthread.txt deleted file mode 100644 index caedcb7..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libpthread.txt +++ /dev/null @@ -1,4 +0,0 @@ -root@sdxlemur:~# fndfiles -Checking for files in /lib and /usr/lib... -FOUND: /lib/libpthread.so.0 -MISSING: libpthread-2.27.so diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/librt.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/librt.control deleted file mode 100644 index 4e65724..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/librt.control +++ /dev/null @@ -1,13 +0,0 @@ -Package: librt -Version: 2.27-11 -Depends: libpthread -Source: feeds/base/libs/toolchain -SourceName: toolchain -License: GPL-3.0-with-GCC-exception -Section: libs -SourceDateEpoch: 1600326586 -URL: http://www.gnu.org/software/libc/ -Maintainer: Felix Fietkau -Architecture: armv7-3.2 -Installed-Size: 30720 -Description: POSIX.1b RealTime extension library diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/librt.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/librt.list deleted file mode 100644 index bb6d713..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/librt.list +++ /dev/null @@ -1,2 +0,0 @@ -/opt/lib/librt-2.27.so -/opt/lib/librt.so.1 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/librt.txt b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/librt.txt deleted file mode 100644 index b078d8f..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/librt.txt +++ /dev/null @@ -1,4 +0,0 @@ -root@sdxlemur:~# fndfiles -Checking for files in /lib and /usr/lib... -MISSING: librt-2.27.so -FOUND: /lib/librt.so.1 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libstdcpp.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libstdcpp.control deleted file mode 100644 index 030c515..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libstdcpp.control +++ /dev/null @@ -1,12 +0,0 @@ -Package: libstdcpp -Version: 8.4.0-11 -Source: feeds/base/libs/toolchain -SourceName: toolchain -License: GPL-3.0-with-GCC-exception -Section: libs -SourceDateEpoch: 1600326586 -URL: http://gcc.gnu.org/ -Maintainer: Felix Fietkau -Architecture: armv7-3.2 -Installed-Size: 1044480 -Description: GNU Standard C++ Library v3 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libstdcpp.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libstdcpp.list deleted file mode 100644 index ba1084b..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libstdcpp.list +++ /dev/null @@ -1,2 +0,0 @@ -/opt/lib/libstdc++.so.6.0.25 -/opt/lib/libstdc++.so.6 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libstdcpp.txt b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libstdcpp.txt deleted file mode 100644 index 286b3be..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/libstdcpp.txt +++ /dev/null @@ -1,4 +0,0 @@ -root@sdxlemur:~# fndfiles -Checking for files in /lib and /usr/lib... -MISSING: libstdc++.so.6.0.25 -FOUND: /usr/lib/libstdc++.so.6 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/zlib.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/zlib.control deleted file mode 100644 index edd70b1..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/zlib.control +++ /dev/null @@ -1,15 +0,0 @@ -Package: zlib -Version: 1.3.1-1 -Depends: libc, libssp, librt, libpthread -Source: feeds/base/libs/zlib -SourceName: zlib -License: Zlib -LicenseFiles: README -Section: libs -SourceDateEpoch: 1707310794 -URL: http://www.zlib.net/ -CPE-ID: cpe:/a:gnu:zlib -Architecture: armv7-3.2 -Installed-Size: 81920 -Description: zlib is a lossless data-compression library. - This package includes the shared library. diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/zlib.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/zlib.list deleted file mode 100644 index 204fa8a..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/zlib.list +++ /dev/null @@ -1,3 +0,0 @@ -/opt/lib/libz.so.1 -/opt/lib/libz.so.1.3.1 -/opt/lib/libz.so diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/zlib.txt b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/zlib.txt deleted file mode 100644 index 853479d..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Some/zlib.txt +++ /dev/null @@ -1,5 +0,0 @@ -root@sdxlemur:~# fndfiles -Checking for files in /lib and /usr/lib... -FOUND: /lib/libz.so.1 -MISSING: libz.so.1.3.1 -MISSING: libz.so diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libatomic.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libatomic.control deleted file mode 100644 index 3cb8286..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libatomic.control +++ /dev/null @@ -1,13 +0,0 @@ -Package: libatomic -Version: 8.4.0-11 -Depends: libgcc -Source: feeds/base/libs/toolchain -SourceName: toolchain -License: GPL-3.0-with-GCC-exception -Section: libs -SourceDateEpoch: 1600326586 -URL: http://gcc.gnu.org/ -Maintainer: Felix Fietkau -Architecture: armv7-3.2 -Installed-Size: 30720 -Description: Atomic support library diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libatomic.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libatomic.list deleted file mode 100644 index e3b0431..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libatomic.list +++ /dev/null @@ -1,2 +0,0 @@ -/opt/lib/libatomic.so.1.2.0 -/opt/lib/libatomic.so.1 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libatomic.txt b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libatomic.txt deleted file mode 100644 index 46c3c78..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libatomic.txt +++ /dev/null @@ -1,4 +0,0 @@ -root@sdxlemur:~# fndfiles -Checking for files in /lib and /usr/lib... -FOUND: /usr/lib/libatomic.so.1.2.0 -FOUND: /usr/lib/libatomic.so.1 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libe2p.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libe2p.control deleted file mode 100644 index 85058bc..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libe2p.control +++ /dev/null @@ -1,15 +0,0 @@ -Package: libe2p -Version: 1.47.0-2 -Depends: libc, libssp, librt, libpthread, libuuid -Source: feeds/base/utils/e2fsprogs -SourceName: e2fsprogs -License: GPL-2.0 -LicenseFiles: NOTICE -Section: libs -SourceDateEpoch: 1720778201 -URL: http://e2fsprogs.sourceforge.net/ -CPE-ID: cpe:/a:e2fsprogs_project:e2fsprogs -Architecture: armv7-3.2 -Installed-Size: 40960 -Description: This package contains libe2p, ext2fs userspace programs utility library - bundled with e2fsprogs. diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libe2p.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libe2p.list deleted file mode 100644 index b9aefff..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libe2p.list +++ /dev/null @@ -1,2 +0,0 @@ -/opt/lib/libe2p.so.2 -/opt/lib/libe2p.so.2.3 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libe2p.txt b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libe2p.txt deleted file mode 100644 index 4ef407c..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libe2p.txt +++ /dev/null @@ -1,4 +0,0 @@ -root@sdxlemur:~# fndfiles -Checking for files in /lib and /usr/lib... -FOUND: /lib/libe2p.so.2 -FOUND: /lib/libe2p.so.2.3 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libgcc.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libgcc.control deleted file mode 100644 index 4f80ee2..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libgcc.control +++ /dev/null @@ -1,12 +0,0 @@ -Package: libgcc -Version: 8.4.0-11 -Source: feeds/base/libs/toolchain -SourceName: toolchain -License: GPL-3.0-with-GCC-exception -Section: libs -SourceDateEpoch: 1600326586 -URL: http://gcc.gnu.org/ -Maintainer: Felix Fietkau -Architecture: armv7-3.2 -Installed-Size: 51200 -Description: GCC support library diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libgcc.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libgcc.list deleted file mode 100644 index 80f646a..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libgcc.list +++ /dev/null @@ -1 +0,0 @@ -/opt/lib/libgcc_s.so.1 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libgcc.txt b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libgcc.txt deleted file mode 100644 index 478f174..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libgcc.txt +++ /dev/null @@ -1,3 +0,0 @@ -root@sdxlemur:~# fndfiles -Checking for files in /lib and /usr/lib... -FOUND: /lib/libgcc_s.so.1 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libmount.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libmount.control deleted file mode 100644 index b530512..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libmount.control +++ /dev/null @@ -1,15 +0,0 @@ -Package: libmount -Version: 2.40.1-1 -Depends: libc, libssp, librt, libpthread, libblkid -Source: feeds/base/utils/util-linux -SourceName: util-linux -License: GPL-2.0-only -LicenseFiles: COPYING libblkid/COPYING libmount/COPYING Documentation/licenses/COPYING.GPLv2 Documentation/licenses/COPYING.LGPLv2.1 libuuid/COPYING Documentation/licenses/COPYING.BSD-3 -Section: libs -SourceDateEpoch: 1720778201 -URL: http://www.kernel.org/pub/linux/utils/util-linux/ -CPE-ID: cpe:/a:kernel:util-linux -Architecture: armv7-3.2 -Installed-Size: 317440 -Description: The libmount library is used to parse /etc/fstab, /etc/mtab and - /proc/self/mountinfo files, manage the mtab file, evaluate mount options... diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libmount.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libmount.list deleted file mode 100644 index 46d1289..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libmount.list +++ /dev/null @@ -1,2 +0,0 @@ -libmount.so.1.1.0 -libmount.so.1 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libmount.txt b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libmount.txt deleted file mode 100644 index 58b6911..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libmount.txt +++ /dev/null @@ -1,4 +0,0 @@ -root@sdxlemur:~# fndfiles -Checking for files in /lib and /usr/lib... -FOUND: /lib/libmount.so.1.1.0 -FOUND: /lib/libmount.so.1 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libuuid.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libuuid.control deleted file mode 100644 index 8de55ba..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libuuid.control +++ /dev/null @@ -1,17 +0,0 @@ -Package: libuuid -Version: 2.40.1-1 -Depends: libc, libssp, librt, libpthread, librt -Source: feeds/base/utils/util-linux -SourceName: util-linux -License: GPL-2.0-only -LicenseFiles: COPYING libblkid/COPYING libmount/COPYING Documentation/licenses/COPYING.GPLv2 Documentation/licenses/COPYING.LGPLv2.1 libuuid/COPYING Documentation/licenses/COPYING.BSD-3 -Section: libs -SourceDateEpoch: 1720778201 -URL: http://www.kernel.org/pub/linux/utils/util-linux/ -CPE-ID: cpe:/a:kernel:util-linux -Architecture: armv7-3.2 -Installed-Size: 30720 -Description: The UUID library is used to generate unique identifiers for objects - that may be accessible beyond the local system. This library - generates UUIDs compatible with those created by the Open Software - Foundation (OSF) Distributed Computing Environment (DCE) utility. diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libuuid.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libuuid.list deleted file mode 100644 index 9c98ff9..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libuuid.list +++ /dev/null @@ -1,2 +0,0 @@ -/opt/lib/libuuid.so.1 -/opt/lib/libuuid.so.1.3.0 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libuuid.txt b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libuuid.txt deleted file mode 100644 index 0c74d48..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/Stock/libuuid.txt +++ /dev/null @@ -1,4 +0,0 @@ -root@sdxlemur:~# fndfiles -Checking for files in /lib and /usr/lib... -FOUND: /lib/libuuid.so.1 -FOUND: /lib/libuuid.so.1.3.0 diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/shadow-common.conffiles b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/shadow-common.conffiles deleted file mode 100644 index 8c08e26..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/shadow-common.conffiles +++ /dev/null @@ -1 +0,0 @@ -/opt/etc/login.defs diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/shadow-common.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/shadow-common.control deleted file mode 100644 index c89049c..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/shadow-common.control +++ /dev/null @@ -1,14 +0,0 @@ -Package: shadow-common -Version: 4.8.1-3b -Depends: libc, libssp, librt, libpthread, libiconv-full, libintl-full -Source: feeds/packages/utils/shadow -SourceName: shadow -License: BSD-3-Clause -LicenseFiles: COPYING -Section: utils -SourceDateEpoch: 1716287455 -URL: https://github.com/shadow-maint/shadow -CPE-ID: cpe:/a:debian:shadow -Architecture: armv7-3.2 -Installed-Size: 20480 -Description: Shared definitions for the PLD Linux shadow utilities diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/shadow-common.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/shadow-common.list deleted file mode 100644 index 8c08e26..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/shadow-common.list +++ /dev/null @@ -1 +0,0 @@ -/opt/etc/login.defs diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/shadow-login.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/shadow-login.control deleted file mode 100644 index c32c05a..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/shadow-login.control +++ /dev/null @@ -1,16 +0,0 @@ -Package: shadow-login -Version: 4.8.1-3b -Depends: libc, libssp, librt, libpthread, shadow-common -Alternatives: 300:/opt/bin/login:/opt/libexec/login-shadow -Source: feeds/packages/utils/shadow -SourceName: shadow -License: BSD-3-Clause -LicenseFiles: COPYING -Section: utils -SourceDateEpoch: 1716287455 -URL: https://github.com/shadow-maint/shadow -CPE-ID: cpe:/a:debian:shadow -Architecture: armv7-3.2 -Installed-Size: 174080 -Description: Full version of standard login utility. Normally, you would not use this - package, since the functionality in BusyBox is more than sufficient. diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/shadow-login.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/shadow-login.list deleted file mode 100644 index 050b513..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/shadow-login.list +++ /dev/null @@ -1 +0,0 @@ -/opt/libexec/login-shadow diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/shadow-passwd.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/shadow-passwd.control deleted file mode 100644 index 0aa3839..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/shadow-passwd.control +++ /dev/null @@ -1,16 +0,0 @@ -Package: shadow-passwd -Version: 4.8.1-3b -Depends: libc, libssp, librt, libpthread, shadow-common -Alternatives: 300:/opt/bin/passwd:/opt/libexec/passwd-shadow -Source: feeds/packages/utils/shadow -SourceName: shadow -License: BSD-3-Clause -LicenseFiles: COPYING -Section: utils -SourceDateEpoch: 1716287455 -URL: https://github.com/shadow-maint/shadow -CPE-ID: cpe:/a:debian:shadow -Architecture: armv7-3.2 -Installed-Size: 174080 -Description: Full version of standard passwd utility. Normally, you would not use this - package, since the functionality in BusyBox is more than sufficient. diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/shadow-passwd.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/shadow-passwd.list deleted file mode 100644 index 9803676..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/shadow-passwd.list +++ /dev/null @@ -1 +0,0 @@ -/opt/libexec/passwd-shadow diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/shadow-useradd.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/shadow-useradd.control deleted file mode 100644 index fc47edd..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/shadow-useradd.control +++ /dev/null @@ -1,15 +0,0 @@ -Package: shadow-useradd -Version: 4.8.1-3b -Depends: libc, libssp, librt, libpthread, shadow-common -Source: feeds/packages/utils/shadow -SourceName: shadow -License: BSD-3-Clause -LicenseFiles: COPYING -Section: utils -SourceDateEpoch: 1716287455 -URL: https://github.com/shadow-maint/shadow -CPE-ID: cpe:/a:debian:shadow -Architecture: armv7-3.2 -Installed-Size: 102400 -Description: Full version of standard useradd utility. Normally, you would not use this - package, since the functionality in BusyBox is more than sufficient. diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/shadow-useradd.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/shadow-useradd.list deleted file mode 100644 index ced22cb..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/shadow-useradd.list +++ /dev/null @@ -1 +0,0 @@ -/opt/sbin/useradd diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/sudo.conffiles b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/sudo.conffiles deleted file mode 100644 index 10441ba..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/sudo.conffiles +++ /dev/null @@ -1 +0,0 @@ -/opt/etc/sudoers diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/sudo.control b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/sudo.control deleted file mode 100644 index a7e92a4..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/sudo.control +++ /dev/null @@ -1,17 +0,0 @@ -Package: sudo -Version: 1.8.31-1 -Depends: libc, libssp, librt, libpthread -Source: feeds/packages/admin/sudo -SourceName: sudo -License: ISC -LicenseFiles: doc/LICENSE -Section: admin -SourceDateEpoch: 1716287455 -URL: https://www.sudo.ws/ -CPE-ID: cpe:/a:todd_miller:sudo -Architecture: armv7-3.2 -Installed-Size: 757760 -Description: Sudo (su "do") allows a system administrator to delegate authority to - give certain users (or groups of users) the ability to run some (or - all) commands as root or another user while providing an audit trail of - the commands and their arguments. diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/sudo.list b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/sudo.list deleted file mode 100644 index 976819f..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/info/login-patch/sudo.list +++ /dev/null @@ -1,11 +0,0 @@ -/opt/lib/sudo/group_file.so -/opt/bin/sudo -/opt/lib/sudo/sudo_noexec.so -/opt/sbin/visudo -/opt/lib/sudo/libsudo_util.so.0 -/opt/lib/sudo/sudoers.so -/opt/lib/sudo/libsudo_util.so -/opt/lib/sudo/system_group.so -/opt/lib/sudo/libsudo_util.so.0.0.0 -/opt/etc/sudoers -/opt/lib/upgrade/keep.d/sudo diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/notes/entwareopk.txt b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/notes/entwareopk.txt deleted file mode 100644 index a95b390..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/notes/entwareopk.txt +++ /dev/null @@ -1,196 +0,0 @@ -Notes for entware opkg -indexes at /opt/lib/opkg/ - -SDXLEMUR -Packages already installed at /bin -grep - - -Packages already installed at /lib from factory - -libc - -libm -libpthread - -libutil -libresolv -librt - -libnss_compat -libnss_dns -libnss_files -libdl -libsl -liban1 -libgcc - -libselinux -libsystemd -libsystemdq -libz -libBrokenLocale - -libblkid -libmount -libuuid -libext2fs -libe2p -libcom_err - -libtinfo -libcap - -ld - -ebtables -udev -systemd - -Packages already installed at /usr/lib from factory -.... -Audio Libraries -libaudio-log-utils - -Files: /usr/lib/libaudio_log_utils.so -libaudioroute - -Files: /usr/lib/libaudioroute.so.rt/usr/lib/libaudioroute.so.0.0.0 -QMI (Qualcomm MSM Interface) Libraries -libqmi - -Files: /usr/lib/libqmi.so.1, /usr/lib/libqmi.so.1.0.0 -libqmi-encdec - -Files: /usr/lib/libqmi_encdec.so.1, /usr/lib/libqmi_encdec.so.1.0.0 -libqmi-csi - -Files: /usr/lib/libqmi_csi.so.1, /usr/lib/libqmi_csi.so.1.0.0 -libqmi-client-helper - -Files: /usr/lib/libqmi_client_helper.so.1, /usr/lib/libqmi_client_helper.so.1.0.0 -libqmiidl - -Files: /usr/lib/libqmiidl.so.1, /usr/lib/libqmiidl.so.1.0.0 -libqmi-common - -Files: /usr/lib/libqmi_common_so.so.1, /usr/lib/libqmi_common_so.so.1.0.0 -Location and Geofencing Libraries -liblocation-api - -Files: /usr/lib/liblocation_api.so.1, /usr/lib/liblocation_api.so.1.0.0 -liblocation-service - -Files: /usr/lib/liblocationservice.so.1, /usr/lib/liblocationservice.so.1.0.0 -libgeofencing - -Files: /usr/lib/libgeofencing.so, /usr/lib/libgeofencing.so.1, /usr/lib/libgeofencing.so.1.0.0 -liblocation-qapi - -Files: /usr/lib/liblocation_qapi.so.1, /usr/lib/liblocation_qapi.so.1.0.0 -liblocation-integration-api - -Files: /usr/lib/liblocation_integration_api.so.1, /usr/lib/liblocation_integration_api.so.1.0.0 -liblocation-msg-proto - -Files: /usr/lib/liblocation_api_msg_proto.so.1, /usr/lib/liblocation_api_msg_proto.so.1.0.0 -SSL and Security Libraries -libssl - -Files: /usr/lib/libssl.so.1.1 -libcrypto - -Files: /usr/lib/libcrypto.so.1.1 -libgnutls - -Files: /usr/lib/libgnutls.so.30, /usr/lib/libgnutls.so.30.28.0 -libgcrypt - -Files: /usr/lib/libgcrypt.so.20, /usr/lib/libgcrypt.so.20.2.5 -libgpg-error - -Files: /usr/lib/libgpg-error.so.0, /usr/lib/libgpg-error.so.0.28.0 -Networking Libraries -libnetmgr - -Files: /usr/lib/libnetmgr.so.0, /usr/lib/libnetmgr.so.0.0.0 -libnetfilter-conntrack - -Files: /usr/lib/libnetfilter_conntrack.so.3, /usr/lib/libnetfilter_conntrack.so.3.8.0 -libnetfilter-queue - -Files: /usr/lib/libnetfilter_queue.so.1, /usr/lib/libnetfilter_queue.so.1.4.0 -libqrtr - -Files: /usr/lib/libqrtr.so.1, /usr/lib/libqrtr.so.1.0.0 -libip4tc - -Files: /usr/lib/libip4tc.so.2, /usr/lib/libip4tc.so.2.0.0 -libip6tc - -Files: /usr/lib/libip6tc.so.2, /usr/lib/libip6tc.so.2.0.0 -Libcutils and Utilities -libcutils - -Files: /usr/lib/libcutils.so.0, /usr/lib/libcutils.so.0.0.0 -libutils - -Files: /usr/lib/libutils.so.0, /usr/lib/libutils.so.0.0.0 -libsqlite3 - -Files: /usr/lib/libsqlite3.so.0, /usr/lib/libsqlite3.so.0.8.6 -libffi - -Files: /usr/lib/libffi.so.7, /usr/lib/libffi.so.7.1.0 -libexpat - -Files: /usr/lib/libexpat.so.1, /usr/lib/libexpat.so.1.6.11 -GObject and GLib -libgio - -Files: /usr/lib/libgio-2.0.so.0, /usr/lib/libgio-2.0.so.0.6200.6 -libglib - -Files: /usr/lib/libglib-2.0.so.0, /usr/lib/libglib-2.0.so.0.6200.6 -libgobject - -Files: /usr/lib/libgobject-2.0.so.0, /usr/lib/libgobject-2.0.so.0.6200.6 -libgthread - -Files: /usr/lib/libgthread-2.0.so.0, /usr/lib/libgthread-2.0.so.0.6200.6 -Miscellaneous Libraries -libz - -Files: /usr/lib/libz.so.1 -liblzma - -Files: /usr/lib/liblzma.so.5, /usr/lib/liblzma.so.5.2.4 -libpcre - -Files: /usr/lib/libpcre.so.1, /usr/lib/libpcre.so.1.2.12 -libstdc++ - -Files: /usr/lib/libstdc++.so.6, /usr/lib/libstdc++.so.6.0.28 - -.... - - -Packages needed/wanted from/for entware - -Factory: -libc -librt -libpthread -libgcc - - -From Entware: -entware-opt -libcre2 -libssp -libgcc -libstdcpp -findutils -terminfo -entware-release -locales -grep - opkg (pre index) -entware-upgrade - diff --git a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/notes/listofstuffokfromentware.txt b/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/notes/listofstuffokfromentware.txt deleted file mode 100644 index 2e99a1f..0000000 --- a/ipk-source/sdxlemur-factory-packages/root/opt/lib/opkg/notes/listofstuffokfromentware.txt +++ /dev/null @@ -1,10 +0,0 @@ -List of stuff we will keep from entware - -libssp -findutils -terminfo -entware-release -locales -opkg (pre index) - - diff --git a/RMxxx_rgmii_toolkit.sh b/old/RMxxx_rgmii_toolkit.sh similarity index 100% rename from RMxxx_rgmii_toolkit.sh rename to old/RMxxx_rgmii_toolkit.sh diff --git a/download b/old/download similarity index 100% rename from download rename to old/download diff --git a/installentware.sh b/old/installentware.sh similarity index 100% rename from installentware.sh rename to old/installentware.sh diff --git a/installopkg.sh b/old/installopkg.sh similarity index 100% rename from installopkg.sh rename to old/installopkg.sh diff --git a/simpleadmin/.rev b/old/simpleadmin/.rev similarity index 100% rename from simpleadmin/.rev rename to old/simpleadmin/.rev diff --git a/simpleadmin/console/.profile b/old/simpleadmin/console/.profile similarity index 100% rename from simpleadmin/console/.profile rename to old/simpleadmin/console/.profile diff --git a/simpleadmin/console/menu/LAN_settings.sh b/old/simpleadmin/console/menu/LAN_settings.sh similarity index 100% rename from simpleadmin/console/menu/LAN_settings.sh rename to old/simpleadmin/console/menu/LAN_settings.sh diff --git a/simpleadmin/console/menu/sfirewall_settings.sh b/old/simpleadmin/console/menu/sfirewall_settings.sh similarity index 100% rename from simpleadmin/console/menu/sfirewall_settings.sh rename to old/simpleadmin/console/menu/sfirewall_settings.sh diff --git a/simpleadmin/console/menu/start_menu.sh b/old/simpleadmin/console/menu/start_menu.sh similarity index 100% rename from simpleadmin/console/menu/start_menu.sh rename to old/simpleadmin/console/menu/start_menu.sh diff --git a/simpleadmin/console/services/ethernet_watchdog.sh b/old/simpleadmin/console/services/ethernet_watchdog.sh similarity index 100% rename from simpleadmin/console/services/ethernet_watchdog.sh rename to old/simpleadmin/console/services/ethernet_watchdog.sh diff --git a/simpleadmin/console/services/ping_watchdog.sh b/old/simpleadmin/console/services/ping_watchdog.sh similarity index 100% rename from simpleadmin/console/services/ping_watchdog.sh rename to old/simpleadmin/console/services/ping_watchdog.sh diff --git a/simpleadmin/console/services/systemd/ping_watchdog.service b/old/simpleadmin/console/services/systemd/ping_watchdog.service similarity index 100% rename from simpleadmin/console/services/systemd/ping_watchdog.service rename to old/simpleadmin/console/services/systemd/ping_watchdog.service diff --git a/simpleadmin/console/ttyd.bash b/old/simpleadmin/console/ttyd.bash similarity index 100% rename from simpleadmin/console/ttyd.bash rename to old/simpleadmin/console/ttyd.bash diff --git a/simpleadmin/htpasswd b/old/simpleadmin/htpasswd similarity index 100% rename from simpleadmin/htpasswd rename to old/simpleadmin/htpasswd diff --git a/simpleadmin/lighttpd.conf b/old/simpleadmin/lighttpd.conf similarity index 100% rename from simpleadmin/lighttpd.conf rename to old/simpleadmin/lighttpd.conf diff --git a/simpleadmin/script/create_watchcat.sh b/old/simpleadmin/script/create_watchcat.sh similarity index 100% rename from simpleadmin/script/create_watchcat.sh rename to old/simpleadmin/script/create_watchcat.sh diff --git a/simpleadmin/script/remove_watchcat.sh b/old/simpleadmin/script/remove_watchcat.sh similarity index 100% rename from simpleadmin/script/remove_watchcat.sh rename to old/simpleadmin/script/remove_watchcat.sh diff --git a/simpleadmin/script/ttl_script.sh b/old/simpleadmin/script/ttl_script.sh similarity index 100% rename from simpleadmin/script/ttl_script.sh rename to old/simpleadmin/script/ttl_script.sh diff --git a/simpleadmin/simplepasswd b/old/simpleadmin/simplepasswd similarity index 100% rename from simpleadmin/simplepasswd rename to old/simpleadmin/simplepasswd diff --git a/simpleadmin/systemd/lighttpd.service b/old/simpleadmin/systemd/lighttpd.service similarity index 100% rename from simpleadmin/systemd/lighttpd.service rename to old/simpleadmin/systemd/lighttpd.service diff --git a/simpleadmin/systemd/ttyd.service b/old/simpleadmin/systemd/ttyd.service similarity index 100% rename from simpleadmin/systemd/ttyd.service rename to old/simpleadmin/systemd/ttyd.service diff --git a/simpleadmin/www/cgi-bin/get_atcommand b/old/simpleadmin/www/cgi-bin/get_atcommand similarity index 100% rename from simpleadmin/www/cgi-bin/get_atcommand rename to old/simpleadmin/www/cgi-bin/get_atcommand diff --git a/simpleadmin/www/cgi-bin/get_ping b/old/simpleadmin/www/cgi-bin/get_ping similarity index 100% rename from simpleadmin/www/cgi-bin/get_ping rename to old/simpleadmin/www/cgi-bin/get_ping diff --git a/simpleadmin/www/cgi-bin/get_ttl_status b/old/simpleadmin/www/cgi-bin/get_ttl_status similarity index 100% rename from simpleadmin/www/cgi-bin/get_ttl_status rename to old/simpleadmin/www/cgi-bin/get_ttl_status diff --git a/simpleadmin/www/cgi-bin/get_uptime b/old/simpleadmin/www/cgi-bin/get_uptime similarity index 100% rename from simpleadmin/www/cgi-bin/get_uptime rename to old/simpleadmin/www/cgi-bin/get_uptime diff --git a/simpleadmin/www/cgi-bin/get_watchcat_status b/old/simpleadmin/www/cgi-bin/get_watchcat_status similarity index 100% rename from simpleadmin/www/cgi-bin/get_watchcat_status rename to old/simpleadmin/www/cgi-bin/get_watchcat_status diff --git a/simpleadmin/www/cgi-bin/send_sms b/old/simpleadmin/www/cgi-bin/send_sms similarity index 100% rename from simpleadmin/www/cgi-bin/send_sms rename to old/simpleadmin/www/cgi-bin/send_sms diff --git a/simpleadmin/www/cgi-bin/set_ttl b/old/simpleadmin/www/cgi-bin/set_ttl similarity index 100% rename from simpleadmin/www/cgi-bin/set_ttl rename to old/simpleadmin/www/cgi-bin/set_ttl diff --git a/simpleadmin/www/cgi-bin/set_watchcat b/old/simpleadmin/www/cgi-bin/set_watchcat similarity index 100% rename from simpleadmin/www/cgi-bin/set_watchcat rename to old/simpleadmin/www/cgi-bin/set_watchcat diff --git a/simpleadmin/www/cgi-bin/user_atcommand b/old/simpleadmin/www/cgi-bin/user_atcommand similarity index 100% rename from simpleadmin/www/cgi-bin/user_atcommand rename to old/simpleadmin/www/cgi-bin/user_atcommand diff --git a/simpleadmin/www/cgi-bin/watchcat_maker b/old/simpleadmin/www/cgi-bin/watchcat_maker similarity index 100% rename from simpleadmin/www/cgi-bin/watchcat_maker rename to old/simpleadmin/www/cgi-bin/watchcat_maker diff --git a/simpleadmin/www/css/all.min.css b/old/simpleadmin/www/css/all.min.css similarity index 100% rename from simpleadmin/www/css/all.min.css rename to old/simpleadmin/www/css/all.min.css diff --git a/simpleadmin/www/css/bootstrap.min.css b/old/simpleadmin/www/css/bootstrap.min.css similarity index 100% rename from simpleadmin/www/css/bootstrap.min.css rename to old/simpleadmin/www/css/bootstrap.min.css diff --git a/simpleadmin/www/css/styles.css b/old/simpleadmin/www/css/styles.css similarity index 100% rename from simpleadmin/www/css/styles.css rename to old/simpleadmin/www/css/styles.css diff --git a/simpleadmin/www/deviceinfo.html b/old/simpleadmin/www/deviceinfo.html similarity index 100% rename from simpleadmin/www/deviceinfo.html rename to old/simpleadmin/www/deviceinfo.html diff --git a/simpleadmin/www/favicon.ico b/old/simpleadmin/www/favicon.ico similarity index 100% rename from simpleadmin/www/favicon.ico rename to old/simpleadmin/www/favicon.ico diff --git a/simpleadmin/www/fonts/poppins-v23-latin-300.woff2 b/old/simpleadmin/www/fonts/poppins-v23-latin-300.woff2 similarity index 100% rename from simpleadmin/www/fonts/poppins-v23-latin-300.woff2 rename to old/simpleadmin/www/fonts/poppins-v23-latin-300.woff2 diff --git a/simpleadmin/www/fonts/poppins-v23-latin-300italic.woff2 b/old/simpleadmin/www/fonts/poppins-v23-latin-300italic.woff2 similarity index 100% rename from simpleadmin/www/fonts/poppins-v23-latin-300italic.woff2 rename to old/simpleadmin/www/fonts/poppins-v23-latin-300italic.woff2 diff --git a/simpleadmin/www/fonts/poppins-v23-latin-500.woff2 b/old/simpleadmin/www/fonts/poppins-v23-latin-500.woff2 similarity index 100% rename from simpleadmin/www/fonts/poppins-v23-latin-500.woff2 rename to old/simpleadmin/www/fonts/poppins-v23-latin-500.woff2 diff --git a/simpleadmin/www/fonts/poppins-v23-latin-500italic.woff2 b/old/simpleadmin/www/fonts/poppins-v23-latin-500italic.woff2 similarity index 100% rename from simpleadmin/www/fonts/poppins-v23-latin-500italic.woff2 rename to old/simpleadmin/www/fonts/poppins-v23-latin-500italic.woff2 diff --git a/simpleadmin/www/fonts/poppins-v23-latin-600.woff2 b/old/simpleadmin/www/fonts/poppins-v23-latin-600.woff2 similarity index 100% rename from simpleadmin/www/fonts/poppins-v23-latin-600.woff2 rename to old/simpleadmin/www/fonts/poppins-v23-latin-600.woff2 diff --git a/simpleadmin/www/fonts/poppins-v23-latin-600italic.woff2 b/old/simpleadmin/www/fonts/poppins-v23-latin-600italic.woff2 similarity index 100% rename from simpleadmin/www/fonts/poppins-v23-latin-600italic.woff2 rename to old/simpleadmin/www/fonts/poppins-v23-latin-600italic.woff2 diff --git a/simpleadmin/www/fonts/poppins-v23-latin-700.woff2 b/old/simpleadmin/www/fonts/poppins-v23-latin-700.woff2 similarity index 100% rename from simpleadmin/www/fonts/poppins-v23-latin-700.woff2 rename to old/simpleadmin/www/fonts/poppins-v23-latin-700.woff2 diff --git a/simpleadmin/www/fonts/poppins-v23-latin-700italic.woff2 b/old/simpleadmin/www/fonts/poppins-v23-latin-700italic.woff2 similarity index 100% rename from simpleadmin/www/fonts/poppins-v23-latin-700italic.woff2 rename to old/simpleadmin/www/fonts/poppins-v23-latin-700italic.woff2 diff --git a/simpleadmin/www/fonts/poppins-v23-latin-italic.woff2 b/old/simpleadmin/www/fonts/poppins-v23-latin-italic.woff2 similarity index 100% rename from simpleadmin/www/fonts/poppins-v23-latin-italic.woff2 rename to old/simpleadmin/www/fonts/poppins-v23-latin-italic.woff2 diff --git a/simpleadmin/www/fonts/poppins-v23-latin-regular.woff2 b/old/simpleadmin/www/fonts/poppins-v23-latin-regular.woff2 similarity index 100% rename from simpleadmin/www/fonts/poppins-v23-latin-regular.woff2 rename to old/simpleadmin/www/fonts/poppins-v23-latin-regular.woff2 diff --git a/simpleadmin/www/index.html b/old/simpleadmin/www/index.html similarity index 100% rename from simpleadmin/www/index.html rename to old/simpleadmin/www/index.html diff --git a/simpleadmin/www/js/alpinejs.min.js b/old/simpleadmin/www/js/alpinejs.min.js similarity index 100% rename from simpleadmin/www/js/alpinejs.min.js rename to old/simpleadmin/www/js/alpinejs.min.js diff --git a/simpleadmin/www/js/bootstrap.bundle.min.js b/old/simpleadmin/www/js/bootstrap.bundle.min.js similarity index 100% rename from simpleadmin/www/js/bootstrap.bundle.min.js rename to old/simpleadmin/www/js/bootstrap.bundle.min.js diff --git a/simpleadmin/www/js/dark-mode.js b/old/simpleadmin/www/js/dark-mode.js similarity index 100% rename from simpleadmin/www/js/dark-mode.js rename to old/simpleadmin/www/js/dark-mode.js diff --git a/simpleadmin/www/js/generate-freq-box.js b/old/simpleadmin/www/js/generate-freq-box.js similarity index 100% rename from simpleadmin/www/js/generate-freq-box.js rename to old/simpleadmin/www/js/generate-freq-box.js diff --git a/simpleadmin/www/js/parse-settings.js b/old/simpleadmin/www/js/parse-settings.js similarity index 100% rename from simpleadmin/www/js/parse-settings.js rename to old/simpleadmin/www/js/parse-settings.js diff --git a/simpleadmin/www/js/populate-checkbox.js b/old/simpleadmin/www/js/populate-checkbox.js similarity index 100% rename from simpleadmin/www/js/populate-checkbox.js rename to old/simpleadmin/www/js/populate-checkbox.js diff --git a/simpleadmin/www/network.html b/old/simpleadmin/www/network.html similarity index 100% rename from simpleadmin/www/network.html rename to old/simpleadmin/www/network.html diff --git a/simpleadmin/www/scanner.html b/old/simpleadmin/www/scanner.html similarity index 100% rename from simpleadmin/www/scanner.html rename to old/simpleadmin/www/scanner.html diff --git a/simpleadmin/www/settings.html b/old/simpleadmin/www/settings.html similarity index 100% rename from simpleadmin/www/settings.html rename to old/simpleadmin/www/settings.html diff --git a/simpleadmin/www/sms.html b/old/simpleadmin/www/sms.html similarity index 100% rename from simpleadmin/www/sms.html rename to old/simpleadmin/www/sms.html diff --git a/simpleadmin/www/watchcat.html b/old/simpleadmin/www/watchcat.html similarity index 100% rename from simpleadmin/www/watchcat.html rename to old/simpleadmin/www/watchcat.html diff --git a/simpleadmin/www/watchcat_backup.html b/old/simpleadmin/www/watchcat_backup.html similarity index 100% rename from simpleadmin/www/watchcat_backup.html rename to old/simpleadmin/www/watchcat_backup.html diff --git a/simplefirewall/.rev b/old/simplefirewall/.rev similarity index 100% rename from simplefirewall/.rev rename to old/simplefirewall/.rev diff --git a/simplefirewall/simplefirewall.sh b/old/simplefirewall/simplefirewall.sh similarity index 100% rename from simplefirewall/simplefirewall.sh rename to old/simplefirewall/simplefirewall.sh diff --git a/simplefirewall/systemd/simplefirewall.service b/old/simplefirewall/systemd/simplefirewall.service similarity index 100% rename from simplefirewall/systemd/simplefirewall.service rename to old/simplefirewall/systemd/simplefirewall.service diff --git a/simplefirewall/systemd/ttl-override.service b/old/simplefirewall/systemd/ttl-override.service similarity index 100% rename from simplefirewall/systemd/ttl-override.service rename to old/simplefirewall/systemd/ttl-override.service diff --git a/simplefirewall/ttl-override b/old/simplefirewall/ttl-override similarity index 100% rename from simplefirewall/ttl-override rename to old/simplefirewall/ttl-override diff --git a/simplefirewall/ttlvalue b/old/simplefirewall/ttlvalue similarity index 100% rename from simplefirewall/ttlvalue rename to old/simplefirewall/ttlvalue diff --git a/simpleupdates/.rev b/old/simpleupdates/.rev similarity index 100% rename from simpleupdates/.rev rename to old/simpleupdates/.rev diff --git a/simpleupdates/scripts/update_simpleadmin.sh b/old/simpleupdates/scripts/update_simpleadmin.sh similarity index 100% rename from simpleupdates/scripts/update_simpleadmin.sh rename to old/simpleupdates/scripts/update_simpleadmin.sh diff --git a/simpleupdates/scripts/update_simplefirewall.sh b/old/simpleupdates/scripts/update_simplefirewall.sh similarity index 100% rename from simpleupdates/scripts/update_simplefirewall.sh rename to old/simpleupdates/scripts/update_simplefirewall.sh diff --git a/simpleupdates/scripts/update_socat-at-bridge.sh b/old/simpleupdates/scripts/update_socat-at-bridge.sh similarity index 100% rename from simpleupdates/scripts/update_socat-at-bridge.sh rename to old/simpleupdates/scripts/update_socat-at-bridge.sh diff --git a/simpleupdates/scripts/update_sshd.sh b/old/simpleupdates/scripts/update_sshd.sh similarity index 100% rename from simpleupdates/scripts/update_sshd.sh rename to old/simpleupdates/scripts/update_sshd.sh diff --git a/simpleupdates/scripts/update_tailscale.sh b/old/simpleupdates/scripts/update_tailscale.sh similarity index 100% rename from simpleupdates/scripts/update_tailscale.sh rename to old/simpleupdates/scripts/update_tailscale.sh diff --git a/simpleupdates/simpleadmin.conf b/old/simpleupdates/simpleadmin.conf similarity index 100% rename from simpleupdates/simpleadmin.conf rename to old/simpleupdates/simpleadmin.conf diff --git a/simpleupdates/simpleupdate b/old/simpleupdates/simpleupdate similarity index 100% rename from simpleupdates/simpleupdate rename to old/simpleupdates/simpleupdate diff --git a/simpleupdates/systemd/simpleupdated.service b/old/simpleupdates/systemd/simpleupdated.service similarity index 100% rename from simpleupdates/systemd/simpleupdated.service rename to old/simpleupdates/systemd/simpleupdated.service diff --git a/socat-at-bridge/.rev b/old/socat-at-bridge/.rev similarity index 100% rename from socat-at-bridge/.rev rename to old/socat-at-bridge/.rev diff --git a/socat-at-bridge/atcmd b/old/socat-at-bridge/atcmd similarity index 100% rename from socat-at-bridge/atcmd rename to old/socat-at-bridge/atcmd diff --git a/socat-at-bridge/atcmd11 b/old/socat-at-bridge/atcmd11 similarity index 100% rename from socat-at-bridge/atcmd11 rename to old/socat-at-bridge/atcmd11 diff --git a/socat-at-bridge/killsmd7bridge b/old/socat-at-bridge/killsmd7bridge similarity index 100% rename from socat-at-bridge/killsmd7bridge rename to old/socat-at-bridge/killsmd7bridge diff --git a/socat-at-bridge/socat-armel-static b/old/socat-at-bridge/socat-armel-static similarity index 100% rename from socat-at-bridge/socat-armel-static rename to old/socat-at-bridge/socat-armel-static diff --git a/socat-at-bridge/systemd_units/socat-killsmd7bridge.service b/old/socat-at-bridge/systemd_units/socat-killsmd7bridge.service similarity index 100% rename from socat-at-bridge/systemd_units/socat-killsmd7bridge.service rename to old/socat-at-bridge/systemd_units/socat-killsmd7bridge.service diff --git a/socat-at-bridge/systemd_units/socat-smd11-from-ttyIN.service b/old/socat-at-bridge/systemd_units/socat-smd11-from-ttyIN.service similarity index 100% rename from socat-at-bridge/systemd_units/socat-smd11-from-ttyIN.service rename to old/socat-at-bridge/systemd_units/socat-smd11-from-ttyIN.service diff --git a/socat-at-bridge/systemd_units/socat-smd11-to-ttyIN.service b/old/socat-at-bridge/systemd_units/socat-smd11-to-ttyIN.service similarity index 100% rename from socat-at-bridge/systemd_units/socat-smd11-to-ttyIN.service rename to old/socat-at-bridge/systemd_units/socat-smd11-to-ttyIN.service diff --git a/socat-at-bridge/systemd_units/socat-smd11.service b/old/socat-at-bridge/systemd_units/socat-smd11.service similarity index 100% rename from socat-at-bridge/systemd_units/socat-smd11.service rename to old/socat-at-bridge/systemd_units/socat-smd11.service diff --git a/socat-at-bridge/systemd_units/socat-smd7-from-ttyIN2.service b/old/socat-at-bridge/systemd_units/socat-smd7-from-ttyIN2.service similarity index 100% rename from socat-at-bridge/systemd_units/socat-smd7-from-ttyIN2.service rename to old/socat-at-bridge/systemd_units/socat-smd7-from-ttyIN2.service diff --git a/socat-at-bridge/systemd_units/socat-smd7-to-ttyIN2.service b/old/socat-at-bridge/systemd_units/socat-smd7-to-ttyIN2.service similarity index 100% rename from socat-at-bridge/systemd_units/socat-smd7-to-ttyIN2.service rename to old/socat-at-bridge/systemd_units/socat-smd7-to-ttyIN2.service diff --git a/socat-at-bridge/systemd_units/socat-smd7.service b/old/socat-at-bridge/systemd_units/socat-smd7.service similarity index 100% rename from socat-at-bridge/systemd_units/socat-smd7.service rename to old/socat-at-bridge/systemd_units/socat-smd7.service diff --git a/sshd/.rev b/old/sshd/.rev similarity index 100% rename from sshd/.rev rename to old/sshd/.rev diff --git a/sshd/sshd.service b/old/sshd/sshd.service similarity index 100% rename from sshd/sshd.service rename to old/sshd/sshd.service diff --git a/tailscale/.rev b/old/tailscale/.rev similarity index 100% rename from tailscale/.rev rename to old/tailscale/.rev diff --git a/tailscale/systemd/tailscale-webui-trigger.service b/old/tailscale/systemd/tailscale-webui-trigger.service similarity index 100% rename from tailscale/systemd/tailscale-webui-trigger.service rename to old/tailscale/systemd/tailscale-webui-trigger.service diff --git a/tailscale/systemd/tailscale-webui.service b/old/tailscale/systemd/tailscale-webui.service similarity index 100% rename from tailscale/systemd/tailscale-webui.service rename to old/tailscale/systemd/tailscale-webui.service diff --git a/tailscale/systemd/tailscaled.defaults b/old/tailscale/systemd/tailscaled.defaults similarity index 100% rename from tailscale/systemd/tailscaled.defaults rename to old/tailscale/systemd/tailscaled.defaults diff --git a/tailscale/systemd/tailscaled.service b/old/tailscale/systemd/tailscaled.service similarity index 100% rename from tailscale/systemd/tailscaled.service rename to old/tailscale/systemd/tailscaled.service diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/control/busybox-selinux.conffiles b/opkg-feed/installer/openwrt-sdxlemur-skel/control/busybox-selinux.conffiles new file mode 100755 index 0000000..777bbcd --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/control/busybox-selinux.conffiles @@ -0,0 +1 @@ +/etc/syslog.conf diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/control/busybox-selinux.control b/opkg-feed/installer/openwrt-sdxlemur-skel/control/busybox-selinux.control new file mode 100755 index 0000000..8319289 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/control/busybox-selinux.control @@ -0,0 +1,17 @@ +Package: busybox-selinux +Version: 1.35.0-5 +Depends: libc, libpam, jsonfilter, libselinux +Provides: busybox +Source: package/utils/busybox +SourceName: busybox-selinux +License: GPL-2.0 +LicenseFiles: LICENSE archival/libarchive/bz/LICENSE +Section: base +Require-User: ntp=123:ntp=123 +SourceDateEpoch: 1723016807 +CPE-ID: cpe:/a:busybox:busybox +Essential: yes +Maintainer: Felix Fietkau +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Size: 262965 +Description: Core utilities for embedded Linux with SELinux support diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/control/busybox-selinux.prerm b/opkg-feed/installer/openwrt-sdxlemur-skel/control/busybox-selinux.prerm new file mode 100755 index 0000000..12d06ec --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/control/busybox-selinux.prerm @@ -0,0 +1,4 @@ +#!/bin/sh +[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0 +. ${IPKG_INSTROOT}/lib/functions.sh +default_prerm $0 $@ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/control/jsonfilter.control b/opkg-feed/installer/openwrt-sdxlemur-skel/control/jsonfilter.control new file mode 100755 index 0000000..a6c8d03 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/control/jsonfilter.control @@ -0,0 +1,12 @@ +Package: jsonfilter +Version: 2018-02-04-c7e938d6-1 +Depends: libc, libubox20220515, libjson-c5 +Source: package/utils/jsonfilter +SourceName: jsonfilter +License: ISC +Section: base +SourceDateEpoch: 1690286952 +Maintainer: Jo-Philipp Wich +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Size: 9001 +Description: OpenWrt JSON filter utility diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/control/jsonfilter.prerm b/opkg-feed/installer/openwrt-sdxlemur-skel/control/jsonfilter.prerm new file mode 100755 index 0000000..12d06ec --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/control/jsonfilter.prerm @@ -0,0 +1,4 @@ +#!/bin/sh +[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0 +. ${IPKG_INSTROOT}/lib/functions.sh +default_prerm $0 $@ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/control/libc.control b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libc.control new file mode 100755 index 0000000..ac15512 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libc.control @@ -0,0 +1,14 @@ +Package: libc +Version: 1.2.3-4 +Depends: libgcc1 +Source: package/libs/toolchain +SourceName: libc +License: GPL-3.0-with-GCC-exception +Section: libs +SourceDateEpoch: 1690286952 +Status: unknown hold not-installed +Essential: yes +Maintainer: Felix Fietkau +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Size: 259703 +Description: C library diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/control/libc.prerm b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libc.prerm new file mode 100755 index 0000000..12d06ec --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libc.prerm @@ -0,0 +1,4 @@ +#!/bin/sh +[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0 +. ${IPKG_INSTROOT}/lib/functions.sh +default_prerm $0 $@ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/control/libgcc1.control b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libgcc1.control new file mode 100755 index 0000000..cfc5bf9 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libgcc1.control @@ -0,0 +1,15 @@ +Package: libgcc1 +Version: 11.2.0-4 +Provides: libgcc +Source: package/libs/toolchain +SourceName: libgcc +License: GPL-3.0-with-GCC-exception +Section: libs +SourceDateEpoch: 1690286952 +ABIVersion: 1 +Status: unknown hold not-installed +Essential: yes +Maintainer: Felix Fietkau +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Size: 21227 +Description: GCC support library diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/control/libgcc1.prerm b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libgcc1.prerm new file mode 100755 index 0000000..12d06ec --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libgcc1.prerm @@ -0,0 +1,4 @@ +#!/bin/sh +[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0 +. ${IPKG_INSTROOT}/lib/functions.sh +default_prerm $0 $@ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/control/libjson-c5.control b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libjson-c5.control new file mode 100755 index 0000000..0de48d7 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libjson-c5.control @@ -0,0 +1,16 @@ +Package: libjson-c5 +Version: 0.15-2 +Depends: libc +Provides: libjson-c +Source: package/libs/libjson-c +SourceName: libjson-c +License: MIT +LicenseFiles: COPYING +Section: libs +SourceDateEpoch: 1690286952 +ABIVersion: 5 +CPE-ID: cpe:/a:json-c_project:json-c +Maintainer: Felix Fietkau +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Size: 25429 +Description: This package contains a library for javascript object notation backends. diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/control/libjson-c5.prerm b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libjson-c5.prerm new file mode 100755 index 0000000..12d06ec --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libjson-c5.prerm @@ -0,0 +1,4 @@ +#!/bin/sh +[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0 +. ${IPKG_INSTROOT}/lib/functions.sh +default_prerm $0 $@ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/control/libpam.control b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libpam.control new file mode 100755 index 0000000..d04c7d5 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libpam.control @@ -0,0 +1,14 @@ +Package: libpam +Version: 1.5.1-1 +Depends: libc +Source: owrt-feeds/packages/libs/libpam +SourceName: libpam +License: BSD-3c GPL +LicenseFiles: COPYING Copyright +Section: libs +SourceDateEpoch: 1733820553 +CPE-ID: cpe:/a:kernel:linux-pam +Maintainer: Nikos Mavrogiannopoulos +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Size: 44692 +Description: The Linux-PAM Pluggable Authentication Modules. diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/control/libpam.prerm b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libpam.prerm new file mode 100755 index 0000000..12d06ec --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libpam.prerm @@ -0,0 +1,4 @@ +#!/bin/sh +[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0 +. ${IPKG_INSTROOT}/lib/functions.sh +default_prerm $0 $@ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/control/libpcre.control b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libpcre.control new file mode 100755 index 0000000..695fe25 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libpcre.control @@ -0,0 +1,14 @@ +Package: libpcre +Version: 8.45-2 +Depends: libc +Source: package/libs/pcre +SourceName: libpcre +License: BSD-3-Clause +LicenseFiles: LICENCE +Section: libs +SourceDateEpoch: 1690286952 +CPE-ID: cpe:/a:pcre:pcre +Maintainer: Thomas Heil +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Size: 139329 +Description: A Perl Compatible Regular Expression library diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/control/libpcre.prerm b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libpcre.prerm new file mode 100755 index 0000000..12d06ec --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libpcre.prerm @@ -0,0 +1,4 @@ +#!/bin/sh +[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0 +. ${IPKG_INSTROOT}/lib/functions.sh +default_prerm $0 $@ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/control/libpthread.control b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libpthread.control new file mode 100755 index 0000000..165a839 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libpthread.control @@ -0,0 +1,14 @@ +Package: libpthread +Version: 1.2.3-4 +Depends: libgcc1 +Source: package/libs/toolchain +SourceName: libpthread +License: GPL-3.0-with-GCC-exception +Section: libs +SourceDateEpoch: 1690286952 +Status: unknown hold not-installed +Essential: yes +Maintainer: Felix Fietkau +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Size: 124 +Description: POSIX thread library diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/control/libpthread.prerm b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libpthread.prerm new file mode 100755 index 0000000..12d06ec --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libpthread.prerm @@ -0,0 +1,4 @@ +#!/bin/sh +[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0 +. ${IPKG_INSTROOT}/lib/functions.sh +default_prerm $0 $@ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/control/libselinux.control b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libselinux.control new file mode 100755 index 0000000..7d288e5 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libselinux.control @@ -0,0 +1,19 @@ +Package: libselinux +Version: 3.3-2 +Depends: libc, libsepol, libpcre, musl-fts +Source: package/libs/libselinux +SourceName: libselinux +License: libselinux-1.0 +LicenseFiles: LICENSE +Section: libs +SourceDateEpoch: 1690286952 +Maintainer: Thomas Petazzoni +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Size: 57915 +Description: libselinux is the runtime SELinux library that provides + interfaces (e.g. library functions for the SELinux kernel + APIs like getcon(), other support functions like + getseuserbyname()) to SELinux-aware applications. libselinux + may use the shared libsepol to manipulate the binary policy + if necessary (e.g. to downgrade the policy format to an + older version supported by the kernel) when loading policy. diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/control/libselinux.prerm b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libselinux.prerm new file mode 100755 index 0000000..12d06ec --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libselinux.prerm @@ -0,0 +1,4 @@ +#!/bin/sh +[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0 +. ${IPKG_INSTROOT}/lib/functions.sh +default_prerm $0 $@ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/control/libsepol.control b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libsepol.control new file mode 100755 index 0000000..3e1104f --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libsepol.control @@ -0,0 +1,12 @@ +Package: libsepol +Version: 3.3-1 +Depends: libc +Source: package/libs/libsepol +SourceName: libsepol +Section: libs +SourceDateEpoch: 1690286952 +Maintainer: Thomas Petazzoni +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Size: 246731 +Description: Libsepol is the binary policy manipulation library. It doesn't + depend upon or use any of the other SELinux components. diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/control/libsepol.prerm b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libsepol.prerm new file mode 100755 index 0000000..12d06ec --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libsepol.prerm @@ -0,0 +1,4 @@ +#!/bin/sh +[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0 +. ${IPKG_INSTROOT}/lib/functions.sh +default_prerm $0 $@ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/control/libubox20220515.control b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libubox20220515.control new file mode 100755 index 0000000..abd7162 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libubox20220515.control @@ -0,0 +1,14 @@ +Package: libubox20220515 +Version: 2022-05-15-d2223ef9-1 +Depends: libc +Provides: libubox +Source: package/libs/libubox +SourceName: libubox +License: ISC +Section: libs +SourceDateEpoch: 1702278598 +ABIVersion: 20220515 +Maintainer: Felix Fietkau +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Size: 18119 +Description: Basic utility library diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/control/libubox20220515.prerm b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libubox20220515.prerm new file mode 100755 index 0000000..12d06ec --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libubox20220515.prerm @@ -0,0 +1,4 @@ +#!/bin/sh +[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0 +. ${IPKG_INSTROOT}/lib/functions.sh +default_prerm $0 $@ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/control/libuclient20201210.control b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libuclient20201210.control new file mode 100755 index 0000000..af194ea --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libuclient20201210.control @@ -0,0 +1,14 @@ +Package: libuclient20201210 +Version: 2023-04-13-007d9454-1 +Depends: libc, libubox20220515 +Provides: libuclient +Source: package/libs/uclient +SourceName: libuclient +License: ISC +Section: libs +SourceDateEpoch: 1699448151 +ABIVersion: 20201210 +Maintainer: Felix Fietkau +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Size: 8658 +Description: HTTP/1.1 client library diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/control/libuclient20201210.prerm b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libuclient20201210.prerm new file mode 100755 index 0000000..12d06ec --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/control/libuclient20201210.prerm @@ -0,0 +1,4 @@ +#!/bin/sh +[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0 +. ${IPKG_INSTROOT}/lib/functions.sh +default_prerm $0 $@ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/control/musl-fts.control b/opkg-feed/installer/openwrt-sdxlemur-skel/control/musl-fts.control new file mode 100755 index 0000000..068719b --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/control/musl-fts.control @@ -0,0 +1,13 @@ +Package: musl-fts +Version: 1.2.7-1 +Depends: libc, libpthread +Source: package/libs/musl-fts +SourceName: musl-fts +License: LGPL-2.1 +LicenseFiles: COPYING AUTHORS +Section: libs +SourceDateEpoch: 1690286952 +Maintainer: Lucian Cristian +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Size: 4279 +Description: The musl-fts package implements the fts(3) functions fts_open, fts_read, fts_children, fts_set and fts_close, which are missing in musl libc. diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/control/musl-fts.prerm b/opkg-feed/installer/openwrt-sdxlemur-skel/control/musl-fts.prerm new file mode 100755 index 0000000..12d06ec --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/control/musl-fts.prerm @@ -0,0 +1,4 @@ +#!/bin/sh +[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0 +. ${IPKG_INSTROOT}/lib/functions.sh +default_prerm $0 $@ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/control/opkg.conffiles b/opkg-feed/installer/openwrt-sdxlemur-skel/control/opkg.conffiles new file mode 100755 index 0000000..912b461 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/control/opkg.conffiles @@ -0,0 +1,2 @@ +/etc/opkg.conf +/etc/opkg/customfeeds.conf diff --git a/opkg-feed/installer/opkg.control b/opkg-feed/installer/openwrt-sdxlemur-skel/control/opkg.control old mode 100644 new mode 100755 similarity index 67% rename from opkg-feed/installer/opkg.control rename to opkg-feed/installer/openwrt-sdxlemur-skel/control/opkg.control index 1b9e9ca..1783e6c --- a/opkg-feed/installer/opkg.control +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/control/opkg.control @@ -1,15 +1,16 @@ Package: opkg -Version: 2022.02.24~d038e5b6-2 -Source: feeds/base/system/opkg +Version: 2022-02-24-d038e5b6-2 +Depends: libc, uclient-fetch, libpthread, libubox20220515 +Source: package/system/opkg SourceName: opkg License: GPL-2.0 LicenseFiles: COPYING Section: base -SourceDateEpoch: 1720610989 -URL: https://git.openwrt.org/project/opkg-lede.git +SourceDateEpoch: 1690286952 +Essential: yes Maintainer: Jo-Philipp Wich -Architecture: armv7-3.2 -Installed-Size: 757760 +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Size: 68562 Description: Lightweight package management system opkg is the opkg Package Management System, for handling installation and removal of packages on a system. It can diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/control/opkg.prerm b/opkg-feed/installer/openwrt-sdxlemur-skel/control/opkg.prerm new file mode 100755 index 0000000..12d06ec --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/control/opkg.prerm @@ -0,0 +1,4 @@ +#!/bin/sh +[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0 +. ${IPKG_INSTROOT}/lib/functions.sh +default_prerm $0 $@ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/control/uclient-fetch.control b/opkg-feed/installer/openwrt-sdxlemur-skel/control/uclient-fetch.control new file mode 100755 index 0000000..7ef01c0 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/control/uclient-fetch.control @@ -0,0 +1,14 @@ +Package: uclient-fetch +Version: 2023-04-13-007d9454-1 +Depends: libc, libuclient20201210 +Provides: wget +Alternatives: 200:/usr/bin/wget:/bin/uclient-fetch +Source: package/libs/uclient +SourceName: uclient-fetch +License: ISC +Section: net +SourceDateEpoch: 1699448151 +Maintainer: Felix Fietkau +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Size: 7875 +Description: Tiny wget replacement using libuclient diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/control/uclient-fetch.prerm b/opkg-feed/installer/openwrt-sdxlemur-skel/control/uclient-fetch.prerm new file mode 100755 index 0000000..12d06ec --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/control/uclient-fetch.prerm @@ -0,0 +1,4 @@ +#!/bin/sh +[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0 +. ${IPKG_INSTROOT}/lib/functions.sh +default_prerm $0 $@ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/ash b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/ash new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/ash @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/busybox b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/busybox new file mode 100755 index 0000000..3551345 Binary files /dev/null and b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/busybox differ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/cat b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/cat new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/cat @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/chgrp b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/chgrp new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/chgrp @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/chmod b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/chmod new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/chmod @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/chown b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/chown new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/chown @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/cp b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/cp new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/cp @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/date b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/date new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/date @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/dd b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/dd new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/dd @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/df b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/df new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/df @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/dmesg b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/dmesg new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/dmesg @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/echo b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/echo new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/echo @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/egrep b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/egrep new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/egrep @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/false b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/false new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/false @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/fgrep b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/fgrep new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/fgrep @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/fsync b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/fsync new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/fsync @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/grep b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/grep new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/grep @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/gunzip b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/gunzip new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/gunzip @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/gzip b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/gzip new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/gzip @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/kill b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/kill new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/kill @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/ln b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/ln new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/ln @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/lock b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/lock new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/lock @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/login b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/login new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/login @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/ls b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/ls new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/ls @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/mkdir b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/mkdir new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/mkdir @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/mknod b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/mknod new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/mknod @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/mktemp b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/mktemp new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/mktemp @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/mount b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/mount new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/mount @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/mv b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/mv new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/mv @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/netmsg b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/netmsg new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/netmsg @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/netstat b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/netstat new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/netstat @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/nice b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/nice new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/nice @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/opkg b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/opkg new file mode 100755 index 0000000..13f3481 Binary files /dev/null and b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/opkg differ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/passwd b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/passwd new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/passwd @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/pidof b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/pidof new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/pidof @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/ping b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/ping new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/ping @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/ping6 b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/ping6 new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/ping6 @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/printenv b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/printenv new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/printenv @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/ps b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/ps new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/ps @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/pwd b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/pwd new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/pwd @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/rm b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/rm new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/rm @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/rmdir b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/rmdir new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/rmdir @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/sed b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/sed new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/sed @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/sh b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/sh new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/sh @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/sleep b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/sleep new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/sleep @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/sync b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/sync new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/sync @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/tar b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/tar new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/tar @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/touch b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/touch new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/touch @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/traceroute b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/traceroute new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/traceroute @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/traceroute6 b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/traceroute6 new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/traceroute6 @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/true b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/true new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/true @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/uclient-fetch b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/uclient-fetch new file mode 100755 index 0000000..a58f529 Binary files /dev/null and b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/uclient-fetch differ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/umount b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/umount new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/umount @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/uname b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/uname new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/uname @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/vi b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/vi new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/vi @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/zcat b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/zcat new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/bin/zcat @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/capabilities/ntpd.json b/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/capabilities/ntpd.json new file mode 100644 index 0000000..8a05dba --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/capabilities/ntpd.json @@ -0,0 +1,22 @@ +{ + "bounding": [ + "CAP_NET_BIND_SERVICE", + "CAP_SYS_TIME" + ], + "effective": [ + "CAP_NET_BIND_SERVICE", + "CAP_SYS_TIME" + ], + "ambient": [ + "CAP_NET_BIND_SERVICE", + "CAP_SYS_TIME" + ], + "permitted": [ + "CAP_NET_BIND_SERVICE", + "CAP_SYS_TIME" + ], + "inheritable": [ + "CAP_NET_BIND_SERVICE", + "CAP_SYS_TIME" + ] +} diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/init.d/cron b/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/init.d/cron new file mode 100755 index 0000000..4efdfa5 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/init.d/cron @@ -0,0 +1,41 @@ +#!/bin/sh /etc/rc.common +# Copyright (C) 2006-2011 OpenWrt.org + +START=50 + +USE_PROCD=1 +PROG=/usr/sbin/crond + +validate_cron_section() { + uci_validate_section system system "${1}" \ + 'cronloglevel:uinteger' +} + +start_service() { + [ -z "$(ls /etc/crontabs/)" ] && return 1 + + loglevel="$(uci_get "system.@system[0].cronloglevel")" + + [ -z "${loglevel}" ] || { + /sbin/validate_data uinteger "${loglevel}" 2>/dev/null + [ "$?" -eq 0 ] || { + echo "validation failed" + return 1 + } + } + + mkdir -p /var/spool/cron + ln -s /etc/crontabs /var/spool/cron/ 2>/dev/null + + procd_open_instance + procd_set_param command "$PROG" -f -c /etc/crontabs -l "${loglevel:-5}" + for crontab in /etc/crontabs/*; do + procd_set_param file "$crontab" + done + procd_set_param respawn + procd_close_instance +} + +service_triggers() { + procd_add_validation validate_cron_section +} diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/init.d/sysntpd b/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/init.d/sysntpd new file mode 100755 index 0000000..703d0c0 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/init.d/sysntpd @@ -0,0 +1,130 @@ +#!/bin/sh /etc/rc.common +# Copyright (C) 2011 OpenWrt.org + +START=98 + +USE_PROCD=1 +PROG=/usr/sbin/ntpd +HOTPLUG_SCRIPT=/usr/sbin/ntpd-hotplug + +get_dhcp_ntp_servers() { + local interfaces="$1" + local filter="*" + local interface ntpservers ntpserver + + for interface in $interfaces; do + [ "$filter" = "*" ] && filter="@.interface='$interface'" || filter="$filter,@.interface='$interface'" + done + + ntpservers=$(ubus call network.interface dump | jsonfilter -e "@.interface[$filter]['data']['ntpserver']") + + for ntpserver in $ntpservers; do + local duplicate=0 + local entry + for entry in $server; do + [ "$ntpserver" = "$entry" ] && duplicate=1 + done + [ "$duplicate" = 0 ] && server="$server $ntpserver" + done +} + +validate_ntp_section() { + uci_load_validate system timeserver "$1" "$2" \ + 'dhcp_interface:list(string)' \ + 'enable_server:bool:0' \ + 'enabled:bool:1' \ + 'interface:string' \ + 'server:list(host)' \ + 'use_dhcp:bool:1' +} + +start_ntpd_instance() { + local peer + + [ "$2" = 0 ] || { + echo "validation failed" + return 1 + } + + [ $enabled = 0 ] && return + + [ $use_dhcp = 1 ] && get_dhcp_ntp_servers "$dhcp_interface" + + [ -z "$server" -a "$enable_server" = "0" ] && return + + procd_open_instance + procd_set_param command "$PROG" -n -N + if [ "$enable_server" = "1" ]; then + procd_append_param command -l + [ -n "$interface" ] && { + local ifname + + network_get_device ifname "$interface" || \ + ifname="$interface" + procd_append_param command -I "$ifname" + procd_append_param netdev "$ifname" + } + fi + [ -x "$HOTPLUG_SCRIPT" ] && procd_append_param command -S "$HOTPLUG_SCRIPT" + for peer in $server; do + procd_append_param command -p $peer + done + procd_set_param respawn + #[ -x /sbin/ujail -a -e /etc/capabilities/ntpd.json ] && { + # procd_add_jail ntpd ubus + # procd_add_jail_mount "$HOTPLUG_SCRIPT" + # procd_add_jail_mount "/usr/share/libubox/jshn.sh" + # procd_add_jail_mount "/usr/bin/env" + # procd_add_jail_mount "/usr/bin/jshn" + # procd_add_jail_mount "/bin/ubus" + # procd_set_param capabilities /etc/capabilities/ntpd.json + # procd_set_param user ntp + # procd_set_param group ntp + # procd_set_param no_new_privs 1 + #} + procd_close_instance +} + +start_service() { + . /lib/functions/network.sh + validate_ntp_section ntp start_ntpd_instance +} + +service_triggers() { + local script name use_dhcp enable_server interface + + script=$(readlink -f "$initscript") + name=$(basename ${script:-$initscript}) + + procd_add_config_trigger "config.change" "system" /etc/init.d/$name reload + + config_load system + config_get use_dhcp ntp use_dhcp 1 + + [ $use_dhcp = 1 ] && { + local dhcp_interface + config_get dhcp_interface ntp dhcp_interface + + if [ -n "$dhcp_interface" ]; then + for n in $dhcp_interface; do + procd_add_interface_trigger "interface.*" $n /etc/init.d/$name reload + done + else + procd_add_raw_trigger "interface.*" 1000 /etc/init.d/$name reload + fi + } + + config_get_bool enable_server ntp enable_server 0 + config_get interface ntp interface + + [ $enable_server -eq 1 ] && [ -n "$interface" ] && { + local ifname + + network_get_device ifname "$interface" || \ + ifname="$interface" + procd_add_interface_trigger "interface.*" "$ifname" \ + /etc/init.d/"$name" reload + } + + procd_add_validation validate_ntp_section +} diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/opkg.conf b/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/opkg.conf new file mode 100644 index 0000000..a2933c0 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/opkg.conf @@ -0,0 +1,5 @@ +dest root / +dest ram /tmp +lists_dir ext /var/opkg-lists +option overlay_root /overlay +option check_signature diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/opkg/customfeeds.conf b/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/opkg/customfeeds.conf new file mode 100644 index 0000000..f130113 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/opkg/customfeeds.conf @@ -0,0 +1,3 @@ +# add your custom package feeds here +# +# src/gz example_feed_name http://www.example.com/path/to/files diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/pam.conf b/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/pam.conf new file mode 100644 index 0000000..3eeb72d --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/pam.conf @@ -0,0 +1,15 @@ +# ---------------------------------------------------------------------------# +# /etc/pam.conf # +# ---------------------------------------------------------------------------# +# +# NOTE +# ---- +# +# NOTE: Most program use a file under the /etc/pam.d/ directory to setup their +# PAM service modules. This file is used only if that directory does not exist. +# ---------------------------------------------------------------------------# + +# Format: +# serv. module ctrl module [path] ...[args..] # +# name type flag # + diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/pam.d/common-account b/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/pam.d/common-account new file mode 100644 index 0000000..7162548 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/pam.d/common-account @@ -0,0 +1,20 @@ +# +# /etc/pam.d/common-account - authorization settings common to all services +# +# This file is included from other service-specific PAM config files, +# and should contain a list of the authorization modules that define +# the central access policy for use on the system. The default is to +# only deny service to users whose accounts are expired in /etc/shadow. +# + +# here are the per-package modules (the "Primary" block) +account [success=1 new_authtok_reqd=done default=ignore] pam_unix.so +# here's the fallback if no module succeeds +account requisite pam_deny.so +# prime the stack with a positive return value if there isn't one already; +# this avoids us returning an error just because nothing sets a success code +# since the modules above will each just jump around +account required pam_permit.so +# and here are more per-package modules (the "Additional" block) + +# end of pam-auth-update config diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/pam.d/common-auth b/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/pam.d/common-auth new file mode 100644 index 0000000..bbdb85a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/pam.d/common-auth @@ -0,0 +1,21 @@ +# +# /etc/pam.d/common-auth - authentication settings common to all services +# +# This file is included from other service-specific PAM config files, +# and should contain a list of the authentication modules that define +# the central authentication scheme for use on the system +# (e.g., /etc/shadow, LDAP, Kerberos, etc.). The default is to use the +# traditional Unix authentication mechanisms. +# + +# here are the per-package modules (the "Primary" block) +auth [success=1 default=ignore] login_pw.so +# here's the fallback if no module succeeds +auth requisite pam_deny.so +# prime the stack with a positive return value if there isn't one already; +# this avoids us returning an error just because nothing sets a success code +# since the modules above will each just jump around +auth required pam_permit.so +# and here are more per-package modules (the "Additional" block) + +# end of pam-auth-update config diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/pam.d/common-password b/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/pam.d/common-password new file mode 100644 index 0000000..5d0dee0 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/pam.d/common-password @@ -0,0 +1,28 @@ +# +# /etc/pam.d/common-password - password-related modules common to all services +# +# This file is included from other service-specific PAM config files, +# and should contain a list of modules that define the services to be +# used to change user passwords. The default is pam_unix. + +# Explanation of pam_unix options: +# +# The "sha512" option enables salted SHA512 passwords. Without this option, +# the default is Unix crypt. Prior releases used the option "md5". +# +# The "obscure" option replaces the old `OBSCURE_CHECKS_ENAB' option in +# login.defs. +# +# See the pam_unix manpage for other options. + +# here are the per-package modules (the "Primary" block) +password [success=1 default=ignore] pam_unix.so obscure sha512 +# here's the fallback if no module succeeds +password requisite pam_deny.so +# prime the stack with a positive return value if there isn't one already; +# this avoids us returning an error just because nothing sets a success code +# since the modules above will each just jump around +password required pam_permit.so +# and here are more per-package modules (the "Additional" block) + +# end of pam-auth-update config diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/pam.d/common-session b/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/pam.d/common-session new file mode 100644 index 0000000..f0d41cc --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/pam.d/common-session @@ -0,0 +1,25 @@ +# +# /etc/pam.d/common-session - session-related modules common to all services +# +# This file is included from other service-specific PAM config files, +# and should contain a list of modules that define tasks to be performed +# at the start and end of sessions of *any* kind (both interactive and +# non-interactive). +# + +# here are the per-package modules (the "Primary" block) +session [default=1] pam_permit.so +# here's the fallback if no module succeeds +session requisite pam_deny.so +# prime the stack with a positive return value if there isn't one already; +# this avoids us returning an error just because nothing sets a success code +# since the modules above will each just jump around +session required pam_permit.so +# The pam_umask module will set the umask according to the system default in +# /etc/login.defs and user settings, solving the problem of different +# umask settings with different shells, display managers, remote sessions etc. +# See "man pam_umask". +session optional pam_umask.so +# and here are more per-package modules (the "Additional" block) +session required pam_unix.so +# end of pam-auth-update config diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/pam.d/common-session-noninteractive b/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/pam.d/common-session-noninteractive new file mode 100644 index 0000000..f4943e1 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/pam.d/common-session-noninteractive @@ -0,0 +1,25 @@ +# +# /etc/pam.d/common-session-noninteractive - session-related modules +# common to all non-interactive services +# +# This file is included from other service-specific PAM config files, +# and should contain a list of modules that define tasks to be performed +# at the start and end of all non-interactive sessions. +# + +# here are the per-package modules (the "Primary" block) +session [default=1] pam_permit.so +# here's the fallback if no module succeeds +session requisite pam_deny.so +# prime the stack with a positive return value if there isn't one already; +# this avoids us returning an error just because nothing sets a success code +# since the modules above will each just jump around +session required pam_permit.so +# The pam_umask module will set the umask according to the system default in +# /etc/login.defs and user settings, solving the problem of different +# umask settings with different shells, display managers, remote sessions etc. +# See "man pam_umask". +session optional pam_umask.so +# and here are more per-package modules (the "Additional" block) +session required pam_unix.so +# end of pam-auth-update config diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/pam.d/other b/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/pam.d/other new file mode 100644 index 0000000..6679e4f --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/pam.d/other @@ -0,0 +1,16 @@ +# +# /etc/pam.d/other - specify the PAM fallback behaviour +# +# Note that this file is used for any unspecified service; for example +#if /etc/pam.d/cron specifies no session modules but cron calls +#pam_open_session, the session module out of /etc/pam.d/other is +#used. If you really want nothing to happen then use pam_permit.so or +#pam_deny.so as appropriate. + +# We fall back to the system default in /etc/pam.d/common-* +# + +auth include common-auth +account include common-account +password include common-password +session include common-session diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/syslog.conf b/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/syslog.conf new file mode 100644 index 0000000..e69de29 diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/uci-defaults/20_migrate-feeds b/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/uci-defaults/20_migrate-feeds new file mode 100755 index 0000000..38cc57c --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/etc/uci-defaults/20_migrate-feeds @@ -0,0 +1,9 @@ +#!/bin/sh + +[ -f /etc/opkg.conf ] && grep -q "src\/" /etc/opkg.conf || exit 0 + +echo -e "# Old feeds from previous image\n# Uncomment to reenable\n" >> /etc/opkg/customfeeds.conf +sed -n "s/.*\(src\/.*\)/# \1/p" /etc/opkg.conf >> /etc/opkg/customfeeds.conf +sed -i "/.*src\/.*/d" /etc/opkg.conf + +exit 0 diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/lib/ld-musl-armhf.so.1 b/opkg-feed/installer/openwrt-sdxlemur-skel/data/lib/ld-musl-armhf.so.1 new file mode 120000 index 0000000..79ae2d5 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/lib/ld-musl-armhf.so.1 @@ -0,0 +1 @@ +libc.so \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/lib/libc.so b/opkg-feed/installer/openwrt-sdxlemur-skel/data/lib/libc.so new file mode 100755 index 0000000..34544fe Binary files /dev/null and b/opkg-feed/installer/openwrt-sdxlemur-skel/data/lib/libc.so differ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/lib/libgcc_s.so.1 b/opkg-feed/installer/openwrt-sdxlemur-skel/data/lib/libgcc_s.so.1 new file mode 100644 index 0000000..6683aaf Binary files /dev/null and b/opkg-feed/installer/openwrt-sdxlemur-skel/data/lib/libgcc_s.so.1 differ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/lib/libubox.so.20220515 b/opkg-feed/installer/openwrt-sdxlemur-skel/data/lib/libubox.so.20220515 new file mode 100644 index 0000000..96c49bd Binary files /dev/null and b/opkg-feed/installer/openwrt-sdxlemur-skel/data/lib/libubox.so.20220515 differ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/lib/upgrade/keep.d/busybox-selinux b/opkg-feed/installer/openwrt-sdxlemur-skel/data/lib/upgrade/keep.d/busybox-selinux new file mode 100644 index 0000000..346ee5d --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/lib/upgrade/keep.d/busybox-selinux @@ -0,0 +1 @@ +/etc/crontabs/ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/lib/upgrade/keep.d/opkg b/opkg-feed/installer/openwrt-sdxlemur-skel/data/lib/upgrade/keep.d/opkg new file mode 100644 index 0000000..7996194 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/lib/upgrade/keep.d/opkg @@ -0,0 +1 @@ +/etc/opkg/keys/ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/arp b/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/arp new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/arp @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/halt b/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/halt new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/halt @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/hwclock b/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/hwclock new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/hwclock @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/ifconfig b/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/ifconfig new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/ifconfig @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/mkswap b/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/mkswap new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/mkswap @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/pivot_root b/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/pivot_root new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/pivot_root @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/poweroff b/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/poweroff new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/poweroff @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/reboot b/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/reboot new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/reboot @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/restorecon b/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/restorecon new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/restorecon @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/route b/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/route new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/route @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/setfiles b/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/setfiles new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/setfiles @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/start-stop-daemon b/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/start-stop-daemon new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/start-stop-daemon @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/swapoff b/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/swapoff new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/swapoff @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/swapon b/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/swapon new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/swapon @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/switch_root b/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/switch_root new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/switch_root @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/sysctl b/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/sysctl new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/sysctl @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/udhcpc b/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/udhcpc new file mode 120000 index 0000000..7125971 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/sbin/udhcpc @@ -0,0 +1 @@ +../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/[ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/[ new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/[ @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/[[ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/[[ new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/[[ @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/awk b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/awk new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/awk @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/basename b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/basename new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/basename @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/chcon b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/chcon new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/chcon @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/clear b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/clear new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/clear @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/cmp b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/cmp new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/cmp @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/crontab b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/crontab new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/crontab @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/cut b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/cut new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/cut @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/dirname b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/dirname new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/dirname @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/du b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/du new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/du @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/env b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/env new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/env @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/expr b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/expr new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/expr @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/find b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/find new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/find @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/flock b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/flock new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/flock @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/free b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/free new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/free @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/fuser b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/fuser new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/fuser @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/head b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/head new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/head @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/hexdump b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/hexdump new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/hexdump @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/id b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/id new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/id @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/jsonfilter b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/jsonfilter new file mode 100755 index 0000000..a3a483a Binary files /dev/null and b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/jsonfilter differ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/killall b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/killall new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/killall @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/ldd b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/ldd new file mode 120000 index 0000000..184ccfe --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/ldd @@ -0,0 +1 @@ +../../lib/libc.so \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/less b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/less new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/less @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/logger b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/logger new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/logger @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/md5sum b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/md5sum new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/md5sum @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/mkfifo b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/mkfifo new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/mkfifo @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/nc b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/nc new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/nc @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/nohup b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/nohup new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/nohup @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/nslookup b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/nslookup new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/nslookup @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/pgrep b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/pgrep new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/pgrep @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/printf b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/printf new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/printf @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/readlink b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/readlink new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/readlink @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/realpath b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/realpath new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/realpath @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/reset b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/reset new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/reset @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/runcon b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/runcon new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/runcon @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/seq b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/seq new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/seq @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/sha256sum b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/sha256sum new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/sha256sum @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/sort b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/sort new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/sort @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/strings b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/strings new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/strings @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/tail b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/tail new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/tail @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/tee b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/tee new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/tee @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/test b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/test new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/test @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/time b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/time new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/time @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/top b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/top new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/top @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/tr b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/tr new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/tr @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/uniq b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/uniq new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/uniq @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/unzip b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/unzip new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/unzip @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/uptime b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/uptime new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/uptime @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/wc b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/wc new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/wc @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/which b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/which new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/which @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/xargs b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/xargs new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/xargs @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/yes b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/yes new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/yes @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libfts.so b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libfts.so new file mode 120000 index 0000000..fa6b300 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libfts.so @@ -0,0 +1 @@ +libfts.so.0.0.0 \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libfts.so.0 b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libfts.so.0 new file mode 120000 index 0000000..fa6b300 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libfts.so.0 @@ -0,0 +1 @@ +libfts.so.0.0.0 \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libfts.so.0.0.0 b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libfts.so.0.0.0 new file mode 100755 index 0000000..8b011dd Binary files /dev/null and b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libfts.so.0.0.0 differ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libjson-c.so.5 b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libjson-c.so.5 new file mode 120000 index 0000000..20aa3a5 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libjson-c.so.5 @@ -0,0 +1 @@ +libjson-c.so.5.1.0 \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libjson-c.so.5.1.0 b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libjson-c.so.5.1.0 new file mode 100644 index 0000000..92c288f Binary files /dev/null and b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libjson-c.so.5.1.0 differ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpam.so b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpam.so new file mode 120000 index 0000000..f574d4b --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpam.so @@ -0,0 +1 @@ +libpam.so.0.85.1 \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpam.so.0 b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpam.so.0 new file mode 120000 index 0000000..f574d4b --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpam.so.0 @@ -0,0 +1 @@ +libpam.so.0.85.1 \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpam.so.0.85.1 b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpam.so.0.85.1 new file mode 100755 index 0000000..66132e6 Binary files /dev/null and b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpam.so.0.85.1 differ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpam_misc.so b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpam_misc.so new file mode 120000 index 0000000..e0c3eef --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpam_misc.so @@ -0,0 +1 @@ +libpam_misc.so.0.82.1 \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpam_misc.so.0 b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpam_misc.so.0 new file mode 120000 index 0000000..e0c3eef --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpam_misc.so.0 @@ -0,0 +1 @@ +libpam_misc.so.0.82.1 \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpam_misc.so.0.82.1 b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpam_misc.so.0.82.1 new file mode 100755 index 0000000..1b3aed4 Binary files /dev/null and b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpam_misc.so.0.82.1 differ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpamc.so b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpamc.so new file mode 120000 index 0000000..ca497ea --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpamc.so @@ -0,0 +1 @@ +libpamc.so.0.82.1 \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpamc.so.0 b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpamc.so.0 new file mode 120000 index 0000000..ca497ea --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpamc.so.0 @@ -0,0 +1 @@ +libpamc.so.0.82.1 \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpamc.so.0.82.1 b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpamc.so.0.82.1 new file mode 100755 index 0000000..0b514bd Binary files /dev/null and b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpamc.so.0.82.1 differ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpcre.so b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpcre.so new file mode 120000 index 0000000..e549e59 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpcre.so @@ -0,0 +1 @@ +libpcre.so.1.2.13 \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpcre.so.1 b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpcre.so.1 new file mode 120000 index 0000000..e549e59 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpcre.so.1 @@ -0,0 +1 @@ +libpcre.so.1.2.13 \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpcre.so.1.2.13 b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpcre.so.1.2.13 new file mode 100755 index 0000000..2c0d288 Binary files /dev/null and b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpcre.so.1.2.13 differ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpcreposix.so.0 b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpcreposix.so.0 new file mode 120000 index 0000000..e951f97 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpcreposix.so.0 @@ -0,0 +1 @@ +libpcreposix.so.0.0.7 \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpcreposix.so.0.0.7 b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpcreposix.so.0.0.7 new file mode 100755 index 0000000..6df5879 Binary files /dev/null and b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libpcreposix.so.0.0.7 differ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libselinux.so.1 b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libselinux.so.1 new file mode 100755 index 0000000..870f493 Binary files /dev/null and b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libselinux.so.1 differ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libsepol.so.2 b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libsepol.so.2 new file mode 100755 index 0000000..2773181 Binary files /dev/null and b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libsepol.so.2 differ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libuclient.so b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libuclient.so new file mode 100644 index 0000000..26cb1c4 Binary files /dev/null and b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/libuclient.so differ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/opkg/status b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/opkg/status new file mode 100644 index 0000000..e69de29 diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/opkg/status-kuno b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/opkg/status-kuno new file mode 100644 index 0000000..13ea362 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/opkg/status-kuno @@ -0,0 +1,3856 @@ +Package: lowi-common-hdr +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: loc-launcher +Version: 1.0-1 +Depends: libc, loc-mq-client, loc-core +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: leproperties +Version: 2.0-2 +Depends: libc, libselinux, libcutils, liblog +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: garden-app +Version: 1.0-1 +Depends: libc, location-api, loc-core, location-client-api, location-integration-api, data-items, izat-client-api, lbs-core-hdr, cdfw-remote-api, cdfw, cdfw-api-hdr +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: cdfw +Version: 1.0-1 +Depends: libc, qcom-gps-utils, cdfw-api-hdr +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: terminfo +Version: 6.3-3 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: acdbdata +Version: 1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: qcom-gps-utils +Version: 1.0-1 +Depends: libc, glib2, libexecinfo, libcutils, loc-pla-hdr, location-api-iface +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libuci-lua +Version: 2021-10-22-f84f49f0-6 +Depends: libc, libuci20130104, liblua5.1.5 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libnetmgr_common +Version: 1-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: liblucihttp0 +ABIVersion: 0 +Version: 2023-03-15-9b5b683f-1 +Depends: libc +Provides: liblucihttp +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libpam +Version: 1.5.1-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: cgi-io +Version: 2022-08-10-901b0f04-21 +Depends: libc, libubox20220515, libubus20220601 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: iputils-arping +Version: 20211215-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: luci-lib-base +Version: git-20.232.39649-1f6dc29 +Depends: libc, lua, luci-lib-nixio, luci-lib-ip, luci-lib-jsonc, liblucihttp-lua +Status: install user installed +Architecture: all +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libc +Version: 1.2.3-4 +Depends: libgcc1 +Status: install hold installed +Essential: yes +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: kmod-ebtables +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown), kmod-ipt-core +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libion +Version: 1.0-1 +Depends: libc, liblog +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: audio-log-utils +Version: 1 +Depends: libc, glib2, libutils, libcutils, libexpat, libion +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: sign_abl +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: lowi-server +Version: 1.0-1 +Depends: libc, libnl200, loc-hal, loc-launcher, lowi-common-hdr, lowi-client +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: qcril-qmi-services +Version: 1.0-1 +Depends: libc, qmi-framework +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libbz2-1.0 +ABIVersion: -1.0 +Version: 1.0.8-1 +Depends: libc +Provides: libbz2 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: ftm +Version: 1.0-1 +Depends: libc, libnl200, libnl-genl200, diag, ath6kl-utils, libcutils, glib2, hci-qcomm-init, bttransport, hidl-client +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: bt-property +Version: 3.0-2 +Depends: libc, glib2 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: phantap +Version: 2022.02.12-e80be649-1 +Depends: libc, libpcap1, libnl-tiny1, ip-full, kmod-nft-bridge +Status: install user installed +Architecture: all +Conffiles: + /etc/config/phantap f2002b024d86d169bf328d3fa3b56e1a9c9e45178154fc265569d868d5a8388f +Installed-Time: 1733796300 + +Package: luci-app-mwan3 +Version: git-23.093.40772-fa4dc75 +Depends: libc, mwan3 +Status: install user installed +Architecture: all +Installed-Time: 1733796300 + +Package: opkg +Version: 2022-02-24-d038e5b6-2 +Depends: libc, uclient-fetch, libpthread, libubox20220515 +Status: install user installed +Essential: yes +Architecture: arm_cortex-a7_neon-vfpv4 +Conffiles: + /etc/opkg.conf f38c19f696ea87c0b30eb5bfeb8657237f4625e1a749c58b99f01595edfb6446 + /etc/opkg/customfeeds.conf 61d1f3aa62fe977614ed0c2f0ad3b2ee2f7b451bfb34812071d86d31a4d43d4a +Installed-Time: 1733796300 + +Package: ql-common-tools +Version: 1.0-1 +Depends: libc, nand-utils, libcutils, quectel-features-config, common +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: ql-usb +Version: 1.0-1 +Depends: libc, dsutils, ql-common-tools, quectel-features-config +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: luci-app-opkg +Version: git-23.093.42303-e16f620 +Depends: libc, opkg +Status: install user installed +Architecture: all +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: user_permissions +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: pal +Version: 1 +Depends: libc, media-headers, tinyalsa, tinycompress, ar-gsl, libexpat, glib2, capiv2-headers, acdbdata, audio-route, core-include, agm-sw-binder-client, quectel-features-config +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: fs_mgr +Version: 1.0-1 +Depends: libc, core-include, libcutils, liblog, logwrapper, libmincrypt, ext4_utils +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libpthread +Version: 1.2.3-4 +Depends: libgcc1 +Status: install hold installed +Essential: yes +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: ubus +Version: 2022-06-01-2bebf93c-1 +Depends: libc, libubus20220601, libblobmsg-json20220515, ubusd +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: powerstateservice +Version: 1.0-1 +Depends: libc, glib2, libcutils, liblog, qmi, qmiservices, qmiidl, qmi-framework +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: ethernet-config +Version: 1.0-1 +Depends: libc, qmi, qmi-framework, ql-common-tools, quectel-features-config, libxml2 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libuci20130104 +ABIVersion: 20130104 +Version: 2021-10-22-f84f49f0-6 +Depends: libc, libubox20220515 +Provides: libuci +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: ebtables-legacy +Version: 2018-06-27-48cff25d-1 +Depends: libc, kmod-ebtables +Provides: ebtables +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Alternatives: 200:/usr/sbin/ebtables:/usr/sbin/ebtables-legacy + +Package: kmod-bt-dts +Version: 5.15+1.0-2 +Depends: kernel (= 5.15-1-unknown) +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libnetfilter-queue1 +ABIVersion: 1 +Version: 1.0.5-4 +Depends: libc, libmnl0, libnfnetlink0 +Provides: libnetfilter-queue +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: rpcd +Version: 2022-12-15-7de4820c-1 +Depends: libc, libubus20220601, libubox20220515, libuci20130104, libblobmsg-json20220515, libjson-c5 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Conffiles: + /etc/config/rpcd 1a40da0ebe45b1afd131dfc4650592913e38445e7fe42f96d3b95ad5151ac0e6 +Installed-Time: 1733796300 + +Package: izat-client-api +Version: 1.0-1 +Depends: libc, izat-api-hdr, location-service, location-client-api, mapdata-api-hdr +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libpci +Version: 3.8.0-2 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: luci-lib-ip +Version: git-20.250.76529-62505bd +Depends: libc, liblua5.1.5, libnl-tiny1 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: qahw-api +Version: 1 +Depends: libc, libhardware, libcutils, libion, glib2, tinycompress, tinyalsa, libexpat, pal, acdbdata, media-headers, audio-utils, qahw, core-include, quectel-features-config +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: ip-full +Version: 6.2.0-4 +Depends: libc, libnl-tiny1, libbpf20220308 +Provides: ip +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Alternatives: 300:/sbin/ip:/usr/libexec/ip-full + +Package: ntrip-client-integration-api-hdr +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libwolfssl5.5.4.ee39414e +ABIVersion: 5.5.4.ee39414e +Version: 5.5.4-stable-4 +Depends: libc +Provides: libcyassl, libwolfssl, libcyassl5.5.4.ee39414e +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: ntrip-client-api +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: wlan-uci +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: kmod-nfnetlink +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown) +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: bttransport +Version: 3.0-6 +Depends: libc, glib2, libcutils, libutils, qmi-framework, diag, hci-qcomm-init +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libqmi-ip +Version: 1-1 +Depends: libc, diag, qmi, qmi-framework, qmiservices, qmiidl +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libubus-lua +Version: 2022-06-01-2bebf93c-1 +Depends: libc, libubus20220601, liblua5.1.5 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: loc-diag-iface +Version: 1.0-1 +Depends: libc, diag, qcom-gps-utils, location-client-api-hdr +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: kmod-crypto-hash +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown) +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: kmod-nf-reject6 +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown) +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: protobuf-lite +Version: 3.17.3-1 +Depends: libc, zlib, libpthread, libatomic1, libstdcpp6 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: glib2 +Version: 2.70.5-4 +Depends: libc, zlib, libpthread, libffi, libattr, libpcre +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libiwinfo-lua +Version: 2022-12-15-8d158096-1 +Depends: libc, libiwinfo20210430, liblua5.1.5 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: qmi_simple_ril_test +Version: 1-1 +Depends: libc, diag, qmiservices, qmiidl, qmi, qmi-framework +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: kmod-r8125 +Version: 5.15+9.008.00-2 +Depends: kernel (= 5.15-1-unknown) +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: location-client-api-testapp +Version: 1.0-1 +Depends: libc, qcom-gps-utils, location-client-api, location-integration-api, location-hal-daemon +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: configdb +Version: 1-1 +Depends: libc, common, diag, dsutils, xmllib +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: diag-router +Version: 1.0-1 +Depends: libc, common, liblog, qmi-framework, glib2, ql-common-tools +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: kmod-br-netfilter +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown), kmod-ipt-core +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: conntrackd +Version: 1.4.6-3 +Depends: libc, libnetfilter-conntrack3, libnetfilter-cttimeout1, libnetfilter-cthelper0, libnetfilter-queue1 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: common-tools +Version: 1.0-1 +Depends: libc, libnl200, libnl-genl200, zlib, diag, cld80211-lib +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: atcmd +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: liblzma +Version: 5.2.4-1 +Depends: libc, libpthread +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: luci-mod-system +Version: git-23.013.73113-588381e +Depends: libc, luci-base +Status: install user installed +Architecture: all +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: ntrip-client-playback +Version: 1.0-1 +Depends: libc, qcom-gps-utils, diag, ntrip-client +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: powerapp +Version: 1.0-2 +Depends: libc, libcutils, liblog +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: openssl-util +Version: 1.1.1t-3 +Depends: libc, libopenssl1.1, libopenssl-conf +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: kmod-nf-flow +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown), kmod-nf-conntrack +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libnl-tiny1 +ABIVersion: 1 +Version: 2021-11-21-8e0555fb-1 +Depends: libc +Provides: libnl-tiny +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: gnss-powerhandler +Version: 1.0-1 +Depends: libc, qcom-gps-utils, location-api, powerstateservice +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libustream-wolfssl20201210 +ABIVersion: 20201210 +Version: 2022-12-08-9217ab46-2 +Depends: libc, libubox20220515, libwolfssl5.5.4.ee39414e +Provides: libustream-wolfssl +Conflicts: libustream-openssl +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: atfwd-daemon +Version: 1-1 +Depends: libc, common, libqmi, qmi, qmiservices, qmiidl, qmi-framework, libqmi-client-qmux, dsutils, ds_atctrl, ql-common-tools, atcop, libqcmap_client, ql-mbedtls, dsi_netctrl +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: kmod-lib-crc-ccitt +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown) +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libselinux-setenforce +Version: 3.3-2 +Depends: libc, libselinux +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Alternatives: 300:/usr/sbin/setenforce:/usr/sbin/libselinux-setenforce + +Package: ar-util +Version: 1 +Depends: libc, ar-osal +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libselinux +Version: 3.3-2 +Depends: libc, libsepol, libpcre, musl-fts +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: location-api +Version: 1.0-1 +Depends: libc, qcom-gps-utils +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: loc-api-wds +Version: 1.0-1 +Depends: libc, qcom-gps-utils, qmi, qmi-framework +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: getrandom +Version: 2021-08-03-205defb5-2 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: tinyalsa +Version: 1 +Depends: libc, libcutils, glib2, sndparser, libutils +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libiptext0 +ABIVersion: 0 +Version: 1.8.7-7 +Depends: libc, libxtables12 +Provides: libiptext +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: mapdata-api-hdr +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: luci-theme-bootstrap +Version: git-23.093.42704-b47268a +Depends: libc +Status: install user installed +Architecture: all +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: kmod-pppoe +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown), kmod-ppp, kmod-pppox +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libuuid1 +ABIVersion: 1 +Version: 2.37.4-2 +Depends: libc, librt +Provides: libuuid +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libbpf20220308 +ABIVersion: 20220308 +Version: 2022-03-08-04c465fd-1 +Depends: libc, libelf1 +Provides: libbpf +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: iw-full +Version: 5.16-1 +Depends: libc, libnl-tiny1 +Provides: iw +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: busybox-selinux +Version: 1.35.0-5 +Depends: libc, libpam, jsonfilter, libselinux +Provides: busybox +Status: install user installed +Essential: yes +Architecture: arm_cortex-a7_neon-vfpv4 +Conffiles: + /etc/syslog.conf e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 +Installed-Time: 1733796300 + +Package: quectel-features-config +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: qmiservices +Version: 1-1 +Depends: libc, qcril-qmi-services, quectel-features-config +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libcap +Version: 2.63-2 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libcap-ng +Version: 0.8.2-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: izat-core +Version: 1.0-1 +Depends: libc, lbs-core-hdr, loc-api-v02, qcom-gps-utils, loc-base-util, izat-core-hdr, locutil, loc-core, loc-qwes-iface +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: kmod-pppox +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown), kmod-ppp +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: location-integration-api +Version: 1.0-1 +Depends: libc, glib2, libcutils, loc-pla-hdr, qcom-gps-utils, location-api-msg-proto, location-client-api-hdr, loc-diag-iface-hdr +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: qahw +Version: 1 +Depends: libc, libcutils, glib2, liblog, media-headers, audio-utils, libhardware, core-include, quectel-features-config +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: location-qapi +Version: 1.0-1 +Depends: libc, qcom-gps-utils, location-client-api +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: netmgrd +Version: 1-1 +Depends: libc, libnetmgr, libnetmgr_common, diag, qmiservices, qmiidl, libqmi-client-qmux, libqmi-client-helper, qmi, qmi-framework, rmnetctl +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: init-audio +Version: 1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: kmod-ipt-conntrack +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown), kmod-ipt-core, kmod-nf-conntrack +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: kmod-nf-reject +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown) +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: location-client-api-hdr +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: atcop +Version: 1.0-1 +Depends: libc, qmi, qmi-framework, libqmi-client-helper, qmiservices, qmiidl, libqmi-client-qmux, ql-lib-ipc, ql-lib-utils, dsutils, ds_atctrl, ql-common-tools, libopenssl1.1, libxml2, ql-usb, libpugixml, ql-syslog, quectel-features-config, libqcmap_client, libqcmap_lan_client, libmbedtls12, loc-api-v02, qcom-gps-utils, location-api-msg-proto, location-client-api, location-integration-api, loc-hal, ql-esim +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: liblog +Version: 1.0-1 +Depends: libc, libstdcpp6, core-include +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: ntrip-client +Version: 1.0-1 +Depends: libc, qcom-gps-utils +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: procd-ujail +Version: 2022-06-01-7a009685-5 +Depends: libc, libubox20220515, libubus20220601, libuci20130104, libblobmsg-json20220515 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: base-files +Version: 11-r20134-5f15225c1e +Depends: libc, netifd, jsonfilter, usign, openwrt-keyring, ubi-utils, fstools, fwtool +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Conffiles: + /etc/ethers 56bda09b0aa3d1e88107bfa8a1c6e4449d5c1f47245dc1c4037ff9b5db163b7c + /etc/group 45e8cab268d4a2254d48ccb1f889630047e81758de54a614cad5449fdbebe19c + /etc/hosts 31b840f1c22270807e74649d652fa0aa19d40b025c2594257a487167ba50efe1 + /etc/inittab 64239230813259b7200e9edccb7d80e5273a151fd2159b7bac559f0cbc87c37c + /etc/iproute2/rt_protos a0712b1771c8d5f3e0dcf9a6314880e71aa3498ea1ae873535bdfcf70d814061 + /etc/iproute2/rt_tables f771e2b81741f70e3faf658dc504f0dc048672fc8caaadea15e46c35da3de8f8 + /etc/passwd 6a451aa33393f47ade89b8bce4d9711818c2630394c3967265ffed276bb25a55 + /etc/profile 7babc6b9024e6898b29dbe35c4c1162fa37821eab9cf0f40579ae136559a084b + /etc/protocols 7d551355d5540b07b9d86e623cbbc4abecbb94d2a662b3afcc917940eb0e3d52 + /etc/rc.local 515018aa94eb4937dade12dc0d69890b352af35a5ab5fb8203f9ed10990ac06f + /etc/services 754ccc71ca347bc79ac4c45139d416b7cf1e65a919dad1db15613a216cd6b9cc + /etc/shadow 9000a74fcbf027301e784909e74e2cfff1b879707432090fadedc8527858873e + /etc/shells 8b35ce73c18161a7d7ed16fa244410993bd031515260e3e0c11749047df48d0a + /etc/shinit f633939cdda16a3116225a578f457295b2a0da824c47d5f0e90a58806c059321 + /etc/sysctl.conf c02fe88dc055a1eaee9e7cb631760a3a5a9cea55610b42aa45196838c6f1a55e + /etc/sysupgrade.conf 9e87b05fe2f12c84d1c465b396322748479f64bc40e5bab061887f0bd95020a6 +Installed-Time: 1733796300 + +Package: kmod-nf-nat +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown), kmod-nf-conntrack +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: pciids +Version: 0.359-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: ipanat +Version: 1-1 +Depends: libc, librt, libstdcpp6 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: qdi +Version: 1-1 +Depends: libc, dsutils, diag, qmiservices, qmiidl, libqmi-client-qmux, libqmi-client-helper, qmi, qmi-framework +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: hci-qcomm-init +Version: 3.0-4 +Depends: libc, glib2, libcutils, libutils, qmi-framework, diag +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libpcre +Version: 8.45-2 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: QCMAP_Ref_Daemon +Version: 1-1 +Depends: libc, diag, dsutils, qmi-framework, libqcmap_client, libqcmaputils, qmiservices, libqcmap_lan_client +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: kmod-crypto-crc32c +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown), kmod-crypto-hash +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: gtest +Version: 1.0-1 +Depends: libc, libstdcpp6 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: kmod-ebtables-watchers +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown), kmod-ebtables +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: rmnetctl +Version: 1-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: kmod-emac_ioss +Version: 5.15+1.0-1 +Depends: kernel (= 5.15-1-unknown) +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: diag +Version: 1.0-1 +Depends: libc, common, liblog, qmi-framework, glib2, time-genoff +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: kmod-audio-devicetree +Version: 5.15+1.0-1 +Depends: kernel (= 5.15-1-unknown) +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: netifd +Version: 2022-08-25-76d2d41b-1 +Depends: libc, libuci20130104, libnl-tiny1, libubus20220601, ubus, ubusd, jshn, libubox20220515 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Conffiles: + /etc/udhcpc.user 4dabffbc2110a29e01babc63d9b8db94da49efd3ed784d35b49a559ac8ce7035 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: coreutils +Version: 9.0-2 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: xt-adapter +Version: 1.0-1 +Depends: libc, izat-core, loc-glue +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: kmod-ipt-raw +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown), kmod-ipt-core +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: nlp-api-hdr +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libnl-route200 +ABIVersion: 200 +Version: 3.5.0-1 +Depends: libc, libnl-core200 +Provides: libnl-route +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: kmod-r8168 +Version: 5.15+8.051.02-2 +Depends: kernel (= 5.15-1-unknown) +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libubus20220601 +ABIVersion: 20220601 +Version: 2022-06-01-2bebf93c-1 +Depends: libc, libubox20220515 +Provides: libubus +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: dsutils +Version: 1-1 +Depends: libc, common, diag, glib2 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: izat-api-hdr +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: kmod-qcacld32-ll +Version: 5.15+1.0-1 +Depends: kernel (= 5.15-1-unknown), kmod-wlan-cnss2 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: pciutils +Version: 3.8.0-2 +Depends: libc, libkmod, libpci, pciids +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: gnsspps +Version: 1.0-1 +Depends: libc, qcom-gps-utils +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: ar-osal +Version: 1 +Depends: libc, libcutils, libion, glib2, kmod-audio-kernel +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: protobuf +Version: 3.17.3-1 +Depends: libc, zlib, libpthread, libatomic1, libstdcpp6, protobuf-lite +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: agm-sw-binder-server +Version: 1 +Depends: libc, libutils, libcutils, binder, agm, glib2, audio-utils, core-include, audio-log-utils +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: liblwm2m_clnt_ipc +Version: 1-1 +Depends: libc, libnetmgr, libporting_layer, diag, qdi, dsi_netctrl, qmi, qmiservices, qmi-framework, dsutils, xmllib +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: dnsmasq +Version: 2.90-7 +Depends: libc, libubus20220601 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Conffiles: + /etc/config/dhcp ddd520eb24451a892c9c666d83c10c9ea4fc944efbc34a149bc962c56bd8812f + /etc/dnsmasq.conf 1e6ab19c1ae5e70d609ac7b6246541d52042e4dee1892f825266507ef52d7dfd +Installed-Time: 1733796300 + +Package: kmod-audio-kernel +Version: 5.15+1.0-1 +Depends: kernel (= 5.15-1-unknown) +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libsepol +Version: 3.3-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: radish +Version: 1-1 +Depends: libc, dsutils, diag +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: nand-utils +Version: 2.1.4-1 +Depends: libc, libselinux +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: ds_atctrl_test +Version: 1-1 +Depends: libc, ds_atctrl +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libkmod +Version: 27-2 +Depends: libc, zlib +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libnl200 +ABIVersion: 200 +Version: 3.5.0-1 +Depends: libc, libnl-genl200, libnl-route200, libnl-nf200 +Provides: libnl +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: ubusd +Version: 2022-06-01-2bebf93c-1 +Depends: libc, libubox20220515, libblobmsg-json20220515 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libnetfilter-conntrack3 +ABIVersion: 3 +Version: 1.0.9-2 +Depends: libc, libnfnetlink0, kmod-nf-conntrack-netlink, libmnl0 +Provides: libnetfilter-conntrack +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: QCMAP_CLI +Version: 1-1 +Depends: libc, diag, dsutils, qmi-framework, libqcmap_client, qmiservices, libqcmap_lan_client +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: bt-cert +Version: 3.0-1 +Depends: libc, glib2, fluoride, btvendorhal +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: agm +Version: 1 +Depends: libc, tinyalsa, glib2, ar-gsl, acdbdata, acdb, ats, audio-utils, core-include, audio-log-utils +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: btvendorhal +Version: 3.0-1 +Depends: libc, libcutils, libutils, libhardware +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: kmod-nft-bridge +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown), kmod-nft-core +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: kmod-lib-crc32c +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown), kmod-crypto-crc32c +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libelf1 +ABIVersion: 1 +Version: 0.148-1 +Depends: libc, zlib +Provides: libelf, libelf11 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: ds_atctrl +Version: 1-1 +Depends: libc, dsutils, diag, qmiservices, qmiidl, libqmi, qmi +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libqmi-client-qmux +Version: 1-1 +Depends: libc, dsutils +Provides: libqmi_client_qmux +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: ipacm +Version: 1-1 +Depends: libc, libxml2, libnetfilter-conntrack3, ipanat, libstdcpp6, libexecinfo +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: wlan-sigma-dut +Version: 1.0-1 +Depends: libc, libnl200, libnl-genl200 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: luci-mod-status +Version: git-23.093.42411-713f701 +Depends: libc, luci-base, libiwinfo20210430, libiwinfo-lua +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libxtables12 +ABIVersion: 12 +Version: 1.8.7-7 +Depends: libc +Provides: libxtables +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: pal-net-if +Version: 1.0-1 +Depends: libc, qcom-gps-utils, libopenssl1.1 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: izat-provider +Version: 1.0-1 +Depends: libc, qcom-gps-utils, location-service, lbs-core-hdr, location-api, loc-core, loc-base-util +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: location-api-msg-proto +Version: 1.0-1 +Depends: libc, glib2, protobuf, loc-pla-hdr, qcom-gps-utils +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libqmi-client-helper +Version: 1-1 +Depends: libc, qmi-framework, dsutils +Provides: libqmi_client_helper +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: ql-lib-utils +Version: 1.0-1 +Depends: libc, nand-utils +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: lbs-core-hdr +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libjson-script20220515 +ABIVersion: 20220515 +Version: 2022-05-15-d2223ef9-1 +Depends: libc, libubox20220515 +Provides: libjson-script +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: bt-app +Version: 3.0-1 +Depends: libc, btvendorhal, glib2, libchrome, fluoride, libhardware +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libmbedtls12 +ABIVersion: 12 +Version: 2.28.2-1 +Depends: libc +Provides: libmbedtls +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libqcmap_client +Version: 1-1 +Depends: libc, diag, dsutils, qmiservices, qmi-framework, libqcmap_lan_client +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: xmllib +Version: 1-1 +Depends: libc, common, diag +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: loc-api-v02 +Version: 1.0-1 +Depends: libc, libutils, loc-core, qmi-framework +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libgpiod +Version: 1.6.3-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: ql-ctccselfreg +Version: 1.0-1 +Depends: libc, qmi, qmi-framework, ql-common-tools, ql-syslog, curl, diag, dsutils, dsi_netctrl, ds_atctrl, libqcmap_client +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: kmod-nft-nat +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown), kmod-nft-core, kmod-nf-nat +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: firewall +Version: 2022-02-17-4cd7d4f3-3 +Depends: libc, libubox20220515, libubus20220601, libuci20130104, libip4tc2, libip6tc2, libiptext0, libiptext6-0, libxtables12, kmod-ipt-core, kmod-ipt-conntrack, kmod-nf-conntrack6, kmod-ipt-nat +Provides: uci-firewall +Conflicts: firewall4 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Conffiles: + /etc/config/firewall 2d0802f4067ce426ed2b106344cd254c068307e6c2f7ba08ff7446cf9a3f67ca + /etc/firewall.user bd68324966481011f5e36570258ad97dd422655c16f3119d48325ed8459de510 +Installed-Time: 1733796300 + +Package: libmagic +Version: 5.41-1 +Depends: libc, zlib, liblzma, libbz2-1.0 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libxml2 +Version: 2.10.3-1 +Depends: libc, libpthread, zlib +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libqcmaputils +Version: 1-1 +Depends: libc, diag, dsutils, qmiservices +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: luci-app-firewall +Version: git-23.093.42704-1c01c64 +Depends: libc, uci-firewall +Status: install user installed +Architecture: all +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: kmod-nf-ipt +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown) +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: kmod-ipt-conntrack-extra +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown), kmod-ipt-core, kmod-ipt-conntrack +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: initmss +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: ipa_fws +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: sqlite3-cli +Version: 3410100-1 +Depends: libc, libsqlite3-0, libedit +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: qwesd_scripts +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: procd-selinux +Version: 2022-06-01-7a009685-5 +Depends: libc, ubusd, ubus, libjson-script20220515, ubox, libubox20220515, libubus20220601, libblobmsg-json20220515, libjson-c5, jshn, libselinux +Provides: procd +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libmnl0 +ABIVersion: 0 +Version: 1.0.5-1 +Depends: libc +Provides: libmnl +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: tinycompress +Version: 1 +Depends: libc, libcutils, glib2 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: qcril-nr-headers +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: loc-pla-hdr +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libmodpb64 +Version: 3.0-1 +Depends: libc, libstdcpp6 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libsqlite3-0 +ABIVersion: -0 +Version: 3410100-1 +Depends: libc, libpthread, zlib +Provides: libsqlite3 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: tcpdump +Version: 4.9.3-4 +Depends: libc, libpcap1 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: ubi-utils +Version: 2.1.4-1 +Depends: libc, libselinux +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: hal-pal +Version: 1 +Depends: libc, libhardware, libcutils, libion, glib2, tinycompress, tinyalsa, libexpat, pal, acdbdata, media-headers, audio-utils, qahw, core-include, quectel-features-config +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: cellular_device_manager_demo +Version: 1-1 +Depends: libc, dsutils, diag, libcellular_device_manager, libqcmap_client, libqcmap_cm, QCMAP_ConnectionManager, location-client-api, libqcmap_lan_client +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: kmod-ip6tables +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown), kmod-nf-reject6, kmod-nf-ipt6, kmod-ipt-core +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: ar-gsl +Version: 1 +Depends: libc, spf, gpr, ar-osal, ar-util, acdb +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: fs-scrub-daemon +Version: 1.0-1 +Depends: libc, libcap, glib2, qmi-framework, libcutils +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: odhcp6c +Version: 2022-08-05-7d21e8d8-18 +Depends: libc, libubox20220515 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Conffiles: + /etc/odhcp6c.user 6d2b77cbb3ff311ea6e7237fe150bf272bf0b3a6c0b4e9e00c6423fd6b637557 +Installed-Time: 1733796300 + +Package: libutils +Version: 1.0-1 +Depends: libc, safe-iop, core-include, libstdcpp6 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: fstools +Version: 2022-06-02-93369be0-2 +Depends: libc, ubox, ubi-utils +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: uclient-fetch +Version: 2023-04-13-007d9454-1 +Depends: libc, libuclient20201210 +Provides: wget +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Alternatives: 200:/usr/bin/wget:/bin/uclient-fetch + +Package: kmod-qca-phy +Version: 5.15+1.0-1 +Depends: kernel (= 5.15-1-unknown) +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: loc-qwes-iface +Version: 1.0-1 +Depends: libc, qcom-gps-utils, securemsm-noship, securemsm +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: safe-iop +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: securemsm +Version: 1.0-1 +Depends: libc, securemsm-noship, minkipc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libchrome +Version: 3.0-2 +Depends: libc, libexecinfo, libevent2-7, libmodpb64, gtest, liblog +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: fluoride +Version: 3.0-1 +Depends: libc, zlib, btvendorhal, libchrome, bttransport, libutils, libcutils, libhardware +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: iptables-mod-ipopt +Version: 1.8.7-7 +Depends: libc, libxtables12, kmod-ipt-ipopt +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: ethtool +Version: 5.16-1 +Depends: libc +Conflicts: ethtool-full +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: uci +Version: 2021-10-22-f84f49f0-6 +Depends: libc, libuci20130104 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: lua +Version: 5.1.5-10 +Depends: libc, liblua5.1.5 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: logwrapper +Version: 1.0-1 +Depends: libc, core-include, libcutils +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: selinux-policy +Version: 1.1 +Depends: libc +Status: install user installed +Architecture: all +Conffiles: + /etc/selinux/config f6d8f4867cb0cb7009e56abedd95a3c929ee86d967f7e0b498726ad6e360badf +Installed-Time: 1733796300 + +Package: kmod-ebtables-ipv4 +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown), kmod-ebtables +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: kmod-ebtables-ipv6 +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown), kmod-ebtables +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libip4tc2 +ABIVersion: 2 +Version: 1.8.7-7 +Depends: libc +Provides: libip4tc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: dropbear +Version: 2022.82-3 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Conffiles: + /etc/config/dropbear 0198dbc97b5a9aac76a5c6233684571ccdcc91fcb735e91c36d2b06a98158589 + /etc/dropbear/dropbear_ed25519_host_key e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 + /etc/dropbear/dropbear_rsa_host_key e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 +Installed-Time: 1733796300 +Alternatives: 100:/usr/bin/scp:/usr/sbin/dropbear, 100:/usr/bin/ssh:/usr/sbin/dropbear + +Package: mboem +Version: 1.0-1 +Depends: libc, glib2, libcutils, diag, libqmi-ip, qmiidl, qmi, qmi-framework, libjson-c5, ubus, libubox20220515 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: cdfw-api-hdr +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: curl +Version: 8.10.0-1 +Depends: libc, libcurl4 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libnetmgr_rmnet_ext +Version: 1-1 +Depends: libc, libnetmgr, libnetmgr_common, diag, rmnetctl, qmi, dsutils, qmi, qmi-framework, libqmi-client-helper +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: diag-reboot-app +Version: 1.0-1 +Depends: libc, glib2, diag, qmi-framework +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libqmi +Version: 1.30.8-1 +Depends: libc, glib2, libmbim, libqrtr-glib +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: luci-compat +Version: git-23.093.42303-ef4cd04 +Depends: libc, luci-base +Status: install user installed +Architecture: all +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: port-bridge +Version: 1-1 +Depends: libc, dsutils, ubus, ubox +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: kmod-wlan-dts +Version: 5.15+1.0-1 +Depends: kernel (= 5.15-1-unknown) +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: rpcd-mod-file +Version: 2022-12-15-7de4820c-1 +Depends: libc, libubus20220601, libubox20220515, rpcd +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: qcril-data-hal +Version: 1.0-1 +Depends: libc, glib2, diag, qmi-framework, qmi, qcril-data-hal-headers, qcril-data-hal-messages, qdpr, qcril-nr, dsi_netctrl, netmgrd +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: mtd +Version: 26 +Depends: libc, libubox20220515 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: odhcpd-ipv6only +Version: 2023-01-02-4a673e1c-6 +Depends: libc, libubox20220515, libuci20130104, libubus20220601, libnl-tiny1 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: data-items +Version: 1.0-1 +Depends: libc, common, loc-core, loc-base-util +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: procd-seccomp +Version: 2022-06-01-7a009685-5 +Depends: libc, libubox20220515, libblobmsg-json20220515 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: qmi-shutdown-modem +Version: 1.0-1 +Depends: libc, qmi, qmi-framework, glib2, diag, configdb, dsutils, common, time-genoff, xmllib, ql-common-tools +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libnetfilter-cthelper0 +ABIVersion: 0 +Version: 1.0.0-2 +Depends: libc, libmnl0 +Provides: libnetfilter-cthelper +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: qc-bt-daemon +Version: 3.0-5 +Depends: libc, glib2, libqcmap_client, diag, xmllib, dsutils, qmi, qmi-framework, libqcmap_lan_client +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libcommon_layer +Version: 1-1 +Depends: libc, libnetmgr, libporting_layer, diag, qdi, dsi_netctrl, qmi, qmiservices, qmi-framework, dsutils, xmllib, location-qapi, loc-hal +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: engine-plugin-impl-hdr +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: librecovery-updater-msm +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: agmplugin +Version: 1 +Depends: libc, tinyalsa, tinycompress, glib2, agm, sndparser, audio-log-utils, agm-sw-binder-client +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: location-api-iface +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: remotefs +Version: 1.0-1 +Depends: libc, nand-utils +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: qmi +Version: 1-1 +Depends: libc, diag, qmiservices, qmiidl, libqmi-client-qmux, configdb +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libiwinfo-data +Version: 2022-12-15-8d158096-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: qapi-demo-app +Version: 1.0-1 +Depends: libc, location-qapi +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: asn1c-crt +Version: 1.0-1 +Depends: libc, asn1c-rtx +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: ql-login-pam +Version: 1.0-1 +Depends: libc, glib2, common, ql-syslog, libpam, libmbedtls12, ql-common-tools +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: rpcd-mod-luci +Version: 20210614 +Depends: libc, rpcd, libubox20220515, libubus20220601, libnl-tiny1 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: subsystem-ramdump +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: xtwifi-inet-agent +Version: 1.0-1 +Depends: libc, loc-mq-client, curl, loc-core, loc-qwes-iface +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: ql-slic +Version: 1.0-1 +Depends: libc, nand-utils, ql-common-tools, ql-syslog, ql-audio +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: kmod-nf-log +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown) +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: csd-server +Version: 1 +Depends: libc, libhardware, glib2, media-headers, audio-utils, qahw, qahw-api, core-include, hal-pal +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: asn1c-rtx +Version: 1.0-1 +Depends: libc, glib2, liblog +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: urandom-seed +Version: 3 +Depends: libc, getrandom +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: ipset +Version: 7.15-2 +Depends: libc, kmod-ipt-ipset, libmnl0, libipset13 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: tinyproxy +Version: 1.10.0-2 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Conffiles: + /etc/config/tinyproxy 55894918d3c2bbf4a13e46d43f1b0ef76ad38bb4e04511a2549838a24ce8b991 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libexecinfo +Version: 1.1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: ql-lib-ipc +Version: 1.0-1 +Depends: libc, qmi, qmi-framework, libqmi-client-helper, qmiservices, qmiidl, libqmi-client-qmux +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: luci-proto-ppp +Version: git-21.158.38888-88b9d84 +Depends: libc +Status: install user installed +Architecture: all +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libffi +Version: 3.4.2-2 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: asn1c-cper +Version: 1.0-1 +Depends: libc, asn1c-crt +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: audio-utils +Version: 1.0-1 +Depends: libc, libcutils, media-headers +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: loc-diag-iface-hdr +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: ppp +Version: 2.4.9.git-2021-01-04-3 +Depends: libc, kmod-ppp +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Conffiles: + /etc/ppp/chap-secrets 6981fa176a79f8c12be5826c421b16253a616747018ba7e76752a9d36d1d51d4 + /etc/ppp/filter 579583b318e0cff706ffc134620b42d3fbce8fc31aeb0ad7eea1cc859868e902 + /etc/ppp/options 01f7358a5528be037dde329a2ecfb7a63382aababf21d4f5bc085f5acef95133 +Installed-Time: 1733796300 + +Package: luci-mod-admin-full +Version: git-19.253.48496-3f93650 +Depends: libc, luci-base, luci-mod-status, luci-mod-system, luci-mod-network +Status: install user installed +Architecture: all +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: luci-base +Version: git-23.093.57104-ce20b4a +Depends: libc, lua, luci-lib-nixio, luci-lib-ip, rpcd, libubus-lua, luci-lib-jsonc, liblucihttp-lua, luci-lib-base, rpcd-mod-file, rpcd-mod-luci, cgi-io +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Conffiles: + /etc/config/luci 60078f7c02ed91d23092c9b75cb9ea5c8ee39f7727def813c8201f8e48a296f4 + /etc/config/ucitrack f51366117a6456038cfa0d753ff7fe8a9fb5636f561b7bef8718939c6f9a3566 + /etc/luci-uploads/.placeholder e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: sys-info-cache +Version: 1.0-1 +Depends: libc, qcom-gps-utils, loc-core +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: locutil +Version: 1.0-1 +Depends: libc, glib2, qcom-gps-utils, engine-plugin-api-hdr, engine-plugin-impl-hdr, cdfw-api-hdr +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: wlan-conf +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: logd +Version: 2021-08-03-205defb5-2 +Depends: libc, libubox20220515, libubus20220601, libblobmsg-json20220515 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: qdss_config +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: kmod-nf-log6 +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown), kmod-nf-log +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: ip-bridge +Version: 6.2.0-4 +Depends: libc, libnl-tiny1 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: loc-core +Version: 1.0-1 +Depends: libc, qcom-gps-utils +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: hostapd-daemon +Version: 1.0-1 +Depends: libc, libnl200, openssl-util, wpa-supplicant-8-lib, liblog +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: xtables-legacy +Version: 1.8.7-7 +Depends: libc, kmod-ipt-core, libip4tc2, libip6tc2, libiptext0, libiptext6-0, libxtables12 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: kmod-ioss +Version: 5.15+1.0-1 +Depends: kernel (= 5.15-1-unknown) +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libmbim +Version: 1.26.4-1 +Depends: libc, glib2 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: librt +Version: 1.2.3-4 +Depends: libpthread +Status: install hold installed +Essential: yes +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libopenssl1.1 +ABIVersion: 1.1 +Version: 1.1.1t-3 +Depends: libc +Provides: libopenssl +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: quectel-slic-daemon +Version: 1.0-1 +Depends: libc, nand-utils, quectel-features-config, ql-common-tools, quectel-voice-server, ql-slic, ql-syslog, ql-audio +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: wpa-supplicant-qcacld +Version: 1.0-1 +Depends: libc, libnl-tiny1, openssl-util, wpa-supplicant-8-lib, qmi, qmi-framework +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: bind-libs +Version: 9.18.11-1 +Depends: libc, libopenssl1.1, zlib, libpthread, libatomic1, libuv1, libexecinfo, libnghttp2-14 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libblobmsg-json20220515 +ABIVersion: 20220515 +Version: 2022-05-15-d2223ef9-1 +Depends: libc, libjson-c5, libubox20220515 +Provides: libblobmsg-json +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: quectel-voice-server +Version: 1.0-1 +Depends: libc, nand-utils, qmi, qmi-framework, qmiservices, qmiidl, libqmi-client-qmux, libhardware, acdbdata, media-headers, audio-utils, quectel-features-config, ql-audio, quectel-features-config, ql-syslog, libgpiod +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: qmiidl +Version: 1-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libipset13 +ABIVersion: 13 +Version: 7.15-2 +Depends: libc, kmod-ipt-ipset, libmnl0 +Provides: libipset +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: luci-proto-ipv6 +Version: git-21.148.48881-79947af +Depends: libc +Status: install user installed +Architecture: all +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: loc-eng-hub-api-hdr +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: audio-ftm +Version: 1 +Depends: libc, common, tinyalsa, glib2, diag, agm +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: monitor-daemon +Version: 1.0-1 +Depends: libc, nand-utils +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libip6tc2 +ABIVersion: 2 +Version: 1.8.7-7 +Depends: libc +Provides: libip6tc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: securemsm-noship +Version: 1.0-1 +Depends: libc, libxml2, qmi-framework, libutils, common, libdrm, libvmmem, libdmabufheap, minkipc, libopenssl1.1, libcutils, curl, libjson-c5 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: ext4_utils +Version: 1.0-1 +Depends: libc, libselinux, libsparse, libcutils, libpcre, core-include +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: openwrt-keyring +Version: 2022-03-25-62471e69-3 +Depends: libc +Provides: lede-keyring +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: qdpr +Version: 1.0-1 +Depends: libc, glib2, diag, qmi-framework, qmi +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: lbs-core +Version: 1.0-1 +Depends: libc, qmi-framework, qcom-gps-utils, loc-core, loc-api-v02, loc-base-util, izat-core, izat-core-hdr +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: ql-esim +Version: 1.0-1 +Depends: libc, qmi, qmi-framework, curl, dsutils, ql-common-tools, quectel-features-config +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libnl-core200 +ABIVersion: 200 +Version: 3.5.0-1 +Depends: libc, libpthread +Provides: libnl-core +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: kmod-nf-conntrack-netlink +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown), kmod-nfnetlink, kmod-nf-conntrack +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: wpa-supplicant-8-lib +Version: 1.0-1 +Depends: libc, libcutils, libnl200, liblog +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libnetmgr +Version: 1-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: engine-plugin-api-hdr +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: xtwifi-client +Version: 1.0-1 +Depends: libc, zlib, asn1c-cper, gdtap-adapter, qmi, libqmi, lowi-client, qcom-gps-utils, loc-core, loc-qwes-iface, izat-api-hdr, data-items, izat-client-api +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libiptext6-0 +ABIVersion: -0 +Version: 1.8.7-7 +Depends: libc, libxtables12 +Provides: libiptext6 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: common +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: media-headers +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: acdb +Version: 1 +Depends: libc, ar-osal, libstdcpp6 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: adbd +Version: 1.0-1 +Depends: libc, core-include, liblog, libcutils, libselinux, libmincrypt, libbase, fs_mgr, ext4_utils +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: jshn +Version: 2022-05-15-d2223ef9-1 +Depends: libc, libjson-c5, libubox20220515, libblobmsg-json20220515 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: coreutils-od +Version: 9.0-2 +Depends: libc, coreutils +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Alternatives: 300:/usr/bin/od:/usr/libexec/od-coreutils + +Package: kmod-ipt-core +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown), kmod-nf-reject, kmod-nf-ipt, kmod-nf-log +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: bthost-ipc +Version: 3.0-1 +Depends: libc, liblog, glib2, fluoride, libhardware +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: wlan-services +Version: 1.0-1 +Depends: libc, kmod-qcacld32-ll, qti, qmi, libqcmap_lan_client, libqcmap_client, libnl200, libnl-genl200, cld80211-lib +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: cdfw-remote-api +Version: 1.0-1 +Depends: libc, glib2, location-api-iface, qcom-gps-utils, cdfw-api-hdr +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: rng-tools +Version: 6.15-2 +Depends: libc, libopenssl1.1 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: location-batching +Version: 1.0-1 +Depends: libc, lbs-core-hdr, loc-api-v02, qcom-gps-utils, loc-base-util +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: kmod-ppp +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown), kmod-lib-crc-ccitt, kmod-slhc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: kmod-nft-offload +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown), kmod-nf-flow, kmod-nft-nat +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: QCMAP_Bootup +Version: 1-1 +Depends: libc, diag, libnetmgr, dsi_netctrl, qdi, libqcmaputils, dsutils, xmllib, qmi, qmiservices, qmi-framework, qmiidl, libpugixml +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: ipacm-diag +Version: 1-1 +Depends: libc, diag, dsutils +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: ep-ref-simulator +Version: 1.0-1 +Depends: libc, qcom-gps-utils, engine-plugin-api-hdr +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: hidl-client +Version: 3.0-1 +Depends: libc, glib2, liblog, bttransport, libcutils +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: audio-route +Version: 1.0-1 +Depends: libc, libexpat, liblog, tinyalsa, core-include +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libopenssl-conf +Version: 1.1.1t-3 +Depends: libc, libopenssl1.1 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Conffiles: + /etc/ssl/openssl.cnf 5fa02b889f75a06883776dd8118b3c95a49cf0f4b8789a78d83a3fbfd314b319 +Installed-Time: 1733796300 + +Package: libncurses6 +ABIVersion: 6 +Version: 6.3-3 +Depends: libc, terminfo +Provides: libncursesw, libncurses, libncursesw6 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: engine-plugin +Version: 1.0-1 +Depends: libc, qcom-gps-utils, diag, engine-plugin-api-hdr, loc-eng-hub-api-hdr, loc-diag-iface-hdr, ntrip-client-integration-api-hdr, loc-base-util, ntrip-client +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: QCMAP_ApInterface +Version: 1-1 +Depends: libc, diag, libnetmgr, dsi_netctrl, qdi, libqcmaputils, dsutils, xmllib, qmi, qmiservices, qmi-framework, qmiidl, libpugixml +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: quectel-daemon +Version: 1.0-1 +Depends: libc, qmi, qmi-framework, libqmi-client-helper, qmiservices, qmiidl, libqmi-client-qmux, ql-common-tools +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: location-service +Version: 1.0-1 +Depends: libc, lbs-core-hdr, location-api, data-items, loc-mq-client, lowi-common-hdr, lowi-client, lbs-core +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: kmod-ipt-ipset +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown), kmod-ipt-core, kmod-nfnetlink +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: location-hal-daemon +Version: 1.0-1 +Depends: libc, glib2, loc-pla-hdr, qcom-gps-utils, loc-hal, location-api-iface, location-api, location-api-msg-proto +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: QCMAP_ConnectionManager +Version: 1-1 +Depends: libc, libqcmap_cm, diag, libnetmgr, dsi_netctrl, qdi, libqcmaputils, dsutils, xmllib, qmi, qmiservices, qmi-framework, qmiidl, libpugixml, libexecinfo +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: loc-hal +Version: 1.0-1 +Depends: libc, loc-core, libxml2, loc-base-util +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libsparse +Version: 1.0-1 +Depends: libc, core-include, zlib +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: kmod-generic-sw-bridge +Version: 5.15+1.0-1 +Depends: kernel (= 5.15-1-unknown) +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: ats +Version: 1 +Depends: libc, diag, common, ar-osal, acdb, ar-gsl, glib2 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: spf +Version: 1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libpcap1 +ABIVersion: 1 +Version: 1.10.1-2 +Depends: libc +Provides: libpcap +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: qti +Version: 1-1 +Depends: libc, diag, dsutils, libqcmaputils, qmiidl, libqmi-client-qmux, qmiservices, qmi-framework +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libiwinfo20210430 +ABIVersion: 20210430 +Version: 2022-12-15-8d158096-1 +Depends: libc, libnl-tiny1, libuci20130104, libubus20220601, libiwinfo-data +Provides: libiwinfo +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: loc-mq-client +Version: 1.0-1 +Depends: libc, qcom-gps-utils, loc-base-util +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libjson-c5 +ABIVersion: 5 +Version: 0.15-2 +Depends: libc +Provides: libjson-c +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: uhttpd +Version: 2022-10-31-23977554-1 +Depends: libc, libubox20220515, libblobmsg-json20220515, libjson-script20220515, libjson-c5 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Conffiles: + /etc/config/uhttpd bcf5f1c5e714cdc46e7855da53ba4c427c37735267ea17eebf958f24efd7d247 +Installed-Time: 1733796300 + +Package: postboot +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: dsi_netctrl +Version: 1-1 +Depends: libc, libnetmgr, diag, qmiservices, qmiidl, libqmi-client-qmux, libqmi-client-helper, qmi, qmi-framework, configdb, qdi +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: kmod-nf-conntrack +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown) +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: nlp-client-api +Version: 1.0-1 +Depends: libc, nlp-api-hdr, izat-client-api +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: time-services +Version: 1.0-1 +Depends: libc, diag, glib2, qmi-framework, libcutils +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libcurl4 +ABIVersion: 4 +Version: 8.10.0-1 +Depends: libc, libopenssl1.1, libnghttp2-14, ca-bundle +Provides: libcurl +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: iptables-mod-conntrack-extra +Version: 1.8.7-7 +Depends: libc, libxtables12, kmod-ipt-conntrack-extra, kmod-ipt-raw +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: kmod-bt-dlkm +Version: 5.15+1.0-3 +Depends: kernel (= 5.15-1-unknown) +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: usign +Version: 2020-05-23-f1f65026-1 +Depends: libc, libubox20220515 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: lowi-client +Version: 1.0-1 +Depends: libc, common, loc-mq-client, lowi-common-hdr +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: ath6kl-utils +Version: 1.0-1 +Depends: libc, libnl200, libnl-genl200, diag, zlib, libcutils +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: QCMAP_StaInterface +Version: 1-1 +Depends: libc, diag, libnetmgr, dsi_netctrl, qdi, libqcmaputils, dsutils, xmllib, qmi, qmiservices, qmi-framework, qmiidl, libpugixml +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: minkipc +Version: 1.0-1 +Depends: libc, common, libvmmem, libcutils, liblog, qmi-framework, kmod-securemsm-dlkm-kernel +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: kmod-dataipa +Version: 5.15+1.0-1 +Depends: kernel (= 5.15-1-unknown) +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libmincrypt +Version: 1.0-1 +Depends: libc, core-include +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libselinux-getenforce +Version: 3.3-2 +Depends: libc, libselinux +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Alternatives: 300:/usr/sbin/getenforce:/usr/sbin/libselinux-getenforce + +Package: kmod-securemsm-dlkm-kernel +Version: 5.15+1.0-1 +Depends: kernel (= 5.15-1-unknown) +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: phytool +Version: 2 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: liblua5.1.5 +ABIVersion: 5.1.5 +Version: 5.1.5-10 +Depends: libc +Provides: liblua +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: zlib +Version: 1.2.11-6 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: time-genoff +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: izat-core-hdr +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: musl-fts +Version: 1.2.7-1 +Depends: libc, libpthread +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: kmod-nf-ipt6 +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown), kmod-nf-ipt, kmod-nf-log6 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: gdtap-adapter +Version: 1.0-1 +Depends: libc, loc-launcher, lbs-core, loc-hal +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: sec-config +Version: 1.0-1 +Depends: libc, glib2, qmi-framework +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: file +Version: 5.41-1 +Depends: libc, libmagic +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: ql-qcmap-cli +Version: 1.0-1 +Depends: libc, diag, qmi, qmi-framework, libqmi-client-helper, qmiservices, qmiidl, libqmi-client-qmux, ql-common-tools, xmllib, dsutils, libqcmap_client, libqcmap_lan_client +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: tftp-server +Version: 1.0-1 +Depends: libc, common, glib2, qmi-framework, libcutils +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: conntrack +Version: 1.4.6-3 +Depends: libc, libnetfilter-conntrack3, libnetfilter-cttimeout1, libnetfilter-cthelper0, libnetfilter-queue1 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: luci-lib-nixio +Version: git-20.234.06894-c4a4e43 +Depends: libc, liblua5.1.5 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: kmod-qcacld-ll +Version: 5.15+1.0-1 +Depends: kernel (= 5.15-1-unknown), kmod-wlan-cnss-legacy +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: edgnss-daemon +Version: 1.0-1 +Depends: libc, ntrip-client-api, sys-info-cache, pal-net-if, cdfw-remote-api, loc-base-util +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libubox20220515 +ABIVersion: 20220515 +Version: 2022-05-15-d2223ef9-1 +Depends: libc +Provides: libubox +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: mwan3 +Version: 2.11.4-1 +Depends: libc, ip, ipset, iptables, ip6tables, iptables-mod-conntrack-extra, iptables-mod-ipopt, jshn +Status: install user installed +Architecture: all +Conffiles: + /etc/config/mwan3 391fce13910b62ebfdecd4be1230ea06f5d1ede250c24f4aeaecfd7e4d355905 + /etc/mwan3.user ccc83d99334ff3c345a0de40e6057069ecc32d08ef826c1058e4820a68464d59 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: qdssagent +Version: 1.0-1 +Depends: libc, common, liblog, qmi-framework, glib2, diag +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: ca-bundle +Version: 20211016-1 +Depends: libc +Provides: ca-certs +Status: install user installed +Architecture: all +Installed-Time: 1733796300 + +Package: dgnss-remote-api-app +Version: 1.0-1 +Depends: libc, qcom-gps-utils, cdfw-remote-api +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: luci-app-tinyproxy +Version: git-23.093.40686-71c51d3 +Depends: libc, luci-compat, tinyproxy +Status: install user installed +Architecture: all +Installed-Time: 1733796300 + +Package: libbase +Version: 1.0-1 +Depends: libc, core-include, libcutils, libselinux +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: liblucihttp-lua +Version: 2023-03-15-9b5b683f-1 +Depends: libc, liblucihttp0, liblua5.1.5 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libuclient20201210 +ABIVersion: 20201210 +Version: 2023-04-13-007d9454-1 +Depends: libc, libubox20220515 +Provides: libuclient +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: fping +Version: 5.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: ql-mbedtls +Version: 1.0-1 +Depends: libc, qmi, qmi-framework, diag, dsutils, ql-common-tools, libnl200, dsi_netctrl, ds_atctrl, libmbedtls12 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libcoap_layer +Version: 1-1 +Depends: libc, diag, dsutils, libporting_layer, libcommon_layer +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libselinux-setfilecon +Version: 3.3-2 +Depends: libc, libselinux +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libdrm +Version: 2.4.107-2 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: luci-lib-jsonc +Version: git-22.097.61921-7513345 +Depends: libc, liblua5.1.5, libjson-c5 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: kmod-ipt-ipopt +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown), kmod-ipt-core +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: bind-dig +Version: 9.18.11-1 +Depends: libc, bind-libs +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: location-geofence +Version: 1.0-1 +Depends: libc, lbs-core-hdr, lbs-core +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: kmod-shortcut-fe +Version: 5.15+1.0-1 +Depends: kernel (= 5.15-1-unknown) +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: luci +Version: git-23.093.42303-d58cd69 +Depends: libc, luci-proto-ipv6, libiwinfo-lua, luci-app-firewall, luci-app-opkg, luci-mod-admin-full, luci-proto-ppp, luci-theme-bootstrap, rpcd-mod-rrdns, uhttpd, uhttpd-mod-ubus +Status: install user installed +Architecture: all +Installed-Time: 1733796300 + +Package: ipa_cli +Version: 1-1 +Depends: libc, libxml2, diag, dsutils +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: sndparser +Version: 1 +Depends: libc, glib2, core-include, libexpat +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: kmod-nf-conntrack6 +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown), kmod-nf-conntrack +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: cld80211-lib +Version: 1.0-1 +Depends: libc, libcutils, libnl200, liblog +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libgcc1 +ABIVersion: 1 +Version: 11.2.0-4 +Provides: libgcc +Status: install hold installed +Essential: yes +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: miniupnpd-iptables +Version: 2022-08-31-68c8ec50-1 +Depends: libc, libcap-ng, libmnl0, libuuid1, ip6tables, libip6tc2, iptables, libopenssl1.1, libqcmap_client, libstdcpp6, libip4tc2, libnetfilter-conntrack3 +Provides: miniupnpd +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Conffiles: + /etc/config/upnpd 2645931c86316c8e46f5f0a6e1e322b2e2fd82cad38be2acca76a8f106892f52 +Installed-Time: 1733796300 + +Package: libqcmap_cm +Version: 1-1 +Depends: libc, diag, libnetmgr, dsi_netctrl, qdi, libqcmaputils, dsutils, xmllib, qmi, qmiservices, qmi-framework, qmiidl, libpugixml +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libstdcpp6 +ABIVersion: 6 +Version: 11.2.0-4 +Provides: libstdcpp +Status: install hold installed +Essential: yes +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libpugixml +Version: 1.11.4-2 +Depends: libc, libstdcpp6 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: xtra-daemon +Version: 1.0-1 +Depends: libc, izat-core, sys-info-cache, pal-net-if +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: qmi-framework +Version: 1.0-1 +Depends: libc, libpthread, liblog, libcutils, glib2 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: engine-simulator +Version: 1.0-1 +Depends: libc, qcom-gps-utils, loc-base-util, engine-plugin-api-hdr, engine-plugin-impl-hdr +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: agmplugintest +Version: 1 +Depends: libc, tinyalsa, tinycompress, agm, capiv2-headers +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libcutils +Version: 1.0-1 +Depends: libc, core-include, liblog +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: capiv2-headers +Version: 1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: loc-glue +Version: 1.0-1 +Depends: libc, location-service, loc-net-iface +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: kmod-datarmnet +Version: 5.15-1.0 +Depends: kernel (= 5.15-1-unknown) +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: qmuxbridge +Version: 1.0-1 +Depends: libc, libcutils, diag, dsutils, libqmi-ip, qmiidl, qmi, qmiservices, qmi-framework +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libexpat +Version: 2.6.2-2 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: ubox +Version: 2021-08-03-205defb5-2 +Depends: libc, libubox20220515, ubusd, ubus, libubus20220601, libuci20130104 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes +Alternatives: 100:/sbin/rmmod:/sbin/kmodloader, 100:/sbin/insmod:/sbin/kmodloader, 100:/sbin/lsmod:/sbin/kmodloader, 100:/sbin/modinfo:/sbin/kmodloader, 100:/sbin/modprobe:/sbin/kmodloader + +Package: kernel +Version: 5.15-1-unknown +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libqcmap_lan_client +Version: 1-1 +Depends: libc, diag, dsutils +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: qcril-nr +Version: 1.0-1 +Depends: libc, glib2, libxml2, libsqlite3-0, sqlite3-cli, diag, common, liblog, qmi-framework, qmiidl, qmi, libqmi-client-helper, libqmi-client-qmux, qcril-qmi-services, qmiservices, qcril-nr-headers, qcril-data-hal-headers, qcril-data-hal-messages +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libqrtr-glib +Version: 1.2.2-1 +Depends: libc, glib2 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: location-client-api +Version: 1.0-1 +Depends: libc, glib2, libcutils, loc-pla-hdr, qcom-gps-utils, location-api-msg-proto +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: LwM2M_Client +Version: 1-1 +Depends: libc, libporting_layer, libcommon_layer, liblwm2m_clnt_ipc, libcoap_layer, location-qapi, loc-hal, qmi, qmiservices, qmi-framework, libqcmaputils, libqmi-ip +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libevent2-7 +ABIVersion: -7 +Version: 2.1.12-1 +Depends: libc +Provides: libevent2 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: rpcd-mod-iwinfo +Version: 2022-12-15-7de4820c-1 +Depends: libiwinfo (>= 2022-12-15), libc, libubus20220601, libubox20220515, rpcd, libiwinfo20210430 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: kmod-wlan-cnss-legacy +Version: 5.15+1.0-1 +Depends: kernel (= 5.15-1-unknown) +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: luci-mod-network +Version: git-23.093.42704-52965f4 +Depends: libc, luci-base, libiwinfo-lua, rpcd-mod-iwinfo +Status: install user installed +Architecture: all +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: datafactory +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: kmod-nft-core +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown), kmod-nfnetlink, kmod-nf-reject, kmod-nf-reject6, kmod-nf-conntrack6, kmod-nf-nat, kmod-nf-log, kmod-nf-log6, kmod-lib-crc32c +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: ssl_demo +Version: 1-1 +Depends: libc, libporting_layer, libopenssl1.1, securemsm +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: data_path_opt +Version: 1-1 +Depends: libc, dsutils, diag, libqcmaputils, musl-fts +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libvmmem +Version: 1.0.0-1 +Depends: libc, libbase, liblog +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: ql-audio +Version: 1.0-1 +Depends: libc, nand-utils, libopenssl1.1, libxml2, libhardware, acdbdata, media-headers, audio-utils, qahw, qahw-api, quectel-features-config, ql-common-tools, ql-syslog +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: nmea-test-app +Version: 1.0-1 +Depends: libc, qmi-framework, loc-api-v02, qcom-gps-utils +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libdmabufheap +Version: 1.0-1 +Depends: libc, libbase, libion +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libhardware +Version: 1.0-1 +Depends: libc, libcutils, libutils, liblog, core-include, quectel-features-config +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libatomic1 +ABIVersion: 1 +Version: 11.2.0-4 +Depends: libgcc1 +Provides: libatomic +Status: install hold installed +Essential: yes +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: mbim +Version: 1.0-1 +Depends: libc, glib2, libcutils, diag, libqmi-ip, qmiidl, qmi, qmi-framework, libjson-c5, ubus, libubox20220515, mboem +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libnfnetlink0 +ABIVersion: 0 +Version: 1.0.2-1 +Depends: libc +Provides: libnfnetlink +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: loc-eng-hub +Version: 1.0-1 +Depends: libc, loc-hal, loc-core, data-items, lbs-core, gnsspps, diag, loc-diag-iface-hdr, locutil, cdfw, loc-qwes-iface, securemsm-noship, securemsm +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: uhttpd-mod-ubus +Version: 2022-10-31-23977554-1 +Depends: libc, uhttpd, libubus20220601, libblobmsg-json20220515 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libtirpc +Version: 1.3.2-2 +Depends: libc, libpthread +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: dsi_netctrl_test +Version: 1-1 +Depends: libc, dsi_netctrl, qmiservices, qmiidl, qmi +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: fwtool +Version: 2019-11-12-8f7fe925-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: qti_ppp +Version: 1-1 +Depends: libc, diag, libqcmaputils, qmiservices, qmi-framework +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: msmirqbalance +Version: 1.0-1 +Depends: libc, common, liblog, glib2, libcutils, libutils +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libnetfilter-cttimeout1 +ABIVersion: 1 +Version: 1.0.0-2 +Depends: libc, libmnl0 +Provides: libnetfilter-cttimeout +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: jsonfilter +Version: 2018-02-04-c7e938d6-1 +Depends: libc, libubox20220515, libjson-c5 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libnl-nf200 +ABIVersion: 200 +Version: 3.5.0-1 +Depends: libc, libnl-route200 +Provides: libnl-nf +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: qcril-data-hal-messages +Version: 1.0-1 +Depends: libc, glib2, diag, dsi_netctrl, qcril-nr-headers, qcril-data-hal-headers +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: iperf3 +Version: 3.11-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: daemon-scripts +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: wireless-tools +Version: 29-6 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: reboot-daemon +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: ql-nw-service +Version: 1.0-1 +Depends: libc, diag, qmi, qmi-framework, ql-common-tools, ql-syslog, ql-lib-utils, ql-lib-ipc, libpugixml, libqcmap_client, libqcmap_lan_client, loc-hal, loc-api-v02 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: loc-base-util +Version: 1.0-1 +Depends: libc, liblog, glib2, loc-pla-hdr, libopenssl1.1, libsqlite3-0 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libattr +Version: 2.5.1-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libuv1 +ABIVersion: 1 +Version: 1.41.1-1 +Depends: libc, libpthread, librt +Provides: libuv +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: binder +Version: 1.0-1 +Depends: libc, liblog, libcutils, libutils, core-include, libselinux, glib2 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libcellular_device_manager +Version: 1-1 +Depends: libc, diag, dsutils, libqcmap_client, libqcmap_cm, location-client-api +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: loc-net-iface +Version: 1.0-1 +Depends: libc, libqcmap_client, libqcmap_lan_client, dsutils, qmi, qmi-framework, loc-hal, data-items, loc-api-wds +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: libedit +Version: 20210522-3.1-1 +Depends: libc, libncurses6 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: kpigen +Version: 1.0-1 +Depends: libc, liblog, libcutils, libutils, glib2 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: kmod-wlan-cnss2 +Version: 5.15+1.0-1 +Depends: kernel (= 5.15-1-unknown) +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: urngd +Version: 2020-01-21-c7f7b6b6-1 +Depends: libc, libubox20220515 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: kmod-slhc +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown), kmod-lib-crc-ccitt +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: qcacld-utils +Version: 1.0-1 +Depends: libc, diag, dsutils, libcutils, libnl200, qmi, qmi-framework, wpa-supplicant-qcacld, kmod-qcacld32-ll +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: lowi-test +Version: 1.0-1 +Depends: libc, libxml2, loc-launcher, lowi-client, lowi-common-hdr +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: gpr +Version: 1 +Depends: libc, ar-osal, glib2 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: ql-syslog +Version: 1.0-1 +Depends: libc, nand-utils, liblog, libexecinfo +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: usb-composition +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: rpcd-mod-rrdns +Version: 20170710 +Depends: libc, rpcd, libubox20220515, libubus20220601 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: qcril-data-hal-headers +Version: 1.0-1 +Depends: libc +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: ip6tables-zz-legacy +Version: 1.8.7-7 +Depends: libc, kmod-ip6tables, xtables-legacy +Provides: ip6tables, ip6tables-legacy +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Alternatives: 200:/usr/sbin/ip6tables:/usr/sbin/xtables-legacy-multi, 200:/usr/sbin/ip6tables-restore:/usr/sbin/xtables-legacy-multi, 200:/usr/sbin/ip6tables-save:/usr/sbin/xtables-legacy-multi + +Package: LwM2M_Client_App +Version: 1-1 +Depends: libc, libporting_layer, liblwm2m_clnt_ipc, location-qapi, loc-hal, LwM2M_Client, qmi, qmiservices, qmi-framework, libqcmaputils, libqmi-ip +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: ppp-mod-pppoe +Version: 2.4.9.git-2021-01-04-3 +Depends: libc, kmod-pppoe +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libnghttp2-14 +ABIVersion: -14 +Version: 1.44.0-1 +Depends: libc +Provides: libnghttp2 +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + +Package: loc-socket +Version: 1.0-1 +Depends: libc, glib2, libcutils, loc-pla-hdr, qcom-gps-utils +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: kmod-ipt-nat +Version: 5.15-1 +Depends: kernel (= 5.15-1-unknown), kmod-ipt-core, kmod-nf-nat +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libnl-genl200 +ABIVersion: 200 +Version: 3.5.0-1 +Depends: libc, libnl-core200 +Provides: libnl-genl +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: libporting_layer +Version: 1-1 +Depends: libc, diag, dsutils, libopenssl1.1, securemsm +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: iptables-zz-legacy +Version: 1.8.7-7 +Depends: libc, xtables-legacy +Provides: iptables, iptables-legacy +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Alternatives: 200:/usr/sbin/iptables:/usr/sbin/xtables-legacy-multi, 200:/usr/sbin/iptables-restore:/usr/sbin/xtables-legacy-multi, 200:/usr/sbin/iptables-save:/usr/sbin/xtables-legacy-multi + +Package: agm-sw-binder-client +Version: 1 +Depends: libc, libutils, libcutils, binder, glib2, audio-utils, core-include, audio-log-utils, libexpat, agm-sw-binder-server +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 + +Package: core-include +Version: 1.0-1 +Depends: libc, libcap +Status: install user installed +Architecture: arm_cortex-a7_neon-vfpv4 +Installed-Time: 1733796300 +Auto-Installed: yes + diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/security/pam_deny.so b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/security/pam_deny.so new file mode 100755 index 0000000..16343da Binary files /dev/null and b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/security/pam_deny.so differ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/security/pam_faildelay.so b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/security/pam_faildelay.so new file mode 100755 index 0000000..8d0b433 Binary files /dev/null and b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/security/pam_faildelay.so differ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/security/pam_permit.so b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/security/pam_permit.so new file mode 100755 index 0000000..3f22bdf Binary files /dev/null and b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/security/pam_permit.so differ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/security/pam_unix.so b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/security/pam_unix.so new file mode 100755 index 0000000..db2d462 Binary files /dev/null and b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/security/pam_unix.so differ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/security/pam_warn.so b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/security/pam_warn.so new file mode 100755 index 0000000..cad3ccc Binary files /dev/null and b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/lib/security/pam_warn.so differ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/arping b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/arping new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/arping @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/brctl b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/brctl new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/brctl @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/chroot b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/chroot new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/chroot @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/crond b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/crond new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/crond @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/getsebool b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/getsebool new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/getsebool @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/load_policy b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/load_policy new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/load_policy @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/matchpathcon b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/matchpathcon new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/matchpathcon @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/ntpd b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/ntpd new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/ntpd @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/ntpd-hotplug b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/ntpd-hotplug new file mode 100755 index 0000000..f09f5bb --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/ntpd-hotplug @@ -0,0 +1,12 @@ +#!/bin/sh + +. /usr/share/libubox/jshn.sh + +addenv="$( env | while read line; do echo "json_add_string \"\" \"$line\";"; done )" +json_init +json_add_array env +json_add_string "" "ACTION=$1" +eval "$addenv" +json_close_array env + +ubus call hotplug.ntp call "$(json_dump)" diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/opkg-key b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/opkg-key new file mode 100755 index 0000000..51d1857 --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/opkg-key @@ -0,0 +1,58 @@ +#!/bin/sh + +OPKG_KEYS="${OPKG_KEYS:-/etc/opkg/keys}" + +usage() { + cat < +Commands: + add : Add keyfile to opkg trusted keys + remove : Remove keyfile matching from opkg trusted keys + verify : Check list file against signature file + +EOF + exit 1 +} + +opkg_key_verify() { + local sigfile="$1" + local msgfile="$2" + + ( + zcat "$msgfile" 2>/dev/null || + cat "$msgfile" 2>/dev/null + ) | usign -V -P "$OPKG_KEYS" -q -x "$sigfile" -m - +} + +opkg_key_add() { + local key="$1" + [ -n "$key" ] || usage + [ -f "$key" ] || echo "Cannot open file $1" + local fingerprint="$(usign -F -p "$key")" + mkdir -p "$OPKG_KEYS" + cp "$key" "$OPKG_KEYS/$fingerprint" +} + +opkg_key_remove() { + local key="$1" + [ -n "$key" ] || usage + [ -f "$key" ] || echo "Cannot open file $1" + local fingerprint="$(usign -F -p "$key")" + rm -f "$OPKG_KEYS/$fingerprint" +} + +case "$1" in + add) + shift + opkg_key_add "$@" + ;; + remove) + shift + opkg_key_remove "$@" + ;; + verify) + shift + opkg_key_verify "$@" + ;; + *) usage ;; +esac diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/selinuxenabled b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/selinuxenabled new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/selinuxenabled @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/sestatus b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/sestatus new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/sestatus @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/setsebool b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/setsebool new file mode 120000 index 0000000..f948f1a --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/sbin/setsebool @@ -0,0 +1 @@ +../../bin/busybox \ No newline at end of file diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/share/acl.d/ntpd.json b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/share/acl.d/ntpd.json new file mode 100644 index 0000000..991793d --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/share/acl.d/ntpd.json @@ -0,0 +1,8 @@ +{ + "user": "ntp", + "access": { + "hotplug.ntp": { + "methods": [ "call" ] + } + } +} diff --git a/opkg-feed/installer/opkg b/opkg-feed/installer/opkg deleted file mode 100755 index 315884b..0000000 Binary files a/opkg-feed/installer/opkg and /dev/null differ diff --git a/opkg-feed/installer/opkg.conf b/opkg-feed/installer/opkg.conf deleted file mode 100644 index 806a207..0000000 --- a/opkg-feed/installer/opkg.conf +++ /dev/null @@ -1,11 +0,0 @@ -src/gz iamromulan-SDXLEMUR-repo https://raw.githubusercontent.com/iamromulan/quectel-rgmii-toolkit/development-SDXLEMUR/opkg-feed -src/gz entware http://bin.entware.net/armv7sf-k3.2 -dest root / -dest ram /tmp -lists_dir ext /opt/var/opkg-lists -option tmp_dir /tmp -arch all 100 -arch armv7-3.2 120 -arch armv7hf 130 -arch arm_cortex-a7_neon-vfpv4 160 -arch sdxlemur 180 diff --git a/opkg-feed/installer/opkg.list b/opkg-feed/installer/opkg.list deleted file mode 100644 index ce57a2b..0000000 --- a/opkg-feed/installer/opkg.list +++ /dev/null @@ -1 +0,0 @@ -/opt/bin/opkg