diff --git a/README.md b/README.md index 7cede3a..163a1f8 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ https://user-images.githubusercontent.com/40600040/128418449-79f69b98-8f81-4315-
Expand steps! - #### 1. Flash Openwrt following guide [here:](https://github.com/shivajiva101/OctoWrt/tree/23.05.0-137/firmware/OpenWrt_snapshot) + #### 1. Flash Openwrt following guide [here:](https://github.com/shivajiva101/OctoWrt/tree/23.05.0-134/firmware/OpenWrt_snapshot) Once flashed setup internet access on the box (either Wi-Fi client or wired connection)
@@ -66,7 +66,7 @@ https://user-images.githubusercontent.com/40600040/128418449-79f69b98-8f81-4315- #### 2. Execute extroot script: ``` - wget https://github.com/shivajiva101/OctoWrt/raw/23.05.0-137/scripts/1_format_extroot.sh + wget https://github.com/shivajiva101/OctoWrt/raw/23.05.0-134/scripts/1_format_extroot.sh chmod +x 1_format_extroot.sh ./1_format_extroot.sh @@ -75,7 +75,7 @@ https://user-images.githubusercontent.com/40600040/128418449-79f69b98-8f81-4315- Important: You *need* a stable internet connection for this to succeed. If the script fails try using the manual installation method. ``` - wget https://github.com/shivajiva101/OctoWrt/raw/23.05.0-137/scripts/2_octoprint_install.sh + wget https://github.com/shivajiva101/OctoWrt/raw/23.05.0-134/scripts/2_octoprint_install.sh chmod +x 2_octoprint_install.sh ./2_octoprint_install.sh @@ -116,13 +116,13 @@ https://user-images.githubusercontent.com/40600040/128418449-79f69b98-8f81-4315-
Expand steps! -* **OpenWrt**: Make sure you've got OpenWrt flashed. Follow guide from [here](https://github.com/shivajiva101/OctoWrt/tree/23.05.0-137/firmware/OpenWrt_snapshot) -> Once flashed setup Wi-Fi client or wired connection for internet access on the box +* **OpenWrt**: Make sure you've got OpenWrt flashed. Follow guide from [here](https://github.com/shivajiva101/OctoWrt/tree/23.05.0-134/firmware/OpenWrt_snapshot) -> Once flashed setup Wi-Fi client or wired connection for internet access on the box -* **Extroot**: execute [this](https://github.com/shivajiva101/OctoWrt/blob/23.05.0-137/scripts/1_format_extroot.sh) script. Make sure to have a microsd plugged +* **Extroot**: execute [this](https://github.com/shivajiva101/OctoWrt/blob/23.05.0-134/scripts/1_format_extroot.sh) script. Make sure to have a microsd plugged ``` cd ~ - wget https://github.com/shivajiva101/OctoWrt/raw/23.05.0-137/scripts/1_format_extroot.sh + wget https://github.com/shivajiva101/OctoWrt/raw/23.05.0-134/scripts/1_format_extroot.sh chmod +x 1_format_extroot.sh ./1_format_extroot.sh @@ -166,7 +166,7 @@ https://user-images.githubusercontent.com/40600040/128418449-79f69b98-8f81-4315- ``` rm /etc/opkg/distfeeds.conf; -wget https://github.com/shivajiva101/OctoWrt/raw/23.05.0-137/openwrt/distfeeds.conf -P /etc/opkg +wget https://github.com/shivajiva101/OctoWrt/raw/23.05.0-134/openwrt/distfeeds.conf -P /etc/opkg opkg update opkg install gcc make unzip htop wget-ssl git-http opkg install v4l-utils mjpg-streamer-input-uvc mjpg-streamer-output-http mjpg-streamer-www ffmpeg diff --git a/firmware/OpenWrt_snapshot/README.md b/firmware/OpenWrt_snapshot/README.md index 5ead6e3..e71e9e0 100644 --- a/firmware/OpenWrt_snapshot/README.md +++ b/firmware/OpenWrt_snapshot/README.md @@ -7,7 +7,7 @@ Alternative Options: **A. Standard option** -1. Rename `*factory.bin` to `cxsw_update.tar.bz2` +1. Use the `cxsw_update.tar.bz2` file provided in a release 2. Copy it to the root of a FAT32 formatted microSD card. 3. Turn on the device, wait for it to start, then insert the card. The stock firmware reads the `install.sh` script from this archive and flashes the new OpenWrt image. 4. `ssh` into it with ethernet `ssh root@192.168.1.1` or get into serial baud: `57600`, enable radio in `/etc/config/wireless`, reboot, the box will create an AP `OpenWrt`- connect to it -> `ssh` and continue Wi-fi internet setup. @@ -19,8 +19,8 @@ Alternative Options: ### If your box is already on OpenWrt and has the luci web UI reachable: Alternative Options: -**A. Flashing another Openwrt binary:** Access the luci web UI -> Go to System -> Upgrade -> Uncheck the box that sais `Save configs` -> Upload the SYSUPGRADE bin -> Flash -**B. Resetting the box** By holding the reset button for about 6 seconds the box will freshly reset the current OpenWrt firmware. +**A. Flashing another Openwrt binary:** Access the luci web UI -> Go to System -> Backup/Flash Firmware -> Flash image -> Browse for the sysupgrade.bin -> Upload -> Uncheck the box that says `Save configs` -> Flash +**B. Resetting the box** By holding the reset button until the green led starts rapidly flashing(about 6 seconds) the box will reset the current OpenWrt firmware. **C. Using the `Recovery process`** see below diff --git a/openwrt/distfeeds.conf b/openwrt/distfeeds.conf index 68402f4..a9231fe 100644 --- a/openwrt/distfeeds.conf +++ b/openwrt/distfeeds.conf @@ -1,4 +1,4 @@ -src/gz openwrt_core https://github.com/shivajiva101/OctoWrt/raw/23.05.0-137/packages/ramips/mt76x8/packages +src/gz openwrt_core https://github.com/shivajiva101/OctoWrt/raw/23.05.0-134/packages/ramips/mt76x8/packages src/gz openwrt_base https://downloads.openwrt.org/releases/23.05.0/packages/mipsel_24kc/base src/gz openwrt_luci https://downloads.openwrt.org/releases/23.05.0/packages/mipsel_24kc/luci src/gz openwrt_packages https://downloads.openwrt.org/releases/23.05.0/packages/mipsel_24kc/packages diff --git a/packages/ramips/mt76x8/packages/Packages b/packages/ramips/mt76x8/packages/Packages index 4fdfe03..99d55f1 100644 --- a/packages/ramips/mt76x8/packages/Packages +++ b/packages/ramips/mt76x8/packages/Packages @@ -7,22 +7,22 @@ License: GPL-2.0 Section: net CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 2333 +Installed-Size: 2335 Filename: arptables-nft_1.8.8-1_mipsel_24kc.ipk -Size: 3039 -SHA256sum: fe7772950dfa9e93ed83b20e5de7f7c5f0d94c015c144a4b1deef27960793cd0 +Size: 3055 +SHA256sum: e7d8983eb93933167785bd682441390f103de155196633925dc81061a23b571e Description: ARP firewall administration tool nft Package: base-files -Version: 1547-r23618-f5f97f4eff +Version: 1547-r23557-f3accf6730 Depends: libc, netifd, jsonfilter, usign, openwrt-keyring, fstools, fwtool License: GPL-2.0 Section: base Architecture: mipsel_24kc -Installed-Size: 47793 -Filename: base-files_1547-r23618-f5f97f4eff_mipsel_24kc.ipk -Size: 48815 -SHA256sum: 9e16f73158dfa98433e8c16366f25d7c6653ca40840bb1c38bf30fba7e98d43a +Installed-Size: 47751 +Filename: base-files_1547-r23557-f3accf6730_mipsel_24kc.ipk +Size: 48767 +SHA256sum: c059b3a1c37fb414b4f56df367dfe4a971ee7931ff6cfaf120f94da2d395a88c Description: This package contains a base filesystem and system scripts for OpenWrt. Package: block-mount @@ -123,10 +123,10 @@ License: GPL-2.0 Section: net CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 37484 +Installed-Size: 37514 Filename: ebtables-nft_1.8.8-1_mipsel_24kc.ipk -Size: 36057 -SHA256sum: 2d5c5de9e67248b59d4ffbbb2a5187adfc86da9a71c7df06cd671a08f303d7b7 +Size: 36140 +SHA256sum: 78d7fbc7f48ce9ce843cc2a47689a5dad90fb7370d08f8de6b2d179917afeaa5 Description: Bridge firewall administration tool nft Package: fstools @@ -160,10 +160,10 @@ License: GPL-2.0 Section: net CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 14673 +Installed-Size: 14682 Filename: ip6tables-extra_1.8.8-1_mipsel_24kc.ipk -Size: 14465 -SHA256sum: 9327b2c6d035d593ca825f08f2298db980a27bc70e417a86b929a11fd5787b41 +Size: 14335 +SHA256sum: 5e79eaa2faa145f8922405a61d259f2751f0b6105226f76e2c8317a795994065 Description: iptables header matching modules for IPv6 Package: ip6tables-mod-nat @@ -173,10 +173,10 @@ License: GPL-2.0 Section: net CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 2940 +Installed-Size: 2939 Filename: ip6tables-mod-nat_1.8.8-1_mipsel_24kc.ipk -Size: 3514 -SHA256sum: 9ae893ada02a1e15ff4f118b3465829a6648057d6d35cea4cb5b2e88f030cc6f +Size: 3523 +SHA256sum: 32e830a578459a30f429dd4320877804046504017f04e60592da987bfe6d7097 Description: iptables extensions for IPv6-NAT targets. Package: ip6tables-nft @@ -190,8 +190,8 @@ CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc Installed-Size: 244 Filename: ip6tables-nft_1.8.8-1_mipsel_24kc.ipk -Size: 1067 -SHA256sum: 9735e123e01fae7c1ce7b09a9b431344536dee6b55c33e8b6c6901a4809dc461 +Size: 1068 +SHA256sum: ab52f590ff34419a48aa65b372fe8201614be2195b08c114f8a1d3d055300c60 Description: Extra ip6tables nftables nft binaries. ip6tables-nft ip6tables-nft-restore @@ -210,8 +210,8 @@ CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc Installed-Size: 213 Filename: ip6tables-zz-legacy_1.8.8-1_mipsel_24kc.ipk -Size: 1027 -SHA256sum: 0ad4e45fb9513dd9c87861a4a7324d904389e0cfc5e196118f7dd02f56695c7c +Size: 1031 +SHA256sum: b134da163795a7e57610e6d31159c63c376af8c02a136e7274f92e755aa277c6 Description: IPv6 firewall administration tool Package: iptables-mod-checksum @@ -221,10 +221,10 @@ License: GPL-2.0 Section: net CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 1333 +Installed-Size: 1332 Filename: iptables-mod-checksum_1.8.8-1_mipsel_24kc.ipk -Size: 2038 -SHA256sum: 7c1f4dd879acfeb405a888db4e7d7c99725c284d0322ef8b654458f95d45d1a6 +Size: 2037 +SHA256sum: f5878637127845781fe28f1acbdd8e075f84e0b8d1ef23afbff4a182f00f5e7e Description: iptables extension for the CHECKSUM calculation target Package: iptables-mod-cluster @@ -234,10 +234,10 @@ License: GPL-2.0 Section: net CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 2154 +Installed-Size: 2155 Filename: iptables-mod-cluster_1.8.8-1_mipsel_24kc.ipk -Size: 3118 -SHA256sum: cc75be27604f6be11b8a0aa59d6d376dfd665e319844133b655c0ad015719573 +Size: 3124 +SHA256sum: 37e579e907897e320aa88659ceced529b67bbad18e418ef0033918ca884610a6 Description: iptables extensions for matching cluster. Netfilter (IPv4/IPv6) module for matching cluster @@ -262,10 +262,10 @@ License: GPL-2.0 Section: net CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 2167 +Installed-Size: 2166 Filename: iptables-mod-clusterip_1.8.8-1_mipsel_24kc.ipk -Size: 2957 -SHA256sum: 29ac4d4cbbd17baf3244c2e91df1a3980d30119c0c2d21f766c65ce8c7619d24 +Size: 2954 +SHA256sum: 8124c5f6b8f236d05a13f7ab9476000c292a95fbfdf1c1ac212d4333aa7d5ef5 Description: iptables extensions for CLUSTERIP. The CLUSTERIP target allows you to build load-balancing clusters of network servers without having a dedicated load-balancing @@ -282,10 +282,10 @@ License: GPL-2.0 Section: net CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 14918 +Installed-Size: 14924 Filename: iptables-mod-conntrack-extra_1.8.8-1_mipsel_24kc.ipk -Size: 14921 -SHA256sum: 44d20b6008abee534713650425f351739e799ae08bb8b770a93286731d5b6387 +Size: 14888 +SHA256sum: 78c543003598ece3359fa5bfa9bd393ae0f6ff9e3645cb5336a17cfab71dde3b Description: Extra iptables extensions for connection tracking. Matches: @@ -306,10 +306,10 @@ License: GPL-2.0 Section: net CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 11019 +Installed-Size: 11029 Filename: iptables-mod-extra_1.8.8-1_mipsel_24kc.ipk -Size: 11126 -SHA256sum: 69d263db6344e535769dafc0dc874b210e904f4f014234e1a349d4d0d0cd3dec +Size: 11116 +SHA256sum: 2815b707ead00ecfcd5c539e20a54a5c9e56900b4befa1d86afe51339119e04e Description: Other extra iptables extensions. Matches: @@ -327,10 +327,10 @@ License: GPL-2.0 Section: net CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 5293 +Installed-Size: 5295 Filename: iptables-mod-filter_1.8.8-1_mipsel_24kc.ipk -Size: 5836 -SHA256sum: d6aad798c7f54e09a4227986e48d85e5181e4eccdf3dcea4cbe5a4ac3a558c15 +Size: 5861 +SHA256sum: 285725289cac5678eee1b4f39bb299c966835c950e16e4a62a409fb0f7d0170f Description: iptables extensions for packet content inspection. Includes support for: @@ -346,10 +346,10 @@ License: GPL-2.0 Section: net CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 8079 +Installed-Size: 8080 Filename: iptables-mod-hashlimit_1.8.8-1_mipsel_24kc.ipk -Size: 8757 -SHA256sum: 69744521da09ac486a15d10762666a7b0855bc94ff01d0dd5d7aa70866d42026 +Size: 8766 +SHA256sum: 2acb2b81068308119e51f11d2842d6cfb0f866b28507a0c2e234e1925a55bb5b Description: iptables extensions for hashlimit matching Matches: @@ -363,10 +363,10 @@ License: GPL-2.0 Section: net CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 23955 +Installed-Size: 23977 Filename: iptables-mod-ipopt_1.8.8-1_mipsel_24kc.ipk -Size: 22472 -SHA256sum: a67f47582cea385c00e1158cd5d7649e8947bbb3cfbd8baf3d2b427440bfe7c2 +Size: 22776 +SHA256sum: 7c375f61bb832ff1b8bf07162d37c20ca49b00c6f7bd60a543b8f4c32d3dc47d Description: iptables extensions for matching/changing IP packet options. Matches: @@ -392,10 +392,10 @@ License: GPL-2.0 Section: net CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 3175 +Installed-Size: 3177 Filename: iptables-mod-iprange_1.8.8-1_mipsel_24kc.ipk -Size: 3816 -SHA256sum: 6bb98d03bc90b3f660e293f47d3f6dbb2e444890f62c3b0cccb1c318e06447a4 +Size: 3825 +SHA256sum: f8a674014f63a3cd40c7eca89098278d94d8dbae71fbb58abd72e5375fb132f9 Description: iptables extensions for matching ip ranges. Matches: @@ -411,8 +411,8 @@ CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc Installed-Size: 7051 Filename: iptables-mod-ipsec_1.8.8-1_mipsel_24kc.ipk -Size: 7305 -SHA256sum: 0066f81b0f7486091b5a75d2ee7b289007eed09966522faddfe1ab1b0653aa43 +Size: 7300 +SHA256sum: 583f49f1fd56913d8c8590b65936e9e1ae75ec164ad1d71524d41b94bc44c018 Description: iptables extensions for matching ipsec traffic. Matches: @@ -428,10 +428,10 @@ License: GPL-2.0 Section: net CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 1879 +Installed-Size: 1880 Filename: iptables-mod-led_1.8.8-1_mipsel_24kc.ipk -Size: 2543 -SHA256sum: e608a84fdc2869c02920f80c30d665f7f6a19a477e9510281f4d3fbe9b0615c7 +Size: 2546 +SHA256sum: 93512eaf3e47a126e329166596268d994cfd12ecf82497ecfbb00e6a2c281ee1 Description: iptables extension for triggering a LED. Targets: @@ -445,10 +445,10 @@ License: GPL-2.0 Section: net CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 3010 +Installed-Size: 3011 Filename: iptables-mod-nat-extra_1.8.8-1_mipsel_24kc.ipk -Size: 3578 -SHA256sum: 54d996fb9c2ebfa1853348ac240f74022edf3e6d945b113ff052abbc151d24ec +Size: 3593 +SHA256sum: 3d5a7aa8ea9fb823bf690a097f38372f8fd0fa1f7f780a8a5a1b2d61fce3a299 Description: iptables extensions for extra NAT targets. Targets: @@ -462,10 +462,10 @@ License: GPL-2.0 Section: net CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 2174 +Installed-Size: 2176 Filename: iptables-mod-nflog_1.8.8-1_mipsel_24kc.ipk -Size: 2869 -SHA256sum: caf673cfb779290985e38bc8a5bf0d0f0192f5aae1bc96385485597684b4ade1 +Size: 2878 +SHA256sum: 78748aa6aef07e03a4092c93dc89486ef75d824d464317c2b4c8e2ff7dfbdc77 Description: iptables extension for user-space logging via NFNETLINK. Includes: @@ -479,10 +479,10 @@ License: GPL-2.0 Section: net CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 2491 +Installed-Size: 2492 Filename: iptables-mod-nfqueue_1.8.8-1_mipsel_24kc.ipk -Size: 3172 -SHA256sum: 6988207d11de123564a6af79fdd295beb4232c333b2418211d092c8f43a97065 +Size: 3174 +SHA256sum: 377f6ad1c09f08a802541a9b1f4f4acb4784d45807a2df920d4852e18098448d Description: iptables extension for user-space queuing via NFNETLINK. Includes: @@ -498,8 +498,8 @@ CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc Installed-Size: 1850 Filename: iptables-mod-physdev_1.8.8-1_mipsel_24kc.ipk -Size: 2500 -SHA256sum: ce8ecdeaa02d999f58c2c3fc5d088dae46c4d102bc104059a82847ac3341f6bf +Size: 2501 +SHA256sum: 56fc414e227dab2bf961c86289d7865bf0a6fe2a0fb43b426bb2bae3e2f31638 Description: The iptables physdev match. Package: iptables-mod-rpfilter @@ -509,10 +509,10 @@ License: GPL-2.0 Section: net CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 1842 +Installed-Size: 1841 Filename: iptables-mod-rpfilter_1.8.8-1_mipsel_24kc.ipk Size: 2518 -SHA256sum: 94bc566d542c02d63fa9803d33da47d5aa152b3b28b147ff68f45cf1d590c4c0 +SHA256sum: ca68c530b3dfb031545b3db938a1b1ae422b4ad05902116507600190fc5d120e Description: iptables extensions for reverse path filter test on a packet Matches: @@ -526,10 +526,10 @@ License: GPL-2.0 Section: net CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 1793 +Installed-Size: 1791 Filename: iptables-mod-socket_1.8.8-1_mipsel_24kc.ipk -Size: 2462 -SHA256sum: f20b377127b1f0dfeb3974f653390150bb2088dcf66d1357ea5648277480cb64 +Size: 2461 +SHA256sum: 89064813a4fedaed02e67bb245c7cd53bd93b009aaadad2c0c5c0bab1a2824b5 Description: Socket match iptables extensions. Matches: @@ -545,8 +545,8 @@ CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc Installed-Size: 1751 Filename: iptables-mod-tee_1.8.8-1_mipsel_24kc.ipk -Size: 2415 -SHA256sum: bc97d768724a21615534c411aa6e9c5bf3f42e584c181b675d8ea45fd5010557 +Size: 2408 +SHA256sum: 7fe6e92c97a7f7f0f1bfd377cd9635472747cc423c2f0f4f6461714aa8a28ed9 Description: TEE iptables extensions. Targets: @@ -562,8 +562,8 @@ CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc Installed-Size: 1803 Filename: iptables-mod-tproxy_1.8.8-1_mipsel_24kc.ipk -Size: 2477 -SHA256sum: 4edc699d8145cf99cf7ae7a39a03ab088b79ba6eff86b1581c1d67afcdcf1651 +Size: 2478 +SHA256sum: c0fe522afd449c8fcfd6c1239e9883452e5cc8415091531311d0c661e0ad2cc2 Description: Transparent proxy iptables extensions. Targets: @@ -577,10 +577,10 @@ License: GPL-2.0 Section: net CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 1102 +Installed-Size: 1103 Filename: iptables-mod-trace_1.8.8-1_mipsel_24kc.ipk -Size: 1806 -SHA256sum: f2d13e6de1f314899a181dffd3d77bb58aae64f58aa60844f2d50d089a97f821 +Size: 1805 +SHA256sum: 9c05de4479a13ae35da7c091e233c89506d945fe1a3cb2c9f2433e79b6a839dd Description: iptables extension for TRACE target Includes: @@ -596,8 +596,8 @@ CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc Installed-Size: 2488 Filename: iptables-mod-u32_1.8.8-1_mipsel_24kc.ipk -Size: 3124 -SHA256sum: 913e92045d311db85c332719ccbfde1af42e008d39a5e9522ea69a4e7e6dce35 +Size: 3120 +SHA256sum: 3bc023d673ac4ff5c2e3af05e1efe5ec703a26c50739c191fc299c6f9f84cfa7 Description: U32 iptables extensions. Matches: @@ -613,10 +613,10 @@ License: GPL-2.0 Section: net CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 241 +Installed-Size: 243 Filename: iptables-nft_1.8.8-1_mipsel_24kc.ipk -Size: 1063 -SHA256sum: 5a3b2d86a9f7af3aac86c47952bc3bb8135a220acdf3a4ec56ce40982b08b4d7 +Size: 1067 +SHA256sum: 945c0478f5c862645ee904206a3b4635a57340e25d49e1fd0830220c8897ad06 Description: Extra iptables nftables nft binaries. iptables-nft iptables-nft-restore @@ -633,10 +633,10 @@ License: GPL-2.0 Section: net CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 244 +Installed-Size: 245 Filename: iptables-zz-legacy_1.8.8-1_mipsel_24kc.ipk -Size: 1212 -SHA256sum: bfa51e4520f87b7a1ddc503d9a92e37674166d9fdcfe8a781108699d03ee3cbd +Size: 1218 +SHA256sum: fe5c3be8aa93146c72a65255ed0f5bcd1874335eb8378914e5da83f1f7b71896 Description: IP firewall administration tool. Matches: @@ -688,15 +688,15 @@ Description: This package contains: jboot_config_read.c: partially read the config partition of JBOOT based D-Link devices. Package: kmod-3c59x -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mii +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mii License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 19435 -Filename: kmod-3c59x_5.15.137-1_mipsel_24kc.ipk -Size: 20357 -SHA256sum: 5b46d730d220a7645d4936f808019d13c1c038b146a574217c702d5d2ee70e47 +Installed-Size: 19436 +Filename: kmod-3c59x_5.15.134-1_mipsel_24kc.ipk +Size: 20364 +SHA256sum: e792fcf04f557e6e1a66d37fe11bb5556300142076d0489e49c532d575ba0805 Description: This option enables driver support for a large number of 10mbps and 10/100mbps EISA, PCI and PCMCIA 3Com Ethernet adapters: - "Vortex" (Fast EtherLink 3c590/3c592/3c595/3c597) EISA and PCI @@ -706,566 +706,566 @@ Description: This option enables driver support for a large number of 10mbps an - "Hurricane" (3c555/3cSOHO) PCI Package: kmod-6lowpan -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 10599 -Filename: kmod-6lowpan_5.15.137-1_mipsel_24kc.ipk -Size: 11303 -SHA256sum: 036cca1a8515d057ace54ad3c8ca40228764e7a7fccd8ac1bc195c681eaf26a4 +Installed-Size: 10600 +Filename: kmod-6lowpan_5.15.134-1_mipsel_24kc.ipk +Size: 11297 +SHA256sum: 8930cb88d34cd6f7960fb2fee30bff7b1806c243ec90d96a9aeab0a39c034ac7 Description: Shared 6lowpan code for IEEE 802.15.4 and Bluetooth. Package: kmod-8139cp -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mii +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mii License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 10929 -Filename: kmod-8139cp_5.15.137-1_mipsel_24kc.ipk -Size: 11725 -SHA256sum: d2e4bd920e7ef12518bbe183ddb246dc61752e9f2f20ef7658dd9880d9b0ecda +Installed-Size: 10932 +Filename: kmod-8139cp_5.15.134-1_mipsel_24kc.ipk +Size: 11722 +SHA256sum: 1bae101a8bafb42ead65368d88a887d43e1b56be1ef459a62730fdc301811ffb Description: Kernel module for RealTek RTL-8139C+ PCI Fast Ethernet adapters Package: kmod-8139too -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mii +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mii License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 10644 -Filename: kmod-8139too_5.15.137-1_mipsel_24kc.ipk -Size: 11412 -SHA256sum: 08cc97c2edffd1ab7fea8427ba215651d2c6320c3295b40e76bd5fcd42e9e49c +Filename: kmod-8139too_5.15.134-1_mipsel_24kc.ipk +Size: 11410 +SHA256sum: a8bb2b1d894aae8675a22bb475184c354875b55f0635876ada84bbbd119102a5 Description: Kernel modules for RealTek RTL-8139 PCI Fast Ethernet adapters Package: kmod-ac97 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sound-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sound-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 49727 -Filename: kmod-ac97_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 49729 +Filename: kmod-ac97_5.15.134-1_mipsel_24kc.ipk Size: 49916 -SHA256sum: 75a43d723d90c8d1918b8ec23e839e84fccda8e02b94eaa8f0363226ad612ea9 +SHA256sum: a9dec680e69141b6dcfa0d02cefea52dee852a29b6cb4cc185461c1e960daea8 Description: The ac97 controller Package: kmod-alx -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mdio +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mdio License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 18537 -Filename: kmod-alx_5.15.137-1_mipsel_24kc.ipk -Size: 19281 -SHA256sum: 8887d6aabc5ad18d9c9721bff58436c353fd3b93aa5cbe60787d6c217f35250b +Installed-Size: 18539 +Filename: kmod-alx_5.15.134-1_mipsel_24kc.ipk +Size: 19276 +SHA256sum: fe0cebb835ab05c52e71375809e7a4e983e60dcb015facab8fa5bbf2daef396c Description: Qualcomm Atheros AR816x/AR817x PCI-E Ethernet Network Driver Package: kmod-aoe -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 23167 -Filename: kmod-aoe_5.15.137-1_mipsel_24kc.ipk -Size: 23834 -SHA256sum: f0c122d4e2d3037b9ea19c82d3f15a2b626bbc2e33987cf71b5f07a0ad95a7b8 +Installed-Size: 23166 +Filename: kmod-aoe_5.15.134-1_mipsel_24kc.ipk +Size: 23831 +SHA256sum: e18db2954a54b4fd651af53b189aa749f022ccb45582868a466fe7943175c15a Description: Kernel support for ATA over Ethernet Package: kmod-ar5523 -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-ath, kmod-usb-core, kmod-input-core +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-ath, kmod-usb-core, kmod-input-core Section: kernel Architecture: mipsel_24kc -Installed-Size: 12304 -Filename: kmod-ar5523_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 13074 -SHA256sum: faacc2317b09472b77e005b520d94abe217bd4baf7c8cf992008283bef077058 +Installed-Size: 12306 +Filename: kmod-ar5523_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 13073 +SHA256sum: 6519ca5cf317e601cecd715c6bde8e0ff66a0e07bd17e9b176558abc593cb729 Description: Driver for Atheros AR5523 USB sticks Package: kmod-arptables -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 9107 -Filename: kmod-arptables_5.15.137-1_mipsel_24kc.ipk -Size: 9871 -SHA256sum: 00bb960976dd205e76db6f04a89e7d7c348fbe5718f5cf040d494a8e91f49c5a +Installed-Size: 9106 +Filename: kmod-arptables_5.15.134-1_mipsel_24kc.ipk +Size: 9870 +SHA256sum: 6f293211e88096de799404d218e22e595e3d5a0c32255946755d5f611e7b1d7e Description: Kernel modules for ARP firewalling Package: kmod-asn1-decoder -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2472 -Filename: kmod-asn1-decoder_5.15.137-1_mipsel_24kc.ipk -Size: 3207 -SHA256sum: e9313319e9c8c2038f6cc8b985aef7a8b516fba039472e91baca5cd1ab26248e +Installed-Size: 2471 +Filename: kmod-asn1-decoder_5.15.134-1_mipsel_24kc.ipk +Size: 3211 +SHA256sum: 48d12c534a5caf09a228985c3fd381274254242be4f0e8632050f08ec7784a34 Description: Simple ASN1 decoder Package: kmod-asn1-encoder -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2273 -Filename: kmod-asn1-encoder_5.15.137-1_mipsel_24kc.ipk -Size: 3022 -SHA256sum: a1bac35c59941acff6f9f937008adb252f7d0c2b4addd9b67f5ca4f616f6da42 +Installed-Size: 2269 +Filename: kmod-asn1-encoder_5.15.134-1_mipsel_24kc.ipk +Size: 3017 +SHA256sum: 1a526441575898e69f157cbc7ebf799a29b7d70c2b989ed7f1a2984be5c788a3 Description: Simple ASN1 encoder Package: kmod-at86rf230 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac802154, kmod-regmap-spi +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac802154, kmod-regmap-spi License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 10274 -Filename: kmod-at86rf230_5.15.137-1_mipsel_24kc.ipk -Size: 11028 -SHA256sum: 1b47c1f4eb8997b3eb56e8199823a2a93639da6dbf7a9e13b6d60958a9f453a0 +Installed-Size: 10273 +Filename: kmod-at86rf230_5.15.134-1_mipsel_24kc.ipk +Size: 11021 +SHA256sum: b93a4db1af25a2036b1586e4f50e088e32fe6528f9ad192c6055f62899e8fd48 Description: AT86RF230 transceiver driver Package: kmod-ata-ahci -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ata-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ata-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 6541 -Filename: kmod-ata-ahci_5.15.137-1_mipsel_24kc.ipk -Size: 7305 -SHA256sum: 4d0dca076af6b77a3397f4fdabc2c95c42d435b7cff6bb2213dcce250b0f8468 +Filename: kmod-ata-ahci_5.15.134-1_mipsel_24kc.ipk +Size: 7300 +SHA256sum: c789421f7e760f79981686f136eec378307f60b9cacb9ca3b91d324c05b616ab Description: Support for AHCI Serial ATA controllers Package: kmod-ata-artop -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ata-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ata-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2651 -Filename: kmod-ata-artop_5.15.137-1_mipsel_24kc.ipk -Size: 3401 -SHA256sum: eec45b2c5d87b12a3a343fca3aaf3a6a23a6cbdada7557f0ae8393241ddd2fec +Installed-Size: 2653 +Filename: kmod-ata-artop_5.15.134-1_mipsel_24kc.ipk +Size: 3402 +SHA256sum: 77dde8dd1f7813726200526d9a8e2eee48d8358c383523e3678b58f8667140f3 Description: PATA support for ARTOP 6210/6260 host controllers Package: kmod-ata-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-scsi-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-scsi-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 99962 -Filename: kmod-ata-core_5.15.137-1_mipsel_24kc.ipk -Size: 100250 -SHA256sum: 56cef167985beece71dc62e5d752645a98e47f4ef494a624ab492f9e10ca7e7f +Installed-Size: 99925 +Filename: kmod-ata-core_5.15.134-1_mipsel_24kc.ipk +Size: 100296 +SHA256sum: 252c05f9015bafc2c115078fb2df9d33429845cb8db4deff742270701141070f Description: Serial and Parallel ATA support Package: kmod-ata-nvidia-sata -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ata-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ata-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 11469 -Filename: kmod-ata-nvidia-sata_5.15.137-1_mipsel_24kc.ipk -Size: 12223 -SHA256sum: 265e41db9df97714d95d11293616a689ea6c0e777dd0bac92a6657b232f4aacc +Installed-Size: 11470 +Filename: kmod-ata-nvidia-sata_5.15.134-1_mipsel_24kc.ipk +Size: 12227 +SHA256sum: c2f5ec93ae97a8f38c1cedbd2e629da2990b63427765cfa1d9c6f97a5e8ce81f Description: Nvidia Serial ATA support Package: kmod-ata-pdc202xx-old -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ata-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ata-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2757 -Filename: kmod-ata-pdc202xx-old_5.15.137-1_mipsel_24kc.ipk -Size: 3531 -SHA256sum: 1369acb8b845ae8232fb6d0e648e45ce051846c0faa67f85d05b72138441184d +Installed-Size: 2758 +Filename: kmod-ata-pdc202xx-old_5.15.134-1_mipsel_24kc.ipk +Size: 3532 +SHA256sum: 0ce09fe04eb4f244e83f8e3f56e4a82266facaf25c449285c2b74f46d1e819ba Description: This option enables support for the Promise 20246, 20262, 20263, 20265 and 20267 adapters Package: kmod-ata-piix -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ata-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ata-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 6059 -Filename: kmod-ata-piix_5.15.137-1_mipsel_24kc.ipk -Size: 6825 -SHA256sum: c3253ab408b62fccdf6e7812997599ba1773a1b59fcd59d0f490fc2cabf7f9cf +Installed-Size: 6058 +Filename: kmod-ata-piix_5.15.134-1_mipsel_24kc.ipk +Size: 6820 +SHA256sum: 22b3a17530e60da28ef27697e596da520e9dc809013928574ac066c4a9ac5a7e Description: SATA support for Intel ICH5/6/7/8 series host controllers and PATA support for Intel ESB/ICH/PIIX3/PIIX4 series host controllers Package: kmod-ata-sil24 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ata-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ata-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 7036 -Filename: kmod-ata-sil24_5.15.137-1_mipsel_24kc.ipk -Size: 7814 -SHA256sum: 02c16625a8e2c4d218367ac4bfbd1eb81ddf43918fe43f283eed0c7ab5361315 +Installed-Size: 7038 +Filename: kmod-ata-sil24_5.15.134-1_mipsel_24kc.ipk +Size: 7817 +SHA256sum: 07cec85c6a42f7bbb65d18c91fac311d7592c307e1c24e8c54610895a63e1b60 Description: Support for Silicon Image 3124/3132 Serial ATA controllers Package: kmod-ata-sil -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ata-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ata-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4879 -Filename: kmod-ata-sil_5.15.137-1_mipsel_24kc.ipk -Size: 5620 -SHA256sum: 4ef2c8999466bb5bd6683a0b7ebfb531758539b1a7310a6c656981843b45f730 +Installed-Size: 4880 +Filename: kmod-ata-sil_5.15.134-1_mipsel_24kc.ipk +Size: 5615 +SHA256sum: e4b8941f85efc9a58bb40ba00dea33d2a5ba805a50248b5dd05f6d7fbdf566dd Description: Support for Silicon Image Serial ATA controllers Package: kmod-ata-via-sata -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ata-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ata-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 5010 -Filename: kmod-ata-via-sata_5.15.137-1_mipsel_24kc.ipk -Size: 5767 -SHA256sum: d0560a99bd74dd3eab200fddbb556a656858ea4cd3eda02851b559137a8bd6c9 +Installed-Size: 5011 +Filename: kmod-ata-via-sata_5.15.134-1_mipsel_24kc.ipk +Size: 5754 +SHA256sum: 421a6055d8f630389798ffd928771cffe654228be161030425a35a00d51b614f Description: This option enables support for VIA Serial ATA Package: kmod-ath10k-ct-smallbuffers -Version: 5.15.137+2022-05-13-f808496f-5 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-ath, kmod-hwmon-core +Version: 5.15.134+2022-05-13-f808496f-5 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-ath, kmod-hwmon-core Provides: kmod-ath10k License: GPLv2 Section: kernel Architecture: mipsel_24kc -Installed-Size: 253543 -Filename: kmod-ath10k-ct-smallbuffers_5.15.137+2022-05-13-f808496f-5_mipsel_24kc.ipk -Size: 252018 -SHA256sum: fef33da36859894a146a216a3188a61cc3722f7430b58eb6b6d2e8186081237e +Installed-Size: 253546 +Filename: kmod-ath10k-ct-smallbuffers_5.15.134+2022-05-13-f808496f-5_mipsel_24kc.ipk +Size: 252048 +SHA256sum: 69874e8a0693fe6ed4b06c71fd3b2bda0eff944f4ca026232dd7dfbcf30743c9 Description: ath10k-ct driver optimized for CT ath10k firmware (small buffers for low-RAM devices) Package: kmod-ath10k-ct -Version: 5.15.137+2022-05-13-f808496f-5 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-ath, kmod-hwmon-core +Version: 5.15.134+2022-05-13-f808496f-5 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-ath, kmod-hwmon-core Provides: kmod-ath10k License: GPLv2 Section: kernel Architecture: mipsel_24kc Installed-Size: 253541 -Filename: kmod-ath10k-ct_5.15.137+2022-05-13-f808496f-5_mipsel_24kc.ipk -Size: 251936 -SHA256sum: 0c2af241e016fbce1744e4a2e88e119ee427b670efe8dba0b064d559ce6cb6c3 +Filename: kmod-ath10k-ct_5.15.134+2022-05-13-f808496f-5_mipsel_24kc.ipk +Size: 252027 +SHA256sum: 8cccf0d8e8971b4ca95a9737c2687023966bf9476679bb0fe61bdfa7e9672000 Description: ath10k-ct driver optimized for CT ath10k firmware Package: kmod-ath10k-smallbuffers -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ath +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ath Section: kernel Architecture: mipsel_24kc -Installed-Size: 208031 -Filename: kmod-ath10k-smallbuffers_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 207478 -SHA256sum: 8f05f34fae1eed63be38350bebad328b57a27620be3d9cfcb3d3a12168b99bb1 +Installed-Size: 208030 +Filename: kmod-ath10k-smallbuffers_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 207389 +SHA256sum: 5df57d03aedaa35c5968fb46895a8aae211c0eb84706d37b63146b8b2d8246d7 Description: Atheros 802.11ac wireless cards support (small buffers for low-RAM devices) Package: kmod-ath10k -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ath +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ath Section: kernel Architecture: mipsel_24kc -Installed-Size: 208018 -Filename: kmod-ath10k_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 207462 -SHA256sum: 714d75afc08255a5e7dd94a9faafa2202c3e476f6395e09befb8bc187e183427 +Installed-Size: 208015 +Filename: kmod-ath10k_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 207446 +SHA256sum: bef319b4002d7ea1d7b308cec6967131a4798955e4af7b260949555e921a040d Description: This module adds support for wireless adapters based on Atheros IEEE 802.11ac family of chipsets. For now only PCI is supported. Package: kmod-ath11k-pci -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-qrtr-mhi, kmod-ath11k +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-qrtr-mhi, kmod-ath11k Section: kernel Architecture: mipsel_24kc -Installed-Size: 7668 -Filename: kmod-ath11k-pci_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 8488 -SHA256sum: 262aa5c93ff22498cc066b212441a4ae0c0b0b7c5b24e41371b49b5d959de1d8 +Installed-Size: 7666 +Filename: kmod-ath11k-pci_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 8493 +SHA256sum: 4c42b771c04d555b04772e01b5e1cae610fb2b730b76d43d75f6a25dd8f7f73f Description: This module adds support for Qualcomm Technologies 802.11ax family of chipsets with PCI bus. Package: kmod-ath11k -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ath, kmod-crypto-michael-mic +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ath, kmod-crypto-michael-mic Section: kernel Architecture: mipsel_24kc -Installed-Size: 234902 -Filename: kmod-ath11k_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 231954 -SHA256sum: bd52169cf1c0f835dad3541564ac5821f87748523ad40ed4c3fae9cd7ee4dd06 +Installed-Size: 234901 +Filename: kmod-ath11k_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 232081 +SHA256sum: eab001ef87728fcc580430ed3eb45f7bc7306fba045301359f81bed8e9c9ffdb Description: This module adds support for Qualcomm Technologies 802.11ax family of chipsets. Package: kmod-ath3k -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-bluetooth, ar3k-firmware +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-bluetooth, ar3k-firmware License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3685 -Filename: kmod-ath3k_5.15.137-1_mipsel_24kc.ipk -Size: 4363 -SHA256sum: f623c44eb7869709d69710ee4e1bf713a1acd28b7229c276868a6bcc677b98c5 +Installed-Size: 3687 +Filename: kmod-ath3k_5.15.134-1_mipsel_24kc.ipk +Size: 4366 +SHA256sum: 300d3af724f8891503cd5a78a2c852968983b9a2f445a30d3ad45b36507ca85e Description: Kernel support for ATH3K Module Package: kmod-ath5k -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ath +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ath Section: kernel Architecture: mipsel_24kc -Installed-Size: 85952 -Filename: kmod-ath5k_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 86368 -SHA256sum: 578f90aaff6ba08cecc7903e295d52867cc42e4079dd954a5f21f6e7ae11116e +Installed-Size: 85951 +Filename: kmod-ath5k_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 86345 +SHA256sum: f4883f3f80cad443da9d0d7a73b2565f32807f192112761d7f41896d6e55ff8c Description: This module adds support for wireless adapters based on Atheros 5xxx chipset. Package: kmod-ath6kl-sdio -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mmc, kmod-ath6kl +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mmc, kmod-ath6kl Section: kernel Architecture: mipsel_24kc -Installed-Size: 8562 -Filename: kmod-ath6kl-sdio_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 9398 -SHA256sum: 901d18a280a73ad629d0bdbe4a632fc51c7276a0ce62b5d4a0c22381fdc0e22f +Installed-Size: 8559 +Filename: kmod-ath6kl-sdio_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 9390 +SHA256sum: 5bff24438d4abb8ca7f34c41c9ab367e6d7ebfa30948ea0a0ec7f9a9ca386b98 Description: This module adds support for wireless adapters based on Atheros IEEE 802.11n AR6003 and AR6004 family of chipsets. Package: kmod-ath6kl-usb -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core, kmod-ath6kl +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core, kmod-ath6kl Section: kernel Architecture: mipsel_24kc -Installed-Size: 6305 -Filename: kmod-ath6kl-usb_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 7172 -SHA256sum: a22a4e77ad12729848f6a2dc7eaaf6b0f4bdbbeb3740fac3c70cde64072b7128 +Installed-Size: 6307 +Filename: kmod-ath6kl-usb_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 7168 +SHA256sum: c2a957cbb5872ff210983ef363e75a0d3be02d4a04687e1d68950b19c8084a76 Description: This module adds support for wireless adapters based on the Atheros IEEE 802.11n AR6004 chipset. Package: kmod-ath6kl -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ath +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ath Section: kernel Architecture: mipsel_24kc -Installed-Size: 112719 -Filename: kmod-ath6kl_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 112737 -SHA256sum: ed046fc2fb3795ce60008636b65144c88edb9619f843b16a318173a0cdafaf57 +Installed-Size: 112717 +Filename: kmod-ath6kl_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 112720 +SHA256sum: d25b558a3a331f836237902082c50aa89772d1674c6f3c5cacf178b616d927c0 Description: Atheros FullMAC wireless devices (common code for ath6kl_sdio and ath6kl_usb) Package: kmod-ath9k-common -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ath, kmod-random-core +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ath, kmod-random-core Section: kernel Architecture: mipsel_24kc -Installed-Size: 129312 -Filename: kmod-ath9k-common_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 127413 -SHA256sum: 4e9cf7ebb0313a2b941e4f211c0cd624b007577e116390549fcc1f69b4c04091 +Installed-Size: 129310 +Filename: kmod-ath9k-common_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 127514 +SHA256sum: eb16f2ff8cc9fd0cac229a5fbda6ae02cdae63371edd7177f20491b0f8ec8fc6 Description: Atheros 802.11n wireless devices (common code for ath9k and ath9k_htc) Package: kmod-ath9k-htc -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ath9k-common, kmod-usb-core, ath9k-htc-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ath9k-common, kmod-usb-core, ath9k-htc-firmware Section: kernel Architecture: mipsel_24kc -Installed-Size: 37447 -Filename: kmod-ath9k-htc_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 38299 -SHA256sum: 68acab49165beb6e963ef08324b14eb4cf489389fd3546d4ae28a4be4623981b +Installed-Size: 37445 +Filename: kmod-ath9k-htc_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 38288 +SHA256sum: 5ef0ee58a14e26fda7d3f76195a3141eb1f78a03ff6b3e37f82a1d94b2e2e06c Description: This module adds support for wireless adapters based on Atheros USB AR9271 and AR7010 family of chipsets. Package: kmod-ath9k -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ath9k-common +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ath9k-common Section: kernel Architecture: mipsel_24kc -Installed-Size: 63857 -Filename: kmod-ath9k_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 64275 -SHA256sum: ff73e2694a59ece0b66d9b45767231e7b8e18403954d4cc43de2fd118f5ad90e +Installed-Size: 63855 +Filename: kmod-ath9k_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 64245 +SHA256sum: 74b4c270a9735d784c2ff58dd382b482397c1a6716d80cf6a2eaef269636da77 Description: This module adds support for wireless adapters based on Atheros IEEE 802.11n AR5008 and AR9001 family of chipsets. Package: kmod-ath -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211 +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211 Section: kernel Architecture: mipsel_24kc -Installed-Size: 12826 -Filename: kmod-ath_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 13496 -SHA256sum: f9f80da9bc3b0aaeeb80677421231b4e595c853be9dc3381bd9070c3fe4aef5b +Installed-Size: 12820 +Filename: kmod-ath_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 13498 +SHA256sum: 7363362440134154f5d346e2fcd4d3a788d1017b8bb3377b2c9804dd8d5120c8 Description: This module contains some common parts needed by Atheros Wireless drivers. Package: kmod-atl1 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mii +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mii License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 16116 -Filename: kmod-atl1_5.15.137-1_mipsel_24kc.ipk -Size: 16841 -SHA256sum: 5f83cc4b5fac475de05d449b792e3ddefaf7438d977d7a9cb4f92c2c9deb1e3f +Installed-Size: 16117 +Filename: kmod-atl1_5.15.134-1_mipsel_24kc.ipk +Size: 16840 +SHA256sum: ca7341b991f32835c5cc11670b23c8426febdc23d6798672101acb67ae7bb40d Description: Atheros L1 Gigabit Ethernet support Package: kmod-atl1c -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 20766 -Filename: kmod-atl1c_5.15.137-1_mipsel_24kc.ipk -Size: 21489 -SHA256sum: 75bee3ded555445c03d1b4e3522f5934fa03622c5c8f16ca9021f59b650872ed +Installed-Size: 20764 +Filename: kmod-atl1c_5.15.134-1_mipsel_24kc.ipk +Size: 21499 +SHA256sum: 7679f1977cc907313be17ab8424ac2f3dfb83a20ccec308880a24a78650fbb76 Description: Atheros L1C Package: kmod-atl1e -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 15730 -Filename: kmod-atl1e_5.15.137-1_mipsel_24kc.ipk -Size: 16446 -SHA256sum: 6a21d08617174951854bbd5adbabb5a3e5959350df32eb01d347cbdaaa8af81e +Installed-Size: 15733 +Filename: kmod-atl1e_5.15.134-1_mipsel_24kc.ipk +Size: 16444 +SHA256sum: eab034199a619a230f97acc3b6c3738038195fdea905a3298bece59993e9b34a Description: Atheros L1E Package: kmod-atl2 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 12227 -Filename: kmod-atl2_5.15.137-1_mipsel_24kc.ipk -Size: 12955 -SHA256sum: 9c0c00a67dc9f45a47a1de46bfcb51eed011b259ff8547145805faf3e2439eb7 +Installed-Size: 12228 +Filename: kmod-atl2_5.15.134-1_mipsel_24kc.ipk +Size: 12957 +SHA256sum: e6dc1a58e84e57bed14dfa43ef3db7a5bafaf55f0ca264580c7b8e200ddcf092 Description: Atheros L2 Fast Ethernet support Package: kmod-atlantic -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ptp, kmod-hwmon-core, kmod-macsec +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ptp, kmod-hwmon-core, kmod-macsec License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 80567 -Filename: kmod-atlantic_5.15.137-1_mipsel_24kc.ipk -Size: 81194 -SHA256sum: 2aeb8f74c3c3da8123a52702017b0fff0ad6d15d6247dedea9c1ab017d697957 +Installed-Size: 80566 +Filename: kmod-atlantic_5.15.134-1_mipsel_24kc.ipk +Size: 81195 +SHA256sum: 83549fe1848dda38d59ba68addaf9468dc210ae002e773a25438435b0d8e6465 Description: Kernel modules for Aquantia AQtion 10Gbps Ethernet NIC Package: kmod-atm -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 27831 -Filename: kmod-atm_5.15.137-1_mipsel_24kc.ipk -Size: 28545 -SHA256sum: 7ad07ae7c3d6bb9e32988b9a1a9162e36aa52c9ddb81466519c3ae01f3d2aeb3 +Installed-Size: 27832 +Filename: kmod-atm_5.15.134-1_mipsel_24kc.ipk +Size: 28556 +SHA256sum: e546e146658cf01b86a8bc38d1e5e77f31ea9b34544113860ed5af2e58f08232 Description: Kernel modules for ATM support Package: kmod-atmtcp -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-atm +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-atm License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4102 -Filename: kmod-atmtcp_5.15.137-1_mipsel_24kc.ipk -Size: 4839 -SHA256sum: b50508fb58684fa95d7a3b9ac04a024194fd70b7b32d15136696626ae4643e8a +Installed-Size: 4105 +Filename: kmod-atmtcp_5.15.134-1_mipsel_24kc.ipk +Size: 4835 +SHA256sum: 4af75dba95974c65c746faca4e174700856a9de2ad691ef2d66b7fe267645936 Description: Kernel module for ATM over TCP support Package: kmod-atusb -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core, kmod-mac802154 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core, kmod-mac802154 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 7188 -Filename: kmod-atusb_5.15.137-1_mipsel_24kc.ipk -Size: 7950 -SHA256sum: 5adaa9f1fc5d4c8a40a80ecadb2800e417739713803a17397c877635e98d6a1f +Installed-Size: 7190 +Filename: kmod-atusb_5.15.134-1_mipsel_24kc.ipk +Size: 7945 +SHA256sum: 295a01b3ce054a2c1454ed9fbebe3f9aee62ccdb939ea441e827fd4241875e77 Description: ATUSB transceiver driver Package: kmod-ax25 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-lib-crc16 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-lib-crc16 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 34913 -Filename: kmod-ax25_5.15.137-1_mipsel_24kc.ipk -Size: 35611 -SHA256sum: ae18057f707828e50a76b46566253fc48db21f468fdfb6cd9b744896734ef026 +Installed-Size: 34917 +Filename: kmod-ax25_5.15.134-1_mipsel_24kc.ipk +Size: 35616 +SHA256sum: 6faef69db9c810d5d4896b009cb1406a5540dc8dbc008d1a0d3ccbb0fb1d06bb Description: Kernel modules for AX25 support Package: kmod-b43 -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-lib-cordic, kmod-ssb, kmod-bcma +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-lib-cordic, kmod-ssb, kmod-bcma Section: kernel Architecture: mipsel_24kc -Installed-Size: 291500 -Filename: kmod-b43_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 287230 -SHA256sum: 5933747504605f83bb0fcfec5fb49561e29a00816904f9b3edb1419ba618db98 +Installed-Size: 291516 +Filename: kmod-b43_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 287361 +SHA256sum: 0a1acbeaa14afe168349e7c215a47af0f01199dcc9875d0c1d61c0e70badabe1 Description: Kernel module for Broadcom 43xx wireless support (mac80211 stack) new Package: kmod-b44 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ssb, kmod-mii, kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ssb, kmod-mii, kmod-libphy License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 14884 -Filename: kmod-b44_5.15.137-1_mipsel_24kc.ipk -Size: 15590 -SHA256sum: 9ee47761c2f0f8b996c0ff4edda7e82e708030cbe636b2ffd2fb11660b51c37d +Installed-Size: 14887 +Filename: kmod-b44_5.15.134-1_mipsel_24kc.ipk +Size: 15600 +SHA256sum: daff157843c1195b2eb440f610926467709418d552586d3078e10abd77e299e6 Description: Kernel modules for Broadcom 44xx Ethernet adapters. Package: kmod-batman-adv -Version: 5.15.137+2023.1-4 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-lib-crc16, kmod-lib-crc32c, kmod-cfg80211, batctl +Version: 5.15.134+2023.1-4 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-lib-crc16, kmod-lib-crc32c, kmod-cfg80211, batctl License: GPL-2.0-only MIT Section: kernel Architecture: mipsel_24kc -Installed-Size: 100929 -Filename: kmod-batman-adv_5.15.137+2023.1-4_mipsel_24kc.ipk -Size: 101865 -SHA256sum: 1796b3ca4a3756e840e36d222bab9fe157f58b48f3bb7ade2d4d789f0bf5156c +Installed-Size: 100928 +Filename: kmod-batman-adv_5.15.134+2023.1-4_mipsel_24kc.ipk +Size: 101882 +SHA256sum: 722efbde200599444bfaa257e7e559228c4aa7a7efa0e8a2d876563fb902fa0d Description: B.A.T.M.A.N. (better approach to mobile ad-hoc networking) is a routing protocol for multi-hop ad-hoc mesh networks. The networks may be wired or wireless. See @@ -1274,244 +1274,244 @@ Description: B.A.T.M.A.N. (better approach to mobile ad-hoc networking) is module. Package: kmod-bcma -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 21803 -Filename: kmod-bcma_5.15.137-1_mipsel_24kc.ipk -Size: 22563 -SHA256sum: f7cbf36f36235b4f9282d133f10cba1861f9a36e851dbd3534e9521b3a26ea13 +Installed-Size: 21804 +Filename: kmod-bcma_5.15.134-1_mipsel_24kc.ipk +Size: 22546 +SHA256sum: c162f2061c9fee91bb4ef2daf47d7cda58b28463ea69ffc539152e13f4950d30 Description: Bus driver for Broadcom specific Advanced Microcontroller Bus Architecture Package: kmod-be2net -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 65253 -Filename: kmod-be2net_5.15.137-1_mipsel_24kc.ipk -Size: 65941 -SHA256sum: 5025c3ba2eab1009f457ffae7d81917c6eb7555556a38ed23b93aa88b2441a4e +Installed-Size: 65255 +Filename: kmod-be2net_5.15.134-1_mipsel_24kc.ipk +Size: 65946 +SHA256sum: 4a68e3e39089837260a246c867ac1914b9b83a37edb4034953e4ebb6076c283f Description: Broadcom Emulex OneConnect 10Gbit SFP+ support, OneConnect OCe10xxx OCe11xxx OCe14xxx, LightPulse LPe12xxx Package: kmod-block2mtd -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3653 -Filename: kmod-block2mtd_5.15.137-1_mipsel_24kc.ipk -Size: 4372 -SHA256sum: 2870294d02062236a29b5bca280ee3bf8f3a312696a2c6b57e11f20d1d53b674 +Installed-Size: 3651 +Filename: kmod-block2mtd_5.15.134-1_mipsel_24kc.ipk +Size: 4364 +SHA256sum: 102b1133037f1accebc36f1febb786b0f1c3e82ebe06cffb905681d4af69f407 Description: Block device MTD emulation Package: kmod-bluetooth-6lowpan -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-6lowpan, kmod-bluetooth +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-6lowpan, kmod-bluetooth License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 7364 -Filename: kmod-bluetooth-6lowpan_5.15.137-1_mipsel_24kc.ipk -Size: 8135 -SHA256sum: 5b89c2c24a60c2edb160c68e4cb6c1c67a1e156233b1f4bc442c83a7ef32872e +Filename: kmod-bluetooth-6lowpan_5.15.134-1_mipsel_24kc.ipk +Size: 8126 +SHA256sum: 0ebd81f50777f7081fd26ff3459ca31480b5bc3736c7bd49ced21617400653ee Description: Kernel support for 6LoWPAN over Bluetooth Low Energy devices Package: kmod-bluetooth -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core, kmod-crypto-hash, kmod-crypto-ecb, kmod-lib-crc16, kmod-hid, kmod-crypto-cmac, kmod-regmap-core, kmod-crypto-ecdh +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core, kmod-crypto-hash, kmod-crypto-ecb, kmod-lib-crc16, kmod-hid, kmod-crypto-cmac, kmod-regmap-core, kmod-crypto-ecdh License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 283482 -Filename: kmod-bluetooth_5.15.137-1_mipsel_24kc.ipk -Size: 283362 -SHA256sum: 1ae00e9de486804d934f7762a5e59b93772056af7d10b74be858c7f46a76a570 +Installed-Size: 282307 +Filename: kmod-bluetooth_5.15.134-1_mipsel_24kc.ipk +Size: 281973 +SHA256sum: 6ecb1445585b601eee2303e47860639739b0944a228e1bc32828b79d8bfbfeee Description: Kernel support for Bluetooth devices Package: kmod-bnx2 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), bnx2-firmware +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), bnx2-firmware License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 39804 -Filename: kmod-bnx2_5.15.137-1_mipsel_24kc.ipk -Size: 40563 -SHA256sum: 63e2849f71909f8142ddd045643121ed24883ee8f6e6e9abada225137fbab9b6 +Installed-Size: 39806 +Filename: kmod-bnx2_5.15.134-1_mipsel_24kc.ipk +Size: 40555 +SHA256sum: 3d78189342118631b914bc3aac930e4543f0e3b070e2dbab16ec821ec0a51dee Description: Kernel module for the BCM5706/5708/5709/5716 ethernet adapter Package: kmod-bnx2x -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), bnx2x-firmware, kmod-lib-crc32c, kmod-mdio, kmod-ptp, kmod-lib-zlib-inflate +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), bnx2x-firmware, kmod-lib-crc32c, kmod-mdio, kmod-ptp, kmod-lib-zlib-inflate License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 313553 -Filename: kmod-bnx2x_5.15.137-1_mipsel_24kc.ipk -Size: 311178 -SHA256sum: c865985e9082f7f88bceb8d3df6842b034b9b9054e06df3c06262f8b90d317cf +Installed-Size: 313552 +Filename: kmod-bnx2x_5.15.134-1_mipsel_24kc.ipk +Size: 311141 +SHA256sum: afa1ff5a03824b6b1f4004304ab045b6ad77e405e9477ad68b3764d580bdbbf5 Description: QLogic BCM57710/57711/57711E/57712/57712_MF/57800/57800_MF/57810/57810_MF/57840/57840_MF Driver Package: kmod-bonding -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-tls +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-tls License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 68577 -Filename: kmod-bonding_5.15.137-1_mipsel_24kc.ipk -Size: 69046 -SHA256sum: f7776fd752a392cf9cb29aea6c26ecb0388577fac4c59245042ca0387061db73 +Installed-Size: 68582 +Filename: kmod-bonding_5.15.134-1_mipsel_24kc.ipk +Size: 69051 +SHA256sum: a90f30594c311cecae75ea99cece47778cb18282e0293065902181ef14f88906 Description: Kernel module for NIC bonding. Package: kmod-bpf-test -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 32264 -Filename: kmod-bpf-test_5.15.137-1_mipsel_24kc.ipk -Size: 28219 -SHA256sum: 8a4d71003068913183b52daf7a214a896c8a307ad7cfb3cb0e999dfc5707d1a0 +Filename: kmod-bpf-test_5.15.134-1_mipsel_24kc.ipk +Size: 28228 +SHA256sum: 130306b400fb5d512d7884fb2e9fe63b2e9f9274966d3a469d26a307c0d8a1dc Description: Test Berkeley Packet Filter functionality Package: kmod-br-netfilter -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 9730 -Filename: kmod-br-netfilter_5.15.137-1_mipsel_24kc.ipk -Size: 10494 -SHA256sum: 56f1308dc8c1abbdbced147edc2d296ab67750e509731470e436c639191fcb56 +Installed-Size: 9731 +Filename: kmod-br-netfilter_5.15.134-1_mipsel_24kc.ipk +Size: 10490 +SHA256sum: 70540f38f4b711509b5332b32239fef4ec3f2fe9a26237b0b06bd41de31abff6 Description: Bridge netfilter support modules Package: kmod-brcmfmac -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-cfg80211, kmod-brcmutil, kmod-usb-core, brcmfmac-firmware-usb +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-cfg80211, kmod-brcmutil, kmod-usb-core, brcmfmac-firmware-usb Section: kernel Architecture: mipsel_24kc -Installed-Size: 118158 -Filename: kmod-brcmfmac_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 118369 -SHA256sum: 60c882d6b298459354aa5eff6f3d59a5c12e522fab2cc0fc8f2ccb2474c443e7 +Installed-Size: 118156 +Filename: kmod-brcmfmac_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 118387 +SHA256sum: d823bfbc3eafb7ab86ddd32ead039aaed309c42fbd83f93f6941ce8a3c4cafe0 Description: Kernel module for Broadcom IEEE802.11n USB Wireless cards Package: kmod-brcmsmac -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-bcma, kmod-lib-cordic, kmod-lib-crc8, kmod-brcmutil +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-bcma, kmod-lib-cordic, kmod-lib-crc8, kmod-brcmutil Section: kernel Architecture: mipsel_24kc -Installed-Size: 240166 -Filename: kmod-brcmsmac_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 236761 -SHA256sum: d48dbb079a54116b4ceb4a7e2b129ee09e314f53975d281acd2dda5e00b15280 +Installed-Size: 240174 +Filename: kmod-brcmsmac_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 236749 +SHA256sum: 19cc0d91a43c14d126a0978c6a10a63a1740473ae430c40647f051fe9bd929bf Description: Kernel module for Broadcom IEEE802.11n PCIe Wireless cards Package: kmod-brcmutil -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Section: kernel Architecture: mipsel_24kc -Installed-Size: 3954 -Filename: kmod-brcmutil_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 4741 -SHA256sum: abef4c7d82212eca7bf1686aa1a347f22c0f70283081f1208f0fdc84ff3257d0 +Installed-Size: 3953 +Filename: kmod-brcmutil_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 4738 +SHA256sum: 49996169d3382ed5175a41c62692b332882c3934b69d281350beb336afbb7b90 Description: This module contains some common parts needed by Broadcom Wireless drivers brcmsmac and brcmfmac. Package: kmod-btmrvl -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mmc, kmod-bluetooth, mwifiex-sdio-firmware +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mmc, kmod-bluetooth, mwifiex-sdio-firmware License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 15796 -Filename: kmod-btmrvl_5.15.137-1_mipsel_24kc.ipk -Size: 16519 -SHA256sum: 725e43cee6cfcb66e4190ed140935a24f9fd8001bf0d4dc933e9f3b0bbfca046 +Installed-Size: 15794 +Filename: kmod-btmrvl_5.15.134-1_mipsel_24kc.ipk +Size: 16510 +SHA256sum: ddfe962fbfd118477baf8a9dc6461e9bc02bf45f065a904699f65447c166b665 Description: Kernel support for Marvell SDIO Bluetooth Module Package: kmod-btsdio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-bluetooth, kmod-mmc +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-bluetooth, kmod-mmc License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2434 -Filename: kmod-btsdio_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 2437 +Filename: kmod-btsdio_5.15.134-1_mipsel_24kc.ipk Size: 3179 -SHA256sum: 9536386603e8fd501ee009b9bcbff3c532010b0134b4f567da57c41b1a052413 +SHA256sum: 7ae49bc8094d305c03e44d7b6a8e8a31c29e45438257819bb3323f6501bad602 Description: Kernel support for Bluetooth device with SDIO interface Package: kmod-button-hotplug -Version: 5.15.137-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-input-core +Version: 5.15.134-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-input-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3004 -Filename: kmod-button-hotplug_5.15.137-3_mipsel_24kc.ipk -Size: 3794 -SHA256sum: f000c7908b5bb5042b626228e9e88d14f34b89cb9bdf736e3d17bd60fe44d29b +Installed-Size: 3003 +Filename: kmod-button-hotplug_5.15.134-3_mipsel_24kc.ipk +Size: 3789 +SHA256sum: 8d9d32ce9dde6f91e983a0ed0fa6c977a66da4b5c4017221e6b4927b32c0e7ff Description: Kernel module to generate button uevent-s from input subsystem events. If your device uses GPIO buttons, see gpio-button-hotplug. Package: kmod-ca8210 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac802154 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac802154 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 10596 -Filename: kmod-ca8210_5.15.137-1_mipsel_24kc.ipk -Size: 11337 -SHA256sum: 3663533ade8802a4a4b78b1c80ceea8536bf5d45d55dbcdc3feb0778c2e03384 +Installed-Size: 10687 +Filename: kmod-ca8210_5.15.134-1_mipsel_24kc.ipk +Size: 11423 +SHA256sum: 873dd81e235d04c067d4574eef9a35aa0504f1a6fb0517669e8fdd13f438fb43 Description: CA8210 transceiver driver Package: kmod-can-bcm -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-can +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-can License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 10574 -Filename: kmod-can-bcm_5.15.137-1_mipsel_24kc.ipk -Size: 11409 -SHA256sum: 02a45c485a85a72878eb1560e606b63fd1b2525e79552a36083b18fbd0503827 +Filename: kmod-can-bcm_5.15.134-1_mipsel_24kc.ipk +Size: 11408 +SHA256sum: 2c1f9fd9839f8a35e6bb57f104553a0b9fdf9e7e2a4a23dd1622f9df8de75494 Description: The Broadcast Manager offers content filtering, timeout monitoring, sending of RTR frames, and cyclic CAN messages without permanent user interaction. Package: kmod-can-c-can-pci -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-can-c-can, kmod-can +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-can-c-can, kmod-can License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2325 -Filename: kmod-can-c-can-pci_5.15.137-1_mipsel_24kc.ipk -Size: 3088 -SHA256sum: 09540cef092d11531c3a693a1d7c32b14199c6645e942db5b415262fbfbe92b3 +Installed-Size: 2323 +Filename: kmod-can-c-can-pci_5.15.134-1_mipsel_24kc.ipk +Size: 3079 +SHA256sum: 414022c256c32a70af07b8a57cf3f36d9674710b6c1a92e09499fabc8e7fa031 Description: This driver adds support for the C_CAN/D_CAN chips connected to the PCI bus. Package: kmod-can-c-can-platform -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-can-c-can, kmod-regmap-core, kmod-can +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-can-c-can, kmod-regmap-core, kmod-can License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3115 -Filename: kmod-can-c-can-platform_5.15.137-1_mipsel_24kc.ipk -Size: 4040 -SHA256sum: 0865b36b59c0f00740de0e0bb4566815c026a185161f6fa98998b644d5fe553b +Installed-Size: 3113 +Filename: kmod-can-c-can-platform_5.15.134-1_mipsel_24kc.ipk +Size: 4039 +SHA256sum: c9cecfaf777b3f69b75e7144477a368f2f4d4a242c561938e3790992de25b7bb Description: This driver adds support for the C_CAN/D_CAN chips connected to the "platform bus" (Linux abstraction for directly to the processor attached devices) which can be found on various @@ -1520,1661 +1520,1661 @@ Description: This driver adds support for the C_CAN/D_CAN chips connected boards like am335x, dm814x, dm813x and dm811x. Package: kmod-can-c-can -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-can +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-can License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 6372 -Filename: kmod-can-c-can_5.15.137-1_mipsel_24kc.ipk -Size: 7175 -SHA256sum: ad543af6b3cf4d1a53d7764f5a6b3010ceab84c8d2a800494c018ba777e20a08 +Installed-Size: 6375 +Filename: kmod-can-c-can_5.15.134-1_mipsel_24kc.ipk +Size: 7179 +SHA256sum: 8a40adf615c0feb229900117018233620c028b0ffd41b56988eb29902971c05b Description: This driver adds generic support for the C_CAN/D_CAN chips. Package: kmod-can-gw -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-can +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-can License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 7589 -Filename: kmod-can-gw_5.15.137-1_mipsel_24kc.ipk -Size: 8360 -SHA256sum: 59207eec863156a79f2d05b62ed3c7672bfd159be033646a28be9757e3327017 +Installed-Size: 7590 +Filename: kmod-can-gw_5.15.134-1_mipsel_24kc.ipk +Size: 8358 +SHA256sum: 66f40d7d3525549d446e9005ec2d429f91a7216d9a299ba7614690c4ceef1d60 Description: The CAN Gateway/Router is used to route (and modify) CAN frames. Package: kmod-can-mcp251x -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-can +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-can License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 8191 -Filename: kmod-can-mcp251x_5.15.137-1_mipsel_24kc.ipk -Size: 8945 -SHA256sum: 18936ace2264fd03d89d64d1157c152b97561ae3949be752257c0a7a9d8f9a45 +Installed-Size: 8193 +Filename: kmod-can-mcp251x_5.15.134-1_mipsel_24kc.ipk +Size: 8953 +SHA256sum: dd8f19befadeecb774c144501cf97c1ea2c48510b6ca9d4818e6137205f3e4d8 Description: Microchip MCP251x SPI CAN controller Package: kmod-can-raw -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-can +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-can License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 6653 -Filename: kmod-can-raw_5.15.137-1_mipsel_24kc.ipk -Size: 7453 -SHA256sum: 5d922b648fc3efb2b65f274230cb7cbcfc5e2018f4873fdf8949f6c2c817043d +Installed-Size: 6654 +Filename: kmod-can-raw_5.15.134-1_mipsel_24kc.ipk +Size: 7459 +SHA256sum: 19624f5fcd6d5772db8b918074a88a065074371aad4fdfd37d83a718f7fad6db Description: The raw CAN protocol option offers access to the CAN bus via the BSD socket API. Package: kmod-can-slcan -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-can +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-can License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4841 -Filename: kmod-can-slcan_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 4840 +Filename: kmod-can-slcan_5.15.134-1_mipsel_24kc.ipk Size: 5640 -SHA256sum: 96e3703abea5e46fb82041f41ecc6e26178e13b0ec0ef1bed638ef371dab8f62 +SHA256sum: 5682d1f57010d02961d6e6718d052b9d3d39fee3cd4defe5d30f6d63b92774c9 Description: CAN driver for several 'low cost' CAN interfaces that are attached via serial lines or via USB-to-serial adapters using the LAWICEL ASCII protocol. Package: kmod-can-usb-8dev -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-can, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-can, kmod-usb-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 6243 -Filename: kmod-can-usb-8dev_5.15.137-1_mipsel_24kc.ipk -Size: 7071 -SHA256sum: b0216dee09fd0f10d89a7cce7ae70cdf961457ed1956adf5bc502464da164ea7 +Installed-Size: 6241 +Filename: kmod-can-usb-8dev_5.15.134-1_mipsel_24kc.ipk +Size: 7060 +SHA256sum: dee23e70218b101cd23b35c1841392f7af0a840e255d0d71f1a15009dead247a Description: This driver supports the USB2CAN interface from 8 devices (http://www.8devices.com). Package: kmod-can-usb-ems -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-can, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-can, kmod-usb-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 5945 -Filename: kmod-can-usb-ems_5.15.137-1_mipsel_24kc.ipk -Size: 6770 -SHA256sum: 377d41c91e49e7bc99a9d8905e73e5785e6380772c9517c9922f1c0fdaf05406 +Filename: kmod-can-usb-ems_5.15.134-1_mipsel_24kc.ipk +Size: 6762 +SHA256sum: 4c87b25f1475439a8da85ebeec16592c2e1fa2df735b10434d224b558477a392 Description: This driver is for the one channel CPC-USB/ARM7 CAN/USB interface from EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de). Package: kmod-can-usb-esd -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-can, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-can, kmod-usb-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 6635 -Filename: kmod-can-usb-esd_5.15.137-1_mipsel_24kc.ipk -Size: 7468 -SHA256sum: a22007f4c761bc3e9f5cfcd6c1ffed0a17532a325c1d6030fbf0b815427b53a0 +Filename: kmod-can-usb-esd_5.15.134-1_mipsel_24kc.ipk +Size: 7476 +SHA256sum: 324b9f2550bdfda61ad4532412d2323d29a23ca1efd819fe205152725edc11a2 Description: This driver supports the CAN-USB/2 interface from esd electronic system design gmbh (http://www.esd.eu). Package: kmod-can-usb-kvaser -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-can, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-can, kmod-usb-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 19533 -Filename: kmod-can-usb-kvaser_5.15.137-1_mipsel_24kc.ipk -Size: 20323 -SHA256sum: dc3eb37c1d50ae1901cac96138de8c5db456eccd45b2c633b3264072e55e2ae3 +Installed-Size: 19534 +Filename: kmod-can-usb-kvaser_5.15.134-1_mipsel_24kc.ipk +Size: 20322 +SHA256sum: 560aca5851207c8eb50dadcd7a0270fee792fa2ba97982848689db7831fe2287 Description: This driver adds support for Kvaser CAN/USB devices like Kvaser Leaf Light. Package: kmod-can-usb-peak -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-can, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-can, kmod-usb-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 17354 -Filename: kmod-can-usb-peak_5.15.137-1_mipsel_24kc.ipk -Size: 18163 -SHA256sum: 4761f3cca2bbe37d7085112e50a293fea7d05499bd9cb3266413fadaa1d90f03 +Filename: kmod-can-usb-peak_5.15.134-1_mipsel_24kc.ipk +Size: 18156 +SHA256sum: 21fdced7238daf827a9fa4a7f1d8ae82b257cf0fd457ba290e7beeddc6536d81 Description: This driver supports the PCAN-USB and PCAN-USB Pro adapters from PEAK-System Technik (http://www.peak-system.com). Package: kmod-can-vcan -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-can +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-can License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2256 -Filename: kmod-can-vcan_5.15.137-1_mipsel_24kc.ipk -Size: 3010 -SHA256sum: 7cc11c010b217a5d6caf84054b8bd0fb36e155ff69a2d1503ed0c3aaf1322bdc +Installed-Size: 2255 +Filename: kmod-can-vcan_5.15.134-1_mipsel_24kc.ipk +Size: 3012 +SHA256sum: 6b1795488d1ac18498159016b95cfe64b7bda9cec378a6005f8105da6ea5c3b1 Description: Similar to the network loopback devices, vcan offers a virtual local CAN interface. Package: kmod-can -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 18341 -Filename: kmod-can_5.15.137-1_mipsel_24kc.ipk -Size: 19113 -SHA256sum: d6d80fc177354c038d67cdd80f97ffc4c07d5b01d26e6aac170100f53c3441ca +Installed-Size: 18342 +Filename: kmod-can_5.15.134-1_mipsel_24kc.ipk +Size: 19104 +SHA256sum: b35c7feb12f28c859cf8da681fadcb5ddd21992330924ae91186b3d134e0b396 Description: Kernel module for CAN bus support. Package: kmod-carl9170 -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-ath, kmod-usb-core, kmod-input-core, carl9170-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-ath, kmod-usb-core, kmod-input-core, carl9170-firmware Section: kernel Architecture: mipsel_24kc -Installed-Size: 51738 -Filename: kmod-carl9170_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 52359 -SHA256sum: 3dd54bf18186bab9778af52e65e2dd614a2e8a4c1463107da4f85567d9d1e6c2 +Installed-Size: 51737 +Filename: kmod-carl9170_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 52351 +SHA256sum: e2aa588e6be3210ea8addd63a9500e6625c98e851a7b60b15ac2a742c39d97af Description: Driver for Atheros AR9170 USB sticks Package: kmod-cc2520 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac802154 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac802154 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 5679 -Filename: kmod-cc2520_5.15.137-1_mipsel_24kc.ipk -Size: 6424 -SHA256sum: 84be0632fc1917fca2d9c3ada3b8900805ad85c4942d4def4b170542b48adc23 +Installed-Size: 5677 +Filename: kmod-cc2520_5.15.134-1_mipsel_24kc.ipk +Size: 6421 +SHA256sum: cfcd4ac6927c5646122c22fb8ecf4ebe5a3b081de798b4dedd56aa5c0953bf9c Description: CC2520 transceiver driver Package: kmod-cdrom -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 16859 -Filename: kmod-cdrom_5.15.137-1_mipsel_24kc.ipk -Size: 17573 -SHA256sum: 17c80e767762c7265c7ca6548b193a7033ae3f4fc4d187bfa476030615f09e09 +Installed-Size: 16857 +Filename: kmod-cdrom_5.15.134-1_mipsel_24kc.ipk +Size: 17567 +SHA256sum: 594309794c84e88995950c40020e69e3faeba03121893816fe510f5a55f5cbcb Description: Kernel library module for CD / DVD drives Package: kmod-cfg80211 -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), iw, iwinfo, wireless-regdb +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), iw, iwinfo, wireless-regdb Section: kernel Architecture: mipsel_24kc -Installed-Size: 170379 -Filename: kmod-cfg80211_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 170858 -SHA256sum: b3693535c1ec0d66a1d261b6294d1029a25fbab6450b6be8d67459639f936399 +Installed-Size: 170374 +Filename: kmod-cfg80211_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 170848 +SHA256sum: 34aa5f357e8fae9b51d6011aaf1b674cdc906ea3ec725eb8d8b0a8eecf1ebcb1 Description: cfg80211 is the Linux wireless LAN (802.11) configuration API. Package: kmod-chaoskey -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-random-core, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-random-core, kmod-usb-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3544 -Filename: kmod-chaoskey_5.15.137-1_mipsel_24kc.ipk -Size: 4302 -SHA256sum: 8e4dfd34d644a158cf00ec7bc1b9da60d02011897c6586be09ec20c86e8b288d +Installed-Size: 3545 +Filename: kmod-chaoskey_5.15.134-1_mipsel_24kc.ipk +Size: 4299 +SHA256sum: 4d3ba0fa4183d20381cdefa59522c4409e29bd74dab888e393b7591b377db88e Description: Kernel module for chaoskey, USB attached true random number generator Package: kmod-crypto-acompress -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3359 -Filename: kmod-crypto-acompress_5.15.137-1_mipsel_24kc.ipk -Size: 4083 -SHA256sum: bab1e86874dbbb8b7dadcead7bc29cb939cfa0bf5dfa8cf85987f20bb933724d +Installed-Size: 3360 +Filename: kmod-crypto-acompress_5.15.134-1_mipsel_24kc.ipk +Size: 4080 +SHA256sum: 0d2ceb0e5c2822f670bb29fef86863c05f0ce7fb30190d1402e69ec714e00475 Description: Asynchronous Compression operations Package: kmod-crypto-aead -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-null +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-null License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 229 -Filename: kmod-crypto-aead_5.15.137-1_mipsel_24kc.ipk -Size: 962 -SHA256sum: 61bb0ab567b4fe8bc1d421b400f1bf05ab2e486a0a67e0c81e3bdce0113ea7c2 +Installed-Size: 228 +Filename: kmod-crypto-aead_5.15.134-1_mipsel_24kc.ipk +Size: 954 +SHA256sum: fb5c70e585f38c48717d3f0cfb50cc9f7a898be3fc6f0aa1b5fd5ae0a0299288 Description: CryptoAPI AEAD support Package: kmod-crypto-arc4 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-user +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-user License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1209 -Filename: kmod-crypto-arc4_5.15.137-1_mipsel_24kc.ipk -Size: 1974 -SHA256sum: b668e5d8956c08be7e2829c98cb7bb9a0a28db56feebd97187e8c430d736c01b +Installed-Size: 1211 +Filename: kmod-crypto-arc4_5.15.134-1_mipsel_24kc.ipk +Size: 1973 +SHA256sum: 39bc52c1f6043b1c0afe28dce70d949bec51903993ed0a490460f228b0c28784 Description: ARC4 cipher CryptoAPI module Package: kmod-crypto-authenc -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-manager, kmod-crypto-null +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-manager, kmod-crypto-null License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 5060 -Filename: kmod-crypto-authenc_5.15.137-1_mipsel_24kc.ipk -Size: 5819 -SHA256sum: c2314a84b178857b50216ad22cbc1a6ff0ed4c8798d677003301bfc7728c70e0 +Installed-Size: 5059 +Filename: kmod-crypto-authenc_5.15.134-1_mipsel_24kc.ipk +Size: 5823 +SHA256sum: de9f70190d5b00b186292195600b4bb9d200f4682c4b134cfe35128b9819dfd3 Description: Combined mode wrapper for IPsec Package: kmod-crypto-cbc -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-manager +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-manager License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1705 -Filename: kmod-crypto-cbc_5.15.137-1_mipsel_24kc.ipk -Size: 2474 -SHA256sum: 7508b27e2e23e4854140f001e6895babca0be2c3c68763822b7d68121ef274ea +Installed-Size: 1706 +Filename: kmod-crypto-cbc_5.15.134-1_mipsel_24kc.ipk +Size: 2470 +SHA256sum: a170c774331faef934500e343a130c26070da06af37ce64d204c5168cfe93747 Description: Cipher Block Chaining CryptoAPI module Package: kmod-crypto-ccm -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-ctr, kmod-crypto-aead +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-ctr, kmod-crypto-aead License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 186 -Filename: kmod-crypto-ccm_5.15.137-1_mipsel_24kc.ipk -Size: 937 -SHA256sum: 471cdad3312d2219ce032950379eb958f91201c4b4812d6215a07b179faf42a2 +Installed-Size: 185 +Filename: kmod-crypto-ccm_5.15.134-1_mipsel_24kc.ipk +Size: 933 +SHA256sum: bdd3059db8f2b970854c66e17dfc8c559fbba71a040d919426fefec31a76c579 Description: Support for Counter with CBC MAC (CCM) Package: kmod-crypto-chacha20poly1305 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-aead, kmod-crypto-manager +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-aead, kmod-crypto-manager License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3697 -Filename: kmod-crypto-chacha20poly1305_5.15.137-1_mipsel_24kc.ipk -Size: 4475 -SHA256sum: 3ed06778fb84e46487905dfcf6051748a734453e60bea4c7d416e11840c5374c +Installed-Size: 3699 +Filename: kmod-crypto-chacha20poly1305_5.15.134-1_mipsel_24kc.ipk +Size: 4471 +SHA256sum: fc9acd2a75573a94233508334a6e42d10f43522e2a4e2ddebe246ade60cec3ed Description: ChaCha20-Poly1305 AEAD support, RFC7539 (used by strongSwan IPsec VPN) Package: kmod-crypto-cmac -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2361 -Filename: kmod-crypto-cmac_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 2362 +Filename: kmod-crypto-cmac_5.15.134-1_mipsel_24kc.ipk Size: 3110 -SHA256sum: 903b81cf22c2008285d53c01a3e6cb5dea673333336cddd132d5dacf6eea6831 +SHA256sum: e52a44640291138ca99646f8df3afbf1d5747435b4f062b95b71e8d31f64b8e5 Description: Support for Cipher-based Message Authentication Code (CMAC) Package: kmod-crypto-crc32 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1088 -Filename: kmod-crypto-crc32_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 1087 +Filename: kmod-crypto-crc32_5.15.134-1_mipsel_24kc.ipk Size: 1838 -SHA256sum: fdd15edfa9a16aba509df0eaf2261b17e7d1981f87fc58fb480707a55a261f25 +SHA256sum: 67195b7ff463e25706f883d84cc4f9f048f47aede8c18280bc17788f065e0b19 Description: CRC32 CRC module Package: kmod-crypto-crc32c -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1095 -Filename: kmod-crypto-crc32c_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 1096 +Filename: kmod-crypto-crc32c_5.15.134-1_mipsel_24kc.ipk Size: 1850 -SHA256sum: d3405c1ed6e71903e836b56d8d550eb10ff1c757a4ecdc0ce54fd9c868e1a660 +SHA256sum: a6a013fdb335772325831e0b3222571f3b6347b960b01ade2141101711e464d0 Description: CRC32c CRC module Package: kmod-crypto-ctr -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-manager, kmod-crypto-seqiv +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-manager, kmod-crypto-seqiv License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 184 -Filename: kmod-crypto-ctr_5.15.137-1_mipsel_24kc.ipk -Size: 925 -SHA256sum: c3d203ad82278e4030f241aacd5ec909493eaf0622bf8b92cf8580bbb02137dd +Installed-Size: 183 +Filename: kmod-crypto-ctr_5.15.134-1_mipsel_24kc.ipk +Size: 927 +SHA256sum: 5d50f8266a5d0353c868507ec75f538689992f6a30fc79f50b011c852cd50936 Description: Counter Mode CryptoAPI module Package: kmod-crypto-cts -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-manager +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-manager License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2906 -Filename: kmod-crypto-cts_5.15.137-1_mipsel_24kc.ipk -Size: 3638 -SHA256sum: e663f922b59cd39e90fcfe779e8f277103e118507b27ef0cd7bb83573c9b181a +Installed-Size: 2904 +Filename: kmod-crypto-cts_5.15.134-1_mipsel_24kc.ipk +Size: 3633 +SHA256sum: 6c27f297b09a708867f8bd13bda55fa4a982227ddd5ec48e0bd5dbad62a58bba Description: Cipher Text Stealing CryptoAPI module Package: kmod-crypto-deflate -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-lib-zlib-inflate, kmod-lib-zlib-deflate, kmod-crypto-acompress +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-lib-zlib-inflate, kmod-lib-zlib-deflate, kmod-crypto-acompress License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2230 -Filename: kmod-crypto-deflate_5.15.137-1_mipsel_24kc.ipk -Size: 2973 -SHA256sum: 24da86f0886e89cf733ed721768834a5e2107c54d466272bca4e528f7ceccf4c +Installed-Size: 2231 +Filename: kmod-crypto-deflate_5.15.134-1_mipsel_24kc.ipk +Size: 2977 +SHA256sum: 39172f474e362d9c224c45ce746129ddcdb0273257cfbf89a4efc7f777b47685 Description: Deflate compression CryptoAPI module Package: kmod-crypto-des -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 9742 -Filename: kmod-crypto-des_5.15.137-1_mipsel_24kc.ipk -Size: 10274 -SHA256sum: cc23982a8e1721dd3e2cea8577f46022a44123ffa8db439359bc243eea7608c1 +Installed-Size: 9743 +Filename: kmod-crypto-des_5.15.134-1_mipsel_24kc.ipk +Size: 10265 +SHA256sum: 80efcb84c742c15b35d23a2c6f0df11d30ad04ee969a5ebf1bfd2bf7378dd0b0 Description: DES/3DES cipher CryptoAPI module Package: kmod-crypto-ecb -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-manager +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-manager License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 1188 -Filename: kmod-crypto-ecb_5.15.137-1_mipsel_24kc.ipk -Size: 1955 -SHA256sum: 99dfa5bf3083688cb7bd59ba675f98785bb3cedfda5d58210c4122cbb61db3ee +Filename: kmod-crypto-ecb_5.15.134-1_mipsel_24kc.ipk +Size: 1954 +SHA256sum: 421126f0108cd97f3ba49b9c47184a7f2e56b68cc01c03b64ef4f9279f9221cc Description: Electronic CodeBook CryptoAPI module Package: kmod-crypto-ecdh -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-kpp +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-kpp License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 19483 -Filename: kmod-crypto-ecdh_5.15.137-1_mipsel_24kc.ipk -Size: 20198 -SHA256sum: e6d32c05c6bbb8f04246c83ba9ef3cc0f035fae104c871da5e0190ae143087d7 +Installed-Size: 19482 +Filename: kmod-crypto-ecdh_5.15.134-1_mipsel_24kc.ipk +Size: 20196 +SHA256sum: 87950f6305061f2d4771fb1d8c60fd504459c916daa91cec67918dc54ba44cce Description: ECDH algorithm Package: kmod-crypto-echainiv -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-aead +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-aead License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1744 -Filename: kmod-crypto-echainiv_5.15.137-1_mipsel_24kc.ipk -Size: 2504 -SHA256sum: eea79fedb13edc52de0c3bc26c95ea94cc76a30de3a2391bf0a714d6cfa8a18f +Installed-Size: 1748 +Filename: kmod-crypto-echainiv_5.15.134-1_mipsel_24kc.ipk +Size: 2515 +SHA256sum: a7e7be5c486e72b10cf86a96e74197f6763ba64fcf828abe859ee3db0f0bda80 Description: Encrypted Chain IV Generator Package: kmod-crypto-essiv -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-authenc +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-authenc License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 4310 -Filename: kmod-crypto-essiv_5.15.137-1_mipsel_24kc.ipk -Size: 5048 -SHA256sum: 9ee4177803c99ecc1b34ae164f95af3c019b0213d6ebff5d64dfcfd02119357f +Filename: kmod-crypto-essiv_5.15.134-1_mipsel_24kc.ipk +Size: 5041 +SHA256sum: 8ce62cf3f7f251d1eb3bdf9dcd1738abf4343a9e2c835deed8835b9b41170389 Description: ESSIV support for block encryption Package: kmod-crypto-fcrypt -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3972 -Filename: kmod-crypto-fcrypt_5.15.137-1_mipsel_24kc.ipk -Size: 4713 -SHA256sum: 1fcc35d7dd4e2f62157f183dceff150e3a4d7b362fc5cc520ee15c0c100ea7e3 +Installed-Size: 3973 +Filename: kmod-crypto-fcrypt_5.15.134-1_mipsel_24kc.ipk +Size: 4699 +SHA256sum: 37690b70f6c940df98f6ac41a48d0744eaac4e419219b862204ffe199ab7c2c9 Description: FCRYPT cipher CryptoAPI module Package: kmod-crypto-gcm -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-ctr, kmod-crypto-ghash, kmod-crypto-null +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-ctr, kmod-crypto-ghash, kmod-crypto-null License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 186 -Filename: kmod-crypto-gcm_5.15.137-1_mipsel_24kc.ipk -Size: 929 -SHA256sum: 6e63813d9ba6342cf346aa643f4cd6cd68e4b9cb679bf63df99af21f1aa75dc1 +Installed-Size: 185 +Filename: kmod-crypto-gcm_5.15.134-1_mipsel_24kc.ipk +Size: 927 +SHA256sum: 291880d87ea0b4ba3540d3723e0f2a139736b90e79db1affb924b803866a5846 Description: GCM/GMAC CryptoAPI module Package: kmod-crypto-gf128 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 191 -Filename: kmod-crypto-gf128_5.15.137-1_mipsel_24kc.ipk -Size: 935 -SHA256sum: f64be3c690440b5fd2270ee6bb0dc3029beacf02bdfa29c30bad6611e350a35b +Installed-Size: 192 +Filename: kmod-crypto-gf128_5.15.134-1_mipsel_24kc.ipk +Size: 928 +SHA256sum: a2015328ebcbc6eb1997c4510507c695f6831ac8edf46dc514c62c36eb4a31f2 Description: GF(2^128) multiplication functions CryptoAPI module Package: kmod-crypto-ghash -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-gf128, kmod-crypto-hash +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-gf128, kmod-crypto-hash License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 196 -Filename: kmod-crypto-ghash_5.15.137-1_mipsel_24kc.ipk -Size: 934 -SHA256sum: 370757b6deff86f7eb543d8ec0b053810b788e4ba0860a39a8563d1c2466cea0 +Installed-Size: 194 +Filename: kmod-crypto-ghash_5.15.134-1_mipsel_24kc.ipk +Size: 936 +SHA256sum: ca1afa8409a42a2e0d6a480073356a72bd40142d3626594efa60e359c8ff25bc Description: GHASH digest CryptoAPI module Package: kmod-crypto-hash -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 233 -Filename: kmod-crypto-hash_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 234 +Filename: kmod-crypto-hash_5.15.134-1_mipsel_24kc.ipk Size: 963 -SHA256sum: 82421c0d1f26d53e43ca30915e4e1ac7435bd73d1148994095e0306890477570 +SHA256sum: 9fddfd4762c108b96adbbebca85e46a5fb548483421676f9544dcc0a9ac3bc9f Description: CryptoAPI hash support Package: kmod-crypto-hmac -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash, kmod-crypto-manager +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash, kmod-crypto-manager License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 2348 -Filename: kmod-crypto-hmac_5.15.137-1_mipsel_24kc.ipk -Size: 3078 -SHA256sum: 8459dddd9901cb9e75d0986514f209e1b667e8f3d7b315aa5917e56ba839ecba +Filename: kmod-crypto-hmac_5.15.134-1_mipsel_24kc.ipk +Size: 3084 +SHA256sum: bf9e9f2beda622d4a2a16b69528db4c757822cc35b90d205c5168918785d0176 Description: HMAC digest CryptoAPI module Package: kmod-crypto-hw-hifn-795x -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-random-core, kmod-crypto-manager, kmod-crypto-des +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-random-core, kmod-crypto-manager, kmod-crypto-des License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 10659 -Filename: kmod-crypto-hw-hifn-795x_5.15.137-1_mipsel_24kc.ipk -Size: 11438 -SHA256sum: f950138a5aae388beb1a0f50d520b931417b141a1c94a16071cec2b1c6dab074 +Installed-Size: 10658 +Filename: kmod-crypto-hw-hifn-795x_5.15.134-1_mipsel_24kc.ipk +Size: 11428 +SHA256sum: a8ad63bda720961abf81dd271603b578a6dac407fa82b329841db451468e0168 Description: HIFN 795x crypto accelerator Package: kmod-crypto-hw-padlock -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-manager +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-manager License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-crypto-hw-padlock_5.15.137-1_mipsel_24kc.ipk -Size: 851 -SHA256sum: 9e20b791a43b0abf94f01ba225021b991c054e425e0e8eb73d9bd3544bd93900 +Filename: kmod-crypto-hw-padlock_5.15.134-1_mipsel_24kc.ipk +Size: 844 +SHA256sum: cd4761cc5a27ced8f3b3522ee52d7a549bb0fd63124133d0c1d86e8e314e054d Description: VIA PadLock ACE with AES/SHA hw crypto module Package: kmod-crypto-kpp -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1390 -Filename: kmod-crypto-kpp_5.15.137-1_mipsel_24kc.ipk -Size: 2153 -SHA256sum: 15d1998e0b04a306dcfe488b165b3da94f9c439c1b4777a8b43949b92467e436 +Installed-Size: 1391 +Filename: kmod-crypto-kpp_5.15.134-1_mipsel_24kc.ipk +Size: 2160 +SHA256sum: 738b3f09ca50e316e2e6255bc1abb9a8c1fc79d2a0a721fdf83574459aa89f4e Description: Key-agreement Protocol Primitives Package: kmod-crypto-lib-chacha20 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3152 -Filename: kmod-crypto-lib-chacha20_5.15.137-1_mipsel_24kc.ipk -Size: 3862 -SHA256sum: 645c6d9c0a58dc362a9c60f66996623d428530ae5090c2ea154f7dfc50563f90 +Installed-Size: 3151 +Filename: kmod-crypto-lib-chacha20_5.15.134-1_mipsel_24kc.ipk +Size: 3866 +SHA256sum: 75c0b2c46e5783d4ff7fa306f4dcd3964f40cca2ddd812c422168a631a04d366 Description: ChaCha library interface Package: kmod-crypto-lib-chacha20poly1305 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-lib-chacha20, kmod-crypto-lib-poly1305 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-lib-chacha20, kmod-crypto-lib-poly1305 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3524 -Filename: kmod-crypto-lib-chacha20poly1305_5.15.137-1_mipsel_24kc.ipk -Size: 4259 -SHA256sum: 0f9beaa681873c176bbd483e09aa0e33229e2de7ed6403a7777accc4e8b5b621 +Installed-Size: 3522 +Filename: kmod-crypto-lib-chacha20poly1305_5.15.134-1_mipsel_24kc.ipk +Size: 4261 +SHA256sum: 0050cc8804a23227bb58fd27c9d13f6b415b5eab967f680464b3db64c58c2059 Description: ChaCha20-Poly1305 AEAD support (8-byte nonce library version) Package: kmod-crypto-lib-curve25519 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-kpp +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-kpp License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 7902 -Filename: kmod-crypto-lib-curve25519_5.15.137-1_mipsel_24kc.ipk -Size: 8691 -SHA256sum: 508c38047a2e2f3d3604258061dda76d24d6c7fdb3a441fd1d24b811eab22396 +Installed-Size: 7901 +Filename: kmod-crypto-lib-curve25519_5.15.134-1_mipsel_24kc.ipk +Size: 8679 +SHA256sum: 330e2cf6a5d3bb2342c858a3c7ddd82cb92c22fe6f8034741947a5fb647b5f5d Description: Curve25519 scalar multiplication library Package: kmod-crypto-lib-poly1305 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2498 -Filename: kmod-crypto-lib-poly1305_5.15.137-1_mipsel_24kc.ipk -Size: 3254 -SHA256sum: 7de167bddbb482e0ba67bbfe7809d6173b23728dec8f15a173280dde872ba6cf +Installed-Size: 2495 +Filename: kmod-crypto-lib-poly1305_5.15.134-1_mipsel_24kc.ipk +Size: 3262 +SHA256sum: 9718199ad61e7e12cb0868e821a88c1c4720864a06a6f69af935cc8db44a233b Description: Poly1305 library interface Package: kmod-crypto-manager -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-aead, kmod-crypto-hash +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-aead, kmod-crypto-hash License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 236 -Filename: kmod-crypto-manager_5.15.137-1_mipsel_24kc.ipk -Size: 969 -SHA256sum: 651b28da67f2c1982121a1d7bde2db2807a66835d3d14f023808353ded4e85dc +Filename: kmod-crypto-manager_5.15.134-1_mipsel_24kc.ipk +Size: 970 +SHA256sum: d63eb81cfe5073cb87c33e40fa0248ae9f7c187b23eb76a8302be7377a78c1a5 Description: CryptoAPI algorithm manager Package: kmod-crypto-md4 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 2553 -Filename: kmod-crypto-md4_5.15.137-1_mipsel_24kc.ipk -Size: 3275 -SHA256sum: 9c943ba23cbd01618027ec8db3b992463c5aeb673d5be2ba2161841fe016b0f7 +Filename: kmod-crypto-md4_5.15.134-1_mipsel_24kc.ipk +Size: 3270 +SHA256sum: 8607537dbf50b1fbb5a238f09b398ab8e97630d0f92f75dc4aa5e5d36307d6df Description: MD4 digest CryptoAPI module Package: kmod-crypto-md5 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3597 -Filename: kmod-crypto-md5_5.15.137-1_mipsel_24kc.ipk -Size: 4327 -SHA256sum: dc0301c628d553b5ed81883e39d6a2b1a88c34b9d4c15b94273a61b9f3957656 +Installed-Size: 3596 +Filename: kmod-crypto-md5_5.15.134-1_mipsel_24kc.ipk +Size: 4324 +SHA256sum: 9c398c132e781c31b4b41553f2df2dec0e604370fbb3db6bad54007ec47aaa97 Description: MD5 digest CryptoAPI module Package: kmod-crypto-michael-mic -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1447 -Filename: kmod-crypto-michael-mic_5.15.137-1_mipsel_24kc.ipk -Size: 2216 -SHA256sum: 2021eb42bf9f0c583e088dc14c4257eda4b0fdde1dbc40b206a9969d97776b06 +Installed-Size: 1446 +Filename: kmod-crypto-michael-mic_5.15.134-1_mipsel_24kc.ipk +Size: 2214 +SHA256sum: d2b508a4ea91dc8d26be376f4048a4bdf9f1f23e54b36f69caee8fadb50db681 Description: Michael MIC keyed digest CryptoAPI module Package: kmod-crypto-misc -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-xts, kmod-crypto-user +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-xts, kmod-crypto-user License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 93047 -Filename: kmod-crypto-misc_5.15.137-1_mipsel_24kc.ipk -Size: 88843 -SHA256sum: 3d1dccd669c999ea3137b2541125bcc61e8353170fd44bb103b1915c91fe28dd +Installed-Size: 93044 +Filename: kmod-crypto-misc_5.15.134-1_mipsel_24kc.ipk +Size: 88856 +SHA256sum: a4fd93aed81d8f7461b451b20f6a0120d12334fe042f9a56fa3bb64d1f971c7c Description: Other CryptoAPI modules Package: kmod-crypto-null -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 189 -Filename: kmod-crypto-null_5.15.137-1_mipsel_24kc.ipk -Size: 922 -SHA256sum: d2c51ba1f38aafd51509b30fc9284a9a9f91e9189c9e57ffe4726282ef6f8211 +Filename: kmod-crypto-null_5.15.134-1_mipsel_24kc.ipk +Size: 912 +SHA256sum: 5fbaeb952be79a9bbc4af7c99d27ceb113f2606094ecca046516db761e34bf53 Description: Null CryptoAPI module Package: kmod-crypto-pcbc -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-manager +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-manager License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1565 -Filename: kmod-crypto-pcbc_5.15.137-1_mipsel_24kc.ipk -Size: 2336 -SHA256sum: 252b0a45a9dfe0a1fc4b38a44c337d1849ef10f8219c8982ed9b7bd2d1b8230e +Installed-Size: 1566 +Filename: kmod-crypto-pcbc_5.15.134-1_mipsel_24kc.ipk +Size: 2342 +SHA256sum: 742478957a07b3ec90bcccda02f6373cc6a63bb1c3906cc4850d6625470dbef9 Description: Propagating Cipher Block Chaining CryptoAPI module Package: kmod-crypto-rmd160 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 5676 -Filename: kmod-crypto-rmd160_5.15.137-1_mipsel_24kc.ipk -Size: 6399 -SHA256sum: a8924905289aa3ba6d5941895f09481af16363cd064b37b79cd09a8285f80cf0 +Installed-Size: 5678 +Filename: kmod-crypto-rmd160_5.15.134-1_mipsel_24kc.ipk +Size: 6407 +SHA256sum: b21c4448ec94ab7e0d4710b10aa71ce126f9f48f63a5b746d4eb4436b8357aa3 Description: RIPEMD160 digest CryptoAPI module Package: kmod-crypto-rng -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash, kmod-crypto-hmac, kmod-crypto-sha512 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash, kmod-crypto-hmac, kmod-crypto-sha512 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 8723 -Filename: kmod-crypto-rng_5.15.137-1_mipsel_24kc.ipk -Size: 9480 -SHA256sum: 58c0bdef9f157299ae56d61283fb27fc494e7eac53980d88fcefc4fac6f97dcb +Installed-Size: 8724 +Filename: kmod-crypto-rng_5.15.134-1_mipsel_24kc.ipk +Size: 9489 +SHA256sum: e39328a612882a270122fc357c9b9362b047131d02fe1a518db0d2c8d992ce0f Description: CryptoAPI random number generation Package: kmod-crypto-seqiv -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-aead, kmod-crypto-rng +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-aead, kmod-crypto-rng License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1860 -Filename: kmod-crypto-seqiv_5.15.137-1_mipsel_24kc.ipk -Size: 2647 -SHA256sum: db8518ea04396050d820575c2d29c96f43c76de3a0444bdc84008fb805f938d0 +Installed-Size: 1862 +Filename: kmod-crypto-seqiv_5.15.134-1_mipsel_24kc.ipk +Size: 2636 +SHA256sum: 07ee5f34657d3d276f54e222df2ce450c36a864e70e5e3fe92500b209c44ea73 Description: CryptoAPI Sequence Number IV Generator Package: kmod-crypto-sha1 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2059 -Filename: kmod-crypto-sha1_5.15.137-1_mipsel_24kc.ipk -Size: 2781 -SHA256sum: 3c7954ce95f8726e91f893c91b2d4df85e372f06917d3b3b6f13b896e45703ea +Installed-Size: 2056 +Filename: kmod-crypto-sha1_5.15.134-1_mipsel_24kc.ipk +Size: 2786 +SHA256sum: e9f69473c09695ee28063fc95f9135cf438a5249a920e15b133fb44c6213f70a Description: SHA1 digest CryptoAPI module Package: kmod-crypto-sha256 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4520 -Filename: kmod-crypto-sha256_5.15.137-1_mipsel_24kc.ipk -Size: 5272 -SHA256sum: 4521586c1a9e00f203f10d71742a0e3c5b70fa73b6ed8032402a8f2fa514b7ca +Installed-Size: 4522 +Filename: kmod-crypto-sha256_5.15.134-1_mipsel_24kc.ipk +Size: 5266 +SHA256sum: ba48b961270f9985adafc86ba3e8de2cc22954b836f14fd6e5dcf0aef2cd1f99 Description: SHA224 SHA256 digest CryptoAPI module Package: kmod-crypto-sha512 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 7077 -Filename: kmod-crypto-sha512_5.15.137-1_mipsel_24kc.ipk -Size: 7862 -SHA256sum: 3e7698c7017d8dd11c23c83f2873bdd4ce8ef28ee93a85af990e50f51a50a61c +Filename: kmod-crypto-sha512_5.15.134-1_mipsel_24kc.ipk +Size: 7865 +SHA256sum: 481bb759bc0ae1ffcf6a1a9e635cb6d1d881b895b678203af70e7017e560753d Description: SHA512 digest CryptoAPI module Package: kmod-crypto-test -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-manager +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-manager License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 23226 -Filename: kmod-crypto-test_5.15.137-1_mipsel_24kc.ipk -Size: 23176 -SHA256sum: 8486cb4747e34baf4383530e2aed4264fd6ec9e5356c36bb12660446f0be6600 +Filename: kmod-crypto-test_5.15.134-1_mipsel_24kc.ipk +Size: 23082 +SHA256sum: 3f5f40a57f28e7e4221a536db8d6b04a982a66ee8ac6894c05e159b78506eed4 Description: Test CryptoAPI module Package: kmod-crypto-user -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash, kmod-crypto-manager +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash, kmod-crypto-manager License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 19308 -Filename: kmod-crypto-user_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 19310 +Filename: kmod-crypto-user_5.15.134-1_mipsel_24kc.ipk Size: 20068 -SHA256sum: 42791cc19e44e68dc890db5515dd5f83abc65ef4bf90a31138bd40a7012bb21b +SHA256sum: 61d0e196f2a4e03b5228dc5510ad1e5f062ccb8aec01d34069251b7380a1f616 Description: CryptoAPI userspace interface Package: kmod-crypto-xcbc -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash, kmod-crypto-manager +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash, kmod-crypto-manager License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2155 -Filename: kmod-crypto-xcbc_5.15.137-1_mipsel_24kc.ipk -Size: 2919 -SHA256sum: 40b9b9ebde8862d51e73cb168a5c66f777fa54ad8e8917b6b201deaa13ca13f1 +Installed-Size: 2156 +Filename: kmod-crypto-xcbc_5.15.134-1_mipsel_24kc.ipk +Size: 2916 +SHA256sum: c2000140da1dbd115dba9916652b370c5464933ec19350c1ef1df4f81ff0cf39 Description: XCBC CryptoAPI module Package: kmod-crypto-xts -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-gf128, kmod-crypto-manager +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-gf128, kmod-crypto-manager License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 3496 -Filename: kmod-crypto-xts_5.15.137-1_mipsel_24kc.ipk -Size: 4230 -SHA256sum: 2409f492b493a3b6d8ee25f4dd92a6ec813489961b285d4aec89a90e08e55ee9 +Filename: kmod-crypto-xts_5.15.134-1_mipsel_24kc.ipk +Size: 4225 +SHA256sum: adcd63c930b45b70ba80d6b94eddaedb1261fb79b5bc0975c2da8f96a9341b43 Description: XTS cipher CryptoAPI module Package: kmod-cryptodev -Version: 5.15.137+1.12-ramips-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-authenc, kmod-crypto-hash +Version: 5.15.134+1.12-ramips-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-authenc, kmod-crypto-hash License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 21197 -Filename: kmod-cryptodev_5.15.137+1.12-ramips-1_mipsel_24kc.ipk -Size: 21970 -SHA256sum: 6979561eceacef2f7fa4ae6c1a044d1f382dcb6086aeafe42b5c4ed7c1e91bfb +Filename: kmod-cryptodev_5.15.134+1.12-ramips-1_mipsel_24kc.ipk +Size: 21974 +SHA256sum: 3e46e7d007e267d90542cd4c43e2c7ddb10c3891f755f3f53a53a9e5f9cc8c2b Description: This is a driver for that allows to use the Linux kernel supported hardware ciphers by user-space applications. Package: kmod-dahdi-dummy -Version: 5.15.137+3.1.0-5 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-dahdi +Version: 5.15.134+3.1.0-5 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-dahdi License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 2362 -Filename: kmod-dahdi-dummy_5.15.137+3.1.0-5_mipsel_24kc.ipk -Size: 3201 -SHA256sum: 8e39b8d1915dcbbaf5032448415d6b2ce4cfdb1f4225ba58e585ba3059bb3c61 +Filename: kmod-dahdi-dummy_5.15.134+3.1.0-5_mipsel_24kc.ipk +Size: 3198 +SHA256sum: 54297506dbb34bf47e03b92544cddc99bc369ec4abb17c47dc3082a19cb068c8 Description: This package contains the dummy DAHDI driver providing only DAHDI timing without any real telephony hardware. Package: kmod-dahdi-echocan-oslec -Version: 5.15.137+3.1.0-5 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-dahdi, kmod-echo +Version: 5.15.134+3.1.0-5 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-dahdi, kmod-echo License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1492 -Filename: kmod-dahdi-echocan-oslec_5.15.137+3.1.0-5_mipsel_24kc.ipk -Size: 2343 -SHA256sum: 0f30ad2cd07383b04e1f5755826cc373848e3fe2763bc1c20c3b7f2c0d8c343b +Installed-Size: 1490 +Filename: kmod-dahdi-echocan-oslec_5.15.134+3.1.0-5_mipsel_24kc.ipk +Size: 2344 +SHA256sum: 0d58ecd91eaa220779461fb3f39bb25f06672b8c6378ab3511f56be03d52daeb Description: This package contains DAHDI OSLEC echo canceller support. Package: kmod-dahdi-hfcs -Version: 5.15.137+3.1.0-5 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-dahdi +Version: 5.15.134+3.1.0-5 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-dahdi License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 10362 -Filename: kmod-dahdi-hfcs_5.15.137+3.1.0-5_mipsel_24kc.ipk -Size: 11222 -SHA256sum: 3faf07772240ebcb47d04f54f19e20e5e9c3e9e9a3ffb2416694b8feeb379407 +Installed-Size: 10361 +Filename: kmod-dahdi-hfcs_5.15.134+3.1.0-5_mipsel_24kc.ipk +Size: 11217 +SHA256sum: e7630ea192d05dd38ae90703f60ce48e26f009f56adc87ae50880514132a8314 Description: This package contains DAHDI driver for HFC-S based PCI BRI adapters. Package: kmod-dahdi -Version: 5.15.137+3.1.0-5 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-lib-crc-ccitt +Version: 5.15.134+3.1.0-5 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-lib-crc-ccitt License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 62994 -Filename: kmod-dahdi_5.15.137+3.1.0-5_mipsel_24kc.ipk -Size: 63161 -SHA256sum: eb79d197a748bc79501e73bc087d1096d9dd32e73296c28d098441a608573d13 +Filename: kmod-dahdi_5.15.134+3.1.0-5_mipsel_24kc.ipk +Size: 63162 +SHA256sum: dddaffa85819cb0e6f9264e349ff8362925ede606003c7f967604dfdfa3b2411 Description: This package contains DAHDI basic infrastructure. Package: kmod-dax -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 12632 -Filename: kmod-dax_5.15.137-1_mipsel_24kc.ipk -Size: 13363 -SHA256sum: 790e37ba887e40e28bc6fa8a6958eaabdff788d48d49ca5ba9b4fa229a68d460 +Filename: kmod-dax_5.15.134-1_mipsel_24kc.ipk +Size: 13368 +SHA256sum: 5bd7b9549bbd50e158eae213a2a5c363819b2192ffc17c0d936a55598a060838 Description: DAX: direct access to differentiated memory Package: kmod-dm-raid -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-dm, kmod-md-mod, kmod-md-raid0, kmod-md-raid1, kmod-md-raid10, kmod-md-raid456 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-dm, kmod-md-mod, kmod-md-raid0, kmod-md-raid1, kmod-md-raid10, kmod-md-raid456 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 22219 -Filename: kmod-dm-raid_5.15.137-1_mipsel_24kc.ipk -Size: 22960 -SHA256sum: e04bf80b6ed0c08f04871ea0aa0919ecb57c6ae57f684eb540bd7e027883255b +Installed-Size: 22218 +Filename: kmod-dm-raid_5.15.134-1_mipsel_24kc.ipk +Size: 22961 +SHA256sum: f2960626bc65c9e206592e180189e54f230c24fc269836ffea97eb6505db4cc1 Description: Kernel module necessary for LVM2 raid support Package: kmod-dm9000 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mii +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mii License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 8874 -Filename: kmod-dm9000_5.15.137-1_mipsel_24kc.ipk -Size: 9637 -SHA256sum: 5ede7a7f1b06928a9daeea069b0eb981abba403aace269004ac1238931b8a774 +Filename: kmod-dm9000_5.15.134-1_mipsel_24kc.ipk +Size: 9639 +SHA256sum: f849909d6bd9ea43ce05dfbd1b0b4632ae08b970897a8e63b63140590e0329f1 Description: Kernel driver for Davicom 9000 Ethernet adapters. Package: kmod-dm -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-manager, kmod-dax, kmod-keys-encrypted +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-manager, kmod-dax, kmod-keys-encrypted License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 95883 -Filename: kmod-dm_5.15.137-1_mipsel_24kc.ipk -Size: 96457 -SHA256sum: f6573098b354191b886a58cdb32ec02f5a90f1667817b1eb16bcf23e809f7590 +Installed-Size: 95882 +Filename: kmod-dm_5.15.134-1_mipsel_24kc.ipk +Size: 96475 +SHA256sum: 177f3986c02e804587c78c41bdfeebcb5ac9c51434ec6fc1389b64ed7773dc21 Description: Kernel module necessary for LVM2 support Package: kmod-dma-buf -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 16411 -Filename: kmod-dma-buf_5.15.137-1_mipsel_24kc.ipk -Size: 17162 -SHA256sum: d9c37bc51803e224ffe5e05a840d306c3ec05aafc141577e9839ef3ace7d5ebc +Installed-Size: 16413 +Filename: kmod-dma-buf_5.15.134-1_mipsel_24kc.ipk +Size: 17165 +SHA256sum: 46239182c7fe2e91d0c465ca10c5ebce5342513356b83abc66efd9d0a9b56296 Description: DMA shared buffer support Package: kmod-dma-ralink -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 6779 -Filename: kmod-dma-ralink_5.15.137-1_mipsel_24kc.ipk -Size: 7540 -SHA256sum: 766ae4cf3e3560f3be6da198b15afad31e049d1f73712cfa337c1048986c34af +Installed-Size: 6777 +Filename: kmod-dma-ralink_5.15.134-1_mipsel_24kc.ipk +Size: 7534 +SHA256sum: 8549fb2478eedaea3c9919afd275ce63c2bb23f7a0a55ee9b006c9791304adc2 Description: Kernel modules for enable ralink dma engine. Package: kmod-dnsresolver -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 4472 -Filename: kmod-dnsresolver_5.15.137-1_mipsel_24kc.ipk -Size: 5167 -SHA256sum: f1cd5c4dc46ab26507b86f4b568e1529cd07d9f87b6bd79f65c66422cad9d0db +Filename: kmod-dnsresolver_5.15.134-1_mipsel_24kc.ipk +Size: 5173 +SHA256sum: 73690652be48657ad1b94f7c2d928b8e0ec3bdc23e87d56d195f3b7f47a923ff Description: In-kernel DNS Resolver Package: kmod-dummy -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 2231 -Filename: kmod-dummy_5.15.137-1_mipsel_24kc.ipk -Size: 2954 -SHA256sum: 0905e26ff5bce4f7564f5c08cf94e25405ea21dc45f3c62f4ea0973d7fb5db02 +Filename: kmod-dummy_5.15.134-1_mipsel_24kc.ipk +Size: 2943 +SHA256sum: 2811286d505eba40eefd03b245cee023f1bc93a2e653c6f957fdbe4543072055 Description: The dummy network device Package: kmod-e1000 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 51655 -Filename: kmod-e1000_5.15.137-1_mipsel_24kc.ipk -Size: 52312 -SHA256sum: 4e0cf2e34a16f182b270cd5e9c07c2065493c8133fc3bc26cdc16320ea663162 +Filename: kmod-e1000_5.15.134-1_mipsel_24kc.ipk +Size: 52330 +SHA256sum: 47f19cb8ae1ce4d8e2a63b0670d774a9cd45df1ae2d1f69945099d8399d85275 Description: Kernel modules for Intel(R) PRO/1000 PCI Ethernet adapters. Package: kmod-e100 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mii, e100-firmware +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mii, e100-firmware License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 16630 -Filename: kmod-e100_5.15.137-1_mipsel_24kc.ipk -Size: 17424 -SHA256sum: 50cda783c205c05075931d51b5ca98a9d71b4213388ad271d37cb3df74902b21 +Installed-Size: 16628 +Filename: kmod-e100_5.15.134-1_mipsel_24kc.ipk +Size: 17422 +SHA256sum: f530efbbfe531e4e9bd8fbc18e2597976ad57427da7cd6cd9f303aab370caa46 Description: Kernel modules for Intel(R) PRO/100+ Ethernet adapters Package: kmod-ebtables-ipv4 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ebtables +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ebtables License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 4170 -Filename: kmod-ebtables-ipv4_5.15.137-1_mipsel_24kc.ipk -Size: 4946 -SHA256sum: a585a6df5280c53ebff93168bd66bb4ca05cbfa610047c2a7f32e87c4fb36c53 +Filename: kmod-ebtables-ipv4_5.15.134-1_mipsel_24kc.ipk +Size: 4952 +SHA256sum: 24ae8722e356e9b824fe043840b1796b716093ce3e331f069483b7af5a3901d8 Description: This option adds the IPv4 support to ebtables, which allows basic IPv4 header field filtering, ARP filtering as well as SNAT, DNAT targets. Package: kmod-ebtables-ipv6 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ebtables +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ebtables License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1757 -Filename: kmod-ebtables-ipv6_5.15.137-1_mipsel_24kc.ipk -Size: 2560 -SHA256sum: 7955ccd0d97da9c0ee9232bf21a2d1e3288a419444c041a67717ef5939849b40 +Installed-Size: 1758 +Filename: kmod-ebtables-ipv6_5.15.134-1_mipsel_24kc.ipk +Size: 2558 +SHA256sum: 1650f43abc80e0d69e20f052551c8a7adb5422d6ea831f01a8cc33ac7a606091 Description: This option adds the IPv6 support to ebtables, which allows basic IPv6 header field filtering and target support. Package: kmod-ebtables-watchers -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ebtables +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ebtables License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3046 -Filename: kmod-ebtables-watchers_5.15.137-1_mipsel_24kc.ipk -Size: 3806 -SHA256sum: 97bbc0d834e5435bafa88d51c34b1cc251b81490c0b8106f72a44b3d561d174f +Installed-Size: 3045 +Filename: kmod-ebtables-watchers_5.15.134-1_mipsel_24kc.ipk +Size: 3808 +SHA256sum: ddf0b8f37d12a05c902d3ccadc7f711a21c35df0e890fde9cb982c0adb881dc3 Description: This option adds the log watchers, that you can use in any rule in any ebtables table. Package: kmod-ebtables -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 19033 -Filename: kmod-ebtables_5.15.137-1_mipsel_24kc.ipk -Size: 19864 -SHA256sum: 68adc041d3c402e1e812eb017f846731bd55432ca7bdbf93f6a7ec268eba1aa0 +Installed-Size: 19032 +Filename: kmod-ebtables_5.15.134-1_mipsel_24kc.ipk +Size: 19865 +SHA256sum: 35e8a8dd312b4a596afe77a94aa5f7e1f6f737c6971c6b18137ced95cb4b2c4f Description: ebtables is a general, extensible frame/packet identification framework. It provides you to do Ethernet filtering/NAT/brouting on the Ethernet bridge. Package: kmod-echo -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2686 -Filename: kmod-echo_5.15.137-1_mipsel_24kc.ipk -Size: 3441 -SHA256sum: 6c576edab4ec1d66f7bb5157ff51447210ea44d0156acbc83fccb171ab9d70c8 +Installed-Size: 2687 +Filename: kmod-echo_5.15.134-1_mipsel_24kc.ipk +Size: 3440 +SHA256sum: 4b31598400b770411d4973f6273a239313b95c086530c0266bad95ac5a8fa994 Description: This driver provides line echo cancelling support for mISDN and DAHDI drivers Package: kmod-eeprom-93cx6 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1887 -Filename: kmod-eeprom-93cx6_5.15.137-1_mipsel_24kc.ipk -Size: 2663 -SHA256sum: 576e714de83f8feed2df9196e5e2dfd254fbbeed56662887f3e98315e08ca9a3 +Installed-Size: 1888 +Filename: kmod-eeprom-93cx6_5.15.134-1_mipsel_24kc.ipk +Size: 2656 +SHA256sum: 48906f80ea2a23728c205eff35f4ddee1ea07efa669b6c9012cb76fe82482ff8 Description: Kernel module for EEPROM 93CX6 support Package: kmod-eeprom-at24 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-regmap-i2c +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-regmap-i2c License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4657 -Filename: kmod-eeprom-at24_5.15.137-1_mipsel_24kc.ipk -Size: 5424 -SHA256sum: cd34fe3d8d2f86a7c8ca6d3251dd6d36c709f95b9cac4af8ac8e51e10aae8606 +Installed-Size: 4658 +Filename: kmod-eeprom-at24_5.15.134-1_mipsel_24kc.ipk +Size: 5427 +SHA256sum: cbe95e479201ba418df51b9a0dfacad0f1e628849b9df9e9bce52ec042b7c052 Description: Kernel module for most I2C EEPROMs Package: kmod-eeprom-at25 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4184 -Filename: kmod-eeprom-at25_5.15.137-1_mipsel_24kc.ipk -Size: 4911 -SHA256sum: 68c602138433419e0358e56f7d7a0964d8c4c109f28ec0375d207f6428a9e0c5 +Installed-Size: 4187 +Filename: kmod-eeprom-at25_5.15.134-1_mipsel_24kc.ipk +Size: 4908 +SHA256sum: e86693a901649394edb070209b96d273f89b2376221f9691a60da84a03dce31c Description: Kernel module for most SPI EEPROMs Package: kmod-et131x -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 14318 -Filename: kmod-et131x_5.15.137-1_mipsel_24kc.ipk -Size: 15032 -SHA256sum: 2d6c08605bca42b3f3269b306686c98b0169cf805d793e616f108f48ed979dd4 +Installed-Size: 14320 +Filename: kmod-et131x_5.15.134-1_mipsel_24kc.ipk +Size: 15045 +SHA256sum: dce9a7ad7c2722ab203d08ce5468a4e998e5ac6ffa13f7eb075f04ae183c644f Description: This package contains the et131x kernel module Package: kmod-ethoc -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 8106 -Filename: kmod-ethoc_5.15.137-1_mipsel_24kc.ipk -Size: 8869 -SHA256sum: 17ca724e09d0246b9ea3b4035fea1fcceedefa9ab5ee2760e383e03d8e30ec33 +Installed-Size: 8109 +Filename: kmod-ethoc_5.15.134-1_mipsel_24kc.ipk +Size: 8880 +SHA256sum: 23d1ceeb27f4b9bdf0f6535373468e52ac9807b2ceeec5114d13ddc1cc84079b Description: Kernel module for the Opencores.org ethernet adapter Package: kmod-fakelb -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac802154 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac802154 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 2727 -Filename: kmod-fakelb_5.15.137-1_mipsel_24kc.ipk -Size: 3489 -SHA256sum: 3ebec489728f0c0f82c4194be89ec3f1f80d16f143e70898899ba6682a2d7e57 +Filename: kmod-fakelb_5.15.134-1_mipsel_24kc.ipk +Size: 3499 +SHA256sum: 42540e1a504fb84cad55b2cdac19547d6c9022597714dde66b458d0b5d3b9a90 Description: Say Y here to enable the fake driver that can emulate a net of several interconnected radio devices. Package: kmod-firewire-net -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-firewire +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-firewire License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 8134 -Filename: kmod-firewire-net_5.15.137-1_mipsel_24kc.ipk -Size: 8881 -SHA256sum: 513e2b583db933af43e3e37a3df69e5c5e3e1144121aee8728d8180e47da5001 +Installed-Size: 8136 +Filename: kmod-firewire-net_5.15.134-1_mipsel_24kc.ipk +Size: 8888 +SHA256sum: a9d143f21c4b9a3fa54aad9ec514215d955d953b7ec9fce2a68d0ed49630751a Description: Kernel support for IPv4 over FireWire Package: kmod-firewire-ohci -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-firewire +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-firewire License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 18927 -Filename: kmod-firewire-ohci_5.15.137-1_mipsel_24kc.ipk -Size: 19665 -SHA256sum: e201fcc22d946542c5d8259a9c1ae57f8dee9e20a17ac4f3f356ed553600afa3 +Installed-Size: 18929 +Filename: kmod-firewire-ohci_5.15.134-1_mipsel_24kc.ipk +Size: 19663 +SHA256sum: 2c503b2c250fa4eac293fdcf8629b3bd88e94703a19a75f6848ec50c05c94fde Description: Kernel support for FireWire OHCI-1394 controllers Package: kmod-firewire-sbp2 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-firewire, kmod-scsi-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-firewire, kmod-scsi-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 8712 -Filename: kmod-firewire-sbp2_5.15.137-1_mipsel_24kc.ipk -Size: 9485 -SHA256sum: cb7b1a40c5cd2997d099d93583ea34e15e072951e63ac24d6071a030d0cd5a4d +Filename: kmod-firewire-sbp2_5.15.134-1_mipsel_24kc.ipk +Size: 9479 +SHA256sum: 96963e2b177131e9f5975cd35204c1054a74f3f3a7f84373572438ef07d9bb90 Description: Kernel support for SBP-2 devices over FireWire Package: kmod-firewire -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-lib-crc-itu-t +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-lib-crc-itu-t License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 30450 -Filename: kmod-firewire_5.15.137-1_mipsel_24kc.ipk -Size: 31019 -SHA256sum: 9b161add240a1b5af276f28841cc2d24b779cadd55a97c316cf208106d320cfd +Installed-Size: 30448 +Filename: kmod-firewire_5.15.134-1_mipsel_24kc.ipk +Size: 31018 +SHA256sum: 0cd08e25653ff50d847265bbace379d508113916c63813fbfcc347cf857a333b Description: Kernel support for FireWire (new stack) Package: kmod-fixed-phy -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 187 -Filename: kmod-fixed-phy_5.15.137-1_mipsel_24kc.ipk -Size: 974 -SHA256sum: 48ff9622c57eed1e78ee64b7ba10b707014d3c4ef6717f63e92f71a9f54e1ab0 +Installed-Size: 186 +Filename: kmod-fixed-phy_5.15.134-1_mipsel_24kc.ipk +Size: 969 +SHA256sum: 3fd533b6e3fd118828e3e5fc867c19716f88eb4bb04e7608c34e01bc13fde821 Description: Kernel driver for "fixed" MDIO Bus to cover the boards and devices that use PHYs that are not connected to the real MDIO bus. Package: kmod-forcedeth -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 26079 -Filename: kmod-forcedeth_5.15.137-1_mipsel_24kc.ipk -Size: 26735 -SHA256sum: 1b5bcd5390868540e257cdcdce840f0ba58258f90bdad9afddd912653d7fc1ab +Installed-Size: 26080 +Filename: kmod-forcedeth_5.15.134-1_mipsel_24kc.ipk +Size: 26737 +SHA256sum: 55efcf7a4ad820d6acad568c3d7df8ed12ca8bc816224f856a8090b9f1a7aec5 Description: Kernel driver for Nvidia Ethernet support Package: kmod-fou6 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-fou, kmod-ip6-tunnel +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-fou, kmod-ip6-tunnel License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1909 -Filename: kmod-fou6_5.15.137-1_mipsel_24kc.ipk -Size: 2734 -SHA256sum: 0a5ea31dc9089f8699d777da12d86925978fdfa79cc5fcd9f71f4d95d359b502 +Installed-Size: 1908 +Filename: kmod-fou6_5.15.134-1_mipsel_24kc.ipk +Size: 2724 +SHA256sum: 06687e32e9c8ced51a4c03f6204029bd09e67bef31b629510a44b97742095905 Description: Kernel module for FOU (Foo over UDP) and GUE (Generic UDP Encapsulation) tunnelling over IPv6. Requires Kernel 3.18 or newer. Package: kmod-fou -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iptunnel, kmod-udptunnel4, kmod-udptunnel6 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iptunnel, kmod-udptunnel4, kmod-udptunnel6 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 8106 -Filename: kmod-fou_5.15.137-1_mipsel_24kc.ipk -Size: 8919 -SHA256sum: e801cac3de2136eb9e7f3766a811c152f66176d762d41837caea37d143a6e43d +Installed-Size: 8103 +Filename: kmod-fou_5.15.134-1_mipsel_24kc.ipk +Size: 8915 +SHA256sum: b2fe2ddb239baa685e9a4f01741ae5b0d07a1d0a2421dd33f321a4dd7daf14e6 Description: Kernel module for FOU (Foo over UDP) and GUE (Generic UDP Encapsulation) tunnelling. Requires Kernel 3.18 or newer. Package: kmod-fs-autofs4 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 13960 -Filename: kmod-fs-autofs4_5.15.137-1_mipsel_24kc.ipk -Size: 14678 -SHA256sum: 765f8f90ec0058f7203e0c0a8681989b0a36144ac7f7340ceab7ab842019afaa +Installed-Size: 13959 +Filename: kmod-fs-autofs4_5.15.134-1_mipsel_24kc.ipk +Size: 14666 +SHA256sum: 8433421db0c76acf2f6be2dab2fc75b4c6cb58f262e587c1ea3c25f32a63a156 Description: Kernel module for AutoFS4 support Package: kmod-fs-btrfs -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-lib-crc32c, kmod-lib-lzo, kmod-lib-zlib-inflate, kmod-lib-zlib-deflate, kmod-lib-raid6, kmod-lib-xor, kmod-lib-zstd +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-lib-crc32c, kmod-lib-lzo, kmod-lib-zlib-inflate, kmod-lib-zlib-deflate, kmod-lib-raid6, kmod-lib-xor, kmod-lib-zstd License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 656072 -Filename: kmod-fs-btrfs_5.15.137-1_mipsel_24kc.ipk -Size: 654919 -SHA256sum: f19117930d5933b4b60eac601f716d63ccabd4166823e47d19c3fca575aaef95 +Installed-Size: 655895 +Filename: kmod-fs-btrfs_5.15.134-1_mipsel_24kc.ipk +Size: 654807 +SHA256sum: dffb11e269778cc889566b2ea24853f3bf59e9707d5eba1d8116411293bc8090 Description: Kernel module for BTRFS support Package: kmod-fs-cifs -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base, kmod-fs-smbfs-common, kmod-crypto-md5, kmod-crypto-sha256, kmod-crypto-sha512, kmod-crypto-cmac, kmod-crypto-hmac, kmod-crypto-aead, kmod-crypto-ccm, kmod-crypto-ecb, kmod-crypto-des, kmod-asn1-decoder, kmod-oid-registry, kmod-dnsresolver +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base, kmod-fs-smbfs-common, kmod-crypto-md5, kmod-crypto-sha256, kmod-crypto-sha512, kmod-crypto-cmac, kmod-crypto-hmac, kmod-crypto-aead, kmod-crypto-ccm, kmod-crypto-ecb, kmod-crypto-des, kmod-asn1-decoder, kmod-oid-registry, kmod-dnsresolver License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 248590 -Filename: kmod-fs-cifs_5.15.137-1_mipsel_24kc.ipk -Size: 245827 -SHA256sum: 279f47aff2c89753c9fc229b913924723d932ea059d2e203d9414e5e2fcec3d7 +Filename: kmod-fs-cifs_5.15.134-1_mipsel_24kc.ipk +Size: 245875 +SHA256sum: b1e2578387d374b5c5a2db03c42458604c5c1093af4e2671426ea1b61a5e21c5 Description: Kernel module for CIFS support Package: kmod-fs-configfs -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 15093 -Filename: kmod-fs-configfs_5.15.137-1_mipsel_24kc.ipk -Size: 15814 -SHA256sum: 22950b2060215399af070c5ed10ec94f01521b2b19f341cca27b39d000e39f82 +Installed-Size: 15094 +Filename: kmod-fs-configfs_5.15.134-1_mipsel_24kc.ipk +Size: 15808 +SHA256sum: c856431eb580401b203bb2d4fc8daba871f96cc47929ae7e71cbf51d0a3b460b Description: Kernel module for configfs support Package: kmod-fs-cramfs -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-lib-zlib-inflate +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-lib-zlib-inflate License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 5554 -Filename: kmod-fs-cramfs_5.15.137-1_mipsel_24kc.ipk -Size: 6311 -SHA256sum: d38dd2e159c393e32bf930292fb1c1832a7ad579753fda400be5b5f62d3da465 +Filename: kmod-fs-cramfs_5.15.134-1_mipsel_24kc.ipk +Size: 6305 +SHA256sum: 1d30e3d03181719a8ef63e680a16707f5699097e89a7e924c1212dc61f25ca6b Description: Kernel module for cramfs support Package: kmod-fs-exfat -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 42393 -Filename: kmod-fs-exfat_5.15.137-1_mipsel_24kc.ipk -Size: 43056 -SHA256sum: 5cc8de4703aeec60828d238f9dd438aee0a69c80d58b0ad53f7fc43d6bfa2197 +Installed-Size: 42396 +Filename: kmod-fs-exfat_5.15.134-1_mipsel_24kc.ipk +Size: 43060 +SHA256sum: 936c9045d3a2a55c2c795d1f82e8726176da72102391e75239f049dd17eb634b Description: Kernel module for exFAT filesystem support Package: kmod-fs-exportfs -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 229 -Filename: kmod-fs-exportfs_5.15.137-1_mipsel_24kc.ipk -Size: 967 -SHA256sum: ae55bbcfce0453fe60aabfd8acd2156dcdf5d8644f168bd6872fe87ae1c40006 +Installed-Size: 232 +Filename: kmod-fs-exportfs_5.15.134-1_mipsel_24kc.ipk +Size: 971 +SHA256sum: 7872f6861fa64d2965389b1f852fdc7b2fbf581b446186e93e027c456667ece0 Description: Kernel module for exportfs. Needed for some other modules. Package: kmod-fs-ext4 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-lib-crc16, kmod-crypto-hash, kmod-crypto-crc32c +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-lib-crc16, kmod-crypto-hash, kmod-crypto-crc32c License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 314295 -Filename: kmod-fs-ext4_5.15.137-1_mipsel_24kc.ipk -Size: 314187 -SHA256sum: 11235108038cb512051d71ce3d6eac8a239d52b0ed117f9b9326dfe4ebadb20a +Installed-Size: 314293 +Filename: kmod-fs-ext4_5.15.134-1_mipsel_24kc.ipk +Size: 314261 +SHA256sum: 02f5fce81e1b3c0b728561c56530d61eee0ab49fbbacf1137e69d719cd5caccf Description: Kernel module for EXT4 filesystem support Package: kmod-fs-f2fs -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash, kmod-crypto-crc32, kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash, kmod-crypto-crc32, kmod-nls-base License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 212453 -Filename: kmod-fs-f2fs_5.15.137-1_mipsel_24kc.ipk -Size: 212631 -SHA256sum: b981509602bf25e50a01ebb24ff20f78c92ef3f02f1d95fba5cf4da1508f3d1c +Installed-Size: 212450 +Filename: kmod-fs-f2fs_5.15.134-1_mipsel_24kc.ipk +Size: 212629 +SHA256sum: c50d12ab17310df90799d6869afb3b4067d0855d172dbdf685ae212f685af055 Description: Kernel module for F2FS filesystem support Package: kmod-fs-fscache -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-fs-netfs +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-fs-netfs License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 49964 -Filename: kmod-fs-fscache_5.15.137-1_mipsel_24kc.ipk -Size: 50582 -SHA256sum: 33d3de00e583986a0aacc528477dccad715744bc18a055419c0ad07d31ca3e5a +Filename: kmod-fs-fscache_5.15.134-1_mipsel_24kc.ipk +Size: 50606 +SHA256sum: 02748832eb7ec3e245c548caedb918915b06da9c31b6dbad136a3aa091d560b2 Description: General filesystem local cache manager Package: kmod-fs-hfs -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-cdrom, kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-cdrom, kmod-nls-base License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 30841 -Filename: kmod-fs-hfs_5.15.137-1_mipsel_24kc.ipk -Size: 31572 -SHA256sum: 520d9bc03d94cf806ed2c8a2bcba33f690339eb510d7df9e335a2ea2da932c46 +Installed-Size: 30843 +Filename: kmod-fs-hfs_5.15.134-1_mipsel_24kc.ipk +Size: 31549 +SHA256sum: 270fd4567736dc309f0fd5c5073c4ddc1407fe2a5cd1e909e6d0d813b9366be7 Description: Kernel module for HFS filesystem support Package: kmod-fs-hfsplus -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-cdrom, kmod-nls-base, kmod-nls-utf8 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-cdrom, kmod-nls-base, kmod-nls-utf8 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 59235 -Filename: kmod-fs-hfsplus_5.15.137-1_mipsel_24kc.ipk -Size: 59882 -SHA256sum: b15fdf6ce3cda3b2735a41f82839b2947ad09a324b58be4d731523ac59db31a4 +Installed-Size: 59234 +Filename: kmod-fs-hfsplus_5.15.134-1_mipsel_24kc.ipk +Size: 59883 +SHA256sum: 25db5d2d26aa51e00c1fd1c3421510823301ffd061a6014ec0f795276486a756 Description: Kernel module for HFS+ filesystem support Package: kmod-fs-isofs -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-lib-zlib-inflate, kmod-cdrom, kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-lib-zlib-inflate, kmod-cdrom, kmod-nls-base License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 16641 -Filename: kmod-fs-isofs_5.15.137-1_mipsel_24kc.ipk -Size: 17430 -SHA256sum: 51697cc0f10cfeab6122ecdc9726b68ec225eaa9fccee128a96545d5850bd5f6 +Filename: kmod-fs-isofs_5.15.134-1_mipsel_24kc.ipk +Size: 17434 +SHA256sum: 69fb72d162be786c3e1b7e8f3aaff301eef49a26e78e0b278d1afe32a4b64a2f Description: Kernel module for ISO9660 filesystem support Package: kmod-fs-jfs -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 100084 -Filename: kmod-fs-jfs_5.15.137-1_mipsel_24kc.ipk -Size: 100701 -SHA256sum: 1c56acad2b563da28f8d1837261f40f2a616f6b9321bcf7462af1bf340dcb3c9 +Installed-Size: 100083 +Filename: kmod-fs-jfs_5.15.134-1_mipsel_24kc.ipk +Size: 100690 +SHA256sum: e9d9e1cf043d5d0fecc84815a87aabf75295f5115fa1c70ae1abc97242f5d382 Description: Kernel module for JFS support Package: kmod-fs-ksmbd -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base, kmod-nls-utf8, kmod-crypto-md4, kmod-crypto-md5, kmod-crypto-hmac, kmod-crypto-ecb, kmod-crypto-des, kmod-crypto-sha256, kmod-crypto-cmac, kmod-crypto-sha512, kmod-crypto-aead, kmod-crypto-ccm, kmod-crypto-gcm, kmod-asn1-decoder, kmod-oid-registry, kmod-fs-smbfs-common +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base, kmod-nls-utf8, kmod-crypto-md4, kmod-crypto-md5, kmod-crypto-hmac, kmod-crypto-ecb, kmod-crypto-des, kmod-crypto-sha256, kmod-crypto-cmac, kmod-crypto-sha512, kmod-crypto-aead, kmod-crypto-ccm, kmod-crypto-gcm, kmod-asn1-decoder, kmod-oid-registry, kmod-fs-smbfs-common License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 117747 -Filename: kmod-fs-ksmbd_5.15.137-1_mipsel_24kc.ipk -Size: 117924 -SHA256sum: 532a9bf5c9b00cd283635c5aa179d9bfc8d4b8fc0fdea0438b7f20bdd3932cfb +Installed-Size: 117759 +Filename: kmod-fs-ksmbd_5.15.134-1_mipsel_24kc.ipk +Size: 117921 +SHA256sum: b007d0f0ba214fd021730b50f89723e41a7306f8218c776c01289ba1498743f1 Description: Kernel module for SMB kernel server support Package: kmod-fs-minix -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 15795 -Filename: kmod-fs-minix_5.15.137-1_mipsel_24kc.ipk -Size: 16448 -SHA256sum: 5a58149b4a24f3f37509fadd01a80fdc7d30371a8106e02b54b54a66beed35ab +Filename: kmod-fs-minix_5.15.134-1_mipsel_24kc.ipk +Size: 16452 +SHA256sum: 547808b864dd536b86ea46c29c8b9505b390f2bf95590b0607e0a424563dae35 Description: Kernel module for Minix filesystem support Package: kmod-fs-msdos -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-fs-vfat, kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-fs-vfat, kmod-nls-base License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 5392 -Filename: kmod-fs-msdos_5.15.137-1_mipsel_24kc.ipk -Size: 6143 -SHA256sum: 2602d49b8f33b29b63eeeefa10d9e51e6301d548edfaee8eb626a4ab31db9556 +Installed-Size: 5395 +Filename: kmod-fs-msdos_5.15.134-1_mipsel_24kc.ipk +Size: 6135 +SHA256sum: 58fea78a04648c87cbd5606882f24f613f5dbb4740f98df628eab59114050f1d Description: Kernel module for MSDOS filesystem support Package: kmod-fs-netfs -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 7979 -Filename: kmod-fs-netfs_5.15.137-1_mipsel_24kc.ipk -Size: 8714 -SHA256sum: a02a293cb872b5d86425d3e2a82c9a506d7003184c72583e9caffa5a175e3674 +Installed-Size: 7980 +Filename: kmod-fs-netfs_5.15.134-1_mipsel_24kc.ipk +Size: 8712 +SHA256sum: 1021c1dd257d67aa226bebf8972a809333aa331aa64811e5890f3c9cd8776e4e Description: Network Filesystems support Package: kmod-fs-nfs-common-rpcsec -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-fs-nfs-common, kmod-crypto-des, kmod-crypto-cbc, kmod-crypto-cts, kmod-crypto-md5, kmod-crypto-sha1, kmod-crypto-hmac, kmod-crypto-ecb, kmod-crypto-arc4 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-fs-nfs-common, kmod-crypto-des, kmod-crypto-cbc, kmod-crypto-cts, kmod-crypto-md5, kmod-crypto-sha1, kmod-crypto-hmac, kmod-crypto-ecb, kmod-crypto-arc4 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 38555 -Filename: kmod-fs-nfs-common-rpcsec_5.15.137-1_mipsel_24kc.ipk -Size: 39429 -SHA256sum: 2e32c37fda6e287501b05276c85cf61ecdc08cc5cb662693e766309b38f1a03f +Installed-Size: 38554 +Filename: kmod-fs-nfs-common-rpcsec_5.15.134-1_mipsel_24kc.ipk +Size: 39404 +SHA256sum: d787c306bfd24363e6678db839fda227313c6bd86942441525e6724a5a95c9f0 Description: Kernel modules for NFS Secure RPC Package: kmod-fs-nfs-common -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-oid-registry +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-oid-registry License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 147021 -Filename: kmod-fs-nfs-common_5.15.137-1_mipsel_24kc.ipk -Size: 147338 -SHA256sum: 0ec268688a120a0d9b02a2eb0166dbb4d912fdf1aba29ce40c32fc25d9d68253 +Filename: kmod-fs-nfs-common_5.15.134-1_mipsel_24kc.ipk +Size: 147355 +SHA256sum: 4f501e096794bda7971c026c66425b1c2e105d2e8cf92a9b576069a1474021fd Description: Common NFS filesystem modules Package: kmod-fs-nfs-v3 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-fs-nfs +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-fs-nfs License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 12417 -Filename: kmod-fs-nfs-v3_5.15.137-1_mipsel_24kc.ipk -Size: 13173 -SHA256sum: 835d1b9616c5acd839b031a114d659266ea1d3b868ab4e28eb78af4b0e8ae1b8 +Filename: kmod-fs-nfs-v3_5.15.134-1_mipsel_24kc.ipk +Size: 13163 +SHA256sum: d06cca3e6fb9b813e8113ffd61addfb475756e220e9e16bd4484e124b8c8fc3f Description: Kernel module for NFS v3 client support Package: kmod-fs-nfs-v4 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-fs-nfs +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-fs-nfs License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 148139 -Filename: kmod-fs-nfs-v4_5.15.137-1_mipsel_24kc.ipk -Size: 148055 -SHA256sum: abcbf5dcd330b8bdd6568bf03066d8eeb7c48f4f377f044a3a696826bf075f7f +Installed-Size: 147915 +Filename: kmod-fs-nfs-v4_5.15.134-1_mipsel_24kc.ipk +Size: 147878 +SHA256sum: 07aaec246eaf73037b797c6cd88c8d500ab9e94008204ccac43ceb02488a7f82 Description: Kernel module for NFS v4 client support Package: kmod-fs-nfs -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-fs-nfs-common, kmod-dnsresolver +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-fs-nfs-common, kmod-dnsresolver License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 84078 -Filename: kmod-fs-nfs_5.15.137-1_mipsel_24kc.ipk -Size: 84541 -SHA256sum: 574054b86b3aa9f8ff3a6be0860cfc4e2a9eb105b3e23d7b2af1ff384ed2e4ca +Installed-Size: 84081 +Filename: kmod-fs-nfs_5.15.134-1_mipsel_24kc.ipk +Size: 84545 +SHA256sum: 4d0b2902703e32fa9a5109b83b2100edb7298c434995a3a8e105df362f2eecd9 Description: Kernel module for NFS client support Package: kmod-fs-nfsd -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-fs-nfs-common, kmod-fs-exportfs, kmod-fs-nfs-common-rpcsec +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-fs-nfs-common, kmod-fs-exportfs, kmod-fs-nfs-common-rpcsec License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 146095 -Filename: kmod-fs-nfsd_5.15.137-1_mipsel_24kc.ipk -Size: 146355 -SHA256sum: eb57c8a5bc8f0776c3a5ce52131c3c77e036c9dd62e15110afc1fd1cb1bd7d2d +Filename: kmod-fs-nfsd_5.15.134-1_mipsel_24kc.ipk +Size: 146318 +SHA256sum: 970b8aeed7436b37e0d21d8effdd977d34adbe6c32ef4d7b361f6ad293146661 Description: Kernel module for NFS kernel server support Package: kmod-fs-ntfs3 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 125371 -Filename: kmod-fs-ntfs3_5.15.137-1_mipsel_24kc.ipk -Size: 126068 -SHA256sum: febeb5aa7905da57cdfe50d9ce2ed40f39c187bf5c292406f4c24d0eec6d1728 +Installed-Size: 125279 +Filename: kmod-fs-ntfs3_5.15.134-1_mipsel_24kc.ipk +Size: 125976 +SHA256sum: 05600366459eec602ce3e1d6eac0a987cb900cbfb1197bf61a654707bd8acfe4 Description: Kernel module for fully functional NTFS filesystem support. It allows reading as well as writing. It supports NTFS versions up to 3.1. Package: kmod-fs-ntfs -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 57639 -Filename: kmod-fs-ntfs_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 57640 +Filename: kmod-fs-ntfs_5.15.134-1_mipsel_24kc.ipk Size: 58308 -SHA256sum: 0bea70e9dd5f9a949398d4314f2d34fc5a38caa1e2554b5b8b606c57bbcf85b0 +SHA256sum: b14224c15c78dc279965b2fe08b501412381fb3a727aac8b61c7f2fbbb5a9946 Description: Kernel module for limited NTFS filesystem support. Support for writing is extremely limited and disabled as a result. Package: kmod-fs-reiserfs -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 129194 -Filename: kmod-fs-reiserfs_5.15.137-1_mipsel_24kc.ipk -Size: 129470 -SHA256sum: 1ba44ae4086a613c4b81fc291fb0bb49cd017b626328e54abc3312debbeafafd +Installed-Size: 129197 +Filename: kmod-fs-reiserfs_5.15.134-1_mipsel_24kc.ipk +Size: 129516 +SHA256sum: a03112cfc74128ec6663831ce931ac74ed5f020b7099bd39a3c9dab88ea884a0 Description: Kernel module for ReiserFS support Package: kmod-fs-smbfs-common -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2852 -Filename: kmod-fs-smbfs-common_5.15.137-1_mipsel_24kc.ipk -Size: 3616 -SHA256sum: baf175916d8bdd4381c67adebe53d1db196f60fce7077a3e7d745e5b895675f5 +Installed-Size: 2854 +Filename: kmod-fs-smbfs-common_5.15.134-1_mipsel_24kc.ipk +Size: 3613 +SHA256sum: 21b74ff4eb26c156ac5d0f527d71f6c4c40361ff1fd6bc0df890b8ec1fd20d15 Description: Kernel module dependency for CIFS or SMB_SERVER support Package: kmod-fs-squashfs -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 227 -Filename: kmod-fs-squashfs_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 231 +Filename: kmod-fs-squashfs_5.15.134-1_mipsel_24kc.ipk Size: 963 -SHA256sum: d23f09ce58af5613bcf28e842a8acd2baa9caa4b933e63dfa5c9bb982ec5c5c8 +SHA256sum: f353fedc9190da62fe383c6059b7ea80743bee7c448d72e941985f543a586320 Description: Kernel module for SquashFS 4.0 support Package: kmod-fs-udf -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-lib-crc-itu-t, kmod-cdrom, kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-lib-crc-itu-t, kmod-cdrom, kmod-nls-base License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 54670 -Filename: kmod-fs-udf_5.15.137-1_mipsel_24kc.ipk -Size: 55273 -SHA256sum: f83d88d1dc42cae8993770491efaabfbaa06e9c89d6087b264a5b02595c12286 +Installed-Size: 54671 +Filename: kmod-fs-udf_5.15.134-1_mipsel_24kc.ipk +Size: 55271 +SHA256sum: b9d8beca6516448f452d51971f8db0d7e7032a01779de2fed428d164e55951f0 Description: Kernel module for UDF filesystem support Package: kmod-fs-vfat -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base, kmod-nls-cp437, kmod-nls-iso8859-1, kmod-nls-utf8 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base, kmod-nls-cp437, kmod-nls-iso8859-1, kmod-nls-utf8 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 46070 -Filename: kmod-fs-vfat_5.15.137-1_mipsel_24kc.ipk -Size: 46799 -SHA256sum: b096e87f0939f3d896fba6c3dc86e75cfbcdb6987bbcada6e306c64c6c6ff3a4 +Installed-Size: 46071 +Filename: kmod-fs-vfat_5.15.134-1_mipsel_24kc.ipk +Size: 46796 +SHA256sum: 444109c233b679c5b57cc94a5b6d24ed41e0dd69f64f0cb7bd3fbd1e1bec4bef Description: Kernel module for VFAT filesystem support Package: kmod-fs-xfs -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-fs-exportfs, kmod-lib-crc32c +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-fs-exportfs, kmod-lib-crc32c License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 386906 -Filename: kmod-fs-xfs_5.15.137-1_mipsel_24kc.ipk -Size: 386775 -SHA256sum: 2d83ea6e710d2ffffa1dbc32da32ced172caaf2b4b0d877741fe9d717b9c3f98 +Installed-Size: 386897 +Filename: kmod-fs-xfs_5.15.134-1_mipsel_24kc.ipk +Size: 386800 +SHA256sum: 31fc7738c9714dc5b1248f23e3856239f76451f4adff6b415a8c627aadb9e033 Description: Kernel module for XFS support Package: kmod-fuse -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 60690 -Filename: kmod-fuse_5.15.137-1_mipsel_24kc.ipk -Size: 61258 -SHA256sum: c30bb165c27d3869e0d099b43794fb12f8f857d6f996ecf189a5cf53fb7d7391 +Installed-Size: 60689 +Filename: kmod-fuse_5.15.134-1_mipsel_24kc.ipk +Size: 61245 +SHA256sum: 49421ec039d615aa7271f6a40930a514af22c99e4e4cefc3288d83ce0a148980 Description: Kernel module for userspace filesystem support Package: kmod-geneve -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iptunnel, kmod-udptunnel4, kmod-udptunnel6 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iptunnel, kmod-udptunnel4, kmod-udptunnel6 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 14827 -Filename: kmod-geneve_5.15.137-1_mipsel_24kc.ipk -Size: 15582 -SHA256sum: 30b1da150f043d19806bd05e57a97983074f5a277736f56d602362e98afdcaf5 +Installed-Size: 14828 +Filename: kmod-geneve_5.15.134-1_mipsel_24kc.ipk +Size: 15587 +SHA256sum: 6d222965e739374ecb5284499e70afc436e270a6b9a7b4d7756f807b15a0ab82 Description: Kernel module for supporting Geneve in the Kernel. Requires Kernel 3.18 or newer. Package: kmod-google-firmware -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 5310 -Filename: kmod-google-firmware_5.15.137-1_mipsel_24kc.ipk -Size: 6113 -SHA256sum: b6f7a569db44600a9c8e1b7b80755d3b0c0a1d893c52f12671655693a3f930ad +Filename: kmod-google-firmware_5.15.134-1_mipsel_24kc.ipk +Size: 6118 +SHA256sum: e2b55c63c79d57deef7eb1fc55308c0942304e3a96fce3e20e4ec8e6f1892d41 Description: Kernel modules for Google firmware drivers. Useful for examining firmware and boot details on devices using a Google bootloader based on Coreboot. Provides files like /sys/firmware/log and /sys/firmware/vpd. Package: kmod-gpio-beeper -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-input-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-input-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1369 -Filename: kmod-gpio-beeper_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 1368 +Filename: kmod-gpio-beeper_5.15.134-1_mipsel_24kc.ipk Size: 2152 -SHA256sum: 09a65e31b53084de022b0f4215d950c47d86e0bb28faad68ce7a6162b28611f2 +SHA256sum: da27f27c10b7de06c8bca75f94ba7483897cc0615410c7438283c25fa06d07ab Description: This enables playing beeps through an GPIO-connected buzzer Package: kmod-gpio-button-hotplug -Version: 5.15.137-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 5778 -Filename: kmod-gpio-button-hotplug_5.15.137-3_mipsel_24kc.ipk -Size: 6694 -SHA256sum: b02537beb58f53808a110dd586febc2724ed23b571847bcd25281184e506444c +Installed-Size: 5777 +Filename: kmod-gpio-button-hotplug_5.15.134-3_mipsel_24kc.ipk +Size: 6690 +SHA256sum: 6f87565127c34f19c8a551b99b3c66cb0519340325d242ac9c710a6bda021fa6 Description: This is a replacement for the following in-kernel drivers: 1) gpio_keys (KEYBOARD_GPIO) 2) gpio_keys_polled (KEYBOARD_GPIO_POLLED) @@ -3184,150 +3184,150 @@ Description: This is a replacement for the following in-kernel drivers: an overkill for OpenWrt simple needs. Package: kmod-gpio-cascade -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mux-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mux-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1514 -Filename: kmod-gpio-cascade_5.15.137-1_mipsel_24kc.ipk -Size: 2285 -SHA256sum: 9a4ae7ff31b0f0bece583987f901aef620885d90140514db785f2db37abb9959 +Installed-Size: 1515 +Filename: kmod-gpio-cascade_5.15.134-1_mipsel_24kc.ipk +Size: 2283 +SHA256sum: 4f2c2ebc044dded4827a66a6036a5960ed21dd1f3046d5c426690fe26bc69ced Description: Kernel module for Generic GPIO cascade Package: kmod-gpio-nxp-74hc164 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2342 -Filename: kmod-gpio-nxp-74hc164_5.15.137-1_mipsel_24kc.ipk -Size: 3073 -SHA256sum: 08b77ca06759009ecf1ce6927bc379e630e9e8d6bb13765c30dd07ce238e776a +Installed-Size: 2340 +Filename: kmod-gpio-nxp-74hc164_5.15.134-1_mipsel_24kc.ipk +Size: 3072 +SHA256sum: 15f42550bdc58395f6ab52288571408e934017a93033f2e9c21cb8c3040f1bae Description: Kernel module for NXP 74HC164 GPIO expander Package: kmod-gpio-pca953x -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-regmap-i2c +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-regmap-i2c License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 4620 -Filename: kmod-gpio-pca953x_5.15.137-1_mipsel_24kc.ipk -Size: 5410 -SHA256sum: 0f6d228fa83bb7bb61c5481f11c9539be1c66781c76e45ba6582e783cda5a604 +Filename: kmod-gpio-pca953x_5.15.134-1_mipsel_24kc.ipk +Size: 5408 +SHA256sum: 49d8f7f562f6e89279170027629f57d16be549d98c9a7baca9299f57f4a40d33 Description: Kernel module for MAX731{0,2,3,5}, PCA6107, PCA953{4-9}, PCA955{4-7}, PCA957{4,5} and TCA64{08,16} I2C GPIO expanders Package: kmod-gpio-pcf857x -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 3012 -Filename: kmod-gpio-pcf857x_5.15.137-1_mipsel_24kc.ipk -Size: 3783 -SHA256sum: 700edb1c22bfa9585d8f9d14ea5fdbe2af9cdf3035a43db26db23f7f6f391a64 +Filename: kmod-gpio-pcf857x_5.15.134-1_mipsel_24kc.ipk +Size: 3772 +SHA256sum: 1e235576efb380e9e755aa760de8c4224dcc0df1d3af5aa1caac66749c36d0a9 Description: Kernel module for PCF857x, PCA{85,96}7x, and MAX732[89] I2C GPIO expanders Package: kmod-gre6 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iptunnel, kmod-ip6-tunnel, kmod-gre +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iptunnel, kmod-ip6-tunnel, kmod-gre License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 15641 -Filename: kmod-gre6_5.15.137-1_mipsel_24kc.ipk -Size: 16376 -SHA256sum: a198d789bd6b7933bd96aa5debd0c19841cc1964f26cfb3c3feda97e1111eca1 +Installed-Size: 15640 +Filename: kmod-gre6_5.15.134-1_mipsel_24kc.ipk +Size: 16372 +SHA256sum: 03528dc1259d6e6e0cb92bef65ccb5aa3d77698e700c8e53ae5c668848d631c9 Description: Generic Routing Encapsulation support over IPv6 Package: kmod-gre -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iptunnel +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iptunnel License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 12866 -Filename: kmod-gre_5.15.137-1_mipsel_24kc.ipk -Size: 13602 -SHA256sum: 5062c584b2da775043d985af31f86a413c0f8f69dad425d5186d6117f4414082 +Installed-Size: 12864 +Filename: kmod-gre_5.15.134-1_mipsel_24kc.ipk +Size: 13598 +SHA256sum: 61be1310eb22402cca48de054835825c4e40ea4bd8ebb4a8dccef4720427d093 Description: Generic Routing Encapsulation support Package: kmod-hfcmulti -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-misdn +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-misdn License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 36518 -Filename: kmod-hfcmulti_5.15.137-1_mipsel_24kc.ipk -Size: 37197 -SHA256sum: 7850a0b4fc0a316c4752bc1f4deb7111c94f208376f1fac15f157f76f9d9d89f +Installed-Size: 36521 +Filename: kmod-hfcmulti_5.15.134-1_mipsel_24kc.ipk +Size: 37201 +SHA256sum: 0618c08584f0f26ca545296979fe8d21df3a578c0e02c32e05810f896d9fa0b4 Description: Kernel modules for Cologne AG's HFC multiport cards (HFC-4S/8S/E1) using the mISDN V2 stack Package: kmod-hfcpci -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-misdn +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-misdn License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 15385 -Filename: kmod-hfcpci_5.15.137-1_mipsel_24kc.ipk -Size: 16147 -SHA256sum: 6a0c3fcad8698f6b72c5636d73d5950962eed03bc38e33f674c78428d79bae41 +Installed-Size: 15388 +Filename: kmod-hfcpci_5.15.134-1_mipsel_24kc.ipk +Size: 16149 +SHA256sum: ef881ff34d737dc3b8babf6a8687f3e6a17d5708ab0d67b9f5afa4b80882e2a0 Description: Kernel modules for Cologne AG's HFC pci cards (single port) using the mISDN V2 stack Package: kmod-hid-generic -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hid +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hid License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1155 -Filename: kmod-hid-generic_5.15.137-1_mipsel_24kc.ipk -Size: 1911 -SHA256sum: 97a275b1eac5cc99e0ec0dbc3c51bdf1165d5df67bfd974bcd88eab2319ce69a +Installed-Size: 1154 +Filename: kmod-hid-generic_5.15.134-1_mipsel_24kc.ipk +Size: 1900 +SHA256sum: e29cee419f108a0f5fd79dba88bd46cc48ba9ade4cb37d2a571afe59a71410f3 Description: Generic HID device support Package: kmod-hid -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-input-core, kmod-input-evdev +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-input-core, kmod-input-evdev License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 52255 -Filename: kmod-hid_5.15.137-1_mipsel_24kc.ipk -Size: 51121 -SHA256sum: 57ad94ad88173f8c826650a31500b980958e3470e0ee36f6bf46062cce9f726c +Installed-Size: 52259 +Filename: kmod-hid_5.15.134-1_mipsel_24kc.ipk +Size: 51074 +SHA256sum: b043c18b25c5e82a368f547539ff010d08516e9e2a0971638e71c0a7cb4bac34 Description: Kernel modules for HID devices Package: kmod-hwmon-ad7418 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2724 -Filename: kmod-hwmon-ad7418_5.15.137-1_mipsel_24kc.ipk -Size: 3497 -SHA256sum: 2554e55ae02fddbc3b455b6e87d77ebf34b9327dfd5b9475dcbfc78936c069b2 +Installed-Size: 2725 +Filename: kmod-hwmon-ad7418_5.15.134-1_mipsel_24kc.ipk +Size: 3499 +SHA256sum: 3170f2a1a4f2670abbe5c9c4c56c8421144736fdc27248c75b2a54f8ed1e4e40 Description: Kernel module for Analog Devices AD7416, AD7417 and AD7418 temperature monitor chip Package: kmod-hwmon-adcxx -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2451 -Filename: kmod-hwmon-adcxx_5.15.137-1_mipsel_24kc.ipk -Size: 3353 -SHA256sum: 61e2ee1ca83079632dd94b9f104c974d5f8553ecfea01e332f7d7ca264ad0f1f +Installed-Size: 2450 +Filename: kmod-hwmon-adcxx_5.15.134-1_mipsel_24kc.ipk +Size: 3346 +SHA256sum: 219ce49b3dd2859fbedcdd3552fd0db58128bab4f740c959b811c757e9889651 Description: Kernel module for the National Semiconductor ADCS chip family, where * bb is the resolution in number of bits (8, 10, 12) @@ -3338,645 +3338,645 @@ Description: Kernel module for the National Semiconductor Examples : ADC081S101, ADC124S501, ... Package: kmod-hwmon-adt7410 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3800 -Filename: kmod-hwmon-adt7410_5.15.137-1_mipsel_24kc.ipk -Size: 4571 -SHA256sum: c0c4d5d66ebb68948e7939c1fae60f903d102dd778e3e0d7a6c632af8e9ca947 +Installed-Size: 3799 +Filename: kmod-hwmon-adt7410_5.15.134-1_mipsel_24kc.ipk +Size: 4565 +SHA256sum: 1cbd4d76099c587512eb7416f1dfb25110966e56f26bf794c053306f6f59b0cc Description: Kernel module for ADT7410/7420 I2C thermal monitor chip Package: kmod-hwmon-adt7475 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core, kmod-hwmon-vid +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core, kmod-hwmon-vid License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 10659 -Filename: kmod-hwmon-adt7475_5.15.137-1_mipsel_24kc.ipk -Size: 11393 -SHA256sum: d771b8a64d92050a6d6e4540a7325ac0e58f157f86bda4e07ad903d3ff0b1dfb +Installed-Size: 10660 +Filename: kmod-hwmon-adt7475_5.15.134-1_mipsel_24kc.ipk +Size: 11392 +SHA256sum: 3c36fbab67a112e5b59671bda12b1a625c33bd1ab665024b57fc344d6fdcc071 Description: Kernel module for ADT7473/7475/7476/7490 thermal monitor chip Package: kmod-hwmon-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 6276 -Filename: kmod-hwmon-core_5.15.137-1_mipsel_24kc.ipk -Size: 7045 -SHA256sum: 0c4c865032b2512a9b26dbc40a16f2a3811f7bde9c5cfed8033693bad2c0d496 +Installed-Size: 6274 +Filename: kmod-hwmon-core_5.15.134-1_mipsel_24kc.ipk +Size: 7048 +SHA256sum: 6d7c08b90c5f873323235ef68b6125c84d745545a0e98b706dcf4740e1702850 Description: Kernel modules for hardware monitoring Package: kmod-hwmon-dme1737 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core, kmod-hwmon-vid +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core, kmod-hwmon-vid License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 15121 -Filename: kmod-hwmon-dme1737_5.15.137-1_mipsel_24kc.ipk -Size: 15806 -SHA256sum: e6ffe8d89ec06d3156244fefa6ce095a4021b8321315a131a0455e667655f826 +Installed-Size: 15122 +Filename: kmod-hwmon-dme1737_5.15.134-1_mipsel_24kc.ipk +Size: 15807 +SHA256sum: fd5c9b11f96b73a3d3e62d16cf09e90eae497eb7c11833bf53f85120aa117745 Description: SMSC DME1737, SCH3112, SCH3114, SCH3116, SCH5027 monitoring support Package: kmod-hwmon-drivetemp -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-ata-core, kmod-scsi-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-ata-core, kmod-scsi-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 3010 -Filename: kmod-hwmon-drivetemp_5.15.137-1_mipsel_24kc.ipk -Size: 3763 -SHA256sum: 49ee1c7bab765367fa62e5491dd9b9154db63b17b140b1dcf886e29ab94c5d72 +Filename: kmod-hwmon-drivetemp_5.15.134-1_mipsel_24kc.ipk +Size: 3762 +SHA256sum: 4bea1cee03516b0ec7d5d2f66d357550da35fe9801fff02084dfbbfa182577ed Description: Kernel module for Hard disk drives with temperature sensor Package: kmod-hwmon-g762 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 3937 -Filename: kmod-hwmon-g762_5.15.137-1_mipsel_24kc.ipk -Size: 4707 -SHA256sum: 5e0262bf0774ffb66d69860d943296e85b8632ce1b3ec9267de41ed8aaf97c8a +Filename: kmod-hwmon-g762_5.15.134-1_mipsel_24kc.ipk +Size: 4713 +SHA256sum: 8af08af6eb0df0f32483d13fb4bb4751d0763ddd3f9c940713b70cf73d4ceaf6 Description: Kernel module for Global Mixed-mode Technology Inc G762 and G763 fan speed PWM controller chips. Package: kmod-hwmon-gpiofan -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core, kmod-thermal +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core, kmod-thermal License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3883 -Filename: kmod-hwmon-gpiofan_5.15.137-1_mipsel_24kc.ipk -Size: 4614 -SHA256sum: a54b6c5e94944140ace7d8b5200072d853268e046865641a712ff84877f9be52 +Installed-Size: 3882 +Filename: kmod-hwmon-gpiofan_5.15.134-1_mipsel_24kc.ipk +Size: 4619 +SHA256sum: 890437dcec3dec77007848a7297bb9b9e4c9ca822e7194255f7bcef13d11c943 Description: Kernel module for GPIO controlled FANs Package: kmod-hwmon-gsc -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 5426 -Filename: kmod-hwmon-gsc_5.15.137-1_mipsel_24kc.ipk -Size: 6173 -SHA256sum: d1fcd3e6c0424c0ad9ec2f2eb9032721d41b7310dd6a51f4baff15ce4f4f36d3 +Installed-Size: 5427 +Filename: kmod-hwmon-gsc_5.15.134-1_mipsel_24kc.ipk +Size: 6175 +SHA256sum: 3797d670257e71c0b41e7b212cee64ef8ce7a4d4f5002bc0e8cd79a953305b8b Description: Kernel module for Gateworks System Controller with temperature sensor, ADCs, and FAN controller Package: kmod-hwmon-ina209 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3902 -Filename: kmod-hwmon-ina209_5.15.137-1_mipsel_24kc.ipk -Size: 4648 -SHA256sum: dce9323069af5c43d316f09d4397b93c172112c41cc70dd6ff0e6ebf14a49f25 +Installed-Size: 3901 +Filename: kmod-hwmon-ina209_5.15.134-1_mipsel_24kc.ipk +Size: 4645 +SHA256sum: 9f845a09e05d595273b8fdd2adc0d21930e62d895f8fce6bea332d455c10deb5 Description: Kernel module for ina209 dc power monitor chips Package: kmod-hwmon-ina2xx -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core, kmod-regmap-i2c +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core, kmod-regmap-i2c License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4254 -Filename: kmod-hwmon-ina2xx_5.15.137-1_mipsel_24kc.ipk -Size: 5014 -SHA256sum: cc9ce3f15304b18123e5f9ce6945aad0f33fbbf9793788de1cb4b19d3cabf7c5 +Installed-Size: 4253 +Filename: kmod-hwmon-ina2xx_5.15.134-1_mipsel_24kc.ipk +Size: 5013 +SHA256sum: 31ad25779eb67d8d4ca5fe3412eb1baeece1db134f1f59cd28e3809665f7648e Description: Kernel module for ina2xx dc current monitor chips Package: kmod-hwmon-it87 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core, kmod-hwmon-vid, kmod-thermal +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core, kmod-hwmon-vid, kmod-thermal License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 16078 -Filename: kmod-hwmon-it87_5.15.137-1_mipsel_24kc.ipk -Size: 16733 -SHA256sum: d217e26b8b9f2b99fcf19ecf7fd5629194dc0cfcb2b237f227dab710a8804287 +Filename: kmod-hwmon-it87_5.15.134-1_mipsel_24kc.ipk +Size: 16740 +SHA256sum: ee8a486103bd09b18e150833b871f19749983672849c3b2fccda8dcbd1794197 Description: Kernel module for it87 thermal and voltage monitor chip Package: kmod-hwmon-lm63 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core, kmod-regmap-i2c +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core, kmod-regmap-i2c License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 6549 -Filename: kmod-hwmon-lm63_5.15.137-1_mipsel_24kc.ipk -Size: 7316 -SHA256sum: a9312eb75be63b69797f97f9620d088f5c63d4b5a9c84c2d261b331105563e97 +Filename: kmod-hwmon-lm63_5.15.134-1_mipsel_24kc.ipk +Size: 7310 +SHA256sum: 26d182f6962b2ab9bd903094dd25eae6cf10fba2d9e726ff303ea38e62b3a4f2 Description: Kernel module for lm63 and lm64 thermal monitor chip Package: kmod-hwmon-lm70 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1904 -Filename: kmod-hwmon-lm70_5.15.137-1_mipsel_24kc.ipk -Size: 2647 -SHA256sum: 4eb559b68c23a2dce850b9fbbf5c8a1365f04496845e157f4c68e836ca9a3cd9 +Installed-Size: 1903 +Filename: kmod-hwmon-lm70_5.15.134-1_mipsel_24kc.ipk +Size: 2650 +SHA256sum: b9a51080d2c96903eb751eb2cad308aed21a250787ebbcf4eefcd5b439fda606 Description: Kernel module for lm70 and compatible thermal monitor chip Package: kmod-hwmon-lm75 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core, kmod-thermal, kmod-regmap-i2c +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core, kmod-thermal, kmod-regmap-i2c License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3910 -Filename: kmod-hwmon-lm75_5.15.137-1_mipsel_24kc.ipk -Size: 4680 -SHA256sum: ffada58e3a3bf90cec0c0f72e2fe0f8f91612e781a09fd10b016e25c2e117d3b +Installed-Size: 3913 +Filename: kmod-hwmon-lm75_5.15.134-1_mipsel_24kc.ipk +Size: 4687 +SHA256sum: 6cd6a46c852715ca369700631bdca21fb9ac6186645d85bf5f5b1dd2b8a8a478 Description: Kernel module for lm75 thermal monitor chip Package: kmod-hwmon-lm77 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2874 -Filename: kmod-hwmon-lm77_5.15.137-1_mipsel_24kc.ipk -Size: 3607 -SHA256sum: 086a8c388d2c55c15e363cd529d50ee5f8006b56240058d5f04b9f0f3ac44bf1 +Installed-Size: 2876 +Filename: kmod-hwmon-lm77_5.15.134-1_mipsel_24kc.ipk +Size: 3611 +SHA256sum: 64e30959ba56987398eaa95621760ec2be389f760953916bc4baf471d98032bf Description: Kernel module for LM77 thermal monitor chip Package: kmod-hwmon-lm85 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core, kmod-hwmon-vid +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core, kmod-hwmon-vid License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 8762 -Filename: kmod-hwmon-lm85_5.15.137-1_mipsel_24kc.ipk -Size: 9502 -SHA256sum: 4948d48990ba3006a9679c15f12df237a1bc49392e342ccaff1bfcb756f76eb6 +Installed-Size: 8763 +Filename: kmod-hwmon-lm85_5.15.134-1_mipsel_24kc.ipk +Size: 9494 +SHA256sum: 7e3bdc48656398e3828fa52d737197c99107e153609b2d10db5a08463d6de9bf Description: Kernel module for LM85 thermal monitor chip Package: kmod-hwmon-lm90 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 8420 -Filename: kmod-hwmon-lm90_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 8421 +Filename: kmod-hwmon-lm90_5.15.134-1_mipsel_24kc.ipk Size: 9214 -SHA256sum: 563fdbd6afdda608a3524f7da51c1578f462e4fff5f6e4a4242f1328dc0ba976 +SHA256sum: bbc9099085d788c2ede6777985c904c05916e5ebe569adf8d8f4b974a6841b39 Description: Kernel module for LM90 thermal monitor chip Package: kmod-hwmon-lm92 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 2730 -Filename: kmod-hwmon-lm92_5.15.137-1_mipsel_24kc.ipk -Size: 3477 -SHA256sum: fed443fca8c2636d03d9a7836ed14e25f3f20dac0d1a9cf3f78889c7d6cb53e3 +Filename: kmod-hwmon-lm92_5.15.134-1_mipsel_24kc.ipk +Size: 3475 +SHA256sum: 1e7934a0b4d6a954af74aaa094a0d75e145ff00f9ced7149682e5a3d95132fbc Description: Kernel module for LM92 thermal monitor chip Package: kmod-hwmon-lm95241 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2686 -Filename: kmod-hwmon-lm95241_5.15.137-1_mipsel_24kc.ipk -Size: 3422 -SHA256sum: 87f4e972cd81a2f6121bbb4c3fa77114b4dfb47b63aa2b86a9ab2457a5e02f1f +Installed-Size: 2687 +Filename: kmod-hwmon-lm95241_5.15.134-1_mipsel_24kc.ipk +Size: 3432 +SHA256sum: d04ab11c657a99ced45a8911899b58f092198c168416d90f950da8e3147dc1b3 Description: Kernel module for LM95241 thermal monitor chip Package: kmod-hwmon-ltc4151 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1973 -Filename: kmod-hwmon-ltc4151_5.15.137-1_mipsel_24kc.ipk -Size: 2773 -SHA256sum: 818e0efc2a616586074fc50cd34f9522af9ad2094f2d9f99a8bd1906365006bd +Installed-Size: 1982 +Filename: kmod-hwmon-ltc4151_5.15.134-1_mipsel_24kc.ipk +Size: 2781 +SHA256sum: b509ab8cd14ecfed3422e1c6f3992273bbf3f2785cfa17e8071515e4e0c4f76d Description: Kernel module for Linear Technology LTC4151 current and voltage monitor chip Package: kmod-hwmon-max6642 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 2285 -Filename: kmod-hwmon-max6642_5.15.137-1_mipsel_24kc.ipk -Size: 3027 -SHA256sum: 06700985aeb814d70013b234d32474b58f4981caa940653f3ce2abd554fe4fc3 +Filename: kmod-hwmon-max6642_5.15.134-1_mipsel_24kc.ipk +Size: 3034 +SHA256sum: 355cef449449de66ba89a9a10b51f01ecc41679b1d9a0ff93e8bd6fcc8fc6d6f Description: Kernel module for Maxim MAX6642 temperature monitor Package: kmod-hwmon-mcp3021 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1720 -Filename: kmod-hwmon-mcp3021_5.15.137-1_mipsel_24kc.ipk -Size: 2523 -SHA256sum: e55a10ab96358b4dd98c4497d9cf5405ae15d5addd6908edb504eac8d905ecd6 +Installed-Size: 1719 +Filename: kmod-hwmon-mcp3021_5.15.134-1_mipsel_24kc.ipk +Size: 2520 +SHA256sum: d8f91c2d5f16c4e617120cb74364327a696e8f838f5fa26726184e968c4dbf05 Description: Kernel module for Linear Technology MCP3021/3221 current and voltage monitor chip Package: kmod-hwmon-nct7802 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-regmap-i2c +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-regmap-i2c License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 6799 -Filename: kmod-hwmon-nct7802_5.15.137-1_mipsel_24kc.ipk -Size: 7481 -SHA256sum: 669baa73292f4751355274a20084753658322142075473f3b9f772724ccfd744 +Filename: kmod-hwmon-nct7802_5.15.134-1_mipsel_24kc.ipk +Size: 7488 +SHA256sum: 4cfcf35de22bcdf4dccb6d2472cb7c218ef990d63bcc85e8cb6f6b553a8229f2 Description: Kernel module for NCT7802Y thermal monitor chip Package: kmod-hwmon-pwmfan -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-thermal +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-thermal License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4012 -Filename: kmod-hwmon-pwmfan_5.15.137-1_mipsel_24kc.ipk -Size: 4761 -SHA256sum: a88713b20466b3e06fa29c8aa7a67ef431b0f51d34b5608cf6053b8e37ffe185 +Installed-Size: 4013 +Filename: kmod-hwmon-pwmfan_5.15.134-1_mipsel_24kc.ipk +Size: 4755 +SHA256sum: caab1e1bac8afbb3750ea9743a8b080d20ab44aa4dff553f70799697633d9115 Description: Kernel module for PWM controlled FANs Package: kmod-hwmon-sch5627 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 6263 -Filename: kmod-hwmon-sch5627_5.15.137-1_mipsel_24kc.ipk -Size: 7062 -SHA256sum: 07934dce526cb1a17efbbf599ff88ed4d92ea4394739f1d0c017e313f14342eb +Installed-Size: 6266 +Filename: kmod-hwmon-sch5627_5.15.134-1_mipsel_24kc.ipk +Size: 7063 +SHA256sum: 542a8401131965648e7e1099a8b2b71a71a7f6c44a1e3f314c4101510738041e Description: SMSC SCH5627 Super I/O chips include complete hardware monitoring Package: kmod-hwmon-sht21 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2131 -Filename: kmod-hwmon-sht21_5.15.137-1_mipsel_24kc.ipk -Size: 2926 -SHA256sum: 32aa1f36a4d13cd477a6a5d7022d4a8172c57e4fc79f4bba50d54b3e134fba77 +Installed-Size: 2132 +Filename: kmod-hwmon-sht21_5.15.134-1_mipsel_24kc.ipk +Size: 2921 +SHA256sum: 6762fe0d939698fde593de3ca0055e6420565a5ad7992ee2e32b644461a6fb58 Description: Kernel module for Sensirion SHT21 and SHT25 temperature and humidity sensors chip Package: kmod-hwmon-sht3x -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core, kmod-lib-crc8 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core, kmod-lib-crc8 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 3998 -Filename: kmod-hwmon-sht3x_5.15.137-1_mipsel_24kc.ipk -Size: 4760 -SHA256sum: 75ff3cc53775892825fd786d81b96ce9f50b922abd0f40938dcb29deeacdc7b9 +Filename: kmod-hwmon-sht3x_5.15.134-1_mipsel_24kc.ipk +Size: 4755 +SHA256sum: 640b1ac941b900155401d1df5eb0c9fdcbbdb15a8fce38b9df8f058796c9ebdb Description: Kernel module for Sensirion SHT3x temperature and humidity sensors chip Package: kmod-hwmon-tmp102 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core, kmod-thermal, kmod-regmap-i2c +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core, kmod-thermal, kmod-regmap-i2c License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2042 -Filename: kmod-hwmon-tmp102_5.15.137-1_mipsel_24kc.ipk -Size: 2809 -SHA256sum: 0c7787e649acf0960b55a967037fe68996885093d3d0aad3390a9b4f2f3aa6e1 +Installed-Size: 2043 +Filename: kmod-hwmon-tmp102_5.15.134-1_mipsel_24kc.ipk +Size: 2804 +SHA256sum: 0be3d3b265509103f9424be54e2ded2584e108fc66005a2b9d03391197427f67 Description: Kernel module for Texas Instruments TMP102 temperature sensors chip Package: kmod-hwmon-tmp103 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core, kmod-regmap-i2c +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core, kmod-regmap-i2c License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 1683 -Filename: kmod-hwmon-tmp103_5.15.137-1_mipsel_24kc.ipk -Size: 2481 -SHA256sum: f84c34e6055dbae4de4bc8b7807123d46dc9b901c30d6a609c6e7fa5c2dfabd7 +Filename: kmod-hwmon-tmp103_5.15.134-1_mipsel_24kc.ipk +Size: 2476 +SHA256sum: 57b69cff47c4f52733a8ed97dea67190ff9ed89cfb7249c702d9bffe7db685ac Description: Kernel module for Texas Instruments TMP103 temperature sensors chip Package: kmod-hwmon-tmp421 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2777 -Filename: kmod-hwmon-tmp421_5.15.137-1_mipsel_24kc.ipk -Size: 3538 -SHA256sum: 9dfe9efb8dce37ba71791b2c9779e7e5a5f4e08186a4148e15eaf0b2709c2cc6 +Installed-Size: 2776 +Filename: kmod-hwmon-tmp421_5.15.134-1_mipsel_24kc.ipk +Size: 3535 +SHA256sum: ee2f388175eb10b43e0364241c2dde8a8c8c0dc052a828b21980ddaef729a9f9 Description: Kernel module for the Texas Instruments TMP421 and compatible chips. Package: kmod-hwmon-tps23861 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core, kmod-regmap-i2c +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core, kmod-regmap-i2c License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3413 -Filename: kmod-hwmon-tps23861_5.15.137-1_mipsel_24kc.ipk -Size: 4177 -SHA256sum: c207126e9b9a4df4e30ca264e8528feae464cd05c0f3f03b5b21a64a5bd65db3 +Installed-Size: 3414 +Filename: kmod-hwmon-tps23861_5.15.134-1_mipsel_24kc.ipk +Size: 4178 +SHA256sum: ad2c954dc78b896817aec27de29df33378f780121a2342972939250c7b7d6d4a Description: Kernel module for the Texas Instruments TPS23861 802.3at PoE PSE chips. Package: kmod-hwmon-vid -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1675 -Filename: kmod-hwmon-vid_5.15.137-1_mipsel_24kc.ipk -Size: 2457 -SHA256sum: 18df70ad8420f6aa53c9102e41be1e0a62717fab70c7b7367c5e83fa5ac70102 +Installed-Size: 1676 +Filename: kmod-hwmon-vid_5.15.134-1_mipsel_24kc.ipk +Size: 2458 +SHA256sum: bcfc12a23484d407730deff0b3f5d97aed55e98ca799b0526909bf8bff842234 Description: VID/VRM/VRD voltage conversion module for hardware monitoring Package: kmod-hwmon-w83793 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core, kmod-hwmon-vid +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core, kmod-hwmon-vid License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 14836 -Filename: kmod-hwmon-w83793_5.15.137-1_mipsel_24kc.ipk -Size: 15026 -SHA256sum: 7ed996adce828ee4e61eb2bc133dae8f5360f646c72cafe582a3527b9ea1f3f1 +Filename: kmod-hwmon-w83793_5.15.134-1_mipsel_24kc.ipk +Size: 15019 +SHA256sum: 0c15fd1be1a4e7c01c3106e7cb9d5700816115ed1084c7ca17941fb1e15baf70 Description: Kernel module for the Winbond W83793G and W83793R chips. Package: kmod-i2c-algo-bit -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 3803 -Filename: kmod-i2c-algo-bit_5.15.137-1_mipsel_24kc.ipk -Size: 4552 -SHA256sum: 4e15860c397cf0880e2c4b1292b143ce2a4c718b282457d9f2aec069f38ff397 +Filename: kmod-i2c-algo-bit_5.15.134-1_mipsel_24kc.ipk +Size: 4546 +SHA256sum: 4f3da43ef85dbae5dbe506c300095835fe06169b7f4bb0c6b242234ceca6d60a Description: Kernel modules for I2C bit-banging interfaces Package: kmod-i2c-algo-pca -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4511 -Filename: kmod-i2c-algo-pca_5.15.137-1_mipsel_24kc.ipk -Size: 5248 -SHA256sum: 7ce84881acc8422f2cba00f320b1228c7fccaba37ec7717f9d082594d2437887 +Installed-Size: 4510 +Filename: kmod-i2c-algo-pca_5.15.134-1_mipsel_24kc.ipk +Size: 5243 +SHA256sum: 564da7c0604ac48bb77a7071c6a134e04a5bd587e26ced0da1ea6b00599b75e3 Description: Kernel modules for I2C PCA 9564 interfaces Package: kmod-i2c-algo-pcf -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 3486 -Filename: kmod-i2c-algo-pcf_5.15.137-1_mipsel_24kc.ipk -Size: 4230 -SHA256sum: 910284a7bd121fe49bbde54494840f6557faa28811617f818ec0734e92948051 +Filename: kmod-i2c-algo-pcf_5.15.134-1_mipsel_24kc.ipk +Size: 4222 +SHA256sum: 07a67d6fd23e8027e39036171e3f75d15d9d7f9cf564c60f99c561149383f076 Description: Kernel modules for I2C PCF 8584 interfaces Package: kmod-i2c-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 24291 -Filename: kmod-i2c-core_5.15.137-1_mipsel_24kc.ipk -Size: 24964 -SHA256sum: 3d90f4e88802bdbd74e957f9af6fcbac2aef5f83b401ad57b212a8bd92c7af79 +Installed-Size: 24290 +Filename: kmod-i2c-core_5.15.134-1_mipsel_24kc.ipk +Size: 24952 +SHA256sum: be19f0ffb3034f8005cef4450e1c0340ff4c6e9b8100e6a5fd36e50a78b0c704 Description: Kernel modules for I2C support Package: kmod-i2c-designware-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-regmap-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-regmap-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 7827 -Filename: kmod-i2c-designware-core_5.15.137-1_mipsel_24kc.ipk -Size: 8583 -SHA256sum: 7dbbf121d4f4098012bd8cb0d461dbf69194bb71dbcc1f1fc7d62b23c06ef430 +Installed-Size: 7829 +Filename: kmod-i2c-designware-core_5.15.134-1_mipsel_24kc.ipk +Size: 8581 +SHA256sum: d0ca0c5448f6ab7abbf7619bda7d84c82567bcc9ea5f5da0d734117d7c6e3cd9 Description: Synopsys DesignWare I2C core Package: kmod-i2c-designware-pci -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-designware-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-designware-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2647 -Filename: kmod-i2c-designware-pci_5.15.137-1_mipsel_24kc.ipk -Size: 3415 -SHA256sum: 159d30142858a825758caa7e762b5fff3e684f29c0339dea6e675c5709e33ee7 +Installed-Size: 2646 +Filename: kmod-i2c-designware-pci_5.15.134-1_mipsel_24kc.ipk +Size: 3414 +SHA256sum: e14cdbe72aac1a28af2555a2aa7f80a4903f08c796676f86520e678bdc141593 Description: Support for Synopsys DesignWare I2C controller. Only master mode is supported. Package: kmod-i2c-gpio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-algo-bit +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-algo-bit License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2580 -Filename: kmod-i2c-gpio_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 2582 +Filename: kmod-i2c-gpio_5.15.134-1_mipsel_24kc.ipk Size: 3362 -SHA256sum: a5afeaed98ce482abc62b2049669641e6e3d09ec7ff90ea80e5aace473bb172d +SHA256sum: b845b41cbf500696c98caa9bf980b90379197e92616b440b5ada0a1b72341660 Description: Kernel modules for a very simple bitbanging I2C driver utilizing the arch-neutral GPIO API to control the SCL and SDA lines. Package: kmod-i2c-mt7628 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2809 -Filename: kmod-i2c-mt7628_5.15.137-1_mipsel_24kc.ipk -Size: 3547 -SHA256sum: 3885bc175a95445d7a3d9cd1038574b75565e12f7da78149a35b85fd736f6c86 +Installed-Size: 2810 +Filename: kmod-i2c-mt7628_5.15.134-1_mipsel_24kc.ipk +Size: 3544 +SHA256sum: 1d049c5bf2c64f50545ba0b9f2de0317a5737ab1ad599edfca662ea795fb0b1a Description: Kernel modules for enable mt7621 i2c controller. Package: kmod-i2c-mux-gpio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-mux +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-mux License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2525 -Filename: kmod-i2c-mux-gpio_5.15.137-1_mipsel_24kc.ipk -Size: 3277 -SHA256sum: 164cef729780f7418686fbbc7ac6d971b0719a34cf8cd2d4ac9a93e66c51ce3d +Installed-Size: 2524 +Filename: kmod-i2c-mux-gpio_5.15.134-1_mipsel_24kc.ipk +Size: 3271 +SHA256sum: 24d5a229e515b1e7f48c498287aea69ffdf65bfa0d58ba2e5531fbfe97919e08 Description: Kernel modules for GENERIC_GPIO I2C bus mux/switching devices Package: kmod-i2c-mux-pca9541 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-mux +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-mux License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2283 -Filename: kmod-i2c-mux-pca9541_5.15.137-1_mipsel_24kc.ipk -Size: 3020 -SHA256sum: cb31a9bf5b984932cb07698748ccb58a41d65fbf88bb1cbaedc0348cc0640815 +Installed-Size: 2282 +Filename: kmod-i2c-mux-pca9541_5.15.134-1_mipsel_24kc.ipk +Size: 3023 +SHA256sum: d9ecf6bcd9a797f55cd0866f4dde5668c94040fe3a1f3170f827e204bc874c28 Description: Kernel modules for PCA9541 I2C bus mux/switching devices Package: kmod-i2c-mux-pca954x -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-mux +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-mux License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3722 -Filename: kmod-i2c-mux-pca954x_5.15.137-1_mipsel_24kc.ipk -Size: 4479 -SHA256sum: b3c56f7acf1f0d6bb508c32869badc85b08810e979c8013ebdcb6ae80019182f +Installed-Size: 3723 +Filename: kmod-i2c-mux-pca954x_5.15.134-1_mipsel_24kc.ipk +Size: 4482 +SHA256sum: 0deee5338f286d13ba3d77db9911ba2fdf4baa4a9943f221b3807d7d1cdd97d8 Description: Kernel modules for PCA954x I2C bus mux/switching devices Package: kmod-i2c-mux -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3576 -Filename: kmod-i2c-mux_5.15.137-1_mipsel_24kc.ipk -Size: 4314 -SHA256sum: 8caef697bd03b3b723d1f395482b2837bbcb473bf8ccb847d528035dda59a5ec +Installed-Size: 3565 +Filename: kmod-i2c-mux_5.15.134-1_mipsel_24kc.ipk +Size: 4299 +SHA256sum: daf9663b653808ed3b21c38f8bc095fa7a24cef38a5d3caf01abf724e3ac1f8d Description: Kernel modules for I2C bus multiplexing support Package: kmod-i2c-pxa -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-i2c-pxa_5.15.137-1_mipsel_24kc.ipk -Size: 834 -SHA256sum: 44d88e69ec4e1b193ed4af34600bed3365cdab6ff470cbd1931237c3d6dbdb22 +Filename: kmod-i2c-pxa_5.15.134-1_mipsel_24kc.ipk +Size: 833 +SHA256sum: 8fba69347611d46715851b037d7b7e4889a243c4c53a53a6216f2f3f25552144 Description: Kernel module for Intel PXA2XX I2C adapter Package: kmod-i2c-smbus -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1815 -Filename: kmod-i2c-smbus_5.15.137-1_mipsel_24kc.ipk -Size: 2594 -SHA256sum: 6713473aa46e358b484379e7ff0bd2be5dd87cb607ce52a27f9eb68467b1788a +Installed-Size: 1813 +Filename: kmod-i2c-smbus_5.15.134-1_mipsel_24kc.ipk +Size: 2588 +SHA256sum: 408bec097163499d7256a300de2b93927ed891d9eca75b40fcda6f00e7d99633 Description: Support for the SMBus extensions to the I2C specification. Package: kmod-i2c-tiny-usb -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-usb-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2586 -Filename: kmod-i2c-tiny-usb_5.15.137-1_mipsel_24kc.ipk -Size: 3376 -SHA256sum: 728948f796147e2aef039f4a2d82cf3fd263023047d6cd53b3eb39edc655dd6f +Installed-Size: 2585 +Filename: kmod-i2c-tiny-usb_5.15.134-1_mipsel_24kc.ipk +Size: 3374 +SHA256sum: 204440148938a86ed0666e43d98039a3083d2be749e3c23edd2f9d25f5ad5d9a Description: Kernel module for the I2C Tiny USB adaptor developed by Till Harbaum (http://www.harbaum.org/till/i2c_tiny_usb) Package: kmod-i40e -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mdio, kmod-ptp, kmod-hwmon-core, kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mdio, kmod-ptp, kmod-hwmon-core, kmod-libphy License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 187254 -Filename: kmod-i40e_5.15.137-1_mipsel_24kc.ipk -Size: 186866 -SHA256sum: ec3f27beb12890a2c07c9df1123e650d02c71a30d5b75a2666bf2352c70790d8 +Installed-Size: 187253 +Filename: kmod-i40e_5.15.134-1_mipsel_24kc.ipk +Size: 186860 +SHA256sum: 969d2ec41b1eb98da278a8865c7779aa159e1c4fa60f48d7a2d123305ea809e0 Description: Kernel modules for Intel(R) Ethernet Controller XL710 Family 40 Gigabit Ethernet adapters. Package: kmod-i6300esb-wdt -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2239 -Filename: kmod-i6300esb-wdt_5.15.137-1_mipsel_24kc.ipk -Size: 3010 -SHA256sum: 89c4ec911e2dbf5e648f04132b9d674996451a05aaefaad105bf63b4d4dcadc7 +Installed-Size: 2240 +Filename: kmod-i6300esb-wdt_5.15.134-1_mipsel_24kc.ipk +Size: 3011 +SHA256sum: 464eaf36a0b46bf2b488fde73a9d0f59b232bf13d0d5eb41e9ee93f07972ae24 Description: Kernel module for the watchdog timer built into the Intel 6300ESB controller hub. Also used by QEMU/libvirt. Package: kmod-iavf -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-iavf_5.15.137-1_mipsel_24kc.ipk -Size: 882 -SHA256sum: d54f912b925d858c0a2a89e617ed2f007c1e9aaa647ab3ddd32077e478e35b2f +Filename: kmod-iavf_5.15.134-1_mipsel_24kc.ipk +Size: 879 +SHA256sum: f1b578af2286b864a31c2d4dde3544b1cf0409f72c1b06cc8f0e98a1ccbb8c3c Description: Kernel modules for Intel XL710, X710, X722, XXV710, and all devices advertising support for Intel Ethernet Adaptive Virtual Function devices. Package: kmod-ieee802154-6lowpan -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-6lowpan, kmod-ieee802154 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-6lowpan, kmod-ieee802154 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 8152 -Filename: kmod-ieee802154-6lowpan_5.15.137-1_mipsel_24kc.ipk -Size: 8914 -SHA256sum: c632d9cadefe504cecc3fa7e6ce0ba5acd202489cb44025d36098325f4cdc180 +Filename: kmod-ieee802154-6lowpan_5.15.134-1_mipsel_24kc.ipk +Size: 8918 +SHA256sum: a6189345b43a94aac72aad355fa90b040b1daa075278c60b540ac2b914f7edcf Description: IPv6 compression over IEEE 802.15.4 Package: kmod-ieee802154 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 25598 -Filename: kmod-ieee802154_5.15.137-1_mipsel_24kc.ipk -Size: 26477 -SHA256sum: 4a9e6deee6c1a3abeab5bcc2b495fbdef3905df76226ce3cb8044493f958e4d4 +Installed-Size: 25600 +Filename: kmod-ieee802154_5.15.134-1_mipsel_24kc.ipk +Size: 26465 +SHA256sum: 9343c1c14e75567242f38806f6f0cbb54c0b2908fdd4e063867e0f15827ae5a0 Description: IEEE Std 802.15.4 defines a low data rate, low power and low complexity short range wireless personal area networks. It was designed to organise networks of sensors, switches, etc automation @@ -3984,561 +3984,561 @@ Description: IEEE Std 802.15.4 defines a low data rate, low power and low operating space around 10m. Package: kmod-ifb -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3282 -Filename: kmod-ifb_5.15.137-1_mipsel_24kc.ipk -Size: 4002 -SHA256sum: 25420714fc6cdbb9aff4c30efe0404a2c9ff6d2f35dbe6b7903586dfd9cf3d71 +Installed-Size: 3284 +Filename: kmod-ifb_5.15.134-1_mipsel_24kc.ipk +Size: 4005 +SHA256sum: 437e2a7ec645fb3b93b07fe95293b848fd6a93350af314210b9c9d4f8c76a53d Description: The Intermediate Functional Block Package: kmod-igb -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-i2c-algo-bit, kmod-ptp, kmod-hwmon-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-i2c-algo-bit, kmod-ptp, kmod-hwmon-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 85499 -Filename: kmod-igb_5.15.137-1_mipsel_24kc.ipk -Size: 86199 -SHA256sum: 0d456f2300d76297875892e78753018bddbb4397354902171abbd095aff46d82 +Installed-Size: 85500 +Filename: kmod-igb_5.15.134-1_mipsel_24kc.ipk +Size: 86208 +SHA256sum: ebe05227340e40ce8b3c28a5b305ef7eabbc1cbab794c23554d407179391fba7 Description: Kernel modules for Intel(R) 82575/82576 PCI-Express Gigabit Ethernet adapters. Package: kmod-igc -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ptp +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ptp License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 55617 -Filename: kmod-igc_5.15.137-1_mipsel_24kc.ipk -Size: 56298 -SHA256sum: c2172d7670bc3e4faff0cc74d5120ff8db4c46f58505f82df736ea18731d0e2a +Installed-Size: 55619 +Filename: kmod-igc_5.15.134-1_mipsel_24kc.ipk +Size: 56314 +SHA256sum: e275bb8a18773d018a38867ebba73210dde7e5d0ecfe6314864328373cf0549e Description: Kernel modules for Intel(R) Ethernet Controller I225 Series Package: kmod-iio-ad799x -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-industrialio-triggered-buffer, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-industrialio-triggered-buffer, kmod-iio-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4167 -Filename: kmod-iio-ad799x_5.15.137-1_mipsel_24kc.ipk -Size: 4983 -SHA256sum: 53a3b390fc23a97ca445107f62bb9bf447ee2cafa80117fde21333499ab94630 +Installed-Size: 4168 +Filename: kmod-iio-ad799x_5.15.134-1_mipsel_24kc.ipk +Size: 4982 +SHA256sum: 0bc81d1635640cfb43ee26fbc3ef02f53c7fbc0b6d841c578b4184a6aeb1bd45 Description: support for Analog Devices: ad7991, ad7995, ad7999, ad7992, ad7993, ad7994, ad7997, ad7998 i2c analog to digital converters (ADC). Package: kmod-iio-ads1015 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-regmap-i2c, kmod-industrialio-triggered-buffer, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-regmap-i2c, kmod-industrialio-triggered-buffer, kmod-iio-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 5441 -Filename: kmod-iio-ads1015_5.15.137-1_mipsel_24kc.ipk -Size: 6249 -SHA256sum: d9f8678a903bc573f846fa5a98eacb4a5371dc077ef14958085fb98530396169 +Installed-Size: 5442 +Filename: kmod-iio-ads1015_5.15.134-1_mipsel_24kc.ipk +Size: 6248 +SHA256sum: 88476bdb5350172d90a0f30d9aa91e1001d3be515340903e2ee5da29c1a30241 Description: This driver adds support for Texas Instruments ADS1015 and ADS1115 ADCs. Package: kmod-iio-am2315 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-industrialio-triggered-buffer, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-industrialio-triggered-buffer, kmod-iio-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 2378 -Filename: kmod-iio-am2315_5.15.137-1_mipsel_24kc.ipk -Size: 3153 -SHA256sum: 66f98cdba268903770183960751b46d83ce1b9a754e9cab730fefa79fbf4e975 +Filename: kmod-iio-am2315_5.15.134-1_mipsel_24kc.ipk +Size: 3144 +SHA256sum: 7bb6e30a5c719166606638a3636a9228ed64007c4aed07a737ee0c6bb72b5d94 Description: Aosong AM2315 humidity/temperature sensor (I2C bus) Package: kmod-iio-bh1750 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-iio-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2351 -Filename: kmod-iio-bh1750_5.15.137-1_mipsel_24kc.ipk -Size: 3099 -SHA256sum: 94111185feafdb62605ed57b9b93b7a6ced40fc964223a8952a6c5f355f19d1b +Installed-Size: 2353 +Filename: kmod-iio-bh1750_5.15.134-1_mipsel_24kc.ipk +Size: 3102 +SHA256sum: 84716292ddc30ac0d7ce39b9c1c451e112e76221b09889e0028a726059a92183 Description: ROHM BH1750 ambient light sensor (i2c bus) Package: kmod-iio-bme680-i2c -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iio-bme680, kmod-regmap-i2c, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iio-bme680, kmod-regmap-i2c, kmod-iio-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 1129 -Filename: kmod-iio-bme680-i2c_5.15.137-1_mipsel_24kc.ipk -Size: 1933 -SHA256sum: 1dbb322de8858543ad12a23b08b06baa3245d047ddce86c379ed168932a11e9e +Filename: kmod-iio-bme680-i2c_5.15.134-1_mipsel_24kc.ipk +Size: 1935 +SHA256sum: cd409a6f0d17f3fd149ff81d333cc352806a6afa3f91d7ecf0094dd6d66962d3 Description: This driver adds support for Bosch Sensortec's BME680 connected via I2C. Package: kmod-iio-bme680-spi -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iio-bme680, kmod-regmap-spi, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iio-bme680, kmod-regmap-spi, kmod-iio-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1803 -Filename: kmod-iio-bme680-spi_5.15.137-1_mipsel_24kc.ipk -Size: 2600 -SHA256sum: 1b7841de8fd10a61b7d2ca101b07e92ab9315be1d8d6103fcec23b4fad5da338 +Installed-Size: 1802 +Filename: kmod-iio-bme680-spi_5.15.134-1_mipsel_24kc.ipk +Size: 2605 +SHA256sum: 60c8727a3ed8a46201f531f0cccdc6487eaf93daa20c39845117f41be705da7c Description: This driver adds support for Bosch Sensortec's BME680 connected via SPI. Package: kmod-iio-bme680 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-regmap-core, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-regmap-core, kmod-iio-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 5627 -Filename: kmod-iio-bme680_5.15.137-1_mipsel_24kc.ipk -Size: 6435 -SHA256sum: 40c399d71e202f7cadb9ac61b1272c96ca6fc889083d1a880cc14bb44540f5f3 +Installed-Size: 5625 +Filename: kmod-iio-bme680_5.15.134-1_mipsel_24kc.ipk +Size: 6437 +SHA256sum: 9c4102e30a03a50829cc07c17749c54cd935cd4c5c54863bd25fd97f5112d508 Description: This driver adds support for Bosch Sensortec BME680 sensor with gas, humidity, pressure and temperatue sensing capability. Package: kmod-iio-bmp280-i2c -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iio-bmp280, kmod-i2c-core, kmod-regmap-i2c, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iio-bmp280, kmod-i2c-core, kmod-regmap-i2c, kmod-iio-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 1265 -Filename: kmod-iio-bmp280-i2c_5.15.137-1_mipsel_24kc.ipk +Filename: kmod-iio-bmp280-i2c_5.15.134-1_mipsel_24kc.ipk Size: 2090 -SHA256sum: a106c8ba310da24ba16302e641ff744d4de40552d00a266e6fd94f485f78d3bb +SHA256sum: c5d023b668b6b74ef3db541bb75f0fa3b0218d8783cc5a0eb9b6f1b3026b4c30 Description: This driver adds support for Bosch Sensortec's digital pressure and temperature sensor connected via I2C. Package: kmod-iio-bmp280-spi -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iio-bmp280, kmod-spi-bitbang, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iio-bmp280, kmod-spi-bitbang, kmod-iio-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 1425 -Filename: kmod-iio-bmp280-spi_5.15.137-1_mipsel_24kc.ipk -Size: 2252 -SHA256sum: 8a29a8c84ee4d6c2c90a8827ea711210354287902112b24f674e1b6ddc5c82ff +Filename: kmod-iio-bmp280-spi_5.15.134-1_mipsel_24kc.ipk +Size: 2249 +SHA256sum: 5b17342ba8385a51edd2190a90e8319fd366cfbb0641a3a02b684981e6f3808d Description: This driver adds support for Bosch Sensortec's digital pressure and temperature sensor connected via SPI. Package: kmod-iio-bmp280 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-regmap-core, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-regmap-core, kmod-iio-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 5777 -Filename: kmod-iio-bmp280_5.15.137-1_mipsel_24kc.ipk -Size: 6608 -SHA256sum: 1e2d00953f4a39580b3638e6f3cf17f9dc1b609750babb0d3fc76975fe5f2f74 +Installed-Size: 5767 +Filename: kmod-iio-bmp280_5.15.134-1_mipsel_24kc.ipk +Size: 6597 +SHA256sum: f7dd959397a08cc7ee047f41213b49655a85f323ded8a1713f586960aa69de83 Description: This driver adds support for Bosch Sensortec BMP180 and BMP280 pressure and temperature sensors. Also supports the BME280 with an additional humidity sensor channel. Package: kmod-iio-ccs811 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-industrialio-triggered-buffer, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-industrialio-triggered-buffer, kmod-iio-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 3385 -Filename: kmod-iio-ccs811_5.15.137-1_mipsel_24kc.ipk -Size: 4171 -SHA256sum: 2f0c68a3a5b8ce95540813bdc7e100cf6ce92f3b53ca74eb1e48a818371c5e2d +Filename: kmod-iio-ccs811_5.15.134-1_mipsel_24kc.ipk +Size: 4163 +SHA256sum: fbb7e4d226849cbe36706b961c65b498d2f923f3e2367f3b0c3e019fd9c47e83 Description: Support for the AMS CCS811 VOC (Volatile Organic Compounds) sensor Package: kmod-iio-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 30887 -Filename: kmod-iio-core_5.15.137-1_mipsel_24kc.ipk -Size: 31493 -SHA256sum: 5f7d0b7b61d86ff9832c9c5b0b28817aef90d34cd6807deb0f22281fde457da0 +Installed-Size: 30719 +Filename: kmod-iio-core_5.15.134-1_mipsel_24kc.ipk +Size: 31310 +SHA256sum: e8dc62b80e5105a659655aebfceb747ac9eac7ca449b6f0c462642579a7d1d0d Description: The industrial I/O subsystem provides a unified framework for drivers for many different types of embedded sensors using a number of different physical interfaces (i2c, spi, etc) Package: kmod-iio-dht11 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iio-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2855 -Filename: kmod-iio-dht11_5.15.137-1_mipsel_24kc.ipk -Size: 3659 -SHA256sum: 28f9727724e2029f8abdc3f7b4398d7cfa34bc748cd04503ce6b4ae2867db8eb +Installed-Size: 2854 +Filename: kmod-iio-dht11_5.15.134-1_mipsel_24kc.ipk +Size: 3660 +SHA256sum: 34374ce677022a73bda1dc274182de32c91f0ab2fb35cb6410942ca5ee57f715 Description: support for DHT11 and DHT22 digitial humidity and temperature sensors attached at GPIO lines. You will need a custom device tree file to specify the GPIO line to use. Package: kmod-iio-fxas21002c-i2c -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iio-fxas21002c, kmod-i2c-core, kmod-regmap-i2c, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iio-fxas21002c, kmod-i2c-core, kmod-regmap-i2c, kmod-iio-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1163 -Filename: kmod-iio-fxas21002c-i2c_5.15.137-1_mipsel_24kc.ipk -Size: 1971 -SHA256sum: 715100078079b43f51200eb4194be0ed32e2270a04c66b20e3ca671ad2a7e726 +Installed-Size: 1164 +Filename: kmod-iio-fxas21002c-i2c_5.15.134-1_mipsel_24kc.ipk +Size: 1972 +SHA256sum: f6018d80197a8f2a6a2cd778a43c7bf704428ad1e0e41098062a441e7cdd943a Description: Support for Freescale FXAS21002C 3-axis gyro connected via I2C. Package: kmod-iio-fxas21002c-spi -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iio-fxas21002c, kmod-regmap-spi, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iio-fxas21002c, kmod-regmap-spi, kmod-iio-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1210 -Filename: kmod-iio-fxas21002c-spi_5.15.137-1_mipsel_24kc.ipk -Size: 2010 -SHA256sum: 5d30c638de8758edd1d73b65c5bc7fe85af72c0d7f092d2e213ca35458dc0b2e +Installed-Size: 1211 +Filename: kmod-iio-fxas21002c-spi_5.15.134-1_mipsel_24kc.ipk +Size: 2015 +SHA256sum: c8599b2642e17ed03cdf46701041a8e998884af4bcaab35fd48d236bf95c6e46 Description: Support for Freescale FXAS21002C 3-axis gyro connected via SPI. Package: kmod-iio-fxas21002c -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-regmap-core, kmod-industrialio-triggered-buffer, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-regmap-core, kmod-industrialio-triggered-buffer, kmod-iio-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4917 -Filename: kmod-iio-fxas21002c_5.15.137-1_mipsel_24kc.ipk -Size: 5680 -SHA256sum: c9916ac06c2a24e1065bda5321b588da28e5ed8c537307cfcce33486b2bd6745 +Installed-Size: 4919 +Filename: kmod-iio-fxas21002c_5.15.134-1_mipsel_24kc.ipk +Size: 5686 +SHA256sum: c363f5ece4ad62486d758298646964caf6558ac5bb100dd391713eb29b5d959c Description: Support for Freescale FXAS21002C 3-axis gyro. Package: kmod-iio-fxos8700-i2c -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iio-fxos8700, kmod-i2c-core, kmod-regmap-i2c, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iio-fxos8700, kmod-i2c-core, kmod-regmap-i2c, kmod-iio-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 1126 -Filename: kmod-iio-fxos8700-i2c_5.15.137-1_mipsel_24kc.ipk -Size: 1935 -SHA256sum: d5a630b7f4bb60f35bb3367bd3985e6a3c4ffedc0ef267810038caf79cf7247c +Filename: kmod-iio-fxos8700-i2c_5.15.134-1_mipsel_24kc.ipk +Size: 1937 +SHA256sum: 5e65fd55d4b4cd460ae14fc6530da6f25187ceb86845f59047183c1570a5ae47 Description: Support for Freescale FXOS8700 3-axis accelerometer connected via I2C. Package: kmod-iio-fxos8700-spi -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iio-fxos8700, kmod-regmap-spi, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iio-fxos8700, kmod-regmap-spi, kmod-iio-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 1154 -Filename: kmod-iio-fxos8700-spi_5.15.137-1_mipsel_24kc.ipk +Filename: kmod-iio-fxos8700-spi_5.15.134-1_mipsel_24kc.ipk Size: 1958 -SHA256sum: 1ad9b66aeced1ad1225ab8ac7fca5ec966ea19d2e3aaad57c08a20f221ab4c9c +SHA256sum: 44d48e529ee450c99380aa75d6d9d248f8092c297596531d97f337dc3f206bba Description: Support for Freescale FXOS8700 3-axis accelerometer connected via SPI. Package: kmod-iio-fxos8700 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-regmap-core, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-regmap-core, kmod-iio-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2750 -Filename: kmod-iio-fxos8700_5.15.137-1_mipsel_24kc.ipk -Size: 3508 -SHA256sum: 4a7c55a4b5e69154bc91409b9fb07b60bc2f2e0b4555d7d99d16837b5d6647e8 +Installed-Size: 2749 +Filename: kmod-iio-fxos8700_5.15.134-1_mipsel_24kc.ipk +Size: 3507 +SHA256sum: 35a3798e93a27a4f2be6fab1688d0c5e17e0791a2124baf6105ff89e97e49902 Description: Support for Freescale FXOS8700 3-axis accelerometer. Package: kmod-iio-hmc5843 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-regmap-i2c, kmod-industrialio-triggered-buffer, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-regmap-i2c, kmod-industrialio-triggered-buffer, kmod-iio-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 4335 -Filename: kmod-iio-hmc5843_5.15.137-1_mipsel_24kc.ipk -Size: 5138 -SHA256sum: de024627198d206fc3aab81d71b048e43cfb16b7cec4fba296c2cd1238ea51e5 +Filename: kmod-iio-hmc5843_5.15.134-1_mipsel_24kc.ipk +Size: 5132 +SHA256sum: 340f4e2e0088f8e91dcf7f5b8f168f97615b171cff9591cdbfbbbea208aec5eb Description: Honeywell HMC5843/5883/5883L 3-Axis Magnetometer Package: kmod-iio-htu21 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-iio-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 5752 -Filename: kmod-iio-htu21_5.15.137-1_mipsel_24kc.ipk +Filename: kmod-iio-htu21_5.15.134-1_mipsel_24kc.ipk Size: 6586 -SHA256sum: 0f464532fcf50fcc37793ef89d3f76211597ad122a8c6c99c48766325b44f53a +SHA256sum: 4eb2740186e83d832c2902702561afe9a3099c2d9961998a499e2abc53266631 Description: support for the Measurement Specialties HTU21 humidity and temperature sensor. This driver is also used for MS8607 temperature, pressure & humidity sensor Package: kmod-iio-kfifo-buf -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iio-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1907 -Filename: kmod-iio-kfifo-buf_5.15.137-1_mipsel_24kc.ipk -Size: 2749 -SHA256sum: fb8abf8497a193eafe19f0c13ae98f0820dc6f26746cda5e6ad34cd418a24689 +Installed-Size: 1908 +Filename: kmod-iio-kfifo-buf_5.15.134-1_mipsel_24kc.ipk +Size: 2750 +SHA256sum: 66dcbe1df2af6e20cca587d37c7a039a10ad04b56fc49bcf0eeedd2f74e93a17 Description: A simple fifo based on kfifo. Note that this currently provides no buffer events so it is up to userspace to work out how often to read from the buffer. Package: kmod-iio-lsm6dsx-i2c -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iio-lsm6dsx, kmod-i2c-core, kmod-regmap-i2c, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iio-lsm6dsx, kmod-i2c-core, kmod-regmap-i2c, kmod-iio-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1443 -Filename: kmod-iio-lsm6dsx-i2c_5.15.137-1_mipsel_24kc.ipk -Size: 2218 -SHA256sum: 6e6512f54008e7e65852b09fe4a4f5a3e2a6de5dd1884af91a07cc2e363c783f +Installed-Size: 1442 +Filename: kmod-iio-lsm6dsx-i2c_5.15.134-1_mipsel_24kc.ipk +Size: 2222 +SHA256sum: fce8410869242b856708332c9a52b8b77a89d5c827768a9cc3318e9118528425 Description: Support for the ST LSM6DSx and related IMU MEMS I2C sensors. Package: kmod-iio-lsm6dsx-spi -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iio-lsm6dsx, kmod-regmap-spi, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iio-lsm6dsx, kmod-regmap-spi, kmod-iio-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 1465 -Filename: kmod-iio-lsm6dsx-spi_5.15.137-1_mipsel_24kc.ipk -Size: 2244 -SHA256sum: 724a61f8d6a2c76075df99ab6c8b2aeba11dc91c199f65b3aa166072afcd6207 +Filename: kmod-iio-lsm6dsx-spi_5.15.134-1_mipsel_24kc.ipk +Size: 2235 +SHA256sum: 8ef7ffe45651f9043511852816526d47f4c7f803c8880692547538c7f2763532 Description: Support for the ST LSM6DSx and related IMU MEMS SPI sensors. Package: kmod-iio-lsm6dsx -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iio-kfifo-buf, kmod-regmap-core, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iio-kfifo-buf, kmod-regmap-core, kmod-iio-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 13547 -Filename: kmod-iio-lsm6dsx_5.15.137-1_mipsel_24kc.ipk -Size: 14318 -SHA256sum: 2b12c9252a5c002c838e63bec42a2a2e5357d449e69a1aceafdc5441f613a0ca +Installed-Size: 13548 +Filename: kmod-iio-lsm6dsx_5.15.134-1_mipsel_24kc.ipk +Size: 14316 +SHA256sum: b217a8f713d061e66b5da469e84bbed25a295580f3a6656fe41732302bfd996e Description: Support for the ST LSM6DSx and related IMU MEMS sensors. Package: kmod-iio-si7020 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-iio-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1423 -Filename: kmod-iio-si7020_5.15.137-1_mipsel_24kc.ipk -Size: 2276 -SHA256sum: 7d8f23701498ad4bcfd91544bf1d3b934afad600522c21ac09ec735ea171841e +Installed-Size: 1424 +Filename: kmod-iio-si7020_5.15.134-1_mipsel_24kc.ipk +Size: 2280 +SHA256sum: 2ea77f207e419f913a01ffddc13695c7e883b1062962de19edc6f5c43d378856 Description: Support for Silicon Labs Si7020 family of relative humidity and temperature sensors connected via I2C. Following models are usable: Si7013, Si7020, Si7021, Hoperf TH06. Package: kmod-iio-sps30 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-industrialio-triggered-buffer, kmod-lib-crc8, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-industrialio-triggered-buffer, kmod-lib-crc8, kmod-iio-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4451 -Filename: kmod-iio-sps30_5.15.137-1_mipsel_24kc.ipk -Size: 5255 -SHA256sum: 5470c431d95daef4a8983c97370de533fe53a73e80d74933e8a9b9a18f8fe4a3 +Installed-Size: 4453 +Filename: kmod-iio-sps30_5.15.134-1_mipsel_24kc.ipk +Size: 5250 +SHA256sum: 10b37ae89e0035d74eeeec574ecc58a5e81eab7ccdd049b6de263558e44f2ffb Description: Support for the Sensirion SPS30 particulate matter sensor. Package: kmod-iio-st_accel-i2c -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iio-st_accel, kmod-i2c-core, kmod-regmap-i2c, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iio-st_accel, kmod-i2c-core, kmod-regmap-i2c, kmod-iio-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 2358 -Filename: kmod-iio-st_accel-i2c_5.15.137-1_mipsel_24kc.ipk -Size: 3166 -SHA256sum: ed78a5acf55de5841fb1600bbcb52ec0a622d0a151a46a33337e872017eb4814 +Filename: kmod-iio-st_accel-i2c_5.15.134-1_mipsel_24kc.ipk +Size: 3162 +SHA256sum: 219cc7d477818d790124bf56339b288e61505a1a6016dc8378120731c86c0954 Description: This package adds support for STMicroelectronics I2C based accelerometers Package: kmod-iio-st_accel-spi -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iio-st_accel, kmod-regmap-spi, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iio-st_accel, kmod-regmap-spi, kmod-iio-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2488 -Filename: kmod-iio-st_accel-spi_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 2487 +Filename: kmod-iio-st_accel-spi_5.15.134-1_mipsel_24kc.ipk Size: 3278 -SHA256sum: 0aae6829eba876936d99e50b21e3d4cf1b46ecd198ad9e19c5b0b59652c69edf +SHA256sum: 28e8877652720b40962bdd1a7ece1b24c5e3419de0d6428a192be78e4f5878a4 Description: This package adds support for STMicroelectronics SPI based accelerometers Package: kmod-iio-st_accel -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-regmap-core, kmod-industrialio-triggered-buffer, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-regmap-core, kmod-industrialio-triggered-buffer, kmod-iio-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 8776 -Filename: kmod-iio-st_accel_5.15.137-1_mipsel_24kc.ipk -Size: 9682 -SHA256sum: 978c3968b563edbdb16410f90fd34b381117ca4041044637795d721a2b1ce5d0 +Installed-Size: 8775 +Filename: kmod-iio-st_accel_5.15.134-1_mipsel_24kc.ipk +Size: 9677 +SHA256sum: 7c5bd6d66f87ad5dc58450182b287cc42312d09c9b94d8b82bead82271cc261c Description: This package adds support for STMicroelectronics accelerometers: LSM303DLH, LSM303DLHC, LIS3DH, LSM330D, LSM330DL, LSM330DLC, LIS331DLH, LSM303DL, LSM303DLM, LSM330, LIS2DH12, H3LIS331DL, LNG2DM, LIS3DE, LIS2DE12 Package: kmod-iio-tsl4531 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-iio-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1794 -Filename: kmod-iio-tsl4531_5.15.137-1_mipsel_24kc.ipk -Size: 2630 -SHA256sum: 240cdc726184a157fa4cebb35c8272c8c9d6ded88502132040b6d9d6e0046929 +Installed-Size: 1792 +Filename: kmod-iio-tsl4531_5.15.134-1_mipsel_24kc.ipk +Size: 2626 +SHA256sum: 929120e39fd6a5c22d6fd4f066fb11dbd457cf71aa0edb8f136371b698a0f1c2 Description: Support for TAOS TSL4531x family of ambient light sensors connected via I2C. Following models are usable: TSL45311, TSL45313, TSL45315, TSL45317. Package: kmod-ikconfig -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 37285 -Filename: kmod-ikconfig_5.15.137-1_mipsel_24kc.ipk -Size: 38134 -SHA256sum: ca1baa8c3581a4076a95b331cb4d4a63904c3f6203ad24a4d2d173c75d09a42a +Installed-Size: 40159 +Filename: kmod-ikconfig_5.15.134-1_mipsel_24kc.ipk +Size: 41019 +SHA256sum: b2b7a7b90b66406b9cba1ed8bd0e556dffaa9f5f8f62b82c1fde1c796e69e98f Description: Kernel configuration via /proc/config.gz Package: kmod-imx2-wdt -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-imx2-wdt_5.15.137-1_mipsel_24kc.ipk -Size: 844 -SHA256sum: 5b9c0716041465927298a42127c4a04f1bf585a9538c20ece488b7475e19560e +Filename: kmod-imx2-wdt_5.15.134-1_mipsel_24kc.ipk +Size: 846 +SHA256sum: 85564462a1b85b7fbfa37cca72edb8a1d540c4ee0b009d0dabf3805959fa5840 Description: NXP (Freescale) i.MX2+ and Layerscape watchdog driver Package: kmod-imx7-ulp-wdt -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-imx7-ulp-wdt_5.15.137-1_mipsel_24kc.ipk -Size: 842 -SHA256sum: 6c7e5ed38c20b2c20b98ffc9f3e71c4b6b71526fc9dd2d09b67bfbb00da7ec25 +Filename: kmod-imx7-ulp-wdt_5.15.134-1_mipsel_24kc.ipk +Size: 843 +SHA256sum: bad7b54a48c674e8fbc3ef13da9a9572d0539ae4164996e546562596df8361ad Description: NXP (Freescale) i.MX7ULP and later watchdog Package: kmod-industrialio-triggered-buffer -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iio-kfifo-buf, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iio-kfifo-buf, kmod-iio-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1349 -Filename: kmod-industrialio-triggered-buffer_5.15.137-1_mipsel_24kc.ipk -Size: 2139 -SHA256sum: 2293f9a51829c61c8bfa93e4fae5bd55ac9602658749907576b68fcc683f7445 +Installed-Size: 1350 +Filename: kmod-industrialio-triggered-buffer_5.15.134-1_mipsel_24kc.ipk +Size: 2141 +SHA256sum: fb06d0d584c9b8750b892a476183b6a6a566d88881cd3de64ea283bf88b2dc20 Description: Provides helper functions for setting up triggered buffers. Package: kmod-inet-diag -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 11833 -Filename: kmod-inet-diag_5.15.137-1_mipsel_24kc.ipk -Size: 12624 -SHA256sum: b2a91b53775eab48680e456937c92b275febbf924c4e515d3f38ce2477f2b72a +Installed-Size: 11830 +Filename: kmod-inet-diag_5.15.134-1_mipsel_24kc.ipk +Size: 12613 +SHA256sum: 815654f15f9e28d98ea66a2aaee94b0e413477f5d557f4e7c8b0a2157df806e7 Description: Support for INET (TCP, DCCP, etc) socket monitoring interface used by native Linux tools such as ss. Package: kmod-input-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 21181 -Filename: kmod-input-core_5.15.137-1_mipsel_24kc.ipk -Size: 21749 -SHA256sum: 21d7e80c4894545d1778224b628c3950b847f5129c1696945cf1e26116d69a97 +Installed-Size: 21182 +Filename: kmod-input-core_5.15.134-1_mipsel_24kc.ipk +Size: 21734 +SHA256sum: 9ec69fd575e78550e10f4e8a3de92e20fe5b5852120e5c2a0d7702c66e2ce21d Description: Kernel modules for support of input device Package: kmod-input-evdev -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-input-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-input-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 7633 -Filename: kmod-input-evdev_5.15.137-1_mipsel_24kc.ipk -Size: 8365 -SHA256sum: 5895ae8331cc4bdcb63e4f62e0b49556a45c1548ee49718818707dfcbb7d1210 +Installed-Size: 7630 +Filename: kmod-input-evdev_5.15.134-1_mipsel_24kc.ipk +Size: 8385 +SHA256sum: f607bd42029fe553615d7bd23356289906ac8270bafe0d380508b240f242a331 Description: Kernel modules for support of input device events Package: kmod-input-gpio-encoder -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-input-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-input-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3041 -Filename: kmod-input-gpio-encoder_5.15.137-1_mipsel_24kc.ipk -Size: 3786 -SHA256sum: 293f2397731571808314660b2751c5b8b7dcc307c1b3d5b3f55e9d1056a8e31a +Installed-Size: 3043 +Filename: kmod-input-gpio-encoder_5.15.134-1_mipsel_24kc.ipk +Size: 3787 +SHA256sum: 4d29cd883591d946d09b69535b06a76e78c08ca7e3a27a06f102fad0442db5f9 Description: Kernel module to use rotary encoders connected to GPIO pins Package: kmod-input-gpio-keys-polled -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-input-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-input-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3891 -Filename: kmod-input-gpio-keys-polled_5.15.137-1_mipsel_24kc.ipk -Size: 4730 -SHA256sum: 8c624199d01b0522bc155bd049d5b0e35090ddb828ecbed07df8fa92d29cdda2 +Installed-Size: 3890 +Filename: kmod-input-gpio-keys-polled_5.15.134-1_mipsel_24kc.ipk +Size: 4723 +SHA256sum: 592a94bbd6824440f652b9a32b469f2d4f72d77ffbfe9dc2e8b3e65a08a536d1 Description: Kernel module for support polled GPIO keys input device See also gpio-button-hotplug which is an alternative, lower overhead implementation that generates uevents instead of kernel input events. Package: kmod-input-gpio-keys -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-input-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-input-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 6242 -Filename: kmod-input-gpio-keys_5.15.137-1_mipsel_24kc.ipk -Size: 7173 -SHA256sum: b44a5606389e1fe8322223e28fe4b1040500ce3d0f2f6cfd48d5972da31e115d +Installed-Size: 6241 +Filename: kmod-input-gpio-keys_5.15.134-1_mipsel_24kc.ipk +Size: 7168 +SHA256sum: 942deda81742ac2777316a810ba8af2b0dd2977a46b3f76f4132ef81c99a256c Description: This driver implements support for buttons connected to GPIO pins of various CPUs (and some other chips). @@ -4546,184 +4546,184 @@ Description: This driver implements support for buttons connected implementation that generates uevents instead of kernel input events. Package: kmod-input-joydev -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-input-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-input-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 6222 -Filename: kmod-input-joydev_5.15.137-1_mipsel_24kc.ipk -Size: 7008 -SHA256sum: 9581a9a7cd7677f4489e6ca2e80a1aa6225ac2a984be27fa657be8e746c85e8a +Filename: kmod-input-joydev_5.15.134-1_mipsel_24kc.ipk +Size: 7013 +SHA256sum: fb6e2dac4a546c7dcf93d06701c4b84d0aae7554462507d81f91ee9732fa03f6 Description: Kernel module for joystick support Package: kmod-input-leds -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-input-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-input-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2174 -Filename: kmod-input-leds_5.15.137-1_mipsel_24kc.ipk -Size: 2935 -SHA256sum: 1821c312aa63b7f8d9512872f7b8f7788e3cc65acb0cab43f76f5556b8e0e60a +Installed-Size: 2171 +Filename: kmod-input-leds_5.15.134-1_mipsel_24kc.ipk +Size: 2934 +SHA256sum: feaf06947a4f85919b9ed7f5071327f92fbfffcb0306e75199241f3e299a7930 Description: Provides support for LEDs on input devices- for example, keyboard num/caps/scroll lock. Package: kmod-input-matrixkmap -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-input-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-input-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 2106 -Filename: kmod-input-matrixkmap_5.15.137-1_mipsel_24kc.ipk -Size: 2876 -SHA256sum: 6c848842ecfcf29e0fbc1c77a97704601888c9a3aa911c45d448c8c88f86feaf +Filename: kmod-input-matrixkmap_5.15.134-1_mipsel_24kc.ipk +Size: 2878 +SHA256sum: 5071c4aeccb54fffbd6dd215c9ab0a96e71879266a6ff1308cbe810b4d144aaf Description: Kernel module support for input matrix devices Package: kmod-input-touchscreen-ads7846 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-input-core, kmod-spi-bitbang +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-input-core, kmod-spi-bitbang License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 7823 -Filename: kmod-input-touchscreen-ads7846_5.15.137-1_mipsel_24kc.ipk -Size: 8620 -SHA256sum: 03b420c35d4023dbac96a028ae114731d31242bc852db7073fa5f01f46d3bc0c +Installed-Size: 7821 +Filename: kmod-input-touchscreen-ads7846_5.15.134-1_mipsel_24kc.ipk +Size: 8619 +SHA256sum: 720e852e4a88f40be38c86b54e643dc7672fc5eda9e380e43a1c7f7a23784e4c Description: Kernel module for ADS7846/TSC2046/AD7873 and AD(S)7843 based touchscreens Package: kmod-input-touchscreen-edt-ft5x06 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-input-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-input-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 8283 -Filename: kmod-input-touchscreen-edt-ft5x06_5.15.137-1_mipsel_24kc.ipk -Size: 9113 -SHA256sum: ecf16ea28190e7440deeb10a5ec5e707e305b11d1ad43b1ea41158cea0dd7076 +Installed-Size: 8284 +Filename: kmod-input-touchscreen-edt-ft5x06_5.15.134-1_mipsel_24kc.ipk +Size: 9102 +SHA256sum: 3611d11abbfeee53f58546f823335e307cbdd6a3b18872867470f2b0d4cc2451 Description: Kernel module for EDT FT5206, FT5306, FT5406, FT5506, Evervision FT5726 and Focaltech FT6236 based touchscreens Package: kmod-input-uinput -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-input-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-input-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 5963 -Filename: kmod-input-uinput_5.15.137-1_mipsel_24kc.ipk -Size: 6705 -SHA256sum: 5520bf52e642dd4721be16e3976c232a10a5803fc85b08e150ae2d8990a622b1 +Installed-Size: 5964 +Filename: kmod-input-uinput_5.15.134-1_mipsel_24kc.ipk +Size: 6701 +SHA256sum: 8f6c8f2a6421546e1cb351c3659689962c62ba5d120227cf9ce0b983cff7ac7b Description: user input modules needed for bluez Package: kmod-iosched-bfq -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 28884 -Filename: kmod-iosched-bfq_5.15.137-1_mipsel_24kc.ipk -Size: 29584 -SHA256sum: a76a55bb3f02f0fcdf6590765ca7858832cd150dfae73f40b1b4fffd1cb08f9b +Installed-Size: 28885 +Filename: kmod-iosched-bfq_5.15.134-1_mipsel_24kc.ipk +Size: 29571 +SHA256sum: 78c7d4cc00a67211815c50ef84b741db6d2dd502ba4be6245b534be5277728b8 Description: Kernel support for BFQ I/O scheduler Package: kmod-ip-vti -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iptunnel, kmod-iptunnel4, kmod-ipsec4 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iptunnel, kmod-iptunnel4, kmod-ipsec4 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 5061 -Filename: kmod-ip-vti_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 5063 +Filename: kmod-ip-vti_5.15.134-1_mipsel_24kc.ipk Size: 5811 -SHA256sum: 41790697b57b4e0ff3d60ff0794d08fcfc9840652ffe0de7680d3d2f54e05cd6 +SHA256sum: 51d6db0fd2e7519f96737d5fe578b0aee895f1fb295e879575e2d31e95b0e5a7 Description: Kernel modules for IP VTI (Virtual Tunnel Interface) Package: kmod-ip6-tunnel -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iptunnel6 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iptunnel6 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 17899 -Filename: kmod-ip6-tunnel_5.15.137-1_mipsel_24kc.ipk -Size: 18679 -SHA256sum: b4e84a7b768f719cdb5f4ee71e52d86b71ab35ebf62e0370b3939ece31ea8134 +Installed-Size: 17902 +Filename: kmod-ip6-tunnel_5.15.134-1_mipsel_24kc.ipk +Size: 18678 +SHA256sum: 49b05b2a882d796d3462691eb64b95e2705850f7974132e27f9c6835047981db Description: Kernel modules for IPv6-in-IPv6 and IPv4-in-IPv6 tunnelling Package: kmod-ip6-vti -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iptunnel, kmod-ip6-tunnel, kmod-ipsec6 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iptunnel, kmod-ip6-tunnel, kmod-ipsec6 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 8510 -Filename: kmod-ip6-vti_5.15.137-1_mipsel_24kc.ipk -Size: 9291 -SHA256sum: 9fb5ee6e017a041f56951b1baac0307b06deb8c0954f065773975610aaccfb68 +Filename: kmod-ip6-vti_5.15.134-1_mipsel_24kc.ipk +Size: 9286 +SHA256sum: 88f8b275f40047ceb366c5dd7413e5fd831ae66bdde9cffcc1d21acb4e7f839b Description: Kernel modules for IPv6 VTI (Virtual Tunnel Interface) Package: kmod-ip6tables-extra -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ip6tables +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ip6tables License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4646 -Filename: kmod-ip6tables-extra_5.15.137-1_mipsel_24kc.ipk -Size: 5390 -SHA256sum: 901f6a2009b548873060d605eb7643a2e6a42560fdda855f46f0e28d26de76ae +Installed-Size: 4647 +Filename: kmod-ip6tables-extra_5.15.134-1_mipsel_24kc.ipk +Size: 5385 +SHA256sum: 225b859ae95806a555735bf6f11e0d4cd32f888862f07860c9b9ecc7ca4ea046 Description: Netfilter IPv6 extra header matching modules Package: kmod-ip6tables -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-reject6, kmod-nf-ipt6, kmod-ipt-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-reject6, kmod-nf-ipt6, kmod-ipt-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 3254 -Filename: kmod-ip6tables_5.15.137-1_mipsel_24kc.ipk -Size: 4017 -SHA256sum: 96e17f1671f7b55946420261430e1a2d5e512849de3005fee5c647aa53513ff0 +Filename: kmod-ip6tables_5.15.134-1_mipsel_24kc.ipk +Size: 4013 +SHA256sum: 75cd5c7175ea9b49a752bb935ab67ff7998674100b903956346156f9425765b5 Description: Netfilter IPv6 firewalling support Package: kmod-ipip -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iptunnel, kmod-iptunnel4 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iptunnel, kmod-iptunnel4 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4201 -Filename: kmod-ipip_5.15.137-1_mipsel_24kc.ipk -Size: 4942 -SHA256sum: 682bcb12d28b4f1bdf2959328f96a640e5d7f0e34645ed3025b37b02f1362909 +Installed-Size: 4202 +Filename: kmod-ipip_5.15.134-1_mipsel_24kc.ipk +Size: 4936 +SHA256sum: 24d9b5443c493d9814409644a19e9ee3314229c4178396cb342730587956593c Description: Kernel modules for IP-in-IP encapsulation Package: kmod-ipoa -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-atm +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-atm License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 7126 -Filename: kmod-ipoa_5.15.137-1_mipsel_24kc.ipk -Size: 7896 -SHA256sum: 109ea676c0f577f2a61aba193eb802ba16f9182da70fed0d35d9eae8c175f43c +Installed-Size: 7127 +Filename: kmod-ipoa_5.15.134-1_mipsel_24kc.ipk +Size: 7883 +SHA256sum: 470be156c7bf364f2a509e07481e02a320dfc4e7e32b437b4583dca9241d8da8 Description: Kernel modules for IPoA (IP over ATM) support Package: kmod-ipsec4 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipsec, kmod-iptunnel4 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipsec, kmod-iptunnel4 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 12499 -Filename: kmod-ipsec4_5.15.137-1_mipsel_24kc.ipk -Size: 13267 -SHA256sum: eb6210ddf2909717f863fcdeb80fdcc4198fcf787057554de14eccf37e993892 +Installed-Size: 12486 +Filename: kmod-ipsec4_5.15.134-1_mipsel_24kc.ipk +Size: 13253 +SHA256sum: 2c4d62924bc2bd05a3cb3a4870d898e258f8d2861ddce4c9073f0d2c5609b41a Description: Kernel modules for IPsec support in IPv4. Includes: - ah4 @@ -4732,15 +4732,15 @@ Description: Kernel modules for IPsec support in IPv4. - xfrm4_tunnel Package: kmod-ipsec6 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipsec, kmod-iptunnel6 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipsec, kmod-iptunnel6 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 14788 -Filename: kmod-ipsec6_5.15.137-1_mipsel_24kc.ipk -Size: 15521 -SHA256sum: 05efef8ef033f6f6cfc25d7e204b529f9516de625044c49b88dc7f3779fcc091 +Installed-Size: 14780 +Filename: kmod-ipsec6_5.15.134-1_mipsel_24kc.ipk +Size: 15502 +SHA256sum: 4b682f10d1861b93978a26e36e754b6adc39253059f6fb057e03a956875a6b40 Description: Kernel modules for IPsec support in IPv6. Includes: - ah6 @@ -4749,15 +4749,15 @@ Description: Kernel modules for IPsec support in IPv6. - xfrm6_tunnel Package: kmod-ipsec -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-authenc, kmod-crypto-cbc, kmod-crypto-deflate, kmod-crypto-des, kmod-crypto-echainiv, kmod-crypto-hmac, kmod-crypto-md5, kmod-crypto-sha1 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-authenc, kmod-crypto-cbc, kmod-crypto-deflate, kmod-crypto-des, kmod-crypto-echainiv, kmod-crypto-hmac, kmod-crypto-md5, kmod-crypto-sha1 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 37487 -Filename: kmod-ipsec_5.15.137-1_mipsel_24kc.ipk -Size: 38356 -SHA256sum: 822c8f6ea7e5d4ffd35be1432c7d77318b22d82c2146277e3980d30af88c37ee +Installed-Size: 37484 +Filename: kmod-ipsec_5.15.134-1_mipsel_24kc.ipk +Size: 38348 +SHA256sum: 6ce504570f799ca375a88a8d0da18406270bfb3e40c8e4ed550556106ce395bd Description: Kernel modules for IPsec support in both IPv4 and IPv6. Includes: - af_key @@ -4766,51 +4766,51 @@ Description: Kernel modules for IPsec support in both IPv4 and IPv6. - xfrm_user Package: kmod-ipt-account -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ipt-compat-xtables +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ipt-compat-xtables License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 8185 -Filename: kmod-ipt-account_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 9004 -SHA256sum: cd1305b4c39b21c0fbe33ea241c9cce02bf3820ea085f71e06eba25df1fd02ab +Installed-Size: 8186 +Filename: kmod-ipt-account_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 9011 +SHA256sum: 05a77ed334c938cf1346db05b7929dd4928a03b61761cbe812937359fb6a71c4 Description: ACCOUNT netfilter module Package: kmod-ipt-chaos -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ipt-compat-xtables, kmod-ipt-delude, kmod-ipt-tarpit +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ipt-compat-xtables, kmod-ipt-delude, kmod-ipt-tarpit License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 2337 -Filename: kmod-ipt-chaos_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 3144 -SHA256sum: 341dc14465aceb319e52d94dd011ab87a9c9c6d1827b93cd162ceca07f468c47 +Filename: kmod-ipt-chaos_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 3140 +SHA256sum: 260639529a78e6c17c18c516dac425778fe1d92462ceee6e384cab7d62f4daae Description: CHAOS netfilter module Package: kmod-ipt-checksum -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 1405 -Filename: kmod-ipt-checksum_5.15.137-1_mipsel_24kc.ipk -Size: 2176 -SHA256sum: 4b5347e299d339fd26bd70b577c663d833f4d672c46f509bceeb0d1ae0d0e5fe +Filename: kmod-ipt-checksum_5.15.134-1_mipsel_24kc.ipk +Size: 2175 +SHA256sum: 12ef7147d8b0f6a2ee5079674699ae0fe194ccda7dad20d62bace8ff46ea6c72 Description: Kernel modules for CHECKSUM fillin target Package: kmod-ipt-cluster -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-nf-conntrack +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-nf-conntrack License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1786 -Filename: kmod-ipt-cluster_5.15.137-1_mipsel_24kc.ipk -Size: 2857 -SHA256sum: 5d7d3e9576ed7fe09d1bee0c37857b9e2f688b45271bcd20e9f359304de561b3 +Installed-Size: 1787 +Filename: kmod-ipt-cluster_5.15.134-1_mipsel_24kc.ipk +Size: 2854 +SHA256sum: 67b9eb231bc2cd5cac1b40f9635eeb25a2e2ec784fd96569b20cf8e132ffff8e Description: Netfilter (IPv4/IPv6) module for matching cluster This option allows you to build work-load-sharing clusters of network servers/stateful firewalls without having a dedicated @@ -4827,15 +4827,15 @@ Description: Netfilter (IPv4/IPv6) module for matching cluster see `iptables -m cluster --help` for more information. Package: kmod-ipt-clusterip -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-nf-conntrack +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-nf-conntrack License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 6755 -Filename: kmod-ipt-clusterip_5.15.137-1_mipsel_24kc.ipk +Filename: kmod-ipt-clusterip_5.15.134-1_mipsel_24kc.ipk Size: 7704 -SHA256sum: 5292882f601171f43eb40ff968053bc839c16287ec51e814ffd77aa8154568d3 +SHA256sum: 4b4b96d869c2aa560dda1cf410310bbc52d7f05f695dd714631a2553bf8dceea Description: Netfilter (IPv4-only) module for CLUSTERIP The CLUSTERIP target allows you to build load-balancing clusters of network servers without having a dedicated load-balancing @@ -4846,39 +4846,39 @@ Description: Netfilter (IPv4-only) module for CLUSTERIP see `iptables -j CLUSTERIP --help` for more information. Package: kmod-ipt-compat-xtables -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ip6tables +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ip6tables License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 850 -Filename: kmod-ipt-compat-xtables_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 1674 -SHA256sum: e22a2847f3e26c7eabe77c69ae9b3a955099046f1be9e46afcac4876e5b2f2c7 +Filename: kmod-ipt-compat-xtables_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 1672 +SHA256sum: 300445162b306990fb923388eab711b60f484d8cbd0feb48d2e932b66860e23c Description: API compatibilty layer netfilter module Package: kmod-ipt-condition -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2771 -Filename: kmod-ipt-condition_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 3558 -SHA256sum: 64b44475275ee85b520e6f20994f76903ff4570ddbc97c2806ceb20a9a4fc39a +Installed-Size: 2773 +Filename: kmod-ipt-condition_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 3557 +SHA256sum: cd386eb82d7ff9c8bf849d5adfa18bab89381b56ef75dc28499ff351d9514f02 Description: Condition netfilter module Package: kmod-ipt-conntrack-extra -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-conncount, kmod-ipt-core, kmod-ipt-conntrack +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-conncount, kmod-ipt-core, kmod-ipt-conntrack License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 10665 -Filename: kmod-ipt-conntrack-extra_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 10664 +Filename: kmod-ipt-conntrack-extra_5.15.134-1_mipsel_24kc.ipk Size: 11499 -SHA256sum: 611ed3a984ca45a4db1331201c59797131f3721e9166b67372d188a200f1f861 +SHA256sum: 97d037a5ce35330fade47dab870a8eba350a6cb1409fef1c18755d6f0bd522fc Description: Netfilter (IPv4) extra kernel modules for connection tracking Includes: - connbytes @@ -4888,29 +4888,29 @@ Description: Netfilter (IPv4) extra kernel modules for connection tracking - recent Package: kmod-ipt-conntrack-label -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ipt-conntrack +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ipt-conntrack License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1518 -Filename: kmod-ipt-conntrack-label_5.15.137-1_mipsel_24kc.ipk -Size: 2319 -SHA256sum: 0b455d2da65dc52e947255b9c4000637edfc59efcdaf533080541b5ff7286d36 +Installed-Size: 1516 +Filename: kmod-ipt-conntrack-label_5.15.134-1_mipsel_24kc.ipk +Size: 2317 +SHA256sum: 6b3ad5c836f894e745f963a807286d6c4265f732e3a5de8b3594f966da522f6a Description: Netfilter (IPv4) module for handling connection tracking labels Includes: - connlabel Package: kmod-ipt-conntrack -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-nf-conntrack +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-nf-conntrack License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 4563 -Filename: kmod-ipt-conntrack_5.15.137-1_mipsel_24kc.ipk -Size: 5376 -SHA256sum: a8e2d33ee531f002705466abc2ff72697994baf65ea57aa9b9e2020de4e7bc1c +Filename: kmod-ipt-conntrack_5.15.134-1_mipsel_24kc.ipk +Size: 5374 +SHA256sum: 349b9c4b737a9aead0f34b34d275d6dd2e7e0fcd2c1b9761efdf24acbb523ca9 Description: Netfilter (IPv4) kernel modules for connection tracking Includes: - conntrack @@ -4920,27 +4920,27 @@ Description: Netfilter (IPv4) kernel modules for connection tracking - state Package: kmod-ipt-coova -Version: 5.15.137+1.6-9.1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, libxtables12 +Version: 5.15.134+1.6-9.1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, libxtables12 License: GPL-2.0-or-later Section: kernel Architecture: mipsel_24kc Installed-Size: 5806 -Filename: kmod-ipt-coova_5.15.137+1.6-9.1_mipsel_24kc.ipk -Size: 6623 -SHA256sum: a2c428bd8fe7f08391d6b9dbab8de6008ef1c3dd7174f646e9a8d246de9935ec +Filename: kmod-ipt-coova_5.15.134+1.6-9.1_mipsel_24kc.ipk +Size: 6621 +SHA256sum: 1555254021cf129c6e164277669091298f6cc5fc2d3051699ee3c6b953fdd9c5 Description: Netfilter kernel module for CoovaChilli Package: kmod-ipt-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-reject, kmod-nf-ipt, kmod-nf-log +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-reject, kmod-nf-ipt, kmod-nf-log License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 10899 -Filename: kmod-ipt-core_5.15.137-1_mipsel_24kc.ipk -Size: 11688 -SHA256sum: 955c985d820dc87d729fe5df0e57c79beea57b2cfaaf7f6c73bc97c98e78f451 +Installed-Size: 10898 +Filename: kmod-ipt-core_5.15.134-1_mipsel_24kc.ipk +Size: 11680 +SHA256sum: e6558fcc3055cf7d1ff0c74d4cb7073fa1b0bce1277c2bd5bfbf2d59302657e9 Description: Netfilter core kernel modules Includes: - comment @@ -4952,65 +4952,65 @@ Description: Netfilter core kernel modules - TCPMSS Package: kmod-ipt-debug -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ipt-raw, kmod-ipt-raw6 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ipt-raw, kmod-ipt-raw6 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 966 -Filename: kmod-ipt-debug_5.15.137-1_mipsel_24kc.ipk -Size: 1753 -SHA256sum: 5d6bb537f63a0be63d39758b32c37f284d3fe0d8b4ddb313c4208c05c4559fc5 +Installed-Size: 968 +Filename: kmod-ipt-debug_5.15.134-1_mipsel_24kc.ipk +Size: 1760 +SHA256sum: a149a5e401dedc4dd9225408fd2577654305050240d7a692eb175d420d4b3b97 Description: Netfilter modules for debugging/development of the firewall Includes: - TRACE Package: kmod-ipt-delude -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ipt-compat-xtables +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ipt-compat-xtables License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1966 -Filename: kmod-ipt-delude_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 2790 -SHA256sum: d7a3867f5ddaecf2141b1cd442612e49354f3f7664a8fa995ba6b6ae7b4737e2 +Installed-Size: 1963 +Filename: kmod-ipt-delude_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 2792 +SHA256sum: 4edd6319b40282333b586c1e3e1cf02711d961b355997cab9c3ed6ae5dfef668 Description: DELUDE netfilter module Package: kmod-ipt-dhcpmac -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ipt-compat-xtables +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ipt-compat-xtables License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1810 -Filename: kmod-ipt-dhcpmac_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 2646 -SHA256sum: 2e57a3874f4c4efdf5b3b5ffef3dc704ebcdf01149742f802f0c1f9cd640902d +Installed-Size: 1811 +Filename: kmod-ipt-dhcpmac_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 2642 +SHA256sum: e4e6b99352d74962e0242b1e5bec8cadef962cb08bb29a401824756a56bd63d9 Description: DHCPMAC netfilter module Package: kmod-ipt-dnetmap -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ipt-compat-xtables, kmod-ipt-nat +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ipt-compat-xtables, kmod-ipt-nat License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 849 -Filename: kmod-ipt-dnetmap_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 1680 -SHA256sum: 76bcf0664a1b98a63c0eb1892c2fec3bb31ad66a24328b5066f1b84a63d0ddae +Installed-Size: 851 +Filename: kmod-ipt-dnetmap_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 1685 +SHA256sum: dbb074cf57159defe57e623ae94eebb028722b502cd5d078776ee9131398d815 Description: DNETMAP netfilter module Package: kmod-ipt-extra -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 5118 -Filename: kmod-ipt-extra_5.15.137-1_mipsel_24kc.ipk -Size: 5880 -SHA256sum: 3ef9e4b36d9b1c82c087dea17d64b076b7e1181b02fd5db661eef50ab1d3f5c2 +Installed-Size: 5116 +Filename: kmod-ipt-extra_5.15.134-1_mipsel_24kc.ipk +Size: 5873 +SHA256sum: 793c7b7e2aefaa7593eac40826c145ce12e6e0140adf0d1be2589530e023d647 Description: Other Netfilter (IPv4) kernel modules Includes: - addrtype @@ -5019,90 +5019,90 @@ Description: Other Netfilter (IPv4) kernel modules - quota Package: kmod-ipt-filter -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-lib-textsearch, kmod-ipt-conntrack +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-lib-textsearch, kmod-ipt-conntrack License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2565 -Filename: kmod-ipt-filter_5.15.137-1_mipsel_24kc.ipk -Size: 3349 -SHA256sum: d0e717440f87701a0bfd7af71ef3548e17877b46b02986be981d2e77884f217c +Installed-Size: 2566 +Filename: kmod-ipt-filter_5.15.134-1_mipsel_24kc.ipk +Size: 3357 +SHA256sum: 1c79d6f621cc56118065915b51b038554416877aaf3d8c6a6487f7e936f9a9ee Description: Netfilter (IPv4) kernel modules for packet content inspection Includes: - string - bpf Package: kmod-ipt-fuzzy -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1336 -Filename: kmod-ipt-fuzzy_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 2150 -SHA256sum: abe6c09964083220e3903d11a018f61282652d2827eb644105585de280de045c +Installed-Size: 1335 +Filename: kmod-ipt-fuzzy_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 2147 +SHA256sum: 625dc33afd3b0cb358f9a9bd4c6bb2465557912076576fac41c045eb83ed0363 Description: fuzzy netfilter module Package: kmod-ipt-geoip -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2911 -Filename: kmod-ipt-geoip_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 3674 -SHA256sum: 7b16a8aa5e80f346de1f914af4e28a9de92f0ba47f714c1862dedd20466ee40e +Installed-Size: 2912 +Filename: kmod-ipt-geoip_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 3673 +SHA256sum: 1e7b5fdebfc2085bc9742416205f0fa9861f8da1ce825beb9fd6c7693a081100 Description: geoip netfilter module Package: kmod-ipt-hashlimit -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 7924 -Filename: kmod-ipt-hashlimit_5.15.137-1_mipsel_24kc.ipk -Size: 8674 -SHA256sum: c3c3d688c3274b065daff07e0ce700c16f538f65bf8a28c7f69de044a713675e +Installed-Size: 7925 +Filename: kmod-ipt-hashlimit_5.15.134-1_mipsel_24kc.ipk +Size: 8693 +SHA256sum: 0e4a317d0fb241ee4a983a2e03627645dfe474f0ef475e33a334b4c2eec7cd23 Description: Kernel modules support for the hashlimit bucket match module Package: kmod-ipt-iface -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1184 -Filename: kmod-ipt-iface_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 1997 -SHA256sum: 76e7f9441ed750a264266f50705332fd648db088107f7918ecc2fc0b121ba37f +Installed-Size: 1183 +Filename: kmod-ipt-iface_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 1999 +SHA256sum: dbec5c7c1a517d7cb22dd6b01c255c6b9a96bad07bc9750090fbe145849e7728 Description: iface netfilter module Package: kmod-ipt-ipmark -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ipt-compat-xtables +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ipt-compat-xtables License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1145 -Filename: kmod-ipt-ipmark_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 1962 -SHA256sum: bd48b7f789ae391566ed1ebec729d7adfe82efa07aba7a6d6a233826431dbf17 +Installed-Size: 1144 +Filename: kmod-ipt-ipmark_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 1970 +SHA256sum: cc72a59196ca371744bb5b4dd4cd04d905a7acc9aeeea58306d61f787fff3df5 Description: IPMARK netfilter module Package: kmod-ipt-ipopt -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 6059 -Filename: kmod-ipt-ipopt_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 6060 +Filename: kmod-ipt-ipopt_5.15.134-1_mipsel_24kc.ipk Size: 6898 -SHA256sum: 998cb567363aee5e07f080ac0d19f8dffe082b2d7ad9dfd10bcd2b6f5ba6cf8d +SHA256sum: 50615f621d4216330ab2010c23c4cdec2e31ce5971722c336cea6b3fb252f95f Description: Netfilter (IPv4) modules for matching/changing IP packet options Includes: - CLASSIFY @@ -5118,41 +5118,41 @@ Description: Netfilter (IPv4) modules for matching/changing IP packet options - unclean Package: kmod-ipt-ipp2p -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ipt-compat-xtables +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ipt-compat-xtables License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 5689 -Filename: kmod-ipt-ipp2p_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 6495 -SHA256sum: 8f5decfbcf77a6924008ad75ede4619185a44f37296f52bf76ef2cd5331bf8f7 +Filename: kmod-ipt-ipp2p_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 6493 +SHA256sum: 46371dd9af0e7ff803e4ebcaa069c1aa6efb6dccf5caa475f60aa96ca16bbda8 Description: IPP2P netfilter module Package: kmod-ipt-iprange -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1216 -Filename: kmod-ipt-iprange_5.15.137-1_mipsel_24kc.ipk -Size: 1999 -SHA256sum: bd49823bd63c46ebd468c10a4c6f66508c68fd34b5f77943cf2417a794273f9a +Installed-Size: 1219 +Filename: kmod-ipt-iprange_5.15.134-1_mipsel_24kc.ipk +Size: 2001 +SHA256sum: e44ec9f586b547c4cdd940bedeff3e09deed895dbe448024e1cf3b83b23e9fb7 Description: Netfilter (IPv4) module for matching ip ranges Includes: - iprange Package: kmod-ipt-ipsec -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 2939 -Filename: kmod-ipt-ipsec_5.15.137-1_mipsel_24kc.ipk -Size: 3716 -SHA256sum: 0888ce9bf6c9d0f5fae3359019b982e81edb0258532ca8cd9c3db9a478375822 +Filename: kmod-ipt-ipsec_5.15.134-1_mipsel_24kc.ipk +Size: 3721 +SHA256sum: 300b260ee39d1115ef1d83802f9cee37f38bfaee0b0fd72d646712660c7aab63 Description: Netfilter (IPv4) modules for matching IPSec packets Includes: - ah @@ -5160,423 +5160,423 @@ Description: Netfilter (IPv4) modules for matching IPSec packets - policy Package: kmod-ipt-ipset -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-nfnetlink +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-nfnetlink License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 190638 -Filename: kmod-ipt-ipset_5.15.137-1_mipsel_24kc.ipk -Size: 191075 -SHA256sum: bd08144670359cb77ff29719c3e8917a957b5f9c5ff15bc92ff156b924513564 +Installed-Size: 190646 +Filename: kmod-ipt-ipset_5.15.134-1_mipsel_24kc.ipk +Size: 191130 +SHA256sum: 5fec89c6da68e284cb18053886a3e63c21a81240d32dd2611745235b14212366 Description: IPset netfilter modules Package: kmod-ipt-ipv4options -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 977 -Filename: kmod-ipt-ipv4options_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 1789 -SHA256sum: bacec46da7e501ce558401150ab80a413e17d4e956e7c1b77716c0c5c35b4ce2 +Installed-Size: 976 +Filename: kmod-ipt-ipv4options_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 1783 +SHA256sum: 703b682e8507f9e1a632e811b38b50aeac7072d0a0f9b6fb881e11494c9e57aa Description: ipv4options netfilter module Package: kmod-ipt-led -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 1857 -Filename: kmod-ipt-led_5.15.137-1_mipsel_24kc.ipk -Size: 2646 -SHA256sum: f8c61689cba714b07924757dc5e197f28d07af9cb736917ce125fb2a53add9f2 +Filename: kmod-ipt-led_5.15.134-1_mipsel_24kc.ipk +Size: 2640 +SHA256sum: a50183bcd42b3f07f17cc1744040259fe99c377adea551b24f5390a3694888f2 Description: Netfilter target to trigger a LED when a network packet is matched. Package: kmod-ipt-length2 -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ipt-compat-xtables +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ipt-compat-xtables License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2142 -Filename: kmod-ipt-length2_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 2968 -SHA256sum: 7d34cef734ac61600c4d2bf2a4d8aae52a4b4dba9142ae6062d98d864b3b759c +Installed-Size: 2143 +Filename: kmod-ipt-length2_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 2966 +SHA256sum: 61d4106c5cece73347f285576e33b60fc5e43875cf96e91ed71b036d52b1b525 Description: length2 netfilter module Package: kmod-ipt-logmark -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ipt-compat-xtables +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ipt-compat-xtables License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1947 -Filename: kmod-ipt-logmark_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 2779 -SHA256sum: 2d444d7fa7e77526d21c5bc179d7682e540a29f433aa9f41d9ef846619b8f463 +Installed-Size: 1948 +Filename: kmod-ipt-logmark_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 2780 +SHA256sum: eec8e1ef16e268bb2a965ad9445a1d3cfd802af8d73e2740089b7c99e85f7e63 Description: LOGMARK netfilter module Package: kmod-ipt-lscan -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2287 -Filename: kmod-ipt-lscan_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 3063 -SHA256sum: 63d63397bb0022c54887e555b9c866b2158f594c25104652da0499ee267a09a7 +Installed-Size: 2288 +Filename: kmod-ipt-lscan_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 3067 +SHA256sum: f10bd5052ae2890d12f23639604567e769aabe6c18c841379546c5b151a33075 Description: lscan netfilter module Package: kmod-ipt-lua -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ipt-conntrack-extra +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ipt-conntrack-extra License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 80821 -Filename: kmod-ipt-lua_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 81164 -SHA256sum: 9ed0f8346dfb796560d14c455eb0363c00c1f65b5eb03c35a6c0c57878f3346a +Installed-Size: 80819 +Filename: kmod-ipt-lua_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 81161 +SHA256sum: 532d8296d79cd3b752a511b2fa06403c71fc6d2d8a6d54425c059df0ecef9835 Description: Lua PacketScript netfilter module Package: kmod-ipt-nat-extra -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ipt-nat +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ipt-nat License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 1743 -Filename: kmod-ipt-nat-extra_5.15.137-1_mipsel_24kc.ipk -Size: 2548 -SHA256sum: 2a4370ebe8de36d25408145fd2e0dd72069646e8c4d39e038cc975a350442ff4 +Filename: kmod-ipt-nat-extra_5.15.134-1_mipsel_24kc.ipk +Size: 2543 +SHA256sum: 5aad96720b82812a3660b4dc9a08153cb7cbb94e360d0cac8c9515e569f6a2a6 Description: Netfilter (IPv4) kernel modules for extra NAT targets Includes: - NETMAP - REDIRECT Package: kmod-ipt-nat6 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-nf-nat6, kmod-ipt-core, kmod-ipt-conntrack, kmod-ipt-core, kmod-ipt-nat, kmod-ipt-core, kmod-ip6tables +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-nf-nat6, kmod-ipt-core, kmod-ipt-conntrack, kmod-ipt-core, kmod-ipt-nat, kmod-ipt-core, kmod-ip6tables License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 3396 -Filename: kmod-ipt-nat6_5.15.137-1_mipsel_24kc.ipk -Size: 4168 -SHA256sum: 83df7be04cda991daac9f1d1a712ce234cbb333c83fa4cdfcac01f477ca339b0 +Filename: kmod-ipt-nat6_5.15.134-1_mipsel_24kc.ipk +Size: 4169 +SHA256sum: 1622dae2675cb5b82ca17b6158b5b6de6b3c298a0b794f1de00123af7e7c391a Description: Netfilter (IPv6) kernel modules for NAT targets Package: kmod-ipt-nat -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-nf-nat +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-nf-nat License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4228 -Filename: kmod-ipt-nat_5.15.137-1_mipsel_24kc.ipk -Size: 4977 -SHA256sum: a9572e948aaab71cdfc329b57a7518f16b1d8f47a29e13338dd9726a7ad1aa9c +Installed-Size: 4227 +Filename: kmod-ipt-nat_5.15.134-1_mipsel_24kc.ipk +Size: 4981 +SHA256sum: ee52fecd9f6cc3aaf7dd76a853ba0507627edec4c1111d9317bdbdcc487fe2b8 Description: Netfilter (IPv4) kernel modules for basic NAT targets Includes: - MASQUERADE Package: kmod-ipt-nathelper-rtsp -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ipt-conntrack-extra, kmod-ipt-nat +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ipt-conntrack-extra, kmod-ipt-nat License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 9536 -Filename: kmod-ipt-nathelper-rtsp_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 10338 -SHA256sum: 24a4a44d5e7ee546ea1875e943cefc0d046246958df55e18d759340874eb8ef7 +Installed-Size: 9535 +Filename: kmod-ipt-nathelper-rtsp_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 10336 +SHA256sum: c2afdfed5adf9745fc1873011e0aa2aea744e6b57bce74b793adc2d0d71c8d52 Description: RTSP Conntrack and NAT netfilter module Package: kmod-ipt-nflog -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-nfnetlink-log +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-nfnetlink-log License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1251 -Filename: kmod-ipt-nflog_5.15.137-1_mipsel_24kc.ipk -Size: 2047 -SHA256sum: 3a00398eebf7706b04fa69b0bda35a609cd36439ff439f5033bfd27a9ab63d4c +Installed-Size: 1253 +Filename: kmod-ipt-nflog_5.15.134-1_mipsel_24kc.ipk +Size: 2046 +SHA256sum: 7063467d922866f8b041ceb6f20231098b201a6bb40c16814aae298cd7b47510 Description: Netfilter module for user-space packet logging Includes: - NFLOG Package: kmod-ipt-nfqueue -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-nfnetlink-queue +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-nfnetlink-queue License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 2270 -Filename: kmod-ipt-nfqueue_5.15.137-1_mipsel_24kc.ipk -Size: 3036 -SHA256sum: af061c8e6b7645bb9ba66f6f0c5cc1afe8d26189e45fe0a659ef18fd85027f15 +Filename: kmod-ipt-nfqueue_5.15.134-1_mipsel_24kc.ipk +Size: 3031 +SHA256sum: 740c41f2a3f9f89733298195d2dc0ae1cce2c7d1ee7778f4d7a6ed873ba9a50f Description: Netfilter module for user-space packet queuing Includes: - NFQUEUE Package: kmod-ipt-offload -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-nf-flow +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-nf-flow License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4760 -Filename: kmod-ipt-offload_5.15.137-1_mipsel_24kc.ipk -Size: 5505 -SHA256sum: c8b8d59f4a994684ddc19524b98e223180f3e7df00bfe4bba5dd900c6dddc7ee +Installed-Size: 4761 +Filename: kmod-ipt-offload_5.15.134-1_mipsel_24kc.ipk +Size: 5508 +SHA256sum: db265b716a09b6d764cd0c0b14b086782b7d388b5f8573114c5e30120c26ab03 Description: Netfilter routing/NAT offload support Package: kmod-ipt-physdev -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-br-netfilter +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-br-netfilter License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1676 -Filename: kmod-ipt-physdev_5.15.137-1_mipsel_24kc.ipk -Size: 2449 -SHA256sum: 352610b25f6626a0334c373db29f5c8bc07fafbafd881b389e3e9a1a6d1e4d57 +Installed-Size: 1675 +Filename: kmod-ipt-physdev_5.15.134-1_mipsel_24kc.ipk +Size: 2445 +SHA256sum: a2b9a8cf04f12ba9c7c38bd512340d5f73c16a33505704d0af2d985576d5ac3b Description: The iptables physdev kernel module Package: kmod-ipt-proto -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1848 -Filename: kmod-ipt-proto_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 2665 -SHA256sum: cd0800409793b9f779ede62e44efa3b9c3fcda9bfbea7561e3c6b0040f3a0d2d +Installed-Size: 1850 +Filename: kmod-ipt-proto_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 2666 +SHA256sum: 19e7df3ce6324c4c96fd54634a03eca93ded5cba54f02d074d7dd9ad73ca6e5c Description: PROTO netfilter module Package: kmod-ipt-psd -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 2857 -Filename: kmod-ipt-psd_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 3639 -SHA256sum: 20e126fcfcbd985ed108f7c8ca3ef141098c212bd0fd57081ae7bfc21b5c40ee +Filename: kmod-ipt-psd_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 3621 +SHA256sum: 5c84a22d887d2aa868a8bb77df799a4414c8d0c592d97eb05537984fc7fe7a34 Description: psd netfilter module Package: kmod-ipt-quota2 -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3398 -Filename: kmod-ipt-quota2_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 4178 -SHA256sum: a282939b3d674b7f5ef060c2b28282c388a9f4775aee12c3c730d1bfa23d4803 +Installed-Size: 3399 +Filename: kmod-ipt-quota2_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 4175 +SHA256sum: ab67cd5a24014be1ea2817aa867732a63cac3a29157cbe9decaa5887c27d994e Description: quota2 netfilter module Package: kmod-ipt-raw6 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ip6tables +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ip6tables License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1551 -Filename: kmod-ipt-raw6_5.15.137-1_mipsel_24kc.ipk -Size: 2320 -SHA256sum: 8a811d468fd0abfa4acb46276f7bf18b8c2dc714a38c97f9499cbac87231e693 +Installed-Size: 1554 +Filename: kmod-ipt-raw6_5.15.134-1_mipsel_24kc.ipk +Size: 2316 +SHA256sum: e87533262be3c457f1b6a38cd22d40b8525735548e2acbce9fe96fa6336b62ad Description: Netfilter IPv6 raw table support Package: kmod-ipt-raw -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1551 -Filename: kmod-ipt-raw_5.15.137-1_mipsel_24kc.ipk -Size: 2312 -SHA256sum: 9da09bd1e7b646ace80b22e2d45705cd5caeee1c685c1250fe7b50a5cf7b5946 +Installed-Size: 1554 +Filename: kmod-ipt-raw_5.15.134-1_mipsel_24kc.ipk +Size: 2314 +SHA256sum: 2b796ec17a5f50c4ee520751aa60987e6bb5f814b8c9191b28741e14a513060d Description: Netfilter IPv4 raw table support Package: kmod-ipt-rpfilter -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2589 -Filename: kmod-ipt-rpfilter_5.15.137-1_mipsel_24kc.ipk -Size: 3338 -SHA256sum: 663e84e12d852e1fb7ed93121c29053cab2710936a662ac2613772a053f2df4e +Installed-Size: 2588 +Filename: kmod-ipt-rpfilter_5.15.134-1_mipsel_24kc.ipk +Size: 3333 +SHA256sum: 1d2dad028bf4875835fd9f37bd5dbf202b23a657f45e01bfde45aa37defdad16 Description: Kernel modules support for the Netfilter rpfilter match Package: kmod-ipt-rtpengine -Version: 5.15.137+10.5.2.6-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-aead, kmod-crypto-hash, kmod-ipt-core +Version: 5.15.134+10.5.2.6-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-aead, kmod-crypto-hash, kmod-ipt-core License: GPL-3.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 24389 -Filename: kmod-ipt-rtpengine_5.15.137+10.5.2.6-3_mipsel_24kc.ipk -Size: 25229 -SHA256sum: 6fe98274294bcbbe5af0d86f282b57e8d1581a20480c41f01344e4f4209b5119 +Filename: kmod-ipt-rtpengine_5.15.134+10.5.2.6-3_mipsel_24kc.ipk +Size: 25226 +SHA256sum: bdb6095dd0528b72d79f31bd28587d7cfb304f282a49a179d3ac85db4a99ec6c Description: Netfilter kernel module for rtpengine Package: kmod-ipt-socket -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-socket, kmod-nf-conntrack, kmod-ipt-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-socket, kmod-nf-conntrack, kmod-ipt-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2289 -Filename: kmod-ipt-socket_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 2288 +Filename: kmod-ipt-socket_5.15.134-1_mipsel_24kc.ipk Size: 3028 -SHA256sum: 29182fdb7e5d9f7e7820827d45688808230b51af6626abfcb36e19322ee31679 +SHA256sum: ff005a4cb83a45d2a3fade72eedf1537f28c4764b912002aedde25aa03f25708 Description: Kernel modules for socket matching Package: kmod-ipt-sysrq -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ipt-compat-xtables, kmod-crypto-hash +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ipt-compat-xtables, kmod-crypto-hash License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3516 -Filename: kmod-ipt-sysrq_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 4315 -SHA256sum: c70a3c8108a39152279ed4ce2a5768eb44aef08c07aade318e8c1242ba3b6254 +Installed-Size: 3514 +Filename: kmod-ipt-sysrq_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 4313 +SHA256sum: 222a46c599615a2e4b94e048f75ef47d638f2e7bec8575ccafdcbeeae456096e Description: SYSRQ netfilter module Package: kmod-ipt-tarpit -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ipt-compat-xtables +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ipt-compat-xtables License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 3607 -Filename: kmod-ipt-tarpit_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 4396 -SHA256sum: d663cc18b67383b8f3120c50f9a624cc789deec1d5449124e90293b443246761 +Filename: kmod-ipt-tarpit_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 4394 +SHA256sum: 4db9c3e82ab56eed5f4ee1a05bae36fc9a272d5538baef56dc62f0f4009a6aa9 Description: TARPIT netfilter module Package: kmod-ipt-tee -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-conntrack, kmod-ipt-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-conntrack, kmod-ipt-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3935 -Filename: kmod-ipt-tee_5.15.137-1_mipsel_24kc.ipk -Size: 4673 -SHA256sum: 7810ed99a42503a58340ed9cb4136fceb426a94a793411b7d226132c7e7c37e8 +Installed-Size: 3938 +Filename: kmod-ipt-tee_5.15.134-1_mipsel_24kc.ipk +Size: 4680 +SHA256sum: 5aea424b99655be3ceee82f2a841170e87572e26cdf8dad1a1f1c97a222d37a2 Description: Kernel modules for TEE Package: kmod-ipt-tproxy -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-tproxy, kmod-nf-conntrack, kmod-ipt-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-tproxy, kmod-nf-conntrack, kmod-ipt-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2478 -Filename: kmod-ipt-tproxy_5.15.137-1_mipsel_24kc.ipk -Size: 3217 -SHA256sum: a9f08530ae6b61f649def48ff9aba6d4b046993cd2dc1d4b52af5f6da3a08aa7 +Installed-Size: 2479 +Filename: kmod-ipt-tproxy_5.15.134-1_mipsel_24kc.ipk +Size: 3213 +SHA256sum: bd36e2d4cb67a4f549c765a463f6c26a194fc75e9ee29a967a96c43ed876349d Description: Kernel modules for Transparent Proxying Package: kmod-ipt-u32 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 1339 -Filename: kmod-ipt-u32_5.15.137-1_mipsel_24kc.ipk -Size: 2098 -SHA256sum: 9788ffa860545e6459d83320c90b6631f18e61ede5110c25ae6f2652a3ae97bd +Filename: kmod-ipt-u32_5.15.134-1_mipsel_24kc.ipk +Size: 2094 +SHA256sum: d62c2cdfd3d3baf29e2f1a9fb3ff22b636050a1f0328a81f51f37aec46078442 Description: Kernel modules for U32 Package: kmod-iptunnel4 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 2345 -Filename: kmod-iptunnel4_5.15.137-1_mipsel_24kc.ipk -Size: 3063 -SHA256sum: 28dfb00626c99fdf983565ef070cf406b003d9deec0cb60ef28795d99873cdc3 +Filename: kmod-iptunnel4_5.15.134-1_mipsel_24kc.ipk +Size: 3069 +SHA256sum: f2ef4e034905437e425717d99c12fd353a631ae781d75b44cc1572c8cdb0eb31 Description: Kernel modules for IPv4 tunneling Package: kmod-iptunnel6 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2494 -Filename: kmod-iptunnel6_5.15.137-1_mipsel_24kc.ipk -Size: 3219 -SHA256sum: 0ce3077d0863f0a9cdaa2998f14ae61b0f9614926bd49c6f695092b7b2e4266a +Installed-Size: 2493 +Filename: kmod-iptunnel6_5.15.134-1_mipsel_24kc.ipk +Size: 3209 +SHA256sum: bd7a5c189b8c7a3288f77123b5eedbaf968dfdb044372dd75960bdfa91ba2e84 Description: Kernel modules for IPv6 tunneling Package: kmod-iptunnel -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 10526 -Filename: kmod-iptunnel_5.15.137-1_mipsel_24kc.ipk -Size: 11278 -SHA256sum: 257b3fcddfbd40f5ebb3c1de7ac2ffe05beec8974869fc453b27acc11d0b494c +Installed-Size: 10525 +Filename: kmod-iptunnel_5.15.134-1_mipsel_24kc.ipk +Size: 11268 +SHA256sum: 75d0aa627983dce995f2fb15e4d1620c1fe3b795b85401ec36228a0ed35f3bfc Description: Kernel module for generic IP tunnel support Package: kmod-ipvlan -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 12900 -Filename: kmod-ipvlan_5.15.137-1_mipsel_24kc.ipk -Size: 13680 -SHA256sum: 6db3a672f9e0280a8504f49d5128d6a5faa523b2fffdf30e8d580c462178e815 +Installed-Size: 12902 +Filename: kmod-ipvlan_5.15.134-1_mipsel_24kc.ipk +Size: 13683 +SHA256sum: 072fa5e9703b11571620db87dabfa777d8431221298a04b447a11d938935f92f Description: A kernel module which allows one to create virtual interfaces that map packets to or from specific IP addresses to a particular interface Package: kmod-iscsi-initiator -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-scsi-core, kmod-crypto-hash +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-scsi-core, kmod-crypto-hash License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 72834 -Filename: kmod-iscsi-initiator_5.15.137-1_mipsel_24kc.ipk -Size: 72961 -SHA256sum: 3632f5a2ac8187a874bd2a3c1c8e8014a9f76a70c16fb1e56620c668ae5d1bb4 +Installed-Size: 72831 +Filename: kmod-iscsi-initiator_5.15.134-1_mipsel_24kc.ipk +Size: 72962 +SHA256sum: 3882547f76db2c9c329423c73fac663000db91bc522ca4c72d38035d9be5763f Description: The iSCSI Driver provides a host with the ability to access storage through an IP network. The driver uses the iSCSI protocol to transport SCSI requests and responses over a TCP/IP network between the host (the "initiator") and "targets". Package: kmod-iwlwifi -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211 +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211 Section: kernel Architecture: mipsel_24kc -Installed-Size: 363837 -Filename: kmod-iwlwifi_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 362994 -SHA256sum: f36fd1f97f85c92b9aee7572f7d3b0d61ce0b6ddbe6b5bcabcc22e17841fae91 +Installed-Size: 363839 +Filename: kmod-iwlwifi_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 362921 +SHA256sum: 7afa9098e248e4e384afa0b858ad0145ac3d26d1a2268c5ba919ee0b4cb46bfb Description: iwlwifi kernel module for Intel Wireless WiFi Link 6250AGN Adapter Intel 6000 Series Wi-Fi Adapters (6200AGN and 6300AGN) @@ -5595,53 +5595,53 @@ Description: iwlwifi kernel module for Intel 3165 Wi-Fi Adapter Package: kmod-ixgbe -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mdio, kmod-ptp, kmod-hwmon-core, kmod-libphy, kmod-mdio-devres +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mdio, kmod-ptp, kmod-hwmon-core, kmod-libphy, kmod-mdio-devres License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 122011 -Filename: kmod-ixgbe_5.15.137-1_mipsel_24kc.ipk -Size: 122479 -SHA256sum: 5893394b052a99f2294de9e0343ec408612a2a89ac07095ee6e849c345362d00 +Installed-Size: 122013 +Filename: kmod-ixgbe_5.15.134-1_mipsel_24kc.ipk +Size: 122500 +SHA256sum: 5f5e001a3bc963782787363f28d9c87c76e30a4d0e0e9dd2d432369a51c1c446 Description: Kernel modules for Intel(R) 82598/82599 PCI-Express 10 Gigabit Ethernet adapters. Package: kmod-ixgbevf -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ixgbe +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ixgbe License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-ixgbevf_5.15.137-1_mipsel_24kc.ipk -Size: 846 -SHA256sum: 421ef366f9a58837440063ecc5b13fe9b3eba7ae9b870a4c1207059df7f56cff +Filename: kmod-ixgbevf_5.15.134-1_mipsel_24kc.ipk +Size: 847 +SHA256sum: cec6532f9c99e6fd8a0a2f399e7e536cde7ece0421f10361e2c4adfd8607eca3 Description: Kernel modules for Intel(R) 82599 Virtual Function Ethernet adapters. Package: kmod-jool-netfilter -Version: 5.15.137+4.1.8-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-md5, kmod-nf-conntrack, kmod-nf-conntrack6 +Version: 5.15.134+4.1.8-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-md5, kmod-nf-conntrack, kmod-nf-conntrack6 License: GPL-2.0-only Section: kernel Architecture: mipsel_24kc Installed-Size: 95259 -Filename: kmod-jool-netfilter_5.15.137+4.1.8-1_mipsel_24kc.ipk -Size: 95731 -SHA256sum: cc2235813456db5de786046206b2ec156d42ed0c9608c6f15512f23c9b02b016 +Filename: kmod-jool-netfilter_5.15.134+4.1.8-1_mipsel_24kc.ipk +Size: 95768 +SHA256sum: 289d7852fa7d7aa8b35efdacfcfca493973c2fb7ac87c1bb2af60f16fdddd802 Description: Jool is an Open Source SIIT and NAT64 for Linux. This package provides the kernel module for Jool with netfilter API Only. Package: kmod-keys-encrypted -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-cbc, kmod-crypto-hmac, kmod-crypto-rng, kmod-crypto-sha256, kmod-keys-trusted +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-cbc, kmod-crypto-hmac, kmod-crypto-rng, kmod-crypto-sha256, kmod-keys-trusted License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 7396 -Filename: kmod-keys-encrypted_5.15.137-1_mipsel_24kc.ipk -Size: 8333 -SHA256sum: 8dc43b8f897b313c801325b7727362776c33715d905b0a1a1ab445d004acd593 +Installed-Size: 7399 +Filename: kmod-keys-encrypted_5.15.134-1_mipsel_24kc.ipk +Size: 8335 +SHA256sum: 6b898cf3d78ea3c12f9f04761058addfd2d7cfd914a95183fa2ebbf8fe4e36e1 Description: This module provides support for create/encrypting/decrypting keys in the kernel. Encrypted keys are kernel generated random numbers, which are encrypted/decrypted with a 'master' symmetric key. The @@ -5649,15 +5649,15 @@ Description: This module provides support for create/encrypting/decrypting keys Userspace only ever sees/stores encrypted blobs. Package: kmod-keys-trusted -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash, kmod-crypto-hmac, kmod-crypto-sha1, kmod-tpm +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash, kmod-crypto-hmac, kmod-crypto-sha1, kmod-tpm License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 13001 -Filename: kmod-keys-trusted_5.15.137-1_mipsel_24kc.ipk -Size: 13891 -SHA256sum: 6a53dbb785cbbea4f01d43aac9a038c0e1e61cbd82afcec1cfe84aaa2f923523 +Installed-Size: 12762 +Filename: kmod-keys-trusted_5.15.134-1_mipsel_24kc.ipk +Size: 13656 +SHA256sum: 06ad80abafa1de31d695848559b2c59582b52e604fa0d1dc3f65401a9a9c9780 Description: This module provides support for creating, sealing, and unsealing keys in the kernel. Trusted keys are random number symmetric keys, generated and RSA-sealed by the TPM. The TPM only unseals the keys, @@ -5665,477 +5665,477 @@ Description: This module provides support for creating, sealing, and unsealing see encrypted blobs. Package: kmod-l2tp-eth -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-l2tp +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-l2tp License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 2978 -Filename: kmod-l2tp-eth_5.15.137-1_mipsel_24kc.ipk -Size: 3714 -SHA256sum: 3838de0529c902f6ff16e7fda8f0290bad618e3872ed2f93fdeef6950832b8aa +Filename: kmod-l2tp-eth_5.15.134-1_mipsel_24kc.ipk +Size: 3712 +SHA256sum: 592179acd44ac04c01ffd84a8af73821475c013c924de92a20cffed82b25dcd4 Description: Kernel modules for L2TP ethernet pseudowire support for L2TPv3 Package: kmod-l2tp-ip -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-l2tp +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-l2tp License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 10141 -Filename: kmod-l2tp-ip_5.15.137-1_mipsel_24kc.ipk -Size: 10877 -SHA256sum: e04a082ed2128f88b387caf806d90b3516770aa3dcc90b869a46ef405b841e1a +Installed-Size: 10121 +Filename: kmod-l2tp-ip_5.15.134-1_mipsel_24kc.ipk +Size: 10854 +SHA256sum: e35779b310525a3aecf58b546c17e718f6ee15f6afa87d6a96d11205396fb24f Description: Kernel modules for L2TP IP encapsulation for L2TPv3 Package: kmod-l2tp -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-udptunnel4, kmod-udptunnel6 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-udptunnel4, kmod-udptunnel6 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 13810 -Filename: kmod-l2tp_5.15.137-1_mipsel_24kc.ipk -Size: 14557 -SHA256sum: bcea9caf45788bd160239bfdb65444cfb4eb7fbf73dbbf5596c25a3d8b345508 +Installed-Size: 13812 +Filename: kmod-l2tp_5.15.134-1_mipsel_24kc.ipk +Size: 14558 +SHA256sum: fa5d77bddae05ad15996f087c17711ae5164e940dc8682cf806a97654b05940f Description: Kernel modules for L2TP V3 Support Package: kmod-lan743x -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ptp, kmod-mdio-devres +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ptp, kmod-mdio-devres License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 22973 -Filename: kmod-lan743x_5.15.137-1_mipsel_24kc.ipk -Size: 23670 -SHA256sum: 50faf3acd850b6a9a193e4fdd492f68b030fe3da2fd775055ffdd7b3dc8bf379 +Filename: kmod-lan743x_5.15.134-1_mipsel_24kc.ipk +Size: 23672 +SHA256sum: c3e000b5a80a837d16e03ede8fc7d8079d2f1893d5ea5cd21612c0f16e598d8f Description: Kernel module for Microchip LAN743x PCI Express Gigabit Ethernet NIC Package: kmod-leds-gpio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2655 -Filename: kmod-leds-gpio_5.15.137-1_mipsel_24kc.ipk -Size: 3399 -SHA256sum: 85e1f372d1855dfa746031951b58d033e1cc566e76534c4d41dcccea90159d41 +Installed-Size: 2654 +Filename: kmod-leds-gpio_5.15.134-1_mipsel_24kc.ipk +Size: 3384 +SHA256sum: 443e50cc21b317a6b17e16ee2e7ea065bb82f62e6c2fb071ff6eeb6a29e9fe9a Description: Kernel module for LEDs on GPIO lines Package: kmod-leds-pca955x -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4405 -Filename: kmod-leds-pca955x_5.15.137-1_mipsel_24kc.ipk -Size: 5215 -SHA256sum: 1752cb32e26447e42cb3c3d85c83fba61789d8480aff4a3d9bdf3678db482278 +Installed-Size: 4407 +Filename: kmod-leds-pca955x_5.15.134-1_mipsel_24kc.ipk +Size: 5213 +SHA256sum: 8f53830760d6833574f43d6fad99f1ca5fe7761520e432129f263aa595b11c2a Description: This option enables support for LEDs connected to PCA955x LED driver chips accessed via the I2C bus. Supported devices include PCA9550, PCA9551, PCA9552, and PCA9553. Package: kmod-leds-pca963x -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 3273 -Filename: kmod-leds-pca963x_5.15.137-1_mipsel_24kc.ipk -Size: 4023 -SHA256sum: 8dc699fe34617cb297ded57200ebb4f8ae3949b6b0964e99612edfc871faf287 +Filename: kmod-leds-pca963x_5.15.134-1_mipsel_24kc.ipk +Size: 4020 +SHA256sum: 8f3f0ad65379c1989f0c5ceb630382e79bd04a77bf026a036195647897621c27 Description: Driver for the NXP PCA963x I2C LED controllers. Package: kmod-leds-tlc591xx -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-regmap-i2c +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-regmap-i2c License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2008 -Filename: kmod-leds-tlc591xx_5.15.137-1_mipsel_24kc.ipk -Size: 2779 -SHA256sum: 70d6fe9940656ff36a98e860145d738d65d97143f78b627498af6199bf70bac4 +Installed-Size: 1999 +Filename: kmod-leds-tlc591xx_5.15.134-1_mipsel_24kc.ipk +Size: 2776 +SHA256sum: d14bb0484fcc637f8577d2b9f7f96d12a79d702a1b5e2968345a65137b22358d Description: This option enables support for Texas Instruments TLC59108 and TLC59116 LED controllers. Package: kmod-leds-uleds -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 2242 -Filename: kmod-leds-uleds_5.15.137-1_mipsel_24kc.ipk -Size: 2977 -SHA256sum: f2a64628fefc8517cc3b8de9e803e832d84acee6dcade79954dbef3fb9fe705a +Filename: kmod-leds-uleds_5.15.134-1_mipsel_24kc.ipk +Size: 2972 +SHA256sum: 3584cdffda4997d9a85c70e613d6925cc6ce623fede5177ce45e62b98c0bef73 Description: This option enables support for userspace LEDs. Package: kmod-ledtrig-activity -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2218 -Filename: kmod-ledtrig-activity_5.15.137-1_mipsel_24kc.ipk -Size: 2993 -SHA256sum: b89ffcef45ada5974910b0895c7f104315f9f5045c08ddb4acc21e0b6a946b96 +Installed-Size: 2216 +Filename: kmod-ledtrig-activity_5.15.134-1_mipsel_24kc.ipk +Size: 2988 +SHA256sum: e6449369777ed0df9643b5301174287920edd18fe5e614eac6ce2057f9323437 Description: Kernel module that allows LEDs to blink based on system load Package: kmod-ledtrig-audio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1151 -Filename: kmod-ledtrig-audio_5.15.137-1_mipsel_24kc.ipk -Size: 1944 -SHA256sum: 501693d27ffd6133d28cf666dc9d2902b200deb59107e7f490b470c4a6cd1752 +Installed-Size: 1150 +Filename: kmod-ledtrig-audio_5.15.134-1_mipsel_24kc.ipk +Size: 1943 +SHA256sum: e12ac60ae6916f3572632dd4377f0ffbcb32d17e75cf61b9a71393c815532db1 Description: Kernel module that allows LEDs to be controlled by audio drivers to follow audio mute and mic-mute changes. Package: kmod-ledtrig-gpio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2039 -Filename: kmod-ledtrig-gpio_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 2040 +Filename: kmod-ledtrig-gpio_5.15.134-1_mipsel_24kc.ipk Size: 2813 -SHA256sum: 55bf10961a06e42e078b2822f776b10b13243171c67fdbc6e8b95ce9fe33606b +SHA256sum: 637e650692158d8570a8871f041ddade3f2babfee16ddb38c5810bcc059b3492 Description: Kernel module that allows LEDs to be controlled by gpio events Package: kmod-ledtrig-oneshot -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1662 -Filename: kmod-ledtrig-oneshot_5.15.137-1_mipsel_24kc.ipk -Size: 2453 -SHA256sum: 196ab5aabe49db65dea2672b6748c2a6384baa3f558379068f2e6f55e48fbff3 +Installed-Size: 1664 +Filename: kmod-ledtrig-oneshot_5.15.134-1_mipsel_24kc.ipk +Size: 2459 +SHA256sum: 05e2f90281d3b22d8815c28a24616e1e62b464403a1a7c8e11e2b999c60e3f65 Description: Kernel module that allows LEDs to be triggered by sporadic events in one-shot pulses Package: kmod-ledtrig-pattern -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3132 -Filename: kmod-ledtrig-pattern_5.15.137-1_mipsel_24kc.ipk -Size: 3910 -SHA256sum: 65bf0326607c4fcb2d8c919bb72b3dd052c7b21d75a0181791516ea52f9cac70 +Installed-Size: 3131 +Filename: kmod-ledtrig-pattern_5.15.134-1_mipsel_24kc.ipk +Size: 3907 +SHA256sum: ce73b1ddf63a5a5476fd0ee39982f7028617a34efe0507ca1cf8dd9225adc606 Description: This allows LEDs to be controlled by a software or hardware pattern which is a series of tuples, of brightness and duration (ms). Package: kmod-ledtrig-transient -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1729 -Filename: kmod-ledtrig-transient_5.15.137-1_mipsel_24kc.ipk -Size: 2514 -SHA256sum: 8985bd66b046488ba1b7a569dd61fc8fa85edbc9cd2f3822f344675700688eb1 +Installed-Size: 1727 +Filename: kmod-ledtrig-transient_5.15.134-1_mipsel_24kc.ipk +Size: 2506 +SHA256sum: 57a1d612461cf6f1ba4cc08c6d1156c09a1d13253cf3a0883ecf632679b67e6d Description: Kernel module that allows LEDs one time activation of a transient state. Package: kmod-ledtrig-tty -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2016 -Filename: kmod-ledtrig-tty_5.15.137-1_mipsel_24kc.ipk -Size: 2821 -SHA256sum: c481d8e2ebd48e3a988f1b824d42514c3315ac52c41c8cf936a8eab0850c10cf +Installed-Size: 2013 +Filename: kmod-ledtrig-tty_5.15.134-1_mipsel_24kc.ipk +Size: 2816 +SHA256sum: f23b34496e07c41402f9f43ca6f3bc15b2f9ba5495c062b05f868ce043b48803 Description: This allows LEDs to be controlled by activity on ttys which includes serial devices like '/dev/ttyS0'. Package: kmod-lib-842 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-acompress, kmod-crypto-crc32 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-acompress, kmod-crypto-crc32 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 8534 -Filename: kmod-lib-842_5.15.137-1_mipsel_24kc.ipk -Size: 9279 -SHA256sum: 8989ee883d83705a43d4a6b5f88d7c288e52494cddcbb4f9f991016bb5f65b51 +Filename: kmod-lib-842_5.15.134-1_mipsel_24kc.ipk +Size: 9285 +SHA256sum: 0b325df3272be4cdb956f770d157705c1dd8d771320bb22f551b9bd60299ff76 Description: Kernel module for 842 compression/decompression support Package: kmod-lib-cordic -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1034 -Filename: kmod-lib-cordic_5.15.137-1_mipsel_24kc.ipk -Size: 1788 -SHA256sum: df2eb15bb0cf3d4ecb2c4852986c656ec29e5eac956d350d00213995fc9d6d1c +Installed-Size: 1035 +Filename: kmod-lib-cordic_5.15.134-1_mipsel_24kc.ipk +Size: 1779 +SHA256sum: 70e866e8ce734c0208b84ad2b090851ec3e8eff4d43020fad2f43e2eb92b5b16 Description: Kernel module for Cordic function support Package: kmod-lib-crc-ccitt -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2023 -Filename: kmod-lib-crc-ccitt_5.15.137-1_mipsel_24kc.ipk -Size: 2784 -SHA256sum: 9361ba59d27552bd051bd8d25c113f42f6f8c63a6719e0ec6eb2b7e250e6f525 +Installed-Size: 2020 +Filename: kmod-lib-crc-ccitt_5.15.134-1_mipsel_24kc.ipk +Size: 2781 +SHA256sum: 3fab3618acbd173427a6db208416c1bb729eec0d106e6a51272c5bce06bba88b Description: Kernel module for CRC-CCITT support Package: kmod-lib-crc-itu-t -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1387 -Filename: kmod-lib-crc-itu-t_5.15.137-1_mipsel_24kc.ipk -Size: 2152 -SHA256sum: 7944b99df05760f6bda14246a75f4e163009e4a53653da01df7a75cb34121d21 +Installed-Size: 1386 +Filename: kmod-lib-crc-itu-t_5.15.134-1_mipsel_24kc.ipk +Size: 2144 +SHA256sum: 3cd02dc33257f0fc04d96a08a2775a3505e003858177208a9e14e0be579477a6 Description: Kernel module for CRC ITU-T V.41 support Package: kmod-lib-crc16 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1342 -Filename: kmod-lib-crc16_5.15.137-1_mipsel_24kc.ipk -Size: 2109 -SHA256sum: 482146d0032d27bc95cd32e0cad230287ee166dc0722188fc611bf16ec3c360d +Installed-Size: 1343 +Filename: kmod-lib-crc16_5.15.134-1_mipsel_24kc.ipk +Size: 2100 +SHA256sum: 1f088f8888d0fc531402027f104e5557f5cff2bbdd0d3a88ae984391b0c905a4 Description: Kernel module for CRC16 support Package: kmod-lib-crc32c -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-crc32c +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-crc32c License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1142 -Filename: kmod-lib-crc32c_5.15.137-1_mipsel_24kc.ipk -Size: 1909 -SHA256sum: f4a334cd8eda01fcd52be959c0201fb2123d7a05e570ef4be7f09d512d94e33c +Installed-Size: 1141 +Filename: kmod-lib-crc32c_5.15.134-1_mipsel_24kc.ipk +Size: 1902 +SHA256sum: a79fac92b49498d310547934ead70d80aedac2b192dfee778511621c4bb9c9a0 Description: Kernel module for CRC32 support Package: kmod-lib-crc7 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 1101 -Filename: kmod-lib-crc7_5.15.137-1_mipsel_24kc.ipk -Size: 1844 -SHA256sum: 3ca5a7cbd0d645abe90d9aabdc66c79e12820763e5bc71ed2378ed3982cd006e +Filename: kmod-lib-crc7_5.15.134-1_mipsel_24kc.ipk +Size: 1846 +SHA256sum: 2b9b7819ee7fd9f35834f4cb7f079796e42ed2659f56ce92b29688ba22d9e9e6 Description: Kernel module for CRC7 support Package: kmod-lib-crc8 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 943 -Filename: kmod-lib-crc8_5.15.137-1_mipsel_24kc.ipk -Size: 1684 -SHA256sum: 51a58e5ac9ea0bcead8c3b80c3dc70bc84302a7f215e9b0e07b430c894a07bfd +Installed-Size: 951 +Filename: kmod-lib-crc8_5.15.134-1_mipsel_24kc.ipk +Size: 1693 +SHA256sum: b528fd4284d8dac29d37420dfc40bfc4bb54f218653f1c345f4d96b0abe647f2 Description: Kernel module for CRC8 support Package: kmod-lib-lz4 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-acompress +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-acompress License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 25048 -Filename: kmod-lib-lz4_5.15.137-1_mipsel_24kc.ipk -Size: 25752 -SHA256sum: 1735fe7afb78bcf7122223b2392c176dbff3430ef2abcc4e75ebb1e34faa5866 +Filename: kmod-lib-lz4_5.15.134-1_mipsel_24kc.ipk +Size: 25751 +SHA256sum: 8232d85df73aab656a877b41413be29c81bf4df6e820cc2690ff05976bb3f6e6 Description: Kernel module for LZ4 compression/decompression support Package: kmod-lib-lzo -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-acompress +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-acompress License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4794 -Filename: kmod-lib-lzo_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 4795 +Filename: kmod-lib-lzo_5.15.134-1_mipsel_24kc.ipk Size: 5529 -SHA256sum: bab70698875e954df2c8704058932087e40669df97fdd325550a5663b8a35878 +SHA256sum: c111563bbefb320f99176e737e7a0390f9a56129e8d8cc6bface34a597cb2f81 Description: Kernel module for LZO compression/decompression support Package: kmod-lib-raid6 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 76614 -Filename: kmod-lib-raid6_5.15.137-1_mipsel_24kc.ipk -Size: 77385 -SHA256sum: 7553c9dc27c51f3a79e5d0d8d6009108cdef0fb36f3a45d6620937c2dd30963d +Installed-Size: 76613 +Filename: kmod-lib-raid6_5.15.134-1_mipsel_24kc.ipk +Size: 77376 +SHA256sum: 15fa5cd353c54cade409bd08178e6c7df5dd32fb62bccecc6feac44ee3f61307 Description: Kernel module for RAID6 algorithms Package: kmod-lib-textsearch -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3793 -Filename: kmod-lib-textsearch_5.15.137-1_mipsel_24kc.ipk -Size: 4531 -SHA256sum: 9068d7e75d8795b7bbc250e37d2df089ad63c5115d5a4a083c0615576e6e7626 +Installed-Size: 3794 +Filename: kmod-lib-textsearch_5.15.134-1_mipsel_24kc.ipk +Size: 4529 +SHA256sum: 9ad1860c1e165f40c47885c50b978ff9d939e1766977a2a39fb9baeae72d9364 Description: Textsearch support Package: kmod-lib-xor -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4706 -Filename: kmod-lib-xor_5.15.137-1_mipsel_24kc.ipk -Size: 5423 -SHA256sum: 1582be06965d026141a9c1af935b2a4be0298543cefa821027b307ff71b30e91 +Installed-Size: 4707 +Filename: kmod-lib-xor_5.15.134-1_mipsel_24kc.ipk +Size: 5427 +SHA256sum: bdc42a648f9753551fe03a6d499f0c5c919e9627803abdad55a52ff0369bb568 Description: Kernel module for XOR blocks algorithms Package: kmod-lib-zlib-deflate -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 10969 -Filename: kmod-lib-zlib-deflate_5.15.137-1_mipsel_24kc.ipk -Size: 11709 -SHA256sum: e9d81f0c5493f15ae4235eb747047682dacd9403269d23b1582bed07c277b0d8 +Installed-Size: 10968 +Filename: kmod-lib-zlib-deflate_5.15.134-1_mipsel_24kc.ipk +Size: 11699 +SHA256sum: 436fe3851c6692cacd9671873c943297b940d12bbdf0ebd54bdd553909a966a8 Description: Zlib support Package: kmod-lib-zlib-inflate -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 8821 -Filename: kmod-lib-zlib-inflate_5.15.137-1_mipsel_24kc.ipk -Size: 9489 -SHA256sum: 5f635c9d06274c15ef7e28bbe6d71344337a6aab6cdb2583f8c9e896eabc762b +Installed-Size: 8820 +Filename: kmod-lib-zlib-inflate_5.15.134-1_mipsel_24kc.ipk +Size: 9491 +SHA256sum: 94a583089df584c749567545aa9a88aa79923973b76034b5c07c3ea8b504bd22 Description: Zlib support Package: kmod-lib-zstd -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-acompress +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-acompress License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 121105 -Filename: kmod-lib-zstd_5.15.137-1_mipsel_24kc.ipk -Size: 121732 -SHA256sum: 4e835b230d5a3854f8c5d05c946fbeed07d2e7b7c12503df48ec7bc74238733a +Installed-Size: 121106 +Filename: kmod-lib-zstd_5.15.134-1_mipsel_24kc.ipk +Size: 121736 +SHA256sum: 56e54baf96a61a2620556b161ca95c460a7b0db09b285d77d1301c945a472504 Description: Kernel module for ZSTD compression/decompression support Package: kmod-libphy -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 224 -Filename: kmod-libphy_5.15.137-1_mipsel_24kc.ipk -Size: 937 -SHA256sum: 9be05cfc1a2668d010bc285ebf97b2ecee6be81001e092e6c1fce08544475912 +Filename: kmod-libphy_5.15.134-1_mipsel_24kc.ipk +Size: 939 +SHA256sum: 6b41e5039d813c40cc5c2fcaf654cdc6410a63333064adef914ead7f8a43b4b7 Description: PHY library Package: kmod-lkdtm -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 17982 -Filename: kmod-lkdtm_5.15.137-1_mipsel_24kc.ipk -Size: 18731 -SHA256sum: ff5c012c9a51a99a2e484ee8a4ead242addc5c7facb8ec6dd9b28d17c7be6fd8 +Installed-Size: 17984 +Filename: kmod-lkdtm_5.15.134-1_mipsel_24kc.ipk +Size: 18719 +SHA256sum: 5debe1c68c186af1f88bded51f5a02795f6af4802747346d554b906f3877e71b Description: This module enables testing of the different dumping mechanisms by inducing system failures at predefined crash points. Package: kmod-loop -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 16137 -Filename: kmod-loop_5.15.137-1_mipsel_24kc.ipk -Size: 16866 -SHA256sum: 773c1a4e436800f00fd48fcdde525f11c06dc206edbb626dbff6075c0991f4fa +Installed-Size: 16138 +Filename: kmod-loop_5.15.134-1_mipsel_24kc.ipk +Size: 16864 +SHA256sum: 45337dd90c1485abc3c4318b8e78ee68c4621560914e1210eb2c026bc3f7a9de Description: Kernel module for loopback device support Package: kmod-lp -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ppdev +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ppdev License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 6932 -Filename: kmod-lp_5.15.137-1_mipsel_24kc.ipk -Size: 7714 -SHA256sum: e78f08b8ca1ba98ebaccd90b2534aa34ae362078301d40360cdf474c6c5b0552 +Filename: kmod-lp_5.15.134-1_mipsel_24kc.ipk +Size: 7715 +SHA256sum: 5b8d755bae99fa77c0ee0dd4d738582aa61568ac30cb0c8788aaba584a03f2fb Description: Parallel port line printer device support Package: kmod-mac80211-hwsim -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211 +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211 Section: kernel Architecture: mipsel_24kc -Installed-Size: 26224 -Filename: kmod-mac80211-hwsim_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 26918 -SHA256sum: 9b0a0d0df1672f863493bdb5dc099de4b128568d69a1aee4f3524c45d305b6c8 +Installed-Size: 26223 +Filename: kmod-mac80211-hwsim_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 26926 +SHA256sum: 159d4f6266eb095cd50b7656ff400f4e6d4b1698334dc702e3a06544afb6ee2b Description: mac80211 HW simulation device Package: kmod-mac80211 -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-cfg80211, kmod-crypto-cmac, kmod-crypto-ccm, kmod-crypto-gcm, hostapd-common +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-cfg80211, kmod-crypto-cmac, kmod-crypto-ccm, kmod-crypto-gcm, hostapd-common Section: kernel Architecture: mipsel_24kc Installed-Size: 344848 -Filename: kmod-mac80211_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 343691 -SHA256sum: c5db7e591a1c6a328624f14e722bae4d47c3cbbd7d3e498ec378274d7e4aece2 +Filename: kmod-mac80211_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 343845 +SHA256sum: 777fc34662acbe5340c78442b9940a985767b804a6c566044c24adeac8fcf304 Description: Generic IEEE 802.11 Networking Stack (mac80211) Package: kmod-mac802154 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ieee802154, kmod-crypto-aead, kmod-lib-crc-ccitt +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ieee802154, kmod-crypto-aead, kmod-lib-crc-ccitt License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 16200 -Filename: kmod-mac802154_5.15.137-1_mipsel_24kc.ipk -Size: 17048 -SHA256sum: 64518be8e23336687baa7da483b757971774406b8fa7a42231917e137690751b +Installed-Size: 16197 +Filename: kmod-mac802154_5.15.134-1_mipsel_24kc.ipk +Size: 17049 +SHA256sum: a495a242686c0d0b631452c713e9ef956fcca5251b2e84c16fc42db23e532cde Description: This option enables the hardware independent IEEE 802.15.4 networking stack for SoftMAC devices (the ones implementing only PHY level of IEEE 802.15.4 standard). @@ -6145,125 +6145,125 @@ Description: This option enables the hardware independent IEEE 802.15.4 been tested yet! Package: kmod-macremapper -Version: 5.15.137-ramips-2 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-cfg80211, kmod-br-netfilter +Version: 5.15.134-ramips-2 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-cfg80211, kmod-br-netfilter License: GPL-2.0-only Section: kernel Architecture: mipsel_24kc Installed-Size: 9737 -Filename: kmod-macremapper_5.15.137-ramips-2_mipsel_24kc.ipk -Size: 10594 -SHA256sum: 916e3ecfe62406f486087f89ef768960c1bcbe89121de3ed5e7f54fa69e18f0b +Filename: kmod-macremapper_5.15.134-ramips-2_mipsel_24kc.ipk +Size: 10593 +SHA256sum: 3d8021844fe860f48c7393f344bf4bcaeab64fe6751bf59d433ce12021134add Description: Linux kernel module for implementation the DCW filtering mechanism Package: kmod-macsec -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-gcm +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-gcm License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 20362 -Filename: kmod-macsec_5.15.137-1_mipsel_24kc.ipk -Size: 21112 -SHA256sum: 36f7378fbff3486f998d2e6bd46f608c6c1a8773033580b20bc945e7c596f9d3 +Installed-Size: 20351 +Filename: kmod-macsec_5.15.134-1_mipsel_24kc.ipk +Size: 21101 +SHA256sum: c7ec5f04138ffd7f0edda13080e0fb8cd67dc48782f9b7e0cc0a51a78f426d7b Description: MACsec is an encryption standard for Ethernet. Package: kmod-macvlan -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 10431 -Filename: kmod-macvlan_5.15.137-1_mipsel_24kc.ipk -Size: 11248 -SHA256sum: 572a616fb539efa151607c2edf92738b6bc0b1fe6f66438c976ddac5cdaa1d00 +Installed-Size: 10433 +Filename: kmod-macvlan_5.15.134-1_mipsel_24kc.ipk +Size: 11239 +SHA256sum: 5796941264cfb7f2a5d60f984f22dff298ab32772f37ca5582fc6b8055371fc7 Description: A kernel module which allows one to create virtual interfaces that map packets to or from specific MAC addresses to a particular interface Package: kmod-md-linear -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-md-mod +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-md-mod License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3567 -Filename: kmod-md-linear_5.15.137-1_mipsel_24kc.ipk -Size: 4304 -SHA256sum: 7bc46dc91ba2dcfd6527409edacbf594415c5d9904e07fcd859734d777afbed8 +Installed-Size: 3566 +Filename: kmod-md-linear_5.15.134-1_mipsel_24kc.ipk +Size: 4301 +SHA256sum: 74d7eea47c8ee7dfb97849a1520aa0e68f58f3690a369e97a7b728d68f7db182 Description: RAID "Linear" or "Append" driver module (linear.ko) Package: kmod-md-mod -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 75289 -Filename: kmod-md-mod_5.15.137-1_mipsel_24kc.ipk -Size: 75840 -SHA256sum: eb78cbfd30311c74fbaba1d7a0ffa993d5a928a8bccdef7f369c59a1a4d99d61 +Installed-Size: 75290 +Filename: kmod-md-mod_5.15.134-1_mipsel_24kc.ipk +Size: 75837 +SHA256sum: 627fd802f39a86091be204c213e86578432a2821291d4efdc3aa5c63afd19d4f Description: Kernel RAID md module (md-mod.ko). You will need to select at least one RAID level module below. Package: kmod-md-multipath -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-md-mod +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-md-mod License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4650 -Filename: kmod-md-multipath_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 4652 +Filename: kmod-md-multipath_5.15.134-1_mipsel_24kc.ipk Size: 5366 -SHA256sum: 7ab53ebec5cc27da4c525fe64c85f0890922b4ba1b14a6725c6406de17292656 +SHA256sum: bcdd45f5329b08837cb935db9eb693fa0b1335d21a52b19a683d71c413b8c779 Description: Multipath driver module (multipath.ko) Package: kmod-md-raid0 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-md-mod +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-md-mod License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 7826 -Filename: kmod-md-raid0_5.15.137-1_mipsel_24kc.ipk -Size: 8567 -SHA256sum: 819547b739dc6b9c300f95cfa8468d3d26e03c188e066905abe4d4b883349b31 +Installed-Size: 7827 +Filename: kmod-md-raid0_5.15.134-1_mipsel_24kc.ipk +Size: 8562 +SHA256sum: 5222bf6cde12261d63190690868ba9ee6d071d07999ad54837229ac17ba58aa2 Description: RAID Level 0 (Striping) driver module (raid0.ko) Package: kmod-md-raid10 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-md-mod +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-md-mod License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 33451 -Filename: kmod-md-raid10_5.15.137-1_mipsel_24kc.ipk -Size: 34229 -SHA256sum: d45de756abff86894ce34a65fd6fcc05ebfa196b31af97718f72892fde3c3d6a +Filename: kmod-md-raid10_5.15.134-1_mipsel_24kc.ipk +Size: 34234 +SHA256sum: 489d4b4946e2a7665ef3a7bda406dac18a9f12e13b043ae69509e36f46cc482f Description: RAID Level 10 (Mirroring+Striping) driver module (raid10.ko) Package: kmod-md-raid1 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-md-mod +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-md-mod License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 22729 -Filename: kmod-md-raid1_5.15.137-1_mipsel_24kc.ipk -Size: 23485 -SHA256sum: d3e1842d1d60d152f3ca715dddc7113c3743b3b28fd0deff5d97234699ed5807 +Installed-Size: 22728 +Filename: kmod-md-raid1_5.15.134-1_mipsel_24kc.ipk +Size: 23472 +SHA256sum: a90b855fcc62a9e9f96a8c489ef6b1702196bc8bf1d41d1bd859b32bc872900a Description: RAID Level 1 (Mirroring) driver (raid1.ko) Package: kmod-md-raid456 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-md-mod, kmod-lib-raid6, kmod-lib-xor, kmod-lib-crc32c +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-md-mod, kmod-lib-raid6, kmod-lib-xor, kmod-lib-crc32c License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 80819 -Filename: kmod-md-raid456_5.15.137-1_mipsel_24kc.ipk -Size: 81577 -SHA256sum: 02e1d0c93381b9f223793e3acebe57f8deb713b3a60f4fac89f418ab6a1b8e5d +Filename: kmod-md-raid456_5.15.134-1_mipsel_24kc.ipk +Size: 81580 +SHA256sum: 99969f7a54ac2153adf750e8175f6e4686c0acaa78d5f2c01de6bcf7cd0e7200 Description: RAID Level 4,5,6 kernel module (raid456.ko) Includes the following modules required by @@ -6277,806 +6277,806 @@ Description: RAID Level 4,5,6 kernel module (raid456.ko) raid6_pq.ko Package: kmod-mdio-devres -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 183 -Filename: kmod-mdio-devres_5.15.137-1_mipsel_24kc.ipk -Size: 925 -SHA256sum: b5d7576d9d7b797b9824db1212ad2e4fd1b65636f36c37305ba15f2e4168fede +Filename: kmod-mdio-devres_5.15.134-1_mipsel_24kc.ipk +Size: 918 +SHA256sum: 06ca99cfa98999ded1ee269cc43ca6a2b76ba0ff9d2d2761562db689984d29c0 Description: Supports MDIO device registration Package: kmod-mdio-gpio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2996 -Filename: kmod-mdio-gpio_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 2997 +Filename: kmod-mdio-gpio_5.15.134-1_mipsel_24kc.ipk Size: 3734 -SHA256sum: 4c98120f6ce87dee39a087df4af76523a9df7cbdb39d4be1558aaeef7d1e5beb +SHA256sum: 445a6b8848c2ee029388c3a31a2bf377dcb6c1f53d4ae08aed7b3fd1eff6f8e1 Description: Supports GPIO lib-based MDIO busses Package: kmod-mdio-netlink -Version: 5.15.137+1.2.0-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134+1.2.0-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0-only Section: kernel Architecture: mipsel_24kc -Installed-Size: 3163 -Filename: kmod-mdio-netlink_5.15.137+1.2.0-1_mipsel_24kc.ipk -Size: 3941 -SHA256sum: c87a6bee95df2d8faea068c7d927b60849fca7037d50f1c5c0546fa98032762f +Installed-Size: 3162 +Filename: kmod-mdio-netlink_5.15.134+1.2.0-1_mipsel_24kc.ipk +Size: 3942 +SHA256sum: 2f929050decc3b86a18b9bf39c44b8db72a4efa2935e2fb92a6f39f79cf8a316 Description: mdio-netlink Linux MDIO netlink kernel module Package: kmod-mdio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2973 -Filename: kmod-mdio_5.15.137-1_mipsel_24kc.ipk -Size: 3695 -SHA256sum: 2455411dc52c3b70fc06acbf9182119f2a6d3dc933e39034d9ad05274085d984 +Installed-Size: 2972 +Filename: kmod-mdio_5.15.134-1_mipsel_24kc.ipk +Size: 3699 +SHA256sum: 9d6b3e7372974444f0c88abc5b6a97b10b302b83b02edb7c082aacc261c960ee Description: Kernel modules for MDIO (clause 45) PHY support Package: kmod-mhi-bus -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 28501 -Filename: kmod-mhi-bus_5.15.137-1_mipsel_24kc.ipk -Size: 29200 -SHA256sum: 3f710bbb954615ad14a93de541e1d89acb060e9f6a71a925dc0ef92c2dce8b12 +Filename: kmod-mhi-bus_5.15.134-1_mipsel_24kc.ipk +Size: 29196 +SHA256sum: eaeff5e9e55d905931e478836d54edee8a262c12ebe62664faee9829764e7428 Description: Kernel module for the Qualcomm MHI bus. Package: kmod-mhi-net -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mhi-bus +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mhi-bus License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3006 -Filename: kmod-mhi-net_5.15.137-1_mipsel_24kc.ipk -Size: 3736 -SHA256sum: ffa363aede158a4437c393a57c46675d580c690ef324307861ede2e80a4f851a +Installed-Size: 3008 +Filename: kmod-mhi-net_5.15.134-1_mipsel_24kc.ipk +Size: 3727 +SHA256sum: b33f526e5edfd29b94335a9b0d259d08f8c6f7feb112364be377ab9e64b31d7d Description: Driver for MHI network interface Package: kmod-mhi-pci-generic -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mhi-bus +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mhi-bus License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4687 -Filename: kmod-mhi-pci-generic_5.15.137-1_mipsel_24kc.ipk -Size: 5436 -SHA256sum: c2f7bc0d44587542602af318655b0f452f3b9b8b27c74e3a973e2b75fc60915a +Installed-Size: 4688 +Filename: kmod-mhi-pci-generic_5.15.134-1_mipsel_24kc.ipk +Size: 5440 +SHA256sum: 3b5a967ba519ef18553dc184f4cd36903ad01b73735ae9313b53b0bb6569c26d Description: Kernel module for the MHI PCI controller driver. Package: kmod-mhi-wwan-ctrl -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mhi-bus, kmod-wwan +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mhi-bus, kmod-wwan License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2429 -Filename: kmod-mhi-wwan-ctrl_5.15.137-1_mipsel_24kc.ipk -Size: 3202 -SHA256sum: 473546db4d635da55ab4c235cd0ab29cf60a20343e395f3d04b3c61b70d70577 +Installed-Size: 2430 +Filename: kmod-mhi-wwan-ctrl_5.15.134-1_mipsel_24kc.ipk +Size: 3204 +SHA256sum: 69850aec3279c654f0e1ed35ab1b0a9228c9f12f0115488b18eae133674af5d7 Description: Driver for MHI WWAN Control This exposes all modem control ports like AT, MBIM, QMI, DIAG, .. Package: kmod-mhi-wwan-mbim -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mhi-bus, kmod-wwan +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mhi-bus, kmod-wwan License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4394 -Filename: kmod-mhi-wwan-mbim_5.15.137-1_mipsel_24kc.ipk -Size: 5140 -SHA256sum: ccd74557d2b262be36193e5061cf773913ab129161a452123c4b1076595808b4 +Installed-Size: 4395 +Filename: kmod-mhi-wwan-mbim_5.15.134-1_mipsel_24kc.ipk +Size: 5144 +SHA256sum: 62b7625f8b2677ea4d2b88df99fb436223b00bf398e766aef8ac0d502cee65f1 Description: Driver for MHI MBIM This implements MBIM over MHI Package: kmod-mii -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3648 -Filename: kmod-mii_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 3649 +Filename: kmod-mii_5.15.134-1_mipsel_24kc.ipk Size: 4356 -SHA256sum: 603ce1c1e09b0c72035400d684ffe4bf7681d7ec8eebb53bfd733551433e35b8 +SHA256sum: 362669cfe668f46732a7003a4765ffac22e35bc2a77c28634bd7bf13ca01e967 Description: MII library Package: kmod-misdn -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 92460 -Filename: kmod-misdn_5.15.137-1_mipsel_24kc.ipk -Size: 92983 -SHA256sum: bd07423d43d39415f8d80af50738432265015567d125d165845a0a827bca4ef9 +Installed-Size: 92458 +Filename: kmod-misdn_5.15.134-1_mipsel_24kc.ipk +Size: 93004 +SHA256sum: 1f8e25a5567b99a46ed8a6da95c0d36ece8ff60f7459889f9b81ee0140761033 Description: Modular ISDN driver support Package: kmod-mlx4-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ptp +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ptp License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 197696 -Filename: kmod-mlx4-core_5.15.137-1_mipsel_24kc.ipk -Size: 197996 -SHA256sum: 4b9a1f23f655ea4a00e5c1008e35fd1988b54ca8282d59297a9fdada314dba60 +Installed-Size: 197699 +Filename: kmod-mlx4-core_5.15.134-1_mipsel_24kc.ipk +Size: 198026 +SHA256sum: ef869f7181e9d1900ff4f54fb9a0e68da25984ec8d2a8d63fab774248fff8f94 Description: Supports Mellanox ConnectX-3 series and previous cards Package: kmod-mlx5-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ptp +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ptp License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 260517 -Filename: kmod-mlx5-core_5.15.137-1_mipsel_24kc.ipk -Size: 258332 -SHA256sum: 5a465668061fe9ceaeb2f8df25af701072e96ed6099e0ca816dff9b636b225a8 +Installed-Size: 260548 +Filename: kmod-mlx5-core_5.15.134-1_mipsel_24kc.ipk +Size: 258382 +SHA256sum: d8cd692cc5f4edbccf8819290a3130fdfc76decebc968b2a76d04041fee0526e Description: Supports Mellanox Connect-IB/ConnectX-4 series and later cards Package: kmod-mmc-spi -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mmc, kmod-lib-crc-itu-t, kmod-lib-crc7 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mmc, kmod-lib-crc-itu-t, kmod-lib-crc7 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 7964 -Filename: kmod-mmc-spi_5.15.137-1_mipsel_24kc.ipk -Size: 8723 -SHA256sum: 34717253d39e5cd56ac869c80f6dd5955bcfad6551ae6107d7f4b31a92a2aacf +Installed-Size: 7965 +Filename: kmod-mmc-spi_5.15.134-1_mipsel_24kc.ipk +Size: 8730 +SHA256sum: ee76feb6b56e3c9c94f1c9e6b70b88ba1fd0a11711bdecbb8f6dca292cdb19ba Description: Kernel support for MMC/SD over SPI Package: kmod-mmc -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 74231 -Filename: kmod-mmc_5.15.137-1_mipsel_24kc.ipk -Size: 74750 -SHA256sum: ac97015bd79b88706195ac663a7614f4e748e6a3456acc721322823ccd9f58ba +Installed-Size: 74207 +Filename: kmod-mmc_5.15.134-1_mipsel_24kc.ipk +Size: 74742 +SHA256sum: 42522a239afdcabf2ef8ad4a250164584c5ef31aa05580bce6e1bbd340431f6b Description: Kernel support for MMC/SD cards Package: kmod-mpls -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iptunnel +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iptunnel License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 18386 -Filename: kmod-mpls_5.15.137-1_mipsel_24kc.ipk -Size: 19131 -SHA256sum: 62300196ad6f8bfb58454a999e35dd25c4bc48e7855d2330a3c0110babb45919 +Installed-Size: 18384 +Filename: kmod-mpls_5.15.134-1_mipsel_24kc.ipk +Size: 19120 +SHA256sum: abc72ecbb7ffc910b10142472539bfbb779474e50fd9fc2810ecba7ddfacc705 Description: Kernel support for MPLS Package: kmod-mppe -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ppp, kmod-crypto-arc4, kmod-crypto-sha1, kmod-crypto-ecb +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ppp, kmod-crypto-arc4, kmod-crypto-sha1, kmod-crypto-ecb License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3804 -Filename: kmod-mppe_5.15.137-1_mipsel_24kc.ipk -Size: 4552 -SHA256sum: 5b27753239e0bfd1c4fad47949ec4025caddca1fb327ba46c6e06e741381da45 +Installed-Size: 3805 +Filename: kmod-mppe_5.15.134-1_mipsel_24kc.ipk +Size: 4558 +SHA256sum: 0b483929af661fe020d50555889f984b49e7907eb42e9f304a6964eb4c2e9264 Description: Kernel modules for Microsoft PPP compression/encryption Package: kmod-mrf24j40 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac802154, kmod-regmap-spi +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac802154, kmod-regmap-spi License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 6293 -Filename: kmod-mrf24j40_5.15.137-1_mipsel_24kc.ipk -Size: 7085 -SHA256sum: 106bf2c4391313dd8b7d44ac980a67effd75ac21b4a43a10b62ee7071b35fe65 +Installed-Size: 6291 +Filename: kmod-mrf24j40_5.15.134-1_mipsel_24kc.ipk +Size: 7075 +SHA256sum: bce56f33c768f4b650cf3e8d45e7754c024c8e69c00d241394466ffbdf87663b Description: MRF24J40 transceiver driver Package: kmod-mt76-connac -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt76-core +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt76-core License: GPLv2 Section: kernel Architecture: mipsel_24kc -Installed-Size: 25315 -Filename: kmod-mt76-connac_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 25644 -SHA256sum: df1c52419e87421e72f8be549d182626ae66b5c3d22cc038dfa7ef2eb351ab9f +Installed-Size: 25316 +Filename: kmod-mt76-connac_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 25636 +SHA256sum: 87e89d172e2d0effdaa8b5a6e21c4dccd68428b9db900c0582d3a4983135e2fa Description: MediaTek MT7615/MT79xx wireless driver common code Package: kmod-mt76-core -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211 +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211 License: GPLv2 Section: kernel Architecture: mipsel_24kc Installed-Size: 30263 -Filename: kmod-mt76-core_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 31013 -SHA256sum: 7eaf6ab5d7a58d6601659d13c8992d7c840f92dc4cbf878465c272297667472b +Filename: kmod-mt76-core_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 30996 +SHA256sum: e4e06d0cabccf1ed91eba2a852243b9a4c0b8bf83e1358d7063715c61f0b3b65 Description: MediaTek MT76xx wireless driver Package: kmod-mt76-sdio -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt76-core, kmod-mmc +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt76-core, kmod-mmc License: GPLv2 Section: kernel Architecture: mipsel_24kc -Installed-Size: 7648 -Filename: kmod-mt76-sdio_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 8507 -SHA256sum: 52cc0ebf4d8b0041e1a059fab6dc26b3b6b5f6cb5f4e49edef103ffd8b68f202 +Installed-Size: 7647 +Filename: kmod-mt76-sdio_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 8513 +SHA256sum: 79699bdf0bc6d947d93863c272a10d3d565fee9458a9ac0b1408a9bde7732f99 Description: MediaTek MT7615/MT79xx SDIO driver common code Package: kmod-mt76-usb -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-usb-core, kmod-mt76-core +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-usb-core, kmod-mt76-core License: GPLv2 Section: kernel Architecture: mipsel_24kc Installed-Size: 9030 -Filename: kmod-mt76-usb_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 9825 -SHA256sum: e7924aa03a472d8a3e325cd1d4b2287bea2ca173b1b3095e93ec6c07bf1c5ffd +Filename: kmod-mt76-usb_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 9831 +SHA256sum: 8f4b16b4d09b51c2b33e7ad3925cbc41dd412f9210b823463841610482afb85b Description: MediaTek MT76xx wireless driver USB support Package: kmod-mt7601u -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-usb-core, mt7601u-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-usb-core, mt7601u-firmware Section: kernel Architecture: mipsel_24kc Installed-Size: 31977 -Filename: kmod-mt7601u_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 32720 -SHA256sum: 6c7d4c0a51a61fb60c2311b11897e14ea48c04831e9373ac9368b6205d2dbaa6 +Filename: kmod-mt7601u_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 32707 +SHA256sum: 29fd43c6e59b72af3e007a6fa747cd28e0bc9f98f13849091d6da6a5c005f1db Description: MT7601U-based USB dongles Wireless Driver Package: kmod-mt7603 -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt76-core +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt76-core License: GPLv2 Section: kernel Architecture: mipsel_24kc -Installed-Size: 96335 -Filename: kmod-mt7603_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 97089 -SHA256sum: 8b65635b084f3573a42ed73866e3dfbf7a912ffbbf237f57118557f8a312c1de +Installed-Size: 96333 +Filename: kmod-mt7603_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 97080 +SHA256sum: ffb0b6886d48d797af6592352c569b37df7638faa2badc2aa545868176db77d6 Description: MediaTek MT7603 wireless driver Package: kmod-mt7615-common -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt76-core, kmod-mt76-connac, kmod-hwmon-core +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt76-core, kmod-mt76-connac, kmod-hwmon-core License: GPLv2 Section: kernel Architecture: mipsel_24kc -Installed-Size: 44151 -Filename: kmod-mt7615-common_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 44805 -SHA256sum: d9b20a6b99431dd84610ad6eb6900863256d252a340567ee2e62142320027d85 +Installed-Size: 44149 +Filename: kmod-mt7615-common_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 44818 +SHA256sum: 189322b89d2aa24941da13d4fbfdd842eda5fca025c77c5e016be676e5acea7d Description: MediaTek MT7615 wireless driver common code Package: kmod-mt7615-firmware -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt7615e +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt7615e License: GPLv2 Section: kernel Architecture: mipsel_24kc Installed-Size: 551543 -Filename: kmod-mt7615-firmware_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Filename: kmod-mt7615-firmware_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk Size: 552416 -SHA256sum: 224f2f2c8bf13382d17fcc8ff94ad5bb6e24c2b3c258dcaa71d4a06ac9b7476c +SHA256sum: 10b7833ad5c23e6728a8de45928b15ebea5c88dfb9208fb18d345a6b058a9612 Description: MediaTek MT7615e firmware Package: kmod-mt7615e -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt7615-common +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt7615-common License: GPLv2 Section: kernel Architecture: mipsel_24kc -Installed-Size: 7642 -Filename: kmod-mt7615e_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 8446 -SHA256sum: 5b82d0dfddc687d76bbfdda25c320a85152058e4407ef0cb04db3943c9351a3e +Installed-Size: 7640 +Filename: kmod-mt7615e_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 8440 +SHA256sum: 396704995ff18bc2ea137b2e3c5a99b3accccd05e685c0a9efd5170a47f0333c Description: MediaTek MT7615e wireless driver Package: kmod-mt7622-firmware -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt7615e +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt7615e License: GPLv2 Section: kernel Architecture: mipsel_24kc Installed-Size: 332330 -Filename: kmod-mt7622-firmware_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 333202 -SHA256sum: f192aa7e86f299af977665afd7cd640d8d9b69257aedb45ba47f2f4d4e076798 +Filename: kmod-mt7622-firmware_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 333200 +SHA256sum: 3750f147b4ab5325b20d22c95aab11859bb2bce0f30dc012581aca293cc10b7a Description: MediaTek MT7622 firmware Package: kmod-mt7663-firmware-ap -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211 +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211 License: GPLv2 Section: kernel Architecture: mipsel_24kc Installed-Size: 460350 -Filename: kmod-mt7663-firmware-ap_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 461143 -SHA256sum: 370d68a03b237e263ff09d95c193f7f6877d60982a7b6e47ed3ef0c40b6ebcaf +Filename: kmod-mt7663-firmware-ap_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 461141 +SHA256sum: 2a45477c2f201d8d952fc05a1f85718c7d38bdccef875ace450a3c1275bea71f Description: MediaTek MT7663e firmware (optimized for AP) Package: kmod-mt7663-firmware-sta -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211 +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211 License: GPLv2 Section: kernel Architecture: mipsel_24kc Installed-Size: 564547 -Filename: kmod-mt7663-firmware-sta_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 564998 -SHA256sum: eadd5723784c6f91807d32ae0074e74d5f41d1bf12882188c424cce7199dc79c +Filename: kmod-mt7663-firmware-sta_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 564994 +SHA256sum: afe8b1e29a7c72a23b7d315cde7f55951e2a6dbbf2bbcef3becb45896f50e3d5 Description: MediaTek MT7663e firmware (client mode offload) Package: kmod-mt7663-usb-sdio -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt7615-common +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt7615-common License: GPLv2 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3066 -Filename: kmod-mt7663-usb-sdio_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 3898 -SHA256sum: 051c4bc4a6f543716e35f21ce4517ef04513f5b29e1059dd9f51baf918d68df7 +Installed-Size: 3063 +Filename: kmod-mt7663-usb-sdio_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 3888 +SHA256sum: 1c6814e76c2d00c8b0f715a1ea6e2ff0db8eb1068ee1faa26aa1817e6ec3a678 Description: MediaTek MT7663 USB/SDIO shared code Package: kmod-mt7663s -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt76-sdio, kmod-mt7615-common, kmod-mt7663-usb-sdio +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt76-sdio, kmod-mt7615-common, kmod-mt7663-usb-sdio License: GPLv2 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3574 -Filename: kmod-mt7663s_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Installed-Size: 3573 +Filename: kmod-mt7663s_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk Size: 4377 -SHA256sum: 8757c11309ed1e5db2fedefde80f3a6dc80d09bb48bf46961a37a8ced0ba88d5 +SHA256sum: a99273e077d344f5907768c99e743917be3610735eeef613be9b20be458721a0 Description: MediaTek MT7663s wireless driver Package: kmod-mt7663u -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt76-usb, kmod-mt7615-common, kmod-mt7663-usb-sdio +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt76-usb, kmod-mt7615-common, kmod-mt7663-usb-sdio License: GPLv2 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3126 -Filename: kmod-mt7663u_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 3928 -SHA256sum: 6017da109f118148c045a0ca0fa8b7bb59e13f2761bf973d14fcf91aa1ec8f3a +Installed-Size: 3127 +Filename: kmod-mt7663u_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 3930 +SHA256sum: 35c2b59a78776cc5c5d66d0155825b93e5e83a00333dc531b908f7661522aaf3 Description: MediaTek MT7663u wireless driver Package: kmod-mt76 -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mt76-core, kmod-mt76x2, kmod-mt7603 +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mt76-core, kmod-mt76x2, kmod-mt7603 License: GPLv2 Section: kernel Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-mt76_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 896 -SHA256sum: ae7d352e5fb5a9f8ecf9addb7a341bc95b8087a96af340515eac02e6ea4b5594 +Filename: kmod-mt76_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 894 +SHA256sum: c73a04f1f0a416a9f98ea87c672618d562b1eb361480390d73d98089b3edfdb6 Description: MediaTek MT76x2/MT7603 wireless driver (metapackage) Package: kmod-mt76x0-common -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt76x02-common +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt76x02-common License: GPLv2 Section: kernel Architecture: mipsel_24kc -Installed-Size: 60612 -Filename: kmod-mt76x0-common_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 61313 -SHA256sum: a7eb960ee2873c5518430acafa7b57499cac9dc26e5f25cb2b53514135f2e3b0 +Installed-Size: 60610 +Filename: kmod-mt76x0-common_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 61301 +SHA256sum: 1e877c63562848b13b8557b5a207f4091dce3618d7061e394a465d663ecca7f0 Description: MediaTek MT76x0 wireless driver common code Package: kmod-mt76x02-common -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt76-core +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt76-core License: GPLv2 Section: kernel Architecture: mipsel_24kc -Installed-Size: 26245 -Filename: kmod-mt76x02-common_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 27005 -SHA256sum: 7bb2589bb33532b475309aa5d7cf4738f899759534f69248073e64401f27b793 +Installed-Size: 26247 +Filename: kmod-mt76x02-common_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 26998 +SHA256sum: 7a16604c7b4bd70129b16366be1855c277b8a835c8b13e3d8c90a2d381f5282d Description: MediaTek MT76x0/MT76x2 wireless driver common code Package: kmod-mt76x02-usb -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt76-usb, kmod-mt76x02-common +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt76-usb, kmod-mt76x02-common License: GPLv2 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4990 -Filename: kmod-mt76x02-usb_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 5776 -SHA256sum: e69509403d06b5ca7192e5dfd517fc013a21befc230cb7935261f9fe2a442b1e +Installed-Size: 4989 +Filename: kmod-mt76x02-usb_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 5767 +SHA256sum: daf637800adec3ec2c8ed55ce53be6a8812761af2f31a23739134dd8c60e40bb Description: MediaTek MT76x0/MT76x2 USB wireless driver common code Package: kmod-mt76x0e -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt76x0-common +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt76x0-common License: GPLv2 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3617 -Filename: kmod-mt76x0e_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 4405 -SHA256sum: 2b7d224de4796b45446305ee6e21fca85e91e582bf052c6c5d470fcc7bb83934 +Installed-Size: 3616 +Filename: kmod-mt76x0e_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 4398 +SHA256sum: bf5e06f8a0b8b83b4978b733bf08010d4a03f07a2786525e21a0a1218877a858 Description: MediaTek MT76x0E wireless driver Package: kmod-mt76x0u -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt76x0-common, kmod-mt76x02-usb +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt76x0-common, kmod-mt76x02-usb License: GPLv2 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4117 -Filename: kmod-mt76x0u_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 4911 -SHA256sum: 0b08420af3f8d453e583b96f7da892fc4d3dab04fe32833d34d8428e09c40ca3 +Installed-Size: 4118 +Filename: kmod-mt76x0u_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 4918 +SHA256sum: 3a4b272c8d348dab7b398410e434421e46fadd9d4a1bc61dcfde3a3a0ea943bb Description: MediaTek MT76x0U wireless driver Package: kmod-mt76x2-common -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt76-core, kmod-mt76x02-common +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt76-core, kmod-mt76x02-common License: GPLv2 Section: kernel Architecture: mipsel_24kc Installed-Size: 79452 -Filename: kmod-mt76x2-common_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Filename: kmod-mt76x2-common_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk Size: 80389 -SHA256sum: 952a344f46875a2dcac81d1bddacbcc3189e34d7611d037aca12a24b7d8ae8d3 +SHA256sum: fc5396e36f743c7b39262d83cb1efd92c51f3d799171d6f1816eca6861aaa5d9 Description: MediaTek MT76x2 wireless driver common code Package: kmod-mt76x2 -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt76x2-common +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt76x2-common License: GPLv2 Section: kernel Architecture: mipsel_24kc -Installed-Size: 7802 -Filename: kmod-mt76x2_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 8619 -SHA256sum: 8ad0569277f6b02f56ff386b07ba475522c0c6c1f59c735cbabf0eb854c1c046 +Installed-Size: 7800 +Filename: kmod-mt76x2_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 8611 +SHA256sum: b17df39b45cdab3a1fbd2dac17d9baae4603f27f6e25ad9926b652c3e78d03d2 Description: MediaTek MT76x2 wireless driver Package: kmod-mt76x2u -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt76x2-common, kmod-mt76x02-usb +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt76x2-common, kmod-mt76x02-usb License: GPLv2 Section: kernel Architecture: mipsel_24kc Installed-Size: 7839 -Filename: kmod-mt76x2u_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 8671 -SHA256sum: 2638ded99ff2d5df0b62ab81c63cc0b38280f59653f29635f670404b5ef91811 +Filename: kmod-mt76x2u_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 8670 +SHA256sum: fb1ff0828fa15dd918abf205f4e8ff3edca56f9c3f2b8355592ef7667a04f4ae Description: MediaTek MT76x2U wireless driver Package: kmod-mt7915-firmware -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt7915e +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt7915e License: GPLv2 Section: kernel Architecture: mipsel_24kc Installed-Size: 515666 -Filename: kmod-mt7915-firmware_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 511996 -SHA256sum: fb50dfa0d63243f0a5e434dc5ce5966f2b7ac9a79874db12aeae1162a96af064 +Filename: kmod-mt7915-firmware_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 511993 +SHA256sum: d69252f24afb2627164b61363e613958b50d40598ea03c09ad9c8f2bfb49e096 Description: MediaTek MT7915 firmware Package: kmod-mt7915e -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt76-connac, kmod-hwmon-core, kmod-thermal +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt76-connac, kmod-hwmon-core, kmod-thermal License: GPLv2 Section: kernel Architecture: mipsel_24kc -Installed-Size: 67635 -Filename: kmod-mt7915e_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 68356 -SHA256sum: 20250e4c131ed25cfd2eea1b54cacd095ce7a7c6db418b7cdfe4d98352251ad2 +Installed-Size: 67634 +Filename: kmod-mt7915e_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 68352 +SHA256sum: 783b80d976576ba7177f8818b03530813aa1a55b7d12ce91d11a0f902bc9e6e0 Description: MediaTek MT7915e wireless driver Package: kmod-mt7916-firmware -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt7915e +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt7915e License: GPLv2 Section: kernel Architecture: mipsel_24kc Installed-Size: 693569 -Filename: kmod-mt7916-firmware_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 689368 -SHA256sum: 19f7b3c81bb04f874ea0cde72ee31f9bbd3cd0bb0b7e5a2c54eb16ff996d5cd5 +Filename: kmod-mt7916-firmware_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 689366 +SHA256sum: 38fff6986739edbf8be810bdb73ea634b39024cdfdde2b17033c3a15db85a0f4 Description: MediaTek MT7916 firmware Package: kmod-mt7921-common -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt792x-common, kmod-mt7921-firmware, kmod-hwmon-core +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt792x-common, kmod-mt7921-firmware, kmod-hwmon-core License: GPLv2 Section: kernel Architecture: mipsel_24kc -Installed-Size: 27191 -Filename: kmod-mt7921-common_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 27883 -SHA256sum: 2ea4092e7c30680196fae0f94d28a77060d1ca95d4f066575e3506dd93cdba91 +Installed-Size: 27192 +Filename: kmod-mt7921-common_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 27869 +SHA256sum: 40b3deec98a5dbb052f7b264ce028ad1712efd1b361ff4e53d2930375011e3b9 Description: MediaTek MT7921 wireless driver common code Package: kmod-mt7921-firmware -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211 +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211 License: GPLv2 Section: kernel Architecture: mipsel_24kc Installed-Size: 456897 -Filename: kmod-mt7921-firmware_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 456288 -SHA256sum: d8692d13f360435cd7700330f564f076ce5b3db9e3026ce195b9027d19fc7f6f +Filename: kmod-mt7921-firmware_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 456293 +SHA256sum: c04217604120ca3cb2a3c5f245e730901a7c00d9d4cc4a73c98b49affe62e09e Description: MediaTek MT7921 firmware Package: kmod-mt7921e -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt7921-common +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt7921-common License: GPLv2 Section: kernel Architecture: mipsel_24kc -Installed-Size: 5120 -Filename: kmod-mt7921e_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Installed-Size: 5118 +Filename: kmod-mt7921e_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk Size: 5893 -SHA256sum: 39952ab6a10f35ec396abddc2142c2e81e08bc38691a6942657c256c195ae20c +SHA256sum: 420d5279bd6fd2b47d044a97185312917e77206605f8af1e48051f3ff0a1f3d4 Description: MediaTek MT7921e wireless driver Package: kmod-mt7921s -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt76-sdio, kmod-mt7921-common +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt76-sdio, kmod-mt7921-common License: GPLv2 Section: kernel Architecture: mipsel_24kc Installed-Size: 4637 -Filename: kmod-mt7921s_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 5434 -SHA256sum: a751f6bca7990739973bef1a3cdf79c87cd4a319e594900f88186492dedb95f4 +Filename: kmod-mt7921s_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 5436 +SHA256sum: 9c307a300815cd969879e5ff9acaffc18851f8cea67357953d2ef13469056123 Description: MediaTek MT7921S wireless driver Package: kmod-mt7921u -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt792x-usb, kmod-mt7921-common +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt792x-usb, kmod-mt7921-common License: GPLv2 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2807 -Filename: kmod-mt7921u_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 3602 -SHA256sum: 38a998105176778c37bc56f2d9e12699d23117f0c77e0d6d41dcc99f9ada2062 +Installed-Size: 2806 +Filename: kmod-mt7921u_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 3597 +SHA256sum: be192bab12a83652440d12b49bdc6f8ca2fb8eec5e31b9137df24b2a4cb24257 Description: MediaTek MT7921U wireless driver Package: kmod-mt792x-common -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt76-connac +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt76-connac License: GPLv2 Section: kernel Architecture: mipsel_24kc -Installed-Size: 12555 -Filename: kmod-mt792x-common_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 13343 -SHA256sum: e3d52ac5192add226b4685a092a273af04c6b370980ef094570c74c4a9360b8b +Installed-Size: 12554 +Filename: kmod-mt792x-common_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 13344 +SHA256sum: b53b56b679b73bd6e39412204aec63fc5d7d0703acf765618d7fbf8ae7d8b49a Description: MediaTek MT792x wireless driver common code Package: kmod-mt792x-usb -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt792x-common, kmod-mt76-usb +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt792x-common, kmod-mt76-usb License: GPLv2 Section: kernel Architecture: mipsel_24kc Installed-Size: 2594 -Filename: kmod-mt792x-usb_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 3430 -SHA256sum: 8e63b38068c2b298537ee6eee055e19746d0c15ccb9c00b28014fb5267160119 +Filename: kmod-mt792x-usb_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 3421 +SHA256sum: f4263c143b2d09774acfb0dcd74734975affe91175198f5a781bd57575af34f0 Description: MediaTek MT792x wireless driver USB code Package: kmod-mtd-rw -Version: 5.15.137+git-20160214-2 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134+git-20160214-2 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1462 -Filename: kmod-mtd-rw_5.15.137+git-20160214-2_mipsel_24kc.ipk -Size: 2302 -SHA256sum: a2fa7d88dd835cc20f58b13939fbe7912d5c188247753d3b1868cb4d84bfa999 +Installed-Size: 1463 +Filename: kmod-mtd-rw_5.15.134+git-20160214-2_mipsel_24kc.ipk +Size: 2306 +SHA256sum: 0c9010d0f1a517e350736b89fd2bf7cf606a03f88da0185d7e40b63285d0554e Description: A kernel module that temporarily makes all MTD partitions writeable. Package: kmod-mtdoops -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4282 -Filename: kmod-mtdoops_5.15.137-1_mipsel_24kc.ipk -Size: 5019 -SHA256sum: 9bc406cefe6ef5e97384832cc60a8f88ec1288e378081fb3d25314552f516bef +Installed-Size: 4279 +Filename: kmod-mtdoops_5.15.134-1_mipsel_24kc.ipk +Size: 4993 +SHA256sum: dd201ffd939619e1c868812f2e19e718ede1c2d69ac01ec3162907a1254b7aa4 Description: Kernel modules for Log panic/oops to an MTD buffer Package: kmod-mtdram -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1966 -Filename: kmod-mtdram_5.15.137-1_mipsel_24kc.ipk -Size: 2716 -SHA256sum: ea86bc3575a42cd4a4f38bfb5988a97b069ae93eba0a1bf19fbb640079a165eb +Installed-Size: 1965 +Filename: kmod-mtdram_5.15.134-1_mipsel_24kc.ipk +Size: 2710 +SHA256sum: a70e07a09803bd20f4b6589f5ccf5cff9d5c38592ac82e7686c78a0753303e82 Description: Test MTD driver using RAM Package: kmod-mtdtests -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 28082 -Filename: kmod-mtdtests_5.15.137-1_mipsel_24kc.ipk -Size: 28703 -SHA256sum: 8bc331e96a3f5b3c81d86591421ee70c6ea9a9260c4f346ec0a5e7246c4e870b +Installed-Size: 28079 +Filename: kmod-mtdtests_5.15.134-1_mipsel_24kc.ipk +Size: 28704 +SHA256sum: b259aacb04d6f3a5d4c189d4b55548bd9f3cfbc521a34ec2cdbb2d4eb9445c1c Description: Kernel modules for MTD subsystem/driver testing Package: kmod-mux-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3715 -Filename: kmod-mux-core_5.15.137-1_mipsel_24kc.ipk -Size: 4450 -SHA256sum: 7fa14bcce1bd3f6545c9933be1a6ab172eaad17a64325c16c07cc994e7b2d64a +Installed-Size: 3717 +Filename: kmod-mux-core_5.15.134-1_mipsel_24kc.ipk +Size: 4454 +SHA256sum: 8b7898de2c9eb49762fc9abf60d3264f9df531c44f3b90a47ba04ab1add795a6 Description: Kernel module for multiplexer support Package: kmod-mux-gpio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mux-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mux-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1721 -Filename: kmod-mux-gpio_5.15.137-1_mipsel_24kc.ipk -Size: 2455 -SHA256sum: 70d6e28e4b9e94841ad63942188a733f1bf6f9ef65acf7bdb387be4d2513a9c3 +Installed-Size: 1723 +Filename: kmod-mux-gpio_5.15.134-1_mipsel_24kc.ipk +Size: 2457 +SHA256sum: 00344b35a14b7272c8d61fd0da6e6c657a35531d5034f0424f2fd44fcaf1345a Description: Kernel modules for GPIO-controlled Multiplexer controller Package: kmod-mwifiex-pcie -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, mwifiex-pcie-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, mwifiex-pcie-firmware Section: kernel Architecture: mipsel_24kc -Installed-Size: 162259 -Filename: kmod-mwifiex-pcie_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 161053 -SHA256sum: 8474d618d40d2b19707ec5919204fd7990c0c2f9134dfe3d8965833aa2decc38 +Installed-Size: 162258 +Filename: kmod-mwifiex-pcie_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 161027 +SHA256sum: 7e2dec6a0e3c79e5bfd9170c103b1e3bb6b1331caeb4738bca4b12a12f30d9d4 Description: Kernel modules for Marvell 802.11n/802.11ac PCIe Wireless cards Package: kmod-mwifiex-sdio -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mmc, kmod-mac80211, mwifiex-sdio-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mmc, kmod-mac80211, mwifiex-sdio-firmware Section: kernel Architecture: mipsel_24kc -Installed-Size: 160803 -Filename: kmod-mwifiex-sdio_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 159646 -SHA256sum: 1636115105ee46711a74337a2badbb467f20b630e01b0a293f7000ea7b98753e +Installed-Size: 160806 +Filename: kmod-mwifiex-sdio_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 159651 +SHA256sum: 76650279bc012b0176cd1457693237a50737be3187072e36e3a721c77e5989fb Description: Kernel modules for Marvell 802.11n/802.11ac SDIO Wireless cards Package: kmod-mwl8k -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, mwl8k-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, mwl8k-firmware Section: kernel Architecture: mipsel_24kc -Installed-Size: 26748 -Filename: kmod-mwl8k_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 27488 -SHA256sum: 4eaf2b2673eb2530d2d2d3b7c52394af9eac5bfe85c9d5fd17dff02fa735cc69 +Installed-Size: 26746 +Filename: kmod-mwl8k_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 27494 +SHA256sum: c8e2b6118a714b1c6075cf85642892b35a169c5c55a4a339dc0ad6e5d2310eaf Description: Kernel modules for Marvell TOPDOG 802.11 Wireless cards Package: kmod-nat46 -Version: 5.15.137+2022-09-19-4c5beee2-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-conntrack6 +Version: 5.15.134+2022-09-19-4c5beee2-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-conntrack6 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 17742 -Filename: kmod-nat46_5.15.137+2022-09-19-4c5beee2-1_mipsel_24kc.ipk -Size: 18518 -SHA256sum: 464105a2842addc3f9ffda328960598bb686e647c124cef41f7405937206fe8d +Installed-Size: 17741 +Filename: kmod-nat46_5.15.134+2022-09-19-4c5beee2-1_mipsel_24kc.ipk +Size: 18516 +SHA256sum: 7ce5e9a3905f5c9db6c995ba1db2e386a9a052c0811899d113627374caf88a5d Description: Stateless NAT46 translation kernel module Package: kmod-natsemi -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 14706 -Filename: kmod-natsemi_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 14709 +Filename: kmod-natsemi_5.15.134-1_mipsel_24kc.ipk Size: 15472 -SHA256sum: 0fdbb9f1f7363b156ff39c204e9fb9792bf61dc2e24a991ed13af030016ab15e +SHA256sum: d5b4f458e218e834b2b906861d572a15e16125cc3f24936ceb022a46401de1cb Description: Kernel modules for National Semiconductor DP8381x series PCI Ethernet adapters. Package: kmod-nbd -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 17855 -Filename: kmod-nbd_5.15.137-1_mipsel_24kc.ipk -Size: 18605 -SHA256sum: 5d1c7e6d91bbe619086d8fcd5a0f636cb1e372411f0f806369eb5972bb959f9a +Installed-Size: 17854 +Filename: kmod-nbd_5.15.134-1_mipsel_24kc.ipk +Size: 18599 +SHA256sum: b907f52ecf559da10a3ffb9ed62a0e3c640ee12ee00f74e40a26772b24eba7fc Description: Kernel module for network block device support Package: kmod-ne2k-pci -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 10369 -Filename: kmod-ne2k-pci_5.15.137-1_mipsel_24kc.ipk -Size: 11152 -SHA256sum: 7259002d2ecc6ecbf8860b9341b46af12b941bc7032a077f1f0cfbbd9345b0d5 +Installed-Size: 10373 +Filename: kmod-ne2k-pci_5.15.134-1_mipsel_24kc.ipk +Size: 11153 +SHA256sum: 562ee3fcb70937a44fecf98d9af50a6009f439ba1a68c4838fb2d1a68ebed904 Description: Kernel modules for NE2000 PCI Ethernet Adapter kernel Package: kmod-net-selftests -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 188 -Filename: kmod-net-selftests_5.15.137-1_mipsel_24kc.ipk -Size: 928 -SHA256sum: 0f80a5831b90b66bab80e8d683386076028539ffc482ecf6fe1a8bb836c167ae +Installed-Size: 187 +Filename: kmod-net-selftests_5.15.134-1_mipsel_24kc.ipk +Size: 929 +SHA256sum: 0aa9cd37b3ad9ac00b30eb3f900d6a8ad19f24af19632e33bca38bd944751e2b Description: Kernel modules for the generic selftest support Package: kmod-netatop -Version: 5.15.137+3.1-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134+3.1-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 7654 -Filename: kmod-netatop_5.15.137+3.1-1_mipsel_24kc.ipk -Size: 8723 -SHA256sum: 3e2f78e06d6e22cf8ab4a3ade7faeac2e23933fea3dbdb5ade5f024c40e45c79 +Installed-Size: 7656 +Filename: kmod-netatop_5.15.134+3.1-1_mipsel_24kc.ipk +Size: 8722 +SHA256sum: 59f7c9ae151766888bb67612d64236e83fcfc7230b324183341e35553c39a82e Description: The optional kernel module netatop can be loaded to gather statistics about the TCP and UDP packets that have been transmitted/received per process and per thread. As soon as atop discovers that this module is active, it shows @@ -7087,136 +7087,136 @@ Description: The optional kernel module netatop can be loaded to gather statist for input and output per process/thread. Package: kmod-netconsole -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3457 -Filename: kmod-netconsole_5.15.137-1_mipsel_24kc.ipk -Size: 4158 -SHA256sum: 2d8ade196e6a51d88267457f79d11014a00bebb3b22e748776ef82859c72fe7f +Installed-Size: 3455 +Filename: kmod-netconsole_5.15.134-1_mipsel_24kc.ipk +Size: 4166 +SHA256sum: 30686822482f51892747a0ba9094c2e9a73f9b00772bb6532fe427388e8a2b4b Description: Network console logging support. Package: kmod-netem -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sched +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sched License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 8307 -Filename: kmod-netem_5.15.137-1_mipsel_24kc.ipk -Size: 9070 -SHA256sum: 8bb9c287ed230bbec78e499d4ec0a3630c1b6b2e676262e05c9f44f1098b038f +Installed-Size: 8309 +Filename: kmod-netem_5.15.134-1_mipsel_24kc.ipk +Size: 9079 +SHA256sum: 2bcb819471eb49fb997a9299fc41752a8bce4dfb4a6fe7258f6159f16eda1afe Description: Kernel modules for emulating the properties of wide area networks Package: kmod-netlink-diag -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2275 -Filename: kmod-netlink-diag_5.15.137-1_mipsel_24kc.ipk -Size: 3056 -SHA256sum: 6b1cace2649be4bda70273340b4441f34558b15597379be39bd305adef52b8f8 +Installed-Size: 2276 +Filename: kmod-netlink-diag_5.15.134-1_mipsel_24kc.ipk +Size: 3046 +SHA256sum: cda36ffebcf472f9edd371daadee03a71b70bc703e0edcf434af380e9a085019 Description: Netlink diag is a module made for use with iproute2's ss utility Package: kmod-nf-conncount -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-conntrack +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-conntrack License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4894 -Filename: kmod-nf-conncount_5.15.137-1_mipsel_24kc.ipk -Size: 5619 -SHA256sum: 2ff10fee922bc6551e1049fd79763bcbaf994aedb0709c9c3dce0170db31791b +Installed-Size: 4896 +Filename: kmod-nf-conncount_5.15.134-1_mipsel_24kc.ipk +Size: 5615 +SHA256sum: 498c0032284f61021401ae97e653815c6a4184199ff783239e3efa29deaa8ae4 Description: Netfilter conncount support Package: kmod-nf-conntrack-netlink -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nfnetlink, kmod-nf-conntrack +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nfnetlink, kmod-nf-conntrack License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 16804 -Filename: kmod-nf-conntrack-netlink_5.15.137-1_mipsel_24kc.ipk -Size: 17575 -SHA256sum: e660971db246bdd38fd70e3dcc73d73476eec1de667d81ce412c1daf4f2b999e +Installed-Size: 16803 +Filename: kmod-nf-conntrack-netlink_5.15.134-1_mipsel_24kc.ipk +Size: 17583 +SHA256sum: 7ba8149ffead174384617686a607858b833eb4873c5f46f67e4364728d4e2bd4 Description: Kernel modules support for a netlink-based connection tracking userspace interface Package: kmod-nf-conntrack6 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-conntrack +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-conntrack License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-nf-conntrack6_5.15.137-1_mipsel_24kc.ipk -Size: 826 -SHA256sum: aaf947449b11d1c4b56d576e6cd34db99415ecfb7a15e46fd1a1a3dd88447b03 +Filename: kmod-nf-conntrack6_5.15.134-1_mipsel_24kc.ipk +Size: 825 +SHA256sum: 3919e4b898b6bc3d52f4e2e9ef87609e28cd1c102a26062b3fadd7782ab6362d Description: Netfilter IPv6 connection tracking Package: kmod-nf-conntrack -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 52976 -Filename: kmod-nf-conntrack_5.15.137-1_mipsel_24kc.ipk -Size: 53598 -SHA256sum: 26f24a40257b2cc26bed2633af37cb0bd8eca0baffca1c9ab9bee4ac083f3701 +Installed-Size: 52977 +Filename: kmod-nf-conntrack_5.15.134-1_mipsel_24kc.ipk +Size: 53611 +SHA256sum: e698c26aae81ef28cb7e4cb9bb6882bad703aff1bcae7637447b496a34a8bfd1 Description: Netfilter connection tracking Package: kmod-nf-flow -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-conntrack +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-conntrack License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 15354 -Filename: kmod-nf-flow_5.15.137-1_mipsel_24kc.ipk -Size: 16056 -SHA256sum: 34b21cd794df44d2c94ef36c6df7ebcda31e13714bdbfc3463300de3eb9037bf +Installed-Size: 15355 +Filename: kmod-nf-flow_5.15.134-1_mipsel_24kc.ipk +Size: 16067 +SHA256sum: 11ab9e0a1271c48f745ac3d19c73fb8cbfc31e106dd4abeb5192f8c6d33c04d3 Description: Netfilter flowtable support Package: kmod-nf-ipt6 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-ipt, kmod-nf-log6 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-ipt, kmod-nf-log6 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 9430 -Filename: kmod-nf-ipt6_5.15.137-1_mipsel_24kc.ipk -Size: 10162 -SHA256sum: 0dfdca132592fd52477dfd887b12b8c25de7186cd36b08ed17177c0a090f53e3 +Installed-Size: 9431 +Filename: kmod-nf-ipt6_5.15.134-1_mipsel_24kc.ipk +Size: 10165 +SHA256sum: 5b8c49c17175f2ea8f4fb6d82b441d18f94c7b8bd591addf2f59ce257bd60bbc Description: Ip6tables core Package: kmod-nf-ipt -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 19853 -Filename: kmod-nf-ipt_5.15.137-1_mipsel_24kc.ipk -Size: 20544 -SHA256sum: d3793a6724a2cc59f5dfc906cb9f68565cbd3a32fa5f334c74ced20b6096059b +Installed-Size: 19854 +Filename: kmod-nf-ipt_5.15.134-1_mipsel_24kc.ipk +Size: 20546 +SHA256sum: a6f60be23697fab435a2eb5a369a13b121277d54977e6faf263dcdcb57706b10 Description: Iptables core Package: kmod-nf-ipvs-ftp -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-ipvs, kmod-nf-nat, kmod-nf-nathelper +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-ipvs, kmod-nf-nat, kmod-nf-nathelper License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3765 -Filename: kmod-nf-ipvs-ftp_5.15.137-1_mipsel_24kc.ipk -Size: 4625 -SHA256sum: 0b6a4e74b16a3cc94cb1dea3d624d6030339028539759d1735343483fc145260 +Installed-Size: 3763 +Filename: kmod-nf-ipvs-ftp_5.15.134-1_mipsel_24kc.ipk +Size: 4626 +SHA256sum: 77df9806f7161c1a7817957ab1e896a9a220df8e438768ecb337f1229db353e0 Description: In the virtual server via Network Address Translation, the IP address and port number of real servers cannot be sent to clients in ftp connections directly, so FTP protocol helper is @@ -7224,88 +7224,88 @@ Description: In the virtual server via Network Address Translation, virtual service. Package: kmod-nf-ipvs-sip -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-ipvs, kmod-nf-nathelper-extra +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-ipvs, kmod-nf-nathelper-extra License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2278 -Filename: kmod-nf-ipvs-sip_5.15.137-1_mipsel_24kc.ipk -Size: 3055 -SHA256sum: 4803036d08d574bd6b902621319120757b6517eaeadbbf03fb52c8c2ad57727b +Installed-Size: 2276 +Filename: kmod-nf-ipvs-sip_5.15.134-1_mipsel_24kc.ipk +Size: 3054 +SHA256sum: 6814c7254d5ff0c8c6762662c82a6405e44935b340450c5443ac8cd0b9b2d520 Description: Allow persistence based on the SIP Call-ID Package: kmod-nf-ipvs -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-lib-crc32c, kmod-ipt-conntrack, kmod-nf-conntrack, kmod-ipt-core, kmod-ipt-conntrack +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-lib-crc32c, kmod-ipt-conntrack, kmod-nf-conntrack, kmod-ipt-core, kmod-ipt-conntrack License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 83118 -Filename: kmod-nf-ipvs_5.15.137-1_mipsel_24kc.ipk -Size: 83895 -SHA256sum: 2aed4f649bb3556ebcb227f6536e144bd1a11ce5b94a3bdc976a1ab6e6186838 +Installed-Size: 83082 +Filename: kmod-nf-ipvs_5.15.134-1_mipsel_24kc.ipk +Size: 83825 +SHA256sum: ee672baac4aadf4687e858e5fb7e2899b3c1104a3f9b877fde4e2f21196c1f52 Description: IPVS (IP Virtual Server) implements transport-layer load balancing inside the Linux kernel so called Layer-4 switching. Package: kmod-nf-log6 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-log +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-log License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-nf-log6_5.15.137-1_mipsel_24kc.ipk -Size: 818 -SHA256sum: c1fd92e2ee0a73b70a12620e5f36762d5d2ac2e39e04d96bab11adeb72a0c78b +Filename: kmod-nf-log6_5.15.134-1_mipsel_24kc.ipk +Size: 820 +SHA256sum: b47882491bc8d808d239b45e071f582ca56f0004791109aea1e3b7dca17862a7 Description: Netfilter IPV6 Logging Package: kmod-nf-log -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 8638 -Filename: kmod-nf-log_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 8639 +Filename: kmod-nf-log_5.15.134-1_mipsel_24kc.ipk Size: 9356 -SHA256sum: 46ef176b6d9258e76d84ce39bf598b31d2947750b0694e9617ee906f6641bed3 +SHA256sum: b87f043c66b6a19596efa5f5c67e91afdbce463ad8a141c9aca3ce53854bc601 Description: Netfilter Logging Package: kmod-nf-nat6 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-conntrack6, kmod-nf-nat +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-conntrack6, kmod-nf-nat License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-nf-nat6_5.15.137-1_mipsel_24kc.ipk -Size: 821 -SHA256sum: 20b583640bdaa9c4de2f7f113ab887c7ed0e85113e2104624ac8a47b695d1b34 +Filename: kmod-nf-nat6_5.15.134-1_mipsel_24kc.ipk +Size: 822 +SHA256sum: ad628246d672acc3d65a5ca7e70af4c33cdef0f66c8622cb1c4d76ec75c1426f Description: Netfilter IPV6-NAT Package: kmod-nf-nat -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-conntrack +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-conntrack License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 15910 -Filename: kmod-nf-nat_5.15.137-1_mipsel_24kc.ipk -Size: 16610 -SHA256sum: 67e9488294e902470f30b609f8214087491db38c1032c3e1f5ed70718204401e +Installed-Size: 15911 +Filename: kmod-nf-nat_5.15.134-1_mipsel_24kc.ipk +Size: 16612 +SHA256sum: 6888c6239f9cef9f5602c8f95ced5b3bd2dc9f4cef3e962a229933791f5c848f Description: Netfilter NAT Package: kmod-nf-nathelper-extra -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-nat, kmod-lib-textsearch, kmod-asn1-decoder +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-nat, kmod-lib-textsearch, kmod-asn1-decoder License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 50310 -Filename: kmod-nf-nathelper-extra_5.15.137-1_mipsel_24kc.ipk -Size: 51145 -SHA256sum: d72dcedf1a3bce1f9222711cff34b14ed4eb10b4aa63f128718961e68d403ce8 +Installed-Size: 50316 +Filename: kmod-nf-nathelper-extra_5.15.134-1_mipsel_24kc.ipk +Size: 51158 +SHA256sum: 3da6873e4b5ce96ba09ad19a3242a9ffa06726c7ee4ae8ff3996875a37be7827 Description: Extra Netfilter (IPv4) Conntrack and NAT helpers Includes: - amanda @@ -7320,675 +7320,675 @@ Description: Extra Netfilter (IPv4) Conntrack and NAT helpers - broadcast Package: kmod-nf-nathelper -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-nat +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-nat License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 5402 -Filename: kmod-nf-nathelper_5.15.137-1_mipsel_24kc.ipk -Size: 6175 -SHA256sum: 9e3fa45324561e46910468a836d92b1979f7377fd4379c895e0989fbfcb58448 +Filename: kmod-nf-nathelper_5.15.134-1_mipsel_24kc.ipk +Size: 6180 +SHA256sum: da38361016ee7f45633ec53b2e65af71bb862300ff41414d5f86f52d166a1e7c Description: Default Netfilter (IPv4) Conntrack and NAT helpers Includes: - ftp Package: kmod-nf-reject6 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3867 -Filename: kmod-nf-reject6_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 3868 +Filename: kmod-nf-reject6_5.15.134-1_mipsel_24kc.ipk Size: 4594 -SHA256sum: 0bb09dbac068e070d7efeaaf2570692765f04a6616086523c696bd7436855104 +SHA256sum: 58f153d503143e476e5b94940d333b2e8fffaf09e969bad2dab9b9a6b626263a Description: Netfilter IPv6 reject support Package: kmod-nf-reject -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3430 -Filename: kmod-nf-reject_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 3431 +Filename: kmod-nf-reject_5.15.134-1_mipsel_24kc.ipk Size: 4148 -SHA256sum: f5948efae70be85c19576357490525ef1fc4ba1fcf15910ec5e4dd0573c57077 +SHA256sum: e660117252ce364382fb9e25a56c57ddbacf76c2b6017644c0d8b4e744fe8995 Description: Netfilter IPv4 reject support Package: kmod-nf-socket -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2481 -Filename: kmod-nf-socket_5.15.137-1_mipsel_24kc.ipk -Size: 3213 -SHA256sum: ce843aa91d9471800228b36341dfd6cb4cf0f6df8eb49df5974f2c40a8385c09 +Installed-Size: 2479 +Filename: kmod-nf-socket_5.15.134-1_mipsel_24kc.ipk +Size: 3202 +SHA256sum: 91f3e6b0f0aa6cef313c86a7bf6aa99227fe7e8016289c7fcfac29181fe36df9 Description: Netfilter socket lookup support Package: kmod-nf-tproxy -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2901 -Filename: kmod-nf-tproxy_5.15.137-1_mipsel_24kc.ipk -Size: 3616 -SHA256sum: e7143bce7d76be4f3dd1b50695e6cef8f8a0695b7d641f8f9881feabbbb6b172 +Installed-Size: 2898 +Filename: kmod-nf-tproxy_5.15.134-1_mipsel_24kc.ipk +Size: 3623 +SHA256sum: 559f25ea5fc54801cae908be5459a532f335f35e81bbf7f5010549870d0b5aa5 Description: Netfilter tproxy support Package: kmod-nfnetlink-log -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nfnetlink +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nfnetlink License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 6971 -Filename: kmod-nfnetlink-log_5.15.137-1_mipsel_24kc.ipk -Size: 7792 -SHA256sum: 9fd380e235111100f9f1dd8fa769ee3c8ed7cab7616bcb3b2c6381186e72d225 +Installed-Size: 6972 +Filename: kmod-nfnetlink-log_5.15.134-1_mipsel_24kc.ipk +Size: 7785 +SHA256sum: 4d4e243498c5a41d569d893e6fbfd45c5be95592052ccc672163bf7534879b22 Description: Kernel modules support for logging packets via NFNETLINK Includes: - NFLOG Package: kmod-nfnetlink-queue -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nfnetlink +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nfnetlink License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 8203 -Filename: kmod-nfnetlink-queue_5.15.137-1_mipsel_24kc.ipk -Size: 8990 -SHA256sum: e7c41466cf0d913b60d84f3914cad49f6f8f2651f1975a1da33520637aabf977 +Filename: kmod-nfnetlink-queue_5.15.134-1_mipsel_24kc.ipk +Size: 8976 +SHA256sum: 482372134ebb8d1eda09c9847192011ddef74a97f899ee9514542e7056ab2369 Description: Kernel modules support for queueing packets via NFNETLINK Includes: - NFQUEUE Package: kmod-nfnetlink -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 4759 -Filename: kmod-nfnetlink_5.15.137-1_mipsel_24kc.ipk +Filename: kmod-nfnetlink_5.15.134-1_mipsel_24kc.ipk Size: 5473 -SHA256sum: 9207b2140c0096ac2c34518d4717a693d24ab1ab79ef2cc1d4007aad1b749790 +SHA256sum: 3c3b2fc3816625a5ee27854176ed6880680db87c3e86a760dd518edeafb811a3 Description: Kernel modules support for a netlink-based userspace interface Package: kmod-nft-arp -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nft-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nft-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-nft-arp_5.15.137-1_mipsel_24kc.ipk -Size: 834 -SHA256sum: 04739e38dfb68e3dfca304c451359252be9243e46918bd09d8bf4a21ce8c810c +Filename: kmod-nft-arp_5.15.134-1_mipsel_24kc.ipk +Size: 827 +SHA256sum: 943d3914814e003609f3e592677202f9f7b44756d58f2a5ce90c4b88e076049d Description: Netfilter nf_tables ARP table support Package: kmod-nft-bridge -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nft-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nft-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 5323 -Filename: kmod-nft-bridge_5.15.137-1_mipsel_24kc.ipk -Size: 6039 -SHA256sum: fe3803d557f3a1b392773bb95f446a9d7883afde0051636fd218c3bf4452e7f9 +Installed-Size: 5325 +Filename: kmod-nft-bridge_5.15.134-1_mipsel_24kc.ipk +Size: 6038 +SHA256sum: 677e10633af3db151d121c95057822e6df3ad742978745000f55275953aa4597 Description: Netfilter nf_tables bridge table support Package: kmod-nft-compat -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nft-core, kmod-nf-ipt +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nft-core, kmod-nf-ipt License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4893 -Filename: kmod-nft-compat_5.15.137-1_mipsel_24kc.ipk -Size: 5630 -SHA256sum: 9bead4b5c527b1786d52ea33f7ff9f6aa8d7f23481833ab025929be3d1588f1d +Installed-Size: 4892 +Filename: kmod-nft-compat_5.15.134-1_mipsel_24kc.ipk +Size: 5624 +SHA256sum: 1985c6071b95eb40be6327c459aad6303b8b0e1dc81bad85d80baa3417016c6d Description: Netfilter nf_tables compat support Package: kmod-nft-connlimit -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nft-core, kmod-nf-conncount +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nft-core, kmod-nf-conncount License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2100 -Filename: kmod-nft-connlimit_5.15.137-1_mipsel_24kc.ipk -Size: 2834 -SHA256sum: 3ec05c2c9a79b10f3709b4ae945c03fb2546cb14eee905ddf569e55d7ea6606c +Installed-Size: 2099 +Filename: kmod-nft-connlimit_5.15.134-1_mipsel_24kc.ipk +Size: 2840 +SHA256sum: 446bd536185f397ccfc097c125114899c9758007dbdc5ee345d701765cd498f5 Description: Netfilter nf_tables connlimit support Package: kmod-nft-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nfnetlink, kmod-nf-reject, kmod-nf-reject6, kmod-nf-conntrack6, kmod-nf-nat, kmod-nf-log, kmod-nf-log6, kmod-lib-crc32c +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nfnetlink, kmod-nf-reject, kmod-nf-reject6, kmod-nf-conntrack6, kmod-nf-nat, kmod-nf-log, kmod-nf-log6, kmod-lib-crc32c License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 116395 -Filename: kmod-nft-core_5.15.137-1_mipsel_24kc.ipk -Size: 116758 -SHA256sum: b57ea3fe29e928558b3a25fb4ed10cfbed7304ee4e0033d501732052c23ff8a9 +Installed-Size: 116149 +Filename: kmod-nft-core_5.15.134-1_mipsel_24kc.ipk +Size: 116392 +SHA256sum: 1cf4089c685c27c353a7ff68b98f25330c0c0177b22a442a149ecee7af8ac1ef Description: Kernel module support for nftables Package: kmod-nft-dup-inet -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nft-core, kmod-nf-conntrack, kmod-nf-conntrack6 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nft-core, kmod-nf-conntrack, kmod-nf-conntrack6 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2847 -Filename: kmod-nft-dup-inet_5.15.137-1_mipsel_24kc.ipk -Size: 3631 -SHA256sum: 5327c83d8125c9ee2be9ef5d244c082a1fb17ca2ecc835e74e593a18d5a63abd +Installed-Size: 2846 +Filename: kmod-nft-dup-inet_5.15.134-1_mipsel_24kc.ipk +Size: 3632 +SHA256sum: 22316cbf047c5bcc7fd8e7209e7c568e10ba53d21ef37b4ec7780d458b978f06 Description: Netfilter nf_tables dup in ip/ip6/inet family support Package: kmod-nft-fib -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nft-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nft-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 5580 -Filename: kmod-nft-fib_5.15.137-1_mipsel_24kc.ipk -Size: 6320 -SHA256sum: fe9bda50551f37b5a4dee416dccac78669fa07602e4b8c0a6c5ea725f51f198d +Installed-Size: 5579 +Filename: kmod-nft-fib_5.15.134-1_mipsel_24kc.ipk +Size: 6308 +SHA256sum: 56a3b7690922e12111baa6d3aa6cad9986f983490dd6f5135ab6e425597608ed Description: Netfilter nf_tables fib support Package: kmod-nft-nat -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nft-core, kmod-nf-nat +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nft-core, kmod-nf-nat License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4440 -Filename: kmod-nft-nat_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 4439 +Filename: kmod-nft-nat_5.15.134-1_mipsel_24kc.ipk Size: 5200 -SHA256sum: 90f1cbb921004cb08f37acb837f94e8265e1962ed6f404ee5428457a25eb4382 +SHA256sum: 4ea4d0b43a251ff09621d989cedf5052f01a469ddf845ec2764032fb969a7b6c Description: Netfilter nf_tables NAT support Package: kmod-nft-netdev -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nft-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nft-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2834 -Filename: kmod-nft-netdev_5.15.137-1_mipsel_24kc.ipk -Size: 3577 -SHA256sum: 707a5e7ecbd919ffdede5a2f448a9a2a906aacbf3375c6fe6d16915c23fb0102 +Installed-Size: 2835 +Filename: kmod-nft-netdev_5.15.134-1_mipsel_24kc.ipk +Size: 3573 +SHA256sum: f593bc268e12c93de9e782f57f8191b3d815a863248a71b425fc49f7c4907464 Description: Netfilter nf_tables netdev support Package: kmod-nft-offload -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-flow, kmod-nft-nat +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-flow, kmod-nft-nat License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4516 -Filename: kmod-nft-offload_5.15.137-1_mipsel_24kc.ipk -Size: 5286 -SHA256sum: 1186e756125e9081e690cda8fee55225142735244bda9db46654fd109d2fce76 +Installed-Size: 4514 +Filename: kmod-nft-offload_5.15.134-1_mipsel_24kc.ipk +Size: 5289 +SHA256sum: a1eb3a62a37d734da99d67fce5b7a650a198aa89e3b916dafb104bf73604e3c1 Description: Netfilter nf_tables routing/NAT offload support Package: kmod-nft-queue -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nft-core, kmod-nfnetlink-queue +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nft-core, kmod-nfnetlink-queue License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2349 -Filename: kmod-nft-queue_5.15.137-1_mipsel_24kc.ipk -Size: 3083 -SHA256sum: d16c2da11695196e022f42e3b106759d0a5fb04e61bf98304f0f325b396151dd +Installed-Size: 2347 +Filename: kmod-nft-queue_5.15.134-1_mipsel_24kc.ipk +Size: 3086 +SHA256sum: 5224e30601ab5787a7f2ff950f39554af2e8f625dd410cd666a508e497afb805 Description: Netfilter nf_tables queue support Package: kmod-nft-socket -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nft-core, kmod-nf-socket +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nft-core, kmod-nf-socket License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 2018 -Filename: kmod-nft-socket_5.15.137-1_mipsel_24kc.ipk -Size: 2785 -SHA256sum: 949277a9107146483de4db61dfaf0d1c05fa5b6a81db7ee1157d6b50242e28b9 +Filename: kmod-nft-socket_5.15.134-1_mipsel_24kc.ipk +Size: 2789 +SHA256sum: 1265fe50461cf6e5bcd4e302ef083a219472d31607aa6bd98e5a19a2776cbee9 Description: Netfilter nf_tables socket support Package: kmod-nft-tproxy -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nft-core, kmod-nf-tproxy, kmod-nf-conntrack +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nft-core, kmod-nf-tproxy, kmod-nf-conntrack License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2681 -Filename: kmod-nft-tproxy_5.15.137-1_mipsel_24kc.ipk -Size: 3413 -SHA256sum: 99b6095894d19a937a7634a5f0206f485ca12243e85054f5030d63fc65a13516 +Installed-Size: 2682 +Filename: kmod-nft-tproxy_5.15.134-1_mipsel_24kc.ipk +Size: 3415 +SHA256sum: 7ed436d778055a0d760a6ae47e37fc80db60fbe1dc0d5e988c6060d59ec89608 Description: Netfilter nf_tables tproxy support Package: kmod-nft-xfrm -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nft-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nft-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2067 -Filename: kmod-nft-xfrm_5.15.137-1_mipsel_24kc.ipk -Size: 2837 -SHA256sum: caa6e9534ccc6a18c6e746d51cf2e86a5f3e9db0435f448e335dfff730e5e588 +Installed-Size: 2065 +Filename: kmod-nft-xfrm_5.15.134-1_mipsel_24kc.ipk +Size: 2820 +SHA256sum: b86034cf05ec35d53d98b4d89f32e0bfe565a65b3837df668bccefd21b4925a9 Description: Netfilter nf_tables xfrm support (ipsec) Package: kmod-niu -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 46598 -Filename: kmod-niu_5.15.137-1_mipsel_24kc.ipk -Size: 47181 -SHA256sum: 5d593da68614e6f06eb795179d53429cd81b4df5a94924ee97c60f2e7134e8ab +Installed-Size: 46595 +Filename: kmod-niu_5.15.134-1_mipsel_24kc.ipk +Size: 47165 +SHA256sum: a2047900fd3b5fe7b94e439d59d1dcec366e06bcaa12b0e7c0f9f409bdf4b9ff Description: This enables support for cards based upon Sun's Neptune chipset. Package: kmod-nlmon -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1370 -Filename: kmod-nlmon_5.15.137-1_mipsel_24kc.ipk -Size: 2145 -SHA256sum: 08128ff8ce7a1cb52a7abf24aa6eb83e27071a1c15fde6988cea467f7ca07ddc +Installed-Size: 1371 +Filename: kmod-nlmon_5.15.134-1_mipsel_24kc.ipk +Size: 2140 +SHA256sum: a18e4c850a1204d0517224893ac676d3631b76aac1372ab5d84fb4083f628be8 Description: Kernel module which adds a monitoring device for netlink. Package: kmod-nls-base -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 3188 -Filename: kmod-nls-base_5.15.137-1_mipsel_24kc.ipk -Size: 3932 -SHA256sum: 407a08f470d48114a27fe5a4c5ddf8784c88f1d25c7993f7edfca9975b489feb +Filename: kmod-nls-base_5.15.134-1_mipsel_24kc.ipk +Size: 3923 +SHA256sum: 8dc695ee7adb0cd9212f3b6247320b2768c809a43ca07ac85b738fde549b01f3 Description: Kernel module for NLS (Native Language Support) Package: kmod-nls-cp1250 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2062 -Filename: kmod-nls-cp1250_5.15.137-1_mipsel_24kc.ipk -Size: 2803 -SHA256sum: 1f2fedeabed932f48ed6ccc5bb92983f306597f6eed3379f576df382325d401c +Installed-Size: 2060 +Filename: kmod-nls-cp1250_5.15.134-1_mipsel_24kc.ipk +Size: 2808 +SHA256sum: bd77a2c68f56c65dd494d97139a7d93bdf596990766d0582c9dbe41a43a70072 Description: Kernel module for NLS Codepage 1250 (Eastern Europe) Package: kmod-nls-cp1251 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1969 -Filename: kmod-nls-cp1251_5.15.137-1_mipsel_24kc.ipk -Size: 2714 -SHA256sum: c26b2c392c02bfb87a4f9a097c00af4bdddf429a5782e9848f054a742668eb5a +Installed-Size: 1968 +Filename: kmod-nls-cp1251_5.15.134-1_mipsel_24kc.ipk +Size: 2711 +SHA256sum: 7e619b50283bee0b2e882b4955537cb06c3ef6dc4dee8a3255806b7668c14a38 Description: Kernel module for NLS Codepage 1251 (Russian) Package: kmod-nls-cp437 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2133 -Filename: kmod-nls-cp437_5.15.137-1_mipsel_24kc.ipk -Size: 2880 -SHA256sum: 52223dbb156d5a617cf8bda2d24618f34843cb9fd160093903f647280e80bd25 +Installed-Size: 2134 +Filename: kmod-nls-cp437_5.15.134-1_mipsel_24kc.ipk +Size: 2881 +SHA256sum: 15bd44e2a59f0d4094e9f5aacb5c2e376dc66e8ce2c8796c3da1507823a6f85d Description: Kernel module for NLS Codepage 437 (United States, Canada) Package: kmod-nls-cp775 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2169 -Filename: kmod-nls-cp775_5.15.137-1_mipsel_24kc.ipk -Size: 2913 -SHA256sum: 2f5d9955341c2462409a1298eb43d751450c07cc537494ca90e78ab7baf827fb +Installed-Size: 2168 +Filename: kmod-nls-cp775_5.15.134-1_mipsel_24kc.ipk +Size: 2916 +SHA256sum: ca366dbd4e8810f7fd3c0f1dfbad49433c51e46dce8b03d6a513816ea1ba07d8 Description: Kernel module for NLS Codepage 775 (Baltic Rim) Package: kmod-nls-cp850 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2091 -Filename: kmod-nls-cp850_5.15.137-1_mipsel_24kc.ipk -Size: 2836 -SHA256sum: 8afdc50cad44967d40dbbd020df3e6413ca3f4d83a53eef24cd8a7aaff155db4 +Installed-Size: 2090 +Filename: kmod-nls-cp850_5.15.134-1_mipsel_24kc.ipk +Size: 2832 +SHA256sum: aa67b8792dc1302b305315edefb72a2c89a2af5ec231b4539185417b5f0e2396 Description: Kernel module for NLS Codepage 850 (Europe) Package: kmod-nls-cp852 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2160 -Filename: kmod-nls-cp852_5.15.137-1_mipsel_24kc.ipk -Size: 2906 -SHA256sum: ff4cb87ec2d5eed55cbd4adb7532743c15618f9c1003cc36be74734bc5161293 +Installed-Size: 2159 +Filename: kmod-nls-cp852_5.15.134-1_mipsel_24kc.ipk +Size: 2905 +SHA256sum: 6b9822ac2e87d1b3546ac933bd02dce093ff6bd85d02f60e3112511633d88080 Description: Kernel module for NLS Codepage 852 (Europe) Package: kmod-nls-cp862 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2099 -Filename: kmod-nls-cp862_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 2102 +Filename: kmod-nls-cp862_5.15.134-1_mipsel_24kc.ipk Size: 2851 -SHA256sum: 31157299aa8b8bffc411f536e3dc3be8e649c8e486895705a98c81191c8751c4 +SHA256sum: a6af3a75d2868b32b7bc4d6d761e2cac27afb94ce7e4886ed6b9cd313e61a9b9 Description: Kernel module for NLS Codepage 862 (Hebrew) Package: kmod-nls-cp864 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 2081 -Filename: kmod-nls-cp864_5.15.137-1_mipsel_24kc.ipk -Size: 2839 -SHA256sum: 08392b994e3ed86686b44641344070e2dad05cd7abaf055994d11382416623d6 +Filename: kmod-nls-cp864_5.15.134-1_mipsel_24kc.ipk +Size: 2824 +SHA256sum: 84a2234a998104ef4d2073edad737747cc14148fa1395b7fd9572a7bf356529a Description: Kernel module for NLS Codepage 864 (Arabic) Package: kmod-nls-cp866 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1987 -Filename: kmod-nls-cp866_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 1985 +Filename: kmod-nls-cp866_5.15.134-1_mipsel_24kc.ipk Size: 2731 -SHA256sum: fc62604e375a8b1979fefcaaa0ae6de5ee308260440b223f0090c5e1a42d499e +SHA256sum: 1afb0f660575da88185f3c99fffdfbc4918553ba5ab00914942cd4394d91aab5 Description: Kernel module for NLS Codepage 866 (Cyrillic) Package: kmod-nls-cp932 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 40905 -Filename: kmod-nls-cp932_5.15.137-1_mipsel_24kc.ipk -Size: 41705 -SHA256sum: e4508083ac45c325391c93b2d86d6111f61d59eb64ffe038cca5391ea2245ea0 +Installed-Size: 40907 +Filename: kmod-nls-cp932_5.15.134-1_mipsel_24kc.ipk +Size: 41703 +SHA256sum: 5cf21da9852ea2d88d1fb71ea5f9598a750d2809d6d7aafd7ff1fdf1adc83d91 Description: Kernel module for NLS Codepage 932 (Japanese) Package: kmod-nls-cp936 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 85673 -Filename: kmod-nls-cp936_5.15.137-1_mipsel_24kc.ipk -Size: 86158 -SHA256sum: 6459effd3c2c0cbd3808195928a56f6cd9125453478df78555da27caba457703 +Installed-Size: 85676 +Filename: kmod-nls-cp936_5.15.134-1_mipsel_24kc.ipk +Size: 86149 +SHA256sum: 4870b880e0ba47ac86bc39b6224832ddcbb565235ed29318ce3e640977a243d6 Description: Kernel module for NLS Codepage 936 (Simplified Chinese) Package: kmod-nls-cp950 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 61380 -Filename: kmod-nls-cp950_5.15.137-1_mipsel_24kc.ipk -Size: 62202 -SHA256sum: 56029c9c95276d92a2c94c20cd117b3acd7fe435a475a44cf64c03b7e0067d34 +Installed-Size: 61379 +Filename: kmod-nls-cp950_5.15.134-1_mipsel_24kc.ipk +Size: 62198 +SHA256sum: df1a12815b158e4ed6278bea32d61d4a378d2906e53352b3ab979ae583a51a65 Description: Kernel module for NLS Codepage 950 (Traditional Chinese) Package: kmod-nls-iso8859-13 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 2010 -Filename: kmod-nls-iso8859-13_5.15.137-1_mipsel_24kc.ipk -Size: 2766 -SHA256sum: a1696bfa8298cb8263129416310e11da5a458275a5e7def64c1789f4ce06cec4 +Filename: kmod-nls-iso8859-13_5.15.134-1_mipsel_24kc.ipk +Size: 2763 +SHA256sum: 12954124202c03fb922385d2eac330dfbf8a2ef4e44e16270950897f939f2df1 Description: Kernel module for NLS ISO 8859-13 (Latin 7; Baltic) Package: kmod-nls-iso8859-15 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1879 -Filename: kmod-nls-iso8859-15_5.15.137-1_mipsel_24kc.ipk -Size: 2626 -SHA256sum: c52c5c7310529da3dd77bb2cbcd44dc2b5bbc23d79fe663d0b53e352e6742001 +Installed-Size: 1878 +Filename: kmod-nls-iso8859-15_5.15.134-1_mipsel_24kc.ipk +Size: 2627 +SHA256sum: f7d21c47ea8f7e70c10374373e478404223db32a5c94c7a13559df7702045a1b Description: Kernel module for NLS ISO 8859-15 (Latin 9) Package: kmod-nls-iso8859-1 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1762 -Filename: kmod-nls-iso8859-1_5.15.137-1_mipsel_24kc.ipk -Size: 2537 -SHA256sum: bf9d14d1dea38b09ec087902a7b93b965368d05f6a8531be5f50d7ee4afffba6 +Installed-Size: 1760 +Filename: kmod-nls-iso8859-1_5.15.134-1_mipsel_24kc.ipk +Size: 2525 +SHA256sum: 770db4bed64ce1ff1888b7c55d7051f73d19097a13c14dbfd06f2c037829d384 Description: Kernel module for NLS ISO 8859-1 (Latin 1) Package: kmod-nls-iso8859-2 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2008 -Filename: kmod-nls-iso8859-2_5.15.137-1_mipsel_24kc.ipk -Size: 2758 -SHA256sum: b2722386fd7992376f2e85f8d4b27f9a86b3f4a0d3b6b33ac62d442cff519fd7 +Installed-Size: 2009 +Filename: kmod-nls-iso8859-2_5.15.134-1_mipsel_24kc.ipk +Size: 2756 +SHA256sum: 66497787b93e96e7af8cb3e98363be204155227649a321d9f0d17b78c91351fd Description: Kernel module for NLS ISO 8859-2 (Latin 2) Package: kmod-nls-iso8859-6 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1708 -Filename: kmod-nls-iso8859-6_5.15.137-1_mipsel_24kc.ipk -Size: 2458 -SHA256sum: bbe246e54993ec0851c82bbebc6fd1392987922c975fca81235e8d1ac3558038 +Installed-Size: 1706 +Filename: kmod-nls-iso8859-6_5.15.134-1_mipsel_24kc.ipk +Size: 2449 +SHA256sum: e533cab7fb0c79bfd7417248751c13f720dd7925a3fcf6676a86945112566c6c Description: Kernel module for NLS ISO 8859-6 (Arabic) Package: kmod-nls-iso8859-8 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1871 -Filename: kmod-nls-iso8859-8_5.15.137-1_mipsel_24kc.ipk -Size: 2636 -SHA256sum: c231408f84ded0db0c4437377cee01b8fac66ff6ad9b4395d62a864fac670616 +Installed-Size: 1867 +Filename: kmod-nls-iso8859-8_5.15.134-1_mipsel_24kc.ipk +Size: 2627 +SHA256sum: 3d1673978937bb07346d17c5031d794b6012016b82d3aa92065be563790a2615 Description: Kernel module for Hebrew charsets (ISO-8859-8, CP1255) Package: kmod-nls-koi8r -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2018 -Filename: kmod-nls-koi8r_5.15.137-1_mipsel_24kc.ipk -Size: 2767 -SHA256sum: a6672a54bccbec2ba3fbefde2de6da7407136272aee7b351d19608c71b1b5c87 +Installed-Size: 2016 +Filename: kmod-nls-koi8r_5.15.134-1_mipsel_24kc.ipk +Size: 2758 +SHA256sum: c24bc6d2fe8fcba218937d71eea735c039c44782d8185ed0ddf4c480288d9b5b Description: Kernel module for NLS KOI8-R (Russian) Package: kmod-nls-utf8 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1061 -Filename: kmod-nls-utf8_5.15.137-1_mipsel_24kc.ipk -Size: 1807 -SHA256sum: 2f7b28f0455b7c7a458ccc45974215475c1e3ca9965fde492fac944b1dc328ce +Installed-Size: 1060 +Filename: kmod-nls-utf8_5.15.134-1_mipsel_24kc.ipk +Size: 1805 +SHA256sum: 3f6dd8d6164e3c5fa8b3f5e784ff307a29bac663f504876c80eb1e3222a36569 Description: Kernel module for NLS UTF-8 Package: kmod-nsh -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 2043 -Filename: kmod-nsh_5.15.137-1_mipsel_24kc.ipk -Size: 2840 -SHA256sum: f85bc74b6c55adb5903a6e8f66acd499650a32d146a6312d165764eaa0acdd74 +Filename: kmod-nsh_5.15.134-1_mipsel_24kc.ipk +Size: 2841 +SHA256sum: 0b0fc8f982175bdbf0664a0fcd67a158224e5a1162685d42f78c014a274adadd Description: Network Service Header is an implementation of Service Function Chaining (RFC 7665). Requires kernel 4.14 or newer Package: kmod-nvme -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 50439 -Filename: kmod-nvme_5.15.137-1_mipsel_24kc.ipk -Size: 51162 -SHA256sum: fb65d575fd05516fc67ddd9f03337b48baec33a010ca8b7980d62529cfeac2f1 +Filename: kmod-nvme_5.15.134-1_mipsel_24kc.ipk +Size: 51166 +SHA256sum: 902f0354d771d299ce90d3721c5ad53186626e28600cefa55892b0c66397a792 Description: Kernel module for NVM Express solid state drives directly connected to the PCI or PCI Express bus. Package: kmod-of-mdio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy, kmod-fixed-phy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy, kmod-fixed-phy License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 185 -Filename: kmod-of-mdio_5.15.137-1_mipsel_24kc.ipk -Size: 937 -SHA256sum: 3f40693ef148839ad27aa69ce7ac780d050eaa253123d6f16355ec5e41a34077 +Installed-Size: 182 +Filename: kmod-of-mdio_5.15.134-1_mipsel_24kc.ipk +Size: 931 +SHA256sum: 2cd71400cb42b78d877de132b364b12c75ef60aefff3ed61c626d532211b2b00 Description: Kernel driver for OpenFirmware MDIO support Package: kmod-oid-registry -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2451 -Filename: kmod-oid-registry_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 2452 +Filename: kmod-oid-registry_5.15.134-1_mipsel_24kc.ipk Size: 3204 -SHA256sum: 2666a68c9abb4c2d66b0f18d0ebd78ee87e3bcab273c08cdd4111014929fd1d0 +SHA256sum: 1a5e3ff094b36ba2601e847a658866bd0bf26ff30d54b5cfb44e7cc00e374480 Description: Object identifier registry Package: kmod-openvswitch-geneve -Version: 5.15.137+2.17.0-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-openvswitch, kmod-geneve +Version: 5.15.134+2.17.0-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-openvswitch, kmod-geneve License: Apache-2.0 Section: kernel CPE-ID: cpe:/a:openvswitch:openvswitch Architecture: mipsel_24kc Installed-Size: 1354 -Filename: kmod-openvswitch-geneve_5.15.137+2.17.0-3_mipsel_24kc.ipk -Size: 2217 -SHA256sum: 9aa6e969186b233832a421047e05e6c01f9eb842aade2d03ce5b2b7a13e34633 +Filename: kmod-openvswitch-geneve_5.15.134+2.17.0-3_mipsel_24kc.ipk +Size: 2215 +SHA256sum: 0e18093c3410aac30fe1d6d2cdd05362998383ad2ef3e5964368bcaa10f810c3 Description: Open vSwitch Geneve tunneling support (upstream) Package: kmod-openvswitch-gre -Version: 5.15.137+2.17.0-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-openvswitch, kmod-gre +Version: 5.15.134+2.17.0-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-openvswitch, kmod-gre License: Apache-2.0 Section: kernel CPE-ID: cpe:/a:openvswitch:openvswitch Architecture: mipsel_24kc -Installed-Size: 1207 -Filename: kmod-openvswitch-gre_5.15.137+2.17.0-3_mipsel_24kc.ipk -Size: 2060 -SHA256sum: 90b01ab5965e6c14ba8e6e05b45a18e42806a986c45311b1c4538f8981cdeb01 +Installed-Size: 1206 +Filename: kmod-openvswitch-gre_5.15.134+2.17.0-3_mipsel_24kc.ipk +Size: 2062 +SHA256sum: 51c62a96c2af82b85243abc9849ed8e2210db5c4069908020c6e6f9fdbd9485c Description: Open vSwitch GRE tunneling support (upstream) Package: kmod-openvswitch-vxlan -Version: 5.15.137+2.17.0-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-openvswitch, kmod-vxlan +Version: 5.15.134+2.17.0-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-openvswitch, kmod-vxlan License: Apache-2.0 Section: kernel CPE-ID: cpe:/a:openvswitch:openvswitch Architecture: mipsel_24kc -Installed-Size: 1716 -Filename: kmod-openvswitch-vxlan_5.15.137+2.17.0-3_mipsel_24kc.ipk -Size: 2573 -SHA256sum: 5a0e4e0e6c9a9b7bf492d4adcf5a74ffd634d944377c4e8cb27e818372e84c58 +Installed-Size: 1715 +Filename: kmod-openvswitch-vxlan_5.15.134+2.17.0-3_mipsel_24kc.ipk +Size: 2569 +SHA256sum: edf90e22de777a6a1ec354fac155711b1bad97153f4e1609ab703653af1c9d74 Description: Open vSwitch VXLAN tunneling support (upstream) Package: kmod-openvswitch -Version: 5.15.137+2.17.0-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-lib-crc32c, kmod-mpls, kmod-nf-nat, kmod-nf-nat6, kmod-nf-conntrack, kmod-nf-conntrack6, kmod-nsh, kmod-ipt-conntrack-extra +Version: 5.15.134+2.17.0-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-lib-crc32c, kmod-mpls, kmod-nf-nat, kmod-nf-nat6, kmod-nf-conntrack, kmod-nf-conntrack6, kmod-nsh, kmod-ipt-conntrack-extra License: Apache-2.0 Section: kernel CPE-ID: cpe:/a:openvswitch:openvswitch Architecture: mipsel_24kc -Installed-Size: 73593 -Filename: kmod-openvswitch_5.15.137+2.17.0-3_mipsel_24kc.ipk -Size: 74310 -SHA256sum: 5f6566267553a81e885247ab7357bcee9253608aab497d3d2b917b100d5d72ba +Installed-Size: 73590 +Filename: kmod-openvswitch_5.15.134+2.17.0-3_mipsel_24kc.ipk +Size: 74308 +SHA256sum: 69b58319eb9c363cb161d5aca204ee8b151a0497ca9f5c4ea565b28baf267b1f Description: Open vSwitch kernel datapath (upstream) Package: kmod-ovpn-dco -Version: 5.15.137+2022-10-23-d1d53564-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-aead, kmod-udptunnel4, kmod-udptunnel6 +Version: 5.15.134+2022-10-23-d1d53564-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-aead, kmod-udptunnel4, kmod-udptunnel6 License: GPL-2.0-only Section: kernel Architecture: mipsel_24kc -Installed-Size: 25190 -Filename: kmod-ovpn-dco_5.15.137+2022-10-23-d1d53564-3_mipsel_24kc.ipk -Size: 25998 -SHA256sum: a1d57da7f6fa4007a35a89201b6e323838baaef3e8a10a7abf6e58a402ebedbf +Installed-Size: 25191 +Filename: kmod-ovpn-dco_5.15.134+2022-10-23-d1d53564-3_mipsel_24kc.ipk +Size: 25997 +SHA256sum: e4886874f0021c4eca97068f3b663531b212d09616a885f36b2d71c7074db926 Description: This module enhances the performance of the OpenVPN userspace software by offloading the data channel processing to kernelspace. Package: kmod-owl-loader -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ath9k +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ath9k Section: kernel Architecture: mipsel_24kc -Installed-Size: 2810 -Filename: kmod-owl-loader_5.15.137+6.1.24-3_mipsel_24kc.ipk +Installed-Size: 2807 +Filename: kmod-owl-loader_5.15.134+6.1.24-3_mipsel_24kc.ipk Size: 3714 -SHA256sum: 8b4e35e9b490b05c5ad507a90623df08e2273f524d63a5e858192a97538fbf83 +SHA256sum: aa6191a2d442017b8103ca794ccfcb83c5cf2a269f43153ef4304f344b81c191 Description: Kernel module that helps to initialize certain Qualcomm Atheros' PCI(e) Wifi chips, which have the init data (which contains the PCI device ID for example) stored @@ -7997,113 +7997,113 @@ Description: Kernel module that helps to initialize certain Qualcomm This is necessary for devices like the Cisco Meraki Z1. Package: kmod-parport-pc -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ppdev +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ppdev License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-parport-pc_5.15.137-1_mipsel_24kc.ipk -Size: 841 -SHA256sum: 62d52c8bafa7c1e9d0a92d19721bf4e5701851fa5d1a8598a3ef58e104db652d +Filename: kmod-parport-pc_5.15.134-1_mipsel_24kc.ipk +Size: 837 +SHA256sum: 9fb4d982fc5b06409a089c40790091cad611b819686b2037810dbcff97fe4344 Description: Parallel port interface (PC-style) support Package: kmod-pcnet32 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mii +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mii License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 18481 -Filename: kmod-pcnet32_5.15.137-1_mipsel_24kc.ipk -Size: 19238 -SHA256sum: 3a1c3f56ea4296a850fdd600df9830b8ba0673f20350e3eef58f49194941ada4 +Installed-Size: 18482 +Filename: kmod-pcnet32_5.15.134-1_mipsel_24kc.ipk +Size: 19241 +SHA256sum: 855d300041ef0d51d4a6254e2bbe884aa2ba91ecd09d6fed5a2d1e4850b82c06 Description: Kernel modules for AMD PCnet32 Ethernet adapters Package: kmod-pf-ring -Version: 5.15.137+8.0.0-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134+8.0.0-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0-or-later Section: kernel Architecture: mipsel_24kc -Installed-Size: 65064 -Filename: kmod-pf-ring_5.15.137+8.0.0-1_mipsel_24kc.ipk -Size: 65667 -SHA256sum: 9ee8b601a41ee78f4765a581446c08d7fdac5231ff05b8a418962d320188dce5 +Installed-Size: 65061 +Filename: kmod-pf-ring_5.15.134+8.0.0-1_mipsel_24kc.ipk +Size: 65648 +SHA256sum: c0d8c9062cabb081e80d75265e95da88ffdfc33a9566f19d4c272f0676a0110f Description: Kernel module for libpf-ring package Package: kmod-phy-aquantia -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy, kmod-hwmon-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy, kmod-hwmon-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 5465 -Filename: kmod-phy-aquantia_5.15.137-1_mipsel_24kc.ipk -Size: 6223 -SHA256sum: ef2d35800ea17a6112b47885c834c80c0c235a069feb37d55b6bcfc55243691c +Installed-Size: 5462 +Filename: kmod-phy-aquantia_5.15.134-1_mipsel_24kc.ipk +Size: 6211 +SHA256sum: 831ab5f7099c9b03b55a48a64d61eb4b3c72c7cd61e4ba1a81ecb7aee701b3f8 Description: Kernel modules for Aquantia Ethernet PHYs Package: kmod-phy-ax88796b -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1326 -Filename: kmod-phy-ax88796b_5.15.137-1_mipsel_24kc.ipk -Size: 2123 -SHA256sum: 4eac41f797da9591bbf144aa28847351125a8ab5643c80a50bea0128f93543db +Installed-Size: 1329 +Filename: kmod-phy-ax88796b_5.15.134-1_mipsel_24kc.ipk +Size: 2128 +SHA256sum: 5f00b563e35dddd36e80c9ee6d4429aab2a2711d882df358a6bd32d24bf41601 Description: Currently supports the Asix Electronics PHY found in the X-Surf 100 AX88796B package. Package: kmod-phy-bcm84881 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2192 -Filename: kmod-phy-bcm84881_5.15.137-1_mipsel_24kc.ipk -Size: 2928 -SHA256sum: 8e6ae3f643db374d61694a1bc472261c7ad5f0a8799b8775c001892b8f789f15 +Installed-Size: 2193 +Filename: kmod-phy-bcm84881_5.15.134-1_mipsel_24kc.ipk +Size: 2922 +SHA256sum: 4eca4325311fe00c8087bfb487dab8676364255ff613943bd15b266e11bf7166 Description: Supports the Broadcom 84881 PHY. Package: kmod-phy-broadcom -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy, kmod-phylib-broadcom +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy, kmod-phylib-broadcom License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4105 -Filename: kmod-phy-broadcom_5.15.137-1_mipsel_24kc.ipk -Size: 4890 -SHA256sum: bd5a6e6111e184f578e233708a6cd1cc0e1b790a2ee17a21f0ac78d9eefeefd7 +Installed-Size: 4106 +Filename: kmod-phy-broadcom_5.15.134-1_mipsel_24kc.ipk +Size: 4891 +SHA256sum: c3afa61bb60cbf82f814955d2a39ab8a2c50dca9c3ebb97e41ef1aa3dc2adb22 Description: Currently supports the BCM5411, BCM5421, BCM5461, BCM5464, BCM5481, BCM5482 and BCM57780 PHYs. Package: kmod-phy-marvell-10g -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4133 -Filename: kmod-phy-marvell-10g_5.15.137-1_mipsel_24kc.ipk -Size: 4873 -SHA256sum: 7caf128aec699af6488c6bda0aa1c4ac1b05aca4ca18a48b3273be6f244a977e +Installed-Size: 4132 +Filename: kmod-phy-marvell-10g_5.15.134-1_mipsel_24kc.ipk +Size: 4868 +SHA256sum: 267ac5e4e4f722ea09483d28f6850b5edc75fd0bfc03c545b8b4cd048e648449 Description: Marvell 10 Gigabit Ethernet PHY driver Package: kmod-phy-marvell -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 8889 -Filename: kmod-phy-marvell_5.15.137-1_mipsel_24kc.ipk -Size: 9708 -SHA256sum: 7451ec5de303a35b48c0bdf8bfa84b30fad021357eba660629bc948fc044fc46 +Installed-Size: 8891 +Filename: kmod-phy-marvell_5.15.134-1_mipsel_24kc.ipk +Size: 9716 +SHA256sum: d1a680c61e51605098a2500d1a7d26c2b98fbff86009d2099e3a14be6cd1d9b7 Description: Supports Marvell Gigabit Ethernet PHYs: * 88E1101 * 88E1112 @@ -8126,679 +8126,679 @@ Description: Supports Marvell Gigabit Ethernet PHYs: * 88E1548P Package: kmod-phy-microchip -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2957 -Filename: kmod-phy-microchip_5.15.137-1_mipsel_24kc.ipk -Size: 3686 -SHA256sum: da2a48370a19d942313e76d1c3b95fd87f7a1a7eca502522cf78fec2b08d8296 +Installed-Size: 2956 +Filename: kmod-phy-microchip_5.15.134-1_mipsel_24kc.ipk +Size: 3680 +SHA256sum: 322bb022fcbd9c6b15d7fb9ef0ae5c03a75886f1f026dbe0cafc5bba308c6b0a Description: Supports the LAN88XX PHYs. Package: kmod-phy-realtek -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 5487 -Filename: kmod-phy-realtek_5.15.137-1_mipsel_24kc.ipk -Size: 6200 -SHA256sum: be900aeafc16fa4dffe4da01d3e8361dbced7c5699343db6d6cc3e99e41dc080 +Installed-Size: 5488 +Filename: kmod-phy-realtek_5.15.134-1_mipsel_24kc.ipk +Size: 6204 +SHA256sum: dd88791b72d26a1d34b34cade21c46e93c8ecbb3f3852809f950312626a948d4 Description: Supports the Realtek 821x PHY. Package: kmod-phy-smsc -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 2675 -Filename: kmod-phy-smsc_5.15.137-1_mipsel_24kc.ipk -Size: 3425 -SHA256sum: 1e8b4f778887025a7f46ebd2780ac605bcebff333df464255318d6aa0e7ec429 +Filename: kmod-phy-smsc_5.15.134-1_mipsel_24kc.ipk +Size: 3418 +SHA256sum: 5b1669b1b6755eae4bc21eb83e2bf0575ac7e5194e2c4c7e502a344f20826147 Description: Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs Package: kmod-phylib-broadcom -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4690 -Filename: kmod-phylib-broadcom_5.15.137-1_mipsel_24kc.ipk -Size: 5429 -SHA256sum: 7beeec3aa0018c62b0c863d4555ef1c535b1bdbf352036cc48a4bd0e760d763b +Installed-Size: 4691 +Filename: kmod-phylib-broadcom_5.15.134-1_mipsel_24kc.ipk +Size: 5430 +SHA256sum: fbc788184edeac73e0cdd675ade09494fa7cf6bb80316f4093e43ae4102036dd Description: Broadcom Ethernet PHY library Package: kmod-phylink -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-phylink_5.15.137-1_mipsel_24kc.ipk -Size: 826 -SHA256sum: 3822f72b7b9dd366e25e75d86dd6aad29d76edf6b8f2b6b5303ca09bcdce49bd +Filename: kmod-phylink_5.15.134-1_mipsel_24kc.ipk +Size: 825 +SHA256sum: 82c45ef2e45a156b3376ef8733a4f8fb8e661ea701b5a804311c56051413d5f2 Description: Model for MAC to optional PHY connection Package: kmod-pinctrl-mcp23s08-i2c -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-pinctrl-mcp23s08, kmod-i2c-core, kmod-regmap-i2c +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-pinctrl-mcp23s08, kmod-i2c-core, kmod-regmap-i2c License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1444 -Filename: kmod-pinctrl-mcp23s08-i2c_5.15.137-1_mipsel_24kc.ipk -Size: 2244 -SHA256sum: 9d0bf3a91032766f2b4e1790646a2e58aee105dd7fc4c95cb62c6af4a007e676 +Installed-Size: 1445 +Filename: kmod-pinctrl-mcp23s08-i2c_5.15.134-1_mipsel_24kc.ipk +Size: 2240 +SHA256sum: a42f9bc729576aa840d0dc59d1a35690d1b7857befadefcadc70f1e89c15cee0 Description: Kernel module for Microchip MCP23xxx I/O expander via I2C Package: kmod-pinctrl-mcp23s08-spi -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-pinctrl-mcp23s08 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-pinctrl-mcp23s08 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2653 -Filename: kmod-pinctrl-mcp23s08-spi_5.15.137-1_mipsel_24kc.ipk -Size: 3412 -SHA256sum: c3bbbb3dce28036faaaaf785cf166659ac458a728c72ff716c5fb5875db81684 +Installed-Size: 2655 +Filename: kmod-pinctrl-mcp23s08-spi_5.15.134-1_mipsel_24kc.ipk +Size: 3409 +SHA256sum: b691dc710786bfc776849ea6f3e410193cb9281a16fedf6ba6ae58fcbc060e1a Description: Kernel module for Microchip MCP23xxx I/O expander via SPI Package: kmod-pinctrl-mcp23s08 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-regmap-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-regmap-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4176 -Filename: kmod-pinctrl-mcp23s08_5.15.137-1_mipsel_24kc.ipk -Size: 4927 -SHA256sum: 75c4c6467328c3229a078407962b72bf70dfc24df5022f2d204be0bf5b2ec0c8 +Installed-Size: 4175 +Filename: kmod-pinctrl-mcp23s08_5.15.134-1_mipsel_24kc.ipk +Size: 4936 +SHA256sum: 65860ac838469e8dac2f611fdf338cf4ed10578237947151aec018c3ee96b64e Description: Kernel module for Microchip MCP23xxx I/O expander Package: kmod-pktgen -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 25742 -Filename: kmod-pktgen_5.15.137-1_mipsel_24kc.ipk -Size: 26407 -SHA256sum: eeb603cfe452061ed23d7edfba773939865ed36d5e253723b54f6a58f88a0e29 +Installed-Size: 25625 +Filename: kmod-pktgen_5.15.134-1_mipsel_24kc.ipk +Size: 26273 +SHA256sum: 227402cca9bacc44f724d6a0c57336978213b92379562f642a24d7738ea52076 Description: Kernel modules for the Network Packet Generator Package: kmod-pmbus-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 13617 -Filename: kmod-pmbus-core_5.15.137-1_mipsel_24kc.ipk -Size: 14330 -SHA256sum: 74b36ffa5195e5a8882b7cfe6586a7bca2d211efa3f50c808c29e3166ef2c152 +Installed-Size: 13616 +Filename: kmod-pmbus-core_5.15.134-1_mipsel_24kc.ipk +Size: 14337 +SHA256sum: 744185a3a439ac20bffb854ad6e48395412b70bf9f02bff8015098386a31aa23 Description: Kernel modules for Power Management Bus Package: kmod-pmbus-zl6100 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-pmbus-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-pmbus-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3571 -Filename: kmod-pmbus-zl6100_5.15.137-1_mipsel_24kc.ipk -Size: 4339 -SHA256sum: 77d1be9036248dbe73d3d27f44694dc9a1ac22fc04cc79be1f2f70a5f1e3c218 +Installed-Size: 3572 +Filename: kmod-pmbus-zl6100_5.15.134-1_mipsel_24kc.ipk +Size: 4337 +SHA256sum: 6217fd866cb4029da3532de751e2a8d5c9dbe9a774f963ab7393196e3972439f Description: Kernel module for Intersil / Zilker Labs ZL6100 and compatible digital DC-DC controllers Package: kmod-ppdev -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 22995 -Filename: kmod-ppdev_5.15.137-1_mipsel_24kc.ipk -Size: 23641 -SHA256sum: 8a99bdfbe3fc1c7b4bdfc3554d03d3c941037c037539bc07b21c027f1829872a +Installed-Size: 22998 +Filename: kmod-ppdev_5.15.134-1_mipsel_24kc.ipk +Size: 23640 +SHA256sum: 0059ba1f40c4faa5f2cb4578a3e623cd1bcbc73017d725ca53d27e43ec71c582 Description: Parallel port support Package: kmod-ppp-synctty -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ppp +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ppp License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 4420 -Filename: kmod-ppp-synctty_5.15.137-1_mipsel_24kc.ipk -Size: 5152 -SHA256sum: d2f70bf15a7afce5b24cb97943067bc70c78378da30041a8e3166a9bc357303d +Filename: kmod-ppp-synctty_5.15.134-1_mipsel_24kc.ipk +Size: 5147 +SHA256sum: fcab0fc58226d0408a5c80f6db3719589b7a927ac68cb3ef2bd2f42f1568241b Description: Kernel modules for PPP sync tty support Package: kmod-ppp -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-lib-crc-ccitt, kmod-slhc +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-lib-crc-ccitt, kmod-slhc License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 23935 -Filename: kmod-ppp_5.15.137-1_mipsel_24kc.ipk -Size: 24658 -SHA256sum: a5f2370133fdd86e494c43dd72188f6676703c35e791907b75767e4725b3f1f3 +Installed-Size: 23937 +Filename: kmod-ppp_5.15.134-1_mipsel_24kc.ipk +Size: 24661 +SHA256sum: b00bc14f50da7f9b7857a6df9f7a70520d2fa10dc85c20eb75d86a8517b2395c Description: Kernel modules for PPP support Package: kmod-pppoa -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ppp, kmod-atm +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ppp, kmod-atm License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3009 -Filename: kmod-pppoa_5.15.137-1_mipsel_24kc.ipk -Size: 3735 -SHA256sum: a028f5310f3659a76aff52e25c16c7315817b05588c41a81d8fbbf47bff1e9d5 +Installed-Size: 3008 +Filename: kmod-pppoa_5.15.134-1_mipsel_24kc.ipk +Size: 3741 +SHA256sum: a86ebcb2d8c7bc8242d398b66baeff65cb7bbe0a586fc487b941e888a606be57 Description: Kernel modules for PPPoA (PPP over ATM) support Package: kmod-pppoe -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ppp, kmod-pppox +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ppp, kmod-pppox License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 7348 -Filename: kmod-pppoe_5.15.137-1_mipsel_24kc.ipk -Size: 8110 -SHA256sum: 58a5c1b46a0d92127f1378b4fbef1759ef89a3a38d5f90b8a2c6c6034d6322e2 +Installed-Size: 7349 +Filename: kmod-pppoe_5.15.134-1_mipsel_24kc.ipk +Size: 8114 +SHA256sum: 92dfea824f918cf70fa2be9e0861c7f710be8683d788541fdb56b2082062832b Description: Kernel module for PPPoE (PPP over Ethernet) support Package: kmod-pppol2tp -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ppp, kmod-pppox, kmod-l2tp +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ppp, kmod-pppox, kmod-l2tp License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 9147 -Filename: kmod-pppol2tp_5.15.137-1_mipsel_24kc.ipk -Size: 9919 -SHA256sum: a36a7a8ea9e54f186e9d7a29a8668d925d0ed12e4db465056d2e4271b2a6a104 +Filename: kmod-pppol2tp_5.15.134-1_mipsel_24kc.ipk +Size: 9918 +SHA256sum: e430cd35a983012da11f1f528667f424196fc731bd2df8d529e90c0b222dc669 Description: Kernel modules for PPPoL2TP (PPP over L2TP) support Package: kmod-pppox -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ppp +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ppp License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1658 -Filename: kmod-pppox_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 1657 +Filename: kmod-pppox_5.15.134-1_mipsel_24kc.ipk Size: 2417 -SHA256sum: 334c32704f0463d1accfb89ca937cce302045700b9bae984a232399688ec3c55 +SHA256sum: 748924f6cb4997f3c97b6af3df5d36cc2a23bf92cadc1b8545ad2482459399ae Description: Kernel helper module for PPPoE and PPTP support Package: kmod-pps-gpio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-pps +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-pps License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2518 -Filename: kmod-pps-gpio_5.15.137-1_mipsel_24kc.ipk -Size: 3325 -SHA256sum: 5aba4e27c32c6333013ecf03fa818ef708a455adaad75b2abb878fb4c6abc6c5 +Installed-Size: 2519 +Filename: kmod-pps-gpio_5.15.134-1_mipsel_24kc.ipk +Size: 3329 +SHA256sum: 34c566f21c9a77b60b917f565da53f6ddb8f4c3cfe86d49d4e0465ddf1be2d80 Description: Support for a PPS source using GPIO. To be useful you must also register a platform device specifying the GPIO pin and other options, usually in your board setup. Package: kmod-pps-ldisc -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-pps +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-pps License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 2065 -Filename: kmod-pps-ldisc_5.15.137-1_mipsel_24kc.ipk -Size: 2825 -SHA256sum: 614bb3293a55043dd33519323595ee3487e8d558eba7090d74a7e3da653f67ad +Filename: kmod-pps-ldisc_5.15.134-1_mipsel_24kc.ipk +Size: 2824 +SHA256sum: 4e2541c76706bf0f354e69db991b21d2a112a824f5f425947bb59f3eff0c1e9c Description: Support for a PPS source connected with the CD (Carrier Detect) pin of your serial port. Package: kmod-pps -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 5122 -Filename: kmod-pps_5.15.137-1_mipsel_24kc.ipk -Size: 5912 -SHA256sum: a8c5c1109f6463c58ca74a03d65af38e247f3adeab2092fa94bc37c5a40a1110 +Installed-Size: 5123 +Filename: kmod-pps_5.15.134-1_mipsel_24kc.ipk +Size: 5903 +SHA256sum: fd9bc605a3ecb21ab983115026ac838674bc150b639e88d5def768858cf7f9ab Description: PPS (Pulse Per Second) is a special pulse provided by some GPS antennae. Userland can use it to get a high-precision time reference. Package: kmod-pptp -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ppp, kmod-gre, kmod-pppox +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ppp, kmod-gre, kmod-pppox License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 5360 -Filename: kmod-pptp_5.15.137-1_mipsel_24kc.ipk -Size: 6078 -SHA256sum: 05a468b0ed75d2277a364fc0d47df259ee3f2a541f7e0ac51557efb1fda08640 +Installed-Size: 5356 +Filename: kmod-pptp_5.15.134-1_mipsel_24kc.ipk +Size: 6082 +SHA256sum: acb6f1f9ddf84a86b53cae70b81fb58ffcba83fdc1ea6a16a4b0ca5c7f649f18 Description: PPtP support Package: kmod-pstore -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 8792 -Filename: kmod-pstore_5.15.137-1_mipsel_24kc.ipk -Size: 9540 -SHA256sum: c3f450358ad6e8184b44ee3e2cb42d3f99586ba4b731b478d7224379906c1e03 +Installed-Size: 8795 +Filename: kmod-pstore_5.15.134-1_mipsel_24kc.ipk +Size: 9543 +SHA256sum: 733703bc4ece5b0d7feaf9bb2793bc92b082acc85a6c39c1644578b3586e1372 Description: Kernel module for pstore filesystem support Package: kmod-ptp -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-pps +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-pps License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 11234 -Filename: kmod-ptp_5.15.137-1_mipsel_24kc.ipk -Size: 12048 -SHA256sum: 45bdcb5276cb60455f832e7b9bf23514653203f56eeb85e71908407ed75280af +Installed-Size: 11235 +Filename: kmod-ptp_5.15.134-1_mipsel_24kc.ipk +Size: 12047 +SHA256sum: 2fe3db2b7a029fc43dfbbd8934049339b57b3cf0bcdf50e2671eebe021501afb Description: The IEEE 1588 standard defines a method to precisely synchronize distributed clocks over Ethernet networks. Package: kmod-pwm-mediatek-ramips -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1718 -Filename: kmod-pwm-mediatek-ramips_5.15.137-1_mipsel_24kc.ipk -Size: 2489 -SHA256sum: 5d5a580c463acfc0de5a212a01277f35d2723ce71f93245c4a621870cc4e8ab8 +Installed-Size: 1719 +Filename: kmod-pwm-mediatek-ramips_5.15.134-1_mipsel_24kc.ipk +Size: 2492 +SHA256sum: 8ebfcb8361b8fb529fa7b8f995cc8e14ef7d4343964f1e6c064cd32d437d317b Description: Kernel modules for MediaTek Pulse Width Modulator Package: kmod-qlcnic -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 121917 -Filename: kmod-qlcnic_5.15.137-1_mipsel_24kc.ipk -Size: 122198 -SHA256sum: 780181fbfed9f0a1aa89bf8d62c870c86b85bf6db68f3e69122dfbcce5dd7a6d +Installed-Size: 121922 +Filename: kmod-qlcnic_5.15.134-1_mipsel_24kc.ipk +Size: 122213 +SHA256sum: a579f5a8a726620ab34040cedbefc05cd27e94b48ee16103e6fd253d5564f18d Description: This driver supports QLogic QLE8240 and QLE8242 Converged Ethernet devices. Package: kmod-qrtr-mhi -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mhi-bus, kmod-qrtr +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mhi-bus, kmod-qrtr License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1629 -Filename: kmod-qrtr-mhi_5.15.137-1_mipsel_24kc.ipk -Size: 2396 -SHA256sum: 1fba6af0eb49cdc3a860fbd2ede82ccdc6a96ed12ef37feb56ba908696d8c42a +Installed-Size: 1631 +Filename: kmod-qrtr-mhi_5.15.134-1_mipsel_24kc.ipk +Size: 2394 +SHA256sum: 8a7e279c1cf7547abc81b14c121614ce0dc2c1369e7481104d3aea829bbd05f3 Description: MHI IPC Router channels Package: kmod-qrtr-tun -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-qrtr +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-qrtr License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2103 -Filename: kmod-qrtr-tun_5.15.137-1_mipsel_24kc.ipk -Size: 2869 -SHA256sum: 6770cbf542c8aaf006cab7c6e984d94f2bba3b243dab3a82ceded0e6ccc3f956 +Installed-Size: 2106 +Filename: kmod-qrtr-tun_5.15.134-1_mipsel_24kc.ipk +Size: 2866 +SHA256sum: 12218e21e8f70063767842335d78a0acde3a927b59b31765ce9f26f76cc4ccdb Description: TUN device for Qualcomm IPC Router Package: kmod-qrtr -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 10924 -Filename: kmod-qrtr_5.15.137-1_mipsel_24kc.ipk -Size: 11692 -SHA256sum: 2a9ba730736205db90cb3392216167a510221bc049749bc0acbe9bea01d6bc00 +Filename: kmod-qrtr_5.15.134-1_mipsel_24kc.ipk +Size: 11690 +SHA256sum: dad060af6502e33c62892ae2920561bbe24f60307e106742642237826cba205a Description: Qualcomm IPC Router support Package: kmod-r6040 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 6974 -Filename: kmod-r6040_5.15.137-1_mipsel_24kc.ipk -Size: 7739 -SHA256sum: a3e1635723d743e59483c37c948fcdab0ae7d83e8945099385bca1420977697f +Installed-Size: 6973 +Filename: kmod-r6040_5.15.134-1_mipsel_24kc.ipk +Size: 7736 +SHA256sum: 68d17d9a01601f9c3b6d113bd182d356b8584604587caae008f125046e7839d3 Description: Kernel modules for RDC Fast-Ethernet adapters. Package: kmod-r8169 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mii, r8169-firmware, kmod-phy-realtek, kmod-mdio-devres +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mii, r8169-firmware, kmod-phy-realtek, kmod-mdio-devres License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 34531 -Filename: kmod-r8169_5.15.137-1_mipsel_24kc.ipk -Size: 35157 -SHA256sum: a8c4782b3f4026dd536cee6931c9c833c907ba5a3660664214600c3faaeb73f1 +Installed-Size: 34532 +Filename: kmod-r8169_5.15.134-1_mipsel_24kc.ipk +Size: 35176 +SHA256sum: 2922dcb7e9be46ff2b2883d0086719a585652557a0103282ed86925392d9018d Description: Kernel modules for RealTek RTL-8169 PCI Gigabit Ethernet adapters Package: kmod-ramoops -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-pstore, kmod-reed-solomon +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-pstore, kmod-reed-solomon License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 10333 -Filename: kmod-ramoops_5.15.137-1_mipsel_24kc.ipk -Size: 11120 -SHA256sum: 45adf76eda07ce44b5a860eb12856dff290a229cdb7055ccc187441e5d655968 +Filename: kmod-ramoops_5.15.134-1_mipsel_24kc.ipk +Size: 11111 +SHA256sum: b189217747e95d67be347dd6bd821ddba30ad121a4b39698ad406eed409d3223 Description: Kernel module for pstore-ram (ramoops) crash log storage Package: kmod-random-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-random-core_5.15.137-1_mipsel_24kc.ipk +Filename: kmod-random-core_5.15.134-1_mipsel_24kc.ipk Size: 840 -SHA256sum: b164a63b869d9222902919de93544d6e3911e6335395dd392623af0a0b0ad610 +SHA256sum: 86bb3b9d22ca0a0e3ea22fda3a0a92f67f6375b085f2fd502a63b7ce4c7dbe30 Description: Kernel module for the HW random number generator core infrastructure Package: kmod-reed-solomon -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 5069 -Filename: kmod-reed-solomon_5.15.137-1_mipsel_24kc.ipk -Size: 5780 -SHA256sum: 94dcf97d3cfbc47c2ecd1143c7f5ad40397b83eb408f75cecc2f990bb3f0d582 +Filename: kmod-reed-solomon_5.15.134-1_mipsel_24kc.ipk +Size: 5776 +SHA256sum: c91fabf0b587ed36f742c8ff6ef6578a536565261bee32823d2bf1be655b119e Description: Kernel module for Reed-Solomon error correction Package: kmod-regmap-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-regmap-core_5.15.137-1_mipsel_24kc.ipk -Size: 825 -SHA256sum: 5569d74e9f53dbaeeb8e081e4f1e5ff1a575b66a61e1410b451c3a70ae6d05f4 +Filename: kmod-regmap-core_5.15.134-1_mipsel_24kc.ipk +Size: 823 +SHA256sum: 1b4b433bce3e3f93a87888935699c7f4d93e6adbff65dce4a6e75ff6c6a16564 Description: Generic register map support Package: kmod-regmap-i2c -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-regmap-core, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-regmap-core, kmod-i2c-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2076 -Filename: kmod-regmap-i2c_5.15.137-1_mipsel_24kc.ipk -Size: 2837 -SHA256sum: 9de92329bc578de06c8eb18d74eb3e5b82819be99101eb111bb1e4de89cb6d18 +Installed-Size: 2074 +Filename: kmod-regmap-i2c_5.15.134-1_mipsel_24kc.ipk +Size: 2834 +SHA256sum: d20f5dbf77b5815d375e82bbd714d1b9f2be3db9764d2b41191073fb94629102 Description: I2C register map support Package: kmod-regmap-spi -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-regmap-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-regmap-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1404 -Filename: kmod-regmap-spi_5.15.137-1_mipsel_24kc.ipk -Size: 2158 -SHA256sum: 0bd9ba07648b2c891d1d7a44b25d70a5e91d324f569b59bb3d5d390e11bb15f9 +Installed-Size: 1403 +Filename: kmod-regmap-spi_5.15.134-1_mipsel_24kc.ipk +Size: 2152 +SHA256sum: aaa59200ca218f7402bf7a81cdcd5f407ac29c8c596f12762c27da0410a0e0b2 Description: SPI register map support Package: kmod-rsi91x-sdio -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mmc, kmod-rsi91x, rs9113-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mmc, kmod-rsi91x, rs9113-firmware Section: kernel Architecture: mipsel_24kc Installed-Size: 10317 -Filename: kmod-rsi91x-sdio_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 11121 -SHA256sum: 16763c1cffa73764f380a21f75a4ddf9a4aa8d19cc7616a7069e04ac44066df4 +Filename: kmod-rsi91x-sdio_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 11114 +SHA256sum: ca4f02cf411568247eb6105b32a0bce10759dace8b48e7ac6b749d5b4b372c67 Description: Redpine Signals SDIO bus support Package: kmod-rsi91x-usb -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core, kmod-mac80211, kmod-rsi91x, rs9113-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core, kmod-mac80211, kmod-rsi91x, rs9113-firmware Section: kernel Architecture: mipsel_24kc -Installed-Size: 6615 -Filename: kmod-rsi91x-usb_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 7437 -SHA256sum: 4bbf7239127156daffde6590017ba624ef175468a7f3bdac1dd850f87951bc23 +Installed-Size: 6616 +Filename: kmod-rsi91x-usb_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 7447 +SHA256sum: d4f0310b28c6645c5a2cddb3857adab36b1570ede1ac7187b90f88dbae686ec4 Description: Redpine Signals USB bus support Package: kmod-rsi91x -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, rs9113-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, rs9113-firmware Section: kernel Architecture: mipsel_24kc -Installed-Size: 33664 -Filename: kmod-rsi91x_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 34421 -SHA256sum: bd5a6338d49dc6a6579bbd80f557627befc04b5ff7952ae16edda765e5736599 +Installed-Size: 33660 +Filename: kmod-rsi91x_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 34420 +SHA256sum: c4afc685a5f4e71a8ae4ee5356c01090aab5de142034b153c854c001aab3c85e Description: Redpine Signals Inc 91x WLAN driver support Package: kmod-rt2800-lib -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-rt2x00-lib, kmod-lib-crc-ccitt +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-rt2x00-lib, kmod-lib-crc-ccitt Section: kernel Architecture: mipsel_24kc -Installed-Size: 55667 -Filename: kmod-rt2800-lib_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 55235 -SHA256sum: 752587456b68571f214153c1cfe9278411f87e74a004ffd9b6a73074558a0dcf +Installed-Size: 55664 +Filename: kmod-rt2800-lib_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 55260 +SHA256sum: b9de5661b83fbf0f09d649c0c8eb906845e14a0018939165e5281bb6925dd02b Description: Ralink Drivers for RT2x00 cards (rt2800 LIB) Package: kmod-rt2800-mmio -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-rt2800-lib, kmod-rt2x00-mmio +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-rt2800-lib, kmod-rt2x00-mmio Section: kernel Architecture: mipsel_24kc -Installed-Size: 4306 -Filename: kmod-rt2800-mmio_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 5065 -SHA256sum: 09054576b2ec2cd4a10f0be15efa5395ae00fe7b6f3b3352b1ec2191254275d0 +Installed-Size: 4305 +Filename: kmod-rt2800-mmio_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 5061 +SHA256sum: 11da1d150b3995c1e0bd20b8b949940737e76ba0b83f6940c4dc1bb6b5004608 Description: Ralink Drivers for RT2x00 cards (RT28xx/RT3xxx MMIO) Package: kmod-rt2800-pci -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-rt2x00-pci, kmod-rt2800-lib, kmod-rt2800-mmio, kmod-eeprom-93cx6, rt2800-pci-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-rt2x00-pci, kmod-rt2800-lib, kmod-rt2800-mmio, kmod-eeprom-93cx6, rt2800-pci-firmware Section: kernel Architecture: mipsel_24kc -Installed-Size: 3746 -Filename: kmod-rt2800-pci_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 4562 -SHA256sum: 7e6b7d759ea2b80941a6f69c3d94c482c203ff33904eeaccc23d4593fdb35a89 +Installed-Size: 3747 +Filename: kmod-rt2800-pci_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 4559 +SHA256sum: 42a3813da474b0976ec907fea8d12288329b26ce5c4d29d2c592f82c760b3c46 Description: Ralink Drivers for RT2x00 cards (RT2860 PCI) Package: kmod-rt2800-usb -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-rt2x00-usb, kmod-rt2800-lib, kmod-lib-crc-ccitt, rt2800-usb-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-rt2x00-usb, kmod-rt2800-lib, kmod-lib-crc-ccitt, rt2800-usb-firmware Section: kernel Architecture: mipsel_24kc Installed-Size: 6775 -Filename: kmod-rt2800-usb_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 7619 -SHA256sum: 4b322960be58275f7455e91adb338c55955529895fc4b4cd7b338f3dba9767d8 +Filename: kmod-rt2800-usb_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 7611 +SHA256sum: fe7c1ecb627d9db56eeadaef1102478383c5cf584745818cdc640f1056bbf8e6 Description: Ralink Drivers for RT2x00 cards (RT2870 USB) Package: kmod-rt2x00-lib -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211 +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211 Section: kernel Architecture: mipsel_24kc -Installed-Size: 24247 -Filename: kmod-rt2x00-lib_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 24962 -SHA256sum: 8bf4517110f52bf1bc837aae6bf46caf0cfc54b9f60bd8e39cdca5cd7124a790 +Installed-Size: 24244 +Filename: kmod-rt2x00-lib_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 24963 +SHA256sum: aa1cab6b92cf4bc7c2966db5f91a3fddae23a6c06084b4028dc90725d10bfe24 Description: Ralink Drivers for RT2x00 cards (LIB) Package: kmod-rt2x00-mmio -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-rt2x00-lib +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-rt2x00-lib Section: kernel Architecture: mipsel_24kc -Installed-Size: 2055 -Filename: kmod-rt2x00-mmio_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 2846 -SHA256sum: c17bd3841d80ed6e6d63c3e71adb1d4929a5d9dff39d5067d8bfdf4b768ebf44 +Installed-Size: 2052 +Filename: kmod-rt2x00-mmio_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 2842 +SHA256sum: 6e01c6d7b9f811d54189f969badd8e8dedaa63fb276a7dad04f631a385fe48b8 Description: Ralink Drivers for RT2x00 cards (MMIO) Package: kmod-rt2x00-pci -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-rt2x00-mmio, kmod-rt2x00-lib +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-rt2x00-mmio, kmod-rt2x00-lib Section: kernel Architecture: mipsel_24kc Installed-Size: 1828 -Filename: kmod-rt2x00-pci_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 2627 -SHA256sum: 6169e2f6d06f8683d44ee63f2ab431d148d4ba7e1bbf6dec31cf69f0106bac11 +Filename: kmod-rt2x00-pci_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 2626 +SHA256sum: df90178c9bfaadc837c243c1eca888a21fd679e414b51f75a01ad6dcdb7978cc Description: Ralink Drivers for RT2x00 cards (PCI) Package: kmod-rt2x00-usb -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-rt2x00-lib, kmod-usb-core +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-rt2x00-lib, kmod-usb-core Section: kernel Architecture: mipsel_24kc -Installed-Size: 6476 -Filename: kmod-rt2x00-usb_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 7299 -SHA256sum: 18e0c5f46ab3bfb54b5a4225b82a80fc8682b4607704a6fa36291e06c0561074 +Installed-Size: 6477 +Filename: kmod-rt2x00-usb_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 7303 +SHA256sum: 787ac1fc5368021d53ef0722e926d42351d90e757927714abb331d61bc0f5937 Description: Ralink Drivers for RT2x00 cards (USB) Package: kmod-rtl8192c-common -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-rtlwifi +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-rtlwifi Section: kernel Architecture: mipsel_24kc -Installed-Size: 18995 -Filename: kmod-rtl8192c-common_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 19799 -SHA256sum: 042a4634c691eaaf9646ab4ff9d003b43353963de45613390427c67180077221 +Installed-Size: 18994 +Filename: kmod-rtl8192c-common_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 19787 +SHA256sum: f23581f5575814f5efb38cef52508ffcd60abfbc843ebfa4ace46b2981208f10 Description: Realtek RTL8192CE/RTL8192CU common support module Package: kmod-rtl8192ce -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-rtlwifi-pci, kmod-rtl8192c-common, rtl8192ce-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-rtlwifi-pci, kmod-rtl8192c-common, rtl8192ce-firmware Section: kernel Architecture: mipsel_24kc -Installed-Size: 24801 -Filename: kmod-rtl8192ce_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 25546 -SHA256sum: 790ffcaa3cc33abadc4d840c680df16170a00bbab6a0e7d9444162f783d62d36 +Installed-Size: 24797 +Filename: kmod-rtl8192ce_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 25541 +SHA256sum: 53feee7a88399ca8040466175a8959e7d3071c4b9c7ef1fa095d171ad57c6c71 Description: Realtek RTL8192CE/RTL8188CE support Package: kmod-rtl8192cu -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-rtlwifi-usb, kmod-rtl8192c-common, rtl8192cu-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-rtlwifi-usb, kmod-rtl8192c-common, rtl8192cu-firmware Section: kernel Architecture: mipsel_24kc -Installed-Size: 26782 -Filename: kmod-rtl8192cu_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 27545 -SHA256sum: 5714b6cc9b758033c78fca5dd1a4e85d551bafedb5455b40d6696301bde55eee +Installed-Size: 26791 +Filename: kmod-rtl8192cu_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 27561 +SHA256sum: 2301fc9b20324834e3e0a10e5314efcbe17d28e62d25d7d271cd352f26c4d096 Description: Realtek RTL8192CU/RTL8188CU support Package: kmod-rtl8192de -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-rtlwifi-pci, rtl8192de-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-rtlwifi-pci, rtl8192de-firmware Section: kernel Architecture: mipsel_24kc -Installed-Size: 48090 -Filename: kmod-rtl8192de_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 48911 -SHA256sum: 6433b9329554f859880446a8dd13b4254bc520f0ece867629716f19e885a9536 +Installed-Size: 48089 +Filename: kmod-rtl8192de_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 48905 +SHA256sum: ecc2970b44f0c66191ef1f0bab17664bf65e4ecb656566b4f542fca43bff0f5b Description: Realtek RTL8192DE/RTL8188DE support Package: kmod-rtl8192se -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-rtlwifi-pci, rtl8192se-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-rtlwifi-pci, rtl8192se-firmware Section: kernel Architecture: mipsel_24kc -Installed-Size: 31010 -Filename: kmod-rtl8192se_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 31792 -SHA256sum: fbdeeae53bc6fb65317673bf83abe8e403ce69ab4888d24c24596d9c88e15c04 +Installed-Size: 31009 +Filename: kmod-rtl8192se_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 31798 +SHA256sum: a8013c2a3a58e1fc10201b24e8c043fc561420dafa07dee8fc6dfb370cca9ca4 Description: Realtek RTL8192SE/RTL8191SE support Package: kmod-rtl8723bs -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mmc, kmod-mac80211 +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mmc, kmod-mac80211 Section: kernel Architecture: mipsel_24kc -Installed-Size: 212651 -Filename: kmod-rtl8723bs_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 210995 -SHA256sum: 853f65f550af02e98f9263964e5fb77797550f926ee8443e46cc2b8fb47434a3 +Installed-Size: 212649 +Filename: kmod-rtl8723bs_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 210998 +SHA256sum: 127970489a4d130bdbdfc086aa496d30ce37e2a38bb79f674893f0fe260af92f Description: This option enables support for RTL8723BS SDIO drivers, such as the wifi found on the 1st gen Intel Compute Stick, the CHIP and many other Intel Atom and ARM based devices. Package: kmod-rtl8812au-ct -Version: 5.15.137+2021-11-07-39df5596-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-cfg80211, kmod-usb-core +Version: 5.15.134+2021-11-07-39df5596-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-cfg80211, kmod-usb-core Provides: kmod-rtl8812au License: GPLv2 Section: kernel Architecture: mipsel_24kc -Installed-Size: 520025 -Filename: kmod-rtl8812au-ct_5.15.137+2021-11-07-39df5596-1_mipsel_24kc.ipk -Size: 471782 -SHA256sum: 10b101006ac25cf7af1b4472fa21a8cfacf4af18133444f93779ff35cf4515c3 +Installed-Size: 520024 +Filename: kmod-rtl8812au-ct_5.15.134+2021-11-07-39df5596-1_mipsel_24kc.ipk +Size: 471761 +SHA256sum: 8f4f3ac6031868064bb4bef6030f135f29b803358f6af1df2c25906c6fd23387 Description: Driver for Realtek 8812 AU devices comfast 912-ac, etc Package: kmod-rtl8821ae -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-rtlwifi-btcoexist, kmod-rtlwifi-pci, rtl8821ae-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-rtlwifi-btcoexist, kmod-rtlwifi-pci, rtl8821ae-firmware Section: kernel Architecture: mipsel_24kc -Installed-Size: 77661 -Filename: kmod-rtl8821ae_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 67259 -SHA256sum: 967d85a12a0ce10d00ac6d2771e0eaf96527bd140306d58a5c502ee8b3757cd0 +Installed-Size: 77663 +Filename: kmod-rtl8821ae_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 67239 +SHA256sum: b6bf4a384e32adf55b1dc7caab9c508cdad3cc29cbb5bb27e7164fcb14c57f7b Description: Realtek RTL8821AE support Package: kmod-rtl8xxxu -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core, kmod-mac80211 +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core, kmod-mac80211 Section: kernel Architecture: mipsel_24kc -Installed-Size: 45338 -Filename: kmod-rtl8xxxu_5.15.137+6.1.24-3_mipsel_24kc.ipk +Installed-Size: 45334 +Filename: kmod-rtl8xxxu_5.15.134+6.1.24-3_mipsel_24kc.ipk Size: 46494 -SHA256sum: ce01147abe92bf9933d0cd304aaff53861d74a62db5295867f2359517128e54c +SHA256sum: 3b613f4dcac29d30235a1e9fcd240f2a496ec553dcc0399f130ea0941c423c34 Description: This is an alternative driver for various Realtek RTL8XXX parts written to utilize the Linux mac80211 stack. The driver is known to work with a number of RTL8723AU, @@ -8822,503 +8822,503 @@ Description: This is an alternative driver for various Realtek RTL8XXX Please report your results! Package: kmod-rtlwifi-btcoexist -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-rtlwifi +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-rtlwifi Section: kernel Architecture: mipsel_24kc -Installed-Size: 61441 -Filename: kmod-rtlwifi-btcoexist_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 61227 -SHA256sum: e43984f3e59e06a72977809b4ea15065a8d85faa21bcb484def2766bf343d5ba +Installed-Size: 61440 +Filename: kmod-rtlwifi-btcoexist_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 61197 +SHA256sum: daea5ac2fc03e10fd79f84bf144fb797d6517fa3c60b298b7ad9ed490436a067 Description: Realtek BT coexist support Package: kmod-rtlwifi-pci -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-rtlwifi +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-rtlwifi Section: kernel Architecture: mipsel_24kc -Installed-Size: 12541 -Filename: kmod-rtlwifi-pci_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 13332 -SHA256sum: 22940a015085e6ac2bdaadb1048cc84a4340a11e7d5f82cb0f41916adf2d3881 +Installed-Size: 12538 +Filename: kmod-rtlwifi-pci_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 13331 +SHA256sum: 5f9a250dc69d1c1a3493444cabe131c79abce49660b8298e9937449f0d741e41 Description: Realtek common driver part (PCI support) Package: kmod-rtlwifi-usb -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core, kmod-rtlwifi +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core, kmod-rtlwifi Section: kernel Architecture: mipsel_24kc -Installed-Size: 7449 -Filename: kmod-rtlwifi-usb_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 8238 -SHA256sum: b0b571107afea10f22fbdb511e6cb6664477591dbb9b1a66a4e513142068efa7 +Installed-Size: 7446 +Filename: kmod-rtlwifi-usb_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 8241 +SHA256sum: 07d012c33fc61bdb4c76ef9074cffde233a41bbf24d99d8ec0e4d9033f29f2fa Description: Realtek common driver part (USB support) Package: kmod-rtlwifi -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211 +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211 Section: kernel Architecture: mipsel_24kc -Installed-Size: 34850 -Filename: kmod-rtlwifi_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 35503 -SHA256sum: d493ba7c8eba3b28f6329b051d5233101d9855408263d2130b4587075f845a84 +Installed-Size: 34849 +Filename: kmod-rtlwifi_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 35502 +SHA256sum: 51171bfc102a9454e743eb02a5e30246132d3281fa04db50a9877767ce662406 Description: Realtek common driver part Package: kmod-rtw88 -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211 +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211 Section: kernel Architecture: mipsel_24kc -Installed-Size: 191766 -Filename: kmod-rtw88_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 180400 -SHA256sum: 8862c69b8de374df9914d9a21b36850777e48bf9a41a017f2e88540828bb70f9 +Installed-Size: 191770 +Filename: kmod-rtw88_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 180498 +SHA256sum: 817983a352f158f22189ed7eb6c306926fa78ccbb8ede00649989bf162d3184c Description: Realtek RTL8822BE/RTL8822CE/RTL8723DE Package: kmod-sched-act-ipt -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-sched-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-sched-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 4065 -Filename: kmod-sched-act-ipt_5.15.137-1_mipsel_24kc.ipk -Size: 4823 -SHA256sum: 2882b3a56701c2745fe9b26fe30320e512286bbed0896b4dc3b31197d697ffaf +Filename: kmod-sched-act-ipt_5.15.134-1_mipsel_24kc.ipk +Size: 4816 +SHA256sum: 8f1661973ccbb9d373280ad5fe2509bcc870802131c6774b6d623b3865278969 Description: Allows to invoke iptables targets after successful classification. Package: kmod-sched-act-police -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sched-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sched-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 5107 -Filename: kmod-sched-act-police_5.15.137-1_mipsel_24kc.ipk -Size: 5829 -SHA256sum: 329bf30569f6232d7d29ee61bf136a35a1feaeec321e98dd80ba412f9fda4315 +Installed-Size: 5106 +Filename: kmod-sched-act-police_5.15.134-1_mipsel_24kc.ipk +Size: 5821 +SHA256sum: 15c154e8f5d4095690b9f7c5b0654a7e532ec3b6b3407e8aefcc3d7123200a43 Description: Traffic Policing Package: kmod-sched-act-sample -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sched-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sched-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 6731 -Filename: kmod-sched-act-sample_5.15.137-1_mipsel_24kc.ipk -Size: 7487 -SHA256sum: c24309ff345acd2330f5af3a8e2076ca52b98c07b6c87f335414488003b460b5 +Installed-Size: 6732 +Filename: kmod-sched-act-sample_5.15.134-1_mipsel_24kc.ipk +Size: 7492 +SHA256sum: 82b86453dddc26f295321a9ed20ae99df153f23f109ae5a404d921bf59c4a789 Description: Packet sampling tc action. Package: kmod-sched-act-vlan -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sched-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sched-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 3911 -Filename: kmod-sched-act-vlan_5.15.137-1_mipsel_24kc.ipk -Size: 4652 -SHA256sum: 489f54a9d1916d9fd25dd8218fb97e6caf51b98ffb1f8c24c79c6e14e0a986d3 +Filename: kmod-sched-act-vlan_5.15.134-1_mipsel_24kc.ipk +Size: 4648 +SHA256sum: 5a97d7ced332cfc7a42068e0578e28873ef5250c97f2d38a99e7b9a7f8dc2d45 Description: Allows to configure rules to push or pop vlan headers. Package: kmod-sched-bpf -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 8264 -Filename: kmod-sched-bpf_5.15.137-1_mipsel_24kc.ipk -Size: 9042 -SHA256sum: 210e947d699f67c2814e806af7b4d3239133a9235b18b6e8ad6b5bd017df9f5f +Installed-Size: 8262 +Filename: kmod-sched-bpf_5.15.134-1_mipsel_24kc.ipk +Size: 9044 +SHA256sum: b345e65a1abdc1cebb23321c227d749acef42edfc78a010543a22798f557b58a Description: Traffic shaper support for Berkeley Packet Filter Package: kmod-sched-cake -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sched-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sched-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 18539 -Filename: kmod-sched-cake_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 18541 +Filename: kmod-sched-cake_5.15.134-1_mipsel_24kc.ipk Size: 19330 -SHA256sum: ed39978dbbb075edf8c1d441b29bd97f37bbbedc6c6b5e45ffbf8526d1107df6 +SHA256sum: ac3feff52b3e6e73168540b62c8b1e0d9e7b8892fbfccf02bf8b273a2e37cb28 Description: Common Applications Kept Enhanced fq_codel/blue derived shaper Package: kmod-sched-connmark -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sched-core, kmod-ipt-core, kmod-ipt-conntrack-extra +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sched-core, kmod-ipt-core, kmod-ipt-conntrack-extra License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3207 -Filename: kmod-sched-connmark_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 3208 +Filename: kmod-sched-connmark_5.15.134-1_mipsel_24kc.ipk Size: 3949 -SHA256sum: e4a5e79ae0c97c684bb0849ee3ae4d6d4c09b6cc9c235f14266256092d69d4bc +SHA256sum: f6265eae2e6a530658149d89de5f81b0a669049235cf469d7ddf50a42f53f309 Description: Traffic shaper conntrack mark support Package: kmod-sched-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 64154 -Filename: kmod-sched-core_5.15.137-1_mipsel_24kc.ipk -Size: 64871 -SHA256sum: 013935a109a6ef38e7550fd33b0053e0b0d43e2c451c5e9c40c5a2ce801464f4 +Installed-Size: 64035 +Filename: kmod-sched-core_5.15.134-1_mipsel_24kc.ipk +Size: 64836 +SHA256sum: 961027be8296969052c30113277aa4193b2927a1c125fd0d0c5e33ebaa5e2cfc Description: Core kernel scheduler support for IP traffic Package: kmod-sched-ctinfo -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sched-core, kmod-ipt-core, kmod-ipt-conntrack-extra +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sched-core, kmod-ipt-core, kmod-ipt-conntrack-extra License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4461 -Filename: kmod-sched-ctinfo_5.15.137-1_mipsel_24kc.ipk -Size: 5211 -SHA256sum: 38ce16523b0f5a87cbef72393dd89fc1a7b3183539b4b3a94f920c86409d2246 +Installed-Size: 4464 +Filename: kmod-sched-ctinfo_5.15.134-1_mipsel_24kc.ipk +Size: 5205 +SHA256sum: caf98da5dda0e4d3f1769b478370ea0be1b554554204ea70c562c9f856d2fb6b Description: Traffic shaper ctinfo support Package: kmod-sched-drr -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sched-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sched-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 5112 -Filename: kmod-sched-drr_5.15.137-1_mipsel_24kc.ipk -Size: 5835 -SHA256sum: 1e4c187eaff0dfe89672b8d3063517ceaa0487b089e4ded662e8395d14fd6d59 +Installed-Size: 5113 +Filename: kmod-sched-drr_5.15.134-1_mipsel_24kc.ipk +Size: 5830 +SHA256sum: d8d7c4ccb96f612ba31a9fcf11b3ca93d4a89227a830d34dc64ce9682c492c34 Description: DRR algorithm Configuration Package: kmod-sched-flower -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sched-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sched-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 18561 -Filename: kmod-sched-flower_5.15.137-1_mipsel_24kc.ipk -Size: 19332 -SHA256sum: d2f3b22b0136824b36e42d8ba93f19b5d24837facbe276a4ce3c281f9c604dc9 +Installed-Size: 18562 +Filename: kmod-sched-flower_5.15.134-1_mipsel_24kc.ipk +Size: 19331 +SHA256sum: dafffa367c4028ef13b2871e052b5a0a965b3d84e763ee8afd174739a4067673 Description: Allows to classify packets based on a configurable combination of packet keys and masks. Package: kmod-sched-fq-pie -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sched-core, kmod-sched-pie +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sched-core, kmod-sched-pie License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 5099 -Filename: kmod-sched-fq-pie_5.15.137-1_mipsel_24kc.ipk -Size: 5847 -SHA256sum: b54e29e9aec7a0853543eb0869281469028cdee3a4e71a7c7203500286e5d159 +Filename: kmod-sched-fq-pie_5.15.134-1_mipsel_24kc.ipk +Size: 5844 +SHA256sum: 567be32544da39c129394d8a1a7a202c54f92319436988a566477ae85fb7c489 Description: A queuing discipline that combines Flow Queuing with the PIE AQM. Package: kmod-sched-ipset -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sched-core, kmod-ipt-ipset +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sched-core, kmod-ipt-ipset License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1829 -Filename: kmod-sched-ipset_5.15.137-1_mipsel_24kc.ipk -Size: 2598 -SHA256sum: e847bd53bafc0b64fdf64505807fa5019680de903b247d23b8fee5a9ad44920e +Installed-Size: 1830 +Filename: kmod-sched-ipset_5.15.134-1_mipsel_24kc.ipk +Size: 2595 +SHA256sum: 53876e5cef77cc0510de5e1a270e60826d3098a75c07c3826c8e6481753dcb28 Description: Traffic shaper ipset support Package: kmod-sched-mqprio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sched-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sched-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 5658 -Filename: kmod-sched-mqprio_5.15.137-1_mipsel_24kc.ipk -Size: 6442 -SHA256sum: be923093a421473b0ee74900878ee27510f764da4f51df3e433e35d643777536 +Filename: kmod-sched-mqprio_5.15.134-1_mipsel_24kc.ipk +Size: 6444 +SHA256sum: 569e2bf47f72e452766daa7c4028997a915cc0c59be9708eec0b2c80764f6676 Description: This scheduler allows QOS to be offloaded on NICs that have support for offloading QOS schedulers. Package: kmod-sched-pie -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sched-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sched-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 5825 -Filename: kmod-sched-pie_5.15.137-1_mipsel_24kc.ipk -Size: 6570 -SHA256sum: 01d6629f79b9a6e3c5bb3626c1996ba3db034c9c542de4a5df082664d1383fab +Filename: kmod-sched-pie_5.15.134-1_mipsel_24kc.ipk +Size: 6574 +SHA256sum: 7fc65b3d1c95536f2734949d57a8ff37e4a7789bf8352602585fa1d28dd701db Description: A control theoretic active queue management scheme. Package: kmod-sched-prio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sched-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sched-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 4264 -Filename: kmod-sched-prio_5.15.137-1_mipsel_24kc.ipk -Size: 4991 -SHA256sum: edb3b166522d6dce9b7ac479061d553d60846a7b302ac85f2649583a9d07d598 +Filename: kmod-sched-prio_5.15.134-1_mipsel_24kc.ipk +Size: 4987 +SHA256sum: 00a450e07985c965fd0ae27d54f90e2e472fcbbf0f987020c09d5a87f14f7b1f Description: PRIO algorithm Configuration Package: kmod-sched-red -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sched-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sched-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 5950 -Filename: kmod-sched-red_5.15.137-1_mipsel_24kc.ipk -Size: 6703 -SHA256sum: 8226f814cc8381e9182698890f3c61f87b688b5894efdee6a03a98fa25779845 +Filename: kmod-sched-red_5.15.134-1_mipsel_24kc.ipk +Size: 6695 +SHA256sum: fa05e0ef21691f17090e588c406928ef8669c760c5e43e5117b5c88db88aee07 Description: Random Early Detection (RED) algorithm Configuration Package: kmod-sched-skbprio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sched-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sched-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2296 -Filename: kmod-sched-skbprio_5.15.137-1_mipsel_24kc.ipk -Size: 3067 -SHA256sum: 524de328dd2b094871b9029429006f3d9be2b6d16728f2cf59c3d20e039ea389 +Installed-Size: 2295 +Filename: kmod-sched-skbprio_5.15.134-1_mipsel_24kc.ipk +Size: 3061 +SHA256sum: 3d0c5c0dbdd8dae4f24ecbd68fef9d2d98686bf69df0881ebf55bbb27a948f29 Description: SKB priority queue scheduler (SKBPRIO) Package: kmod-sched -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sched-core, kmod-lib-crc32c, kmod-lib-textsearch +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sched-core, kmod-lib-crc32c, kmod-lib-textsearch License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 47225 -Filename: kmod-sched_5.15.137-1_mipsel_24kc.ipk -Size: 48037 -SHA256sum: 2a949d27e70567390396c6b3990eb935acb5c2e2097c94121ebe05eb8eab387e +Installed-Size: 47226 +Filename: kmod-sched_5.15.134-1_mipsel_24kc.ipk +Size: 48028 +SHA256sum: 39888713b60e30017d8a687e62a0698e8d0648f91215a1622aaaa07a068d873a Description: Extra kernel schedulers modules for IP traffic Package: kmod-scsi-cdrom -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-scsi-core, kmod-cdrom +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-scsi-core, kmod-cdrom License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 11077 -Filename: kmod-scsi-cdrom_5.15.137-1_mipsel_24kc.ipk -Size: 11852 -SHA256sum: bddd7895ba1800f211a88cbc5243ca78169dbcf10c9792115f3a62e81c6f0cb9 +Installed-Size: 11080 +Filename: kmod-scsi-cdrom_5.15.134-1_mipsel_24kc.ipk +Size: 11849 +SHA256sum: 0ede34572a2702d7f0f7eadcb71c4649f6d76b11ae3e28456a6bda1671e486ef Description: Kernel support for CD / DVD drives Package: kmod-scsi-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 88732 -Filename: kmod-scsi-core_5.15.137-1_mipsel_24kc.ipk -Size: 89044 -SHA256sum: 145bd15cd08f84dba0699dc4edc2350c4519630f3676741bf488dd7f5134df3b +Installed-Size: 88680 +Filename: kmod-scsi-core_5.15.134-1_mipsel_24kc.ipk +Size: 88951 +SHA256sum: 0045fdd4bc521cfdb16abd43eabd67fcf2b123ca5e1349f0b23925606dc80ce1 Description: SCSI device support Package: kmod-scsi-generic -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-scsi-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-scsi-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 16590 -Filename: kmod-scsi-generic_5.15.137-1_mipsel_24kc.ipk -Size: 17312 -SHA256sum: 1ca84e20d563bfb9c44b8d6ddf2a9580dad31c3a7935633b29178b42818157e9 +Installed-Size: 16591 +Filename: kmod-scsi-generic_5.15.134-1_mipsel_24kc.ipk +Size: 17309 +SHA256sum: 7e716e6fcb1d2fe5ec80435f8ed46558fb17a29e65cc8b40262176a53a52ea6a Description: Kernel support for SCSI generic Package: kmod-scsi-tape -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-scsi-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-scsi-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 31301 -Filename: kmod-scsi-tape_5.15.137-1_mipsel_24kc.ipk -Size: 32004 -SHA256sum: f815fd980dc33df3ed1520603ea438f0443a576dee99dbd9c0a644aaa643deeb +Installed-Size: 31303 +Filename: kmod-scsi-tape_5.15.134-1_mipsel_24kc.ipk +Size: 32001 +SHA256sum: 3dce12a415399f5608e95ff9b27e1c175c67bf636b23e25c1b6ef3516a42e5e6 Description: Kernel support for scsi tape drives Package: kmod-sctp -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-lib-crc32c, kmod-crypto-md5, kmod-crypto-hmac, kmod-udptunnel4, kmod-udptunnel6 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-lib-crc32c, kmod-crypto-md5, kmod-crypto-hmac, kmod-udptunnel4, kmod-udptunnel6 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 150347 -Filename: kmod-sctp_5.15.137-1_mipsel_24kc.ipk -Size: 150489 -SHA256sum: b9de38cc608eb7411ef472abe7f1015be6a223b8e614b09f5911126267aeeb86 +Installed-Size: 150381 +Filename: kmod-sctp_5.15.134-1_mipsel_24kc.ipk +Size: 150591 +SHA256sum: 18d5eb4ba83ca6481c7d0fb09d482d4205e2ca35cbe5cfa65cd36cf4fb425174 Description: Kernel modules for SCTP protocol support Package: kmod-sdhci-mt7620 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mmc +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mmc License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 10070 -Filename: kmod-sdhci-mt7620_5.15.137-1_mipsel_24kc.ipk -Size: 10818 -SHA256sum: 320797393dba8e6b05015ffad9315ac7edd1b8b504f442811eb73511dab0f273 +Installed-Size: 10071 +Filename: kmod-sdhci-mt7620_5.15.134-1_mipsel_24kc.ipk +Size: 10809 +SHA256sum: 9c1266a5c4607f1a99f0c91c2e2f5b8f345469a6199a7f9a2a8571cd4619ec04 Description: MT7620 SDCI Package: kmod-sdhci -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mmc +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mmc License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 23979 -Filename: kmod-sdhci_5.15.137-1_mipsel_24kc.ipk -Size: 24702 -SHA256sum: 53a869628f4e195a53b5f3ba14768e5a81ba93d13df058d94f2e3f9a0596eddf +Installed-Size: 23982 +Filename: kmod-sdhci_5.15.134-1_mipsel_24kc.ipk +Size: 24705 +SHA256sum: 2f6606d6090cce87e91f1d091e1ffb8fda90c7e3ca6afb42b1ccaa8d9c6ceb90 Description: Kernel support for SDHCI Hosts Package: kmod-serial-8250-exar -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-serial-8250 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-serial-8250 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 3671 -Filename: kmod-serial-8250-exar_5.15.137-1_mipsel_24kc.ipk +Filename: kmod-serial-8250-exar_5.15.134-1_mipsel_24kc.ipk Size: 4395 -SHA256sum: f0312ec01f90bf7fefc4087afbf4e2a00a0effa63b17d5a827d4ac66136db889 +SHA256sum: 3a6ea6f6c2a7a3aef5da416c8fc5180bd352995792a3bb7573e96ceadb72f9b8 Description: Kernel module for Exar serial ports Package: kmod-serial-8250 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 14273 -Filename: kmod-serial-8250_5.15.137-1_mipsel_24kc.ipk -Size: 14951 -SHA256sum: ca197a1048f47f31d15786912a3de82fec6b435645be5ae2e1984395379d9b08 +Installed-Size: 14274 +Filename: kmod-serial-8250_5.15.134-1_mipsel_24kc.ipk +Size: 14944 +SHA256sum: c5a87ee39abd6bd7764cf59fb51a6a7a7c941df823af2e614785a48925596fe0 Description: Kernel module for 8250 UART based serial ports Package: kmod-sfc-falcon -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mdio, kmod-lib-crc32c, kmod-i2c-algo-bit +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mdio, kmod-lib-crc32c, kmod-i2c-algo-bit License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 69442 -Filename: kmod-sfc-falcon_5.15.137-1_mipsel_24kc.ipk -Size: 70140 -SHA256sum: 80d357663143e798c55b3f8c6caf63e793d922d6583a348fdacc2f911a25704a +Filename: kmod-sfc-falcon_5.15.134-1_mipsel_24kc.ipk +Size: 70122 +SHA256sum: 0cb3308b238c7a3c1c42171e60d2480446128a50f8fbb63246664561fabafa70 Description: Solarflare SFC4000 support Package: kmod-sfc -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mdio, kmod-lib-crc32c, kmod-ptp, kmod-hwmon-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mdio, kmod-lib-crc32c, kmod-ptp, kmod-hwmon-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 135422 -Filename: kmod-sfc_5.15.137-1_mipsel_24kc.ipk -Size: 135624 -SHA256sum: aed759cb78b688867a1894491894ac83cfb9587994e1e6e66693cc470b620001 +Installed-Size: 135423 +Filename: kmod-sfc_5.15.134-1_mipsel_24kc.ipk +Size: 135702 +SHA256sum: 3dbe0cd9b2e9ebfc211016b29c1a7417cd8ece27aedf5eee41804823d8d0dcb9 Description: Solarflare SFC9000/SFC9100/EF100-family support Solarflare EF100 support requires at least kernel version 5.9 Package: kmod-sfp -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-hwmon-core, kmod-phylink +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-hwmon-core, kmod-phylink License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-sfp_5.15.137-1_mipsel_24kc.ipk +Filename: kmod-sfp_5.15.134-1_mipsel_24kc.ipk Size: 839 -SHA256sum: f251b0b7ab6f149f7af67d599bf207d350889f7df17755ffbb9086d18a04323f +SHA256sum: 014fd8ee15b7322e4cabbd76d887f7d62aee13e3e005de4abf1884f55ac49d3c Description: Kernel module to support SFP cages Package: kmod-siit -Version: 5.15.137+1.2-4 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134+1.2-4 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0-or-later Section: kernel Architecture: mipsel_24kc -Installed-Size: 5262 -Filename: kmod-siit_5.15.137+1.2-4_mipsel_24kc.ipk -Size: 6042 -SHA256sum: 2f8b2ac8c8b3eadf1d254229e45b6ebf8ba33257130a081283f04ba05e7564b8 +Installed-Size: 5264 +Filename: kmod-siit_5.15.134+1.2-4_mipsel_24kc.ipk +Size: 6046 +SHA256sum: f5198ef5c4a7e1b40372abe987e93efc5715917a254811eb1aa89d716dc17703 Description: Stateless IP ICMP Translation Algorithm Package: kmod-sis190 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mii +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mii License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 10523 -Filename: kmod-sis190_5.15.137-1_mipsel_24kc.ipk -Size: 11285 -SHA256sum: eb77645084c8c475390d56b2e4b27c97e4787627f5d914c66e2ce8278e7a381b +Filename: kmod-sis190_5.15.134-1_mipsel_24kc.ipk +Size: 11280 +SHA256sum: db0683fa4cdfd35200f62b884fd34db3d18aa542ad9a479a640494a23c6d8313 Description: SiS 190 Fast/Gigabit Ethernet support Package: kmod-sis900 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mii +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mii License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 12548 -Filename: kmod-sis900_5.15.137-1_mipsel_24kc.ipk -Size: 13290 -SHA256sum: 8c25d8e08d9a7ad524994cc32da04bd97e1f06314dceea8cf90b2412ec1f768c +Installed-Size: 12549 +Filename: kmod-sis900_5.15.134-1_mipsel_24kc.ipk +Size: 13291 +SHA256sum: e5612939dd480224c7cfd0bbb660c4f7be9c764a0abd0cc741e9dd2deb89415c Description: Kernel modules for Sis 900 Ethernet adapters. Package: kmod-sit -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iptunnel, kmod-iptunnel4 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iptunnel, kmod-iptunnel4 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 12732 -Filename: kmod-sit_5.15.137-1_mipsel_24kc.ipk -Size: 13450 -SHA256sum: 2110a9163fe9f702bf9d2f3f092c9229bf29fad52bdc26651411a54d676f35a6 +Installed-Size: 12731 +Filename: kmod-sit_5.15.134-1_mipsel_24kc.ipk +Size: 13445 +SHA256sum: 8823a43da282886127fec4bc52e955e72eefcca392b6093d8caafba11039c8ec Description: Kernel modules for IPv6-in-IPv4 tunnelling Package: kmod-skge -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 17436 -Filename: kmod-skge_5.15.137-1_mipsel_24kc.ipk -Size: 18153 -SHA256sum: a799069488301a821177d2cacfb77b596c70e105d0375f330fd7512769b534e0 +Filename: kmod-skge_5.15.134-1_mipsel_24kc.ipk +Size: 18149 +SHA256sum: d697f7489c963d3f7e5a397e72572b771ed89162502594918a44706a13cdda6d Description: SysKonnect Yukon support Package: kmod-sky2 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 26631 -Filename: kmod-sky2_5.15.137-1_mipsel_24kc.ipk -Size: 27487 -SHA256sum: 145fec1a3c010e8ca7ee924c8c0147bc9ea6097f5a748cad7837fc1ab735f2d0 +Installed-Size: 26630 +Filename: kmod-sky2_5.15.134-1_mipsel_24kc.ipk +Size: 27492 +SHA256sum: 07aa32556c60ae4f1d3b7dc641aad2c52f50f8881251db0c31b7693bd9af4038 Description: This driver supports Gigabit Ethernet adapters based on the Marvell Yukon 2 chipset: Marvell 88E8021/88E8022/88E8035/88E8036/88E8038/88E8050/88E8052/ @@ -9328,655 +9328,655 @@ Description: This driver supports Gigabit Ethernet adapters based on the Genesis based adapters: skge. Package: kmod-slhc -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-lib-crc-ccitt +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-lib-crc-ccitt License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4015 -Filename: kmod-slhc_5.15.137-1_mipsel_24kc.ipk -Size: 4720 -SHA256sum: ec067a49fa90a603684572479374b61a381c98d399e836f11714f8a61bdaa82c +Installed-Size: 4014 +Filename: kmod-slhc_5.15.134-1_mipsel_24kc.ipk +Size: 4713 +SHA256sum: 7a3818f26db78fd6d30befe64dd948720550acb936bfe87e05db8862cb380e2d Description: Serial Line Header Compression Package: kmod-slip -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-slhc +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-slhc License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 7820 -Filename: kmod-slip_5.15.137-1_mipsel_24kc.ipk -Size: 8563 -SHA256sum: 594d490d73c06a0a95f4f31360db857a8fd0b45396c4ae68094ce0a6c54f4ab6 +Filename: kmod-slip_5.15.134-1_mipsel_24kc.ipk +Size: 8556 +SHA256sum: 2f86b57a75359565c2a08c39b7502cf6fbc15f5edfdf9edbeeb69b9c1fe8c707 Description: Kernel modules for SLIP support Package: kmod-softdog -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2505 -Filename: kmod-softdog_5.15.137-1_mipsel_24kc.ipk -Size: 3226 -SHA256sum: 86da63d7c915cb46ba2b4fafadfd70ec85a73713eb3006378a3ba2d3d3d49c64 +Installed-Size: 2506 +Filename: kmod-softdog_5.15.134-1_mipsel_24kc.ipk +Size: 3218 +SHA256sum: 560b94136ac6b6cf8174499985faa71efd444b482bf34aa0925e2de903060d45 Description: Software watchdog driver Package: kmod-solos-pci -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-atm +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-atm License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 12678 -Filename: kmod-solos-pci_5.15.137-1_mipsel_24kc.ipk -Size: 13370 -SHA256sum: d21a5dca585daf13a1f6cdca682fa279721d22ae70bd599796d085efd605a3b8 +Installed-Size: 12677 +Filename: kmod-solos-pci_5.15.134-1_mipsel_24kc.ipk +Size: 13362 +SHA256sum: 814a15be7e41377acea2a5f277ef322a3d861dda662ec4a2c29187f29764f9bb Description: Kernel module for Traverse Technologies' Solos PCI cards and Geos ADSL2+ x86 motherboard Package: kmod-sound-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-input-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-input-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 152521 -Filename: kmod-sound-core_5.15.137-1_mipsel_24kc.ipk -Size: 152590 -SHA256sum: e13da1b769e07d0fc96f92f303b8e4ac8be791859fe476de750760cccfded6a8 +Installed-Size: 152518 +Filename: kmod-sound-core_5.15.134-1_mipsel_24kc.ipk +Size: 152620 +SHA256sum: bc0ea4854e87baed2f4274c259ddce860b792d54b1e2db795afb962fb240a5a3 Description: Kernel modules for sound support Package: kmod-sound-dummy -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sound-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sound-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 6184 -Filename: kmod-sound-dummy_5.15.137-1_mipsel_24kc.ipk -Size: 7000 -SHA256sum: c981485e890d56fdaab608e88626ca91e8245cb409d419c767990777bf80209d +Installed-Size: 6182 +Filename: kmod-sound-dummy_5.15.134-1_mipsel_24kc.ipk +Size: 6990 +SHA256sum: 4b300fc69b3237db5217f1d41299f4c8ca3683d80a083bc352e45262838a6a8b Description: Dummy sound device for Alsa when no hardware present Package: kmod-sound-ens1371 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ac97, kmod-sound-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ac97, kmod-sound-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 8756 -Filename: kmod-sound-ens1371_5.15.137-1_mipsel_24kc.ipk -Size: 9529 -SHA256sum: 7b19ec9c9095169a65bc7ab4865bd23d8b3b50a85162fc312be56e6e0bc8e838 +Installed-Size: 8757 +Filename: kmod-sound-ens1371_5.15.134-1_mipsel_24kc.ipk +Size: 9532 +SHA256sum: 85b4802b1cde8d94cd7ae87fd2eb9a643378252886825ab3a39606e886730916 Description: support for (Creative) Ensoniq AudioPCI 1371 chips Package: kmod-sound-hda-codec-analog -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sound-core, kmod-sound-hda-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sound-core, kmod-sound-hda-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-sound-hda-codec-analog_5.15.137-1_mipsel_24kc.ipk -Size: 854 -SHA256sum: 2c328dabeb8e14dfcae073e078979b7f9bdec897584500124e5a9bee26e74545 +Filename: kmod-sound-hda-codec-analog_5.15.134-1_mipsel_24kc.ipk +Size: 853 +SHA256sum: 2ff4ded37c65ead1391debf12681249b62a3441a3a94c7631803a783f4867e40 Description: Kernel modules for HD Audio Analog Devices codec support Package: kmod-sound-hda-codec-ca0110 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sound-core, kmod-sound-hda-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sound-core, kmod-sound-hda-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-sound-hda-codec-ca0110_5.15.137-1_mipsel_24kc.ipk -Size: 851 -SHA256sum: bb42186997aa346189e35e9c6ee7faace356f9f7555ebedd1e7f6f805aaeac4c +Filename: kmod-sound-hda-codec-ca0110_5.15.134-1_mipsel_24kc.ipk +Size: 856 +SHA256sum: acd64392919d7595f992fda08dff04e02b31deb8435ed9642a41f3b10033f661 Description: Kernel modules for HD Audio Creative CA0110 codec support Package: kmod-sound-hda-codec-ca0132 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sound-core, kmod-sound-hda-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sound-core, kmod-sound-hda-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-sound-hda-codec-ca0132_5.15.137-1_mipsel_24kc.ipk -Size: 852 -SHA256sum: 5687c2bc1b69c6aae80a67e18eaa04e40579c33b67ba5d4b8f1e6e57d0d70640 +Filename: kmod-sound-hda-codec-ca0132_5.15.134-1_mipsel_24kc.ipk +Size: 856 +SHA256sum: 04fbef42a8cbac00ac632ab014a19b7cb7647ab7e1da90bdcfca1733677a8037 Description: Kernel modules for HD Audio Creative CA0132 codec support Package: kmod-sound-hda-codec-cirrus -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sound-core, kmod-sound-hda-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sound-core, kmod-sound-hda-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-sound-hda-codec-cirrus_5.15.137-1_mipsel_24kc.ipk -Size: 854 -SHA256sum: d8ef14758d5b7c4e15b9a111f7d929acb1f4bfa08b8c2cd493dea1d7770c281a +Filename: kmod-sound-hda-codec-cirrus_5.15.134-1_mipsel_24kc.ipk +Size: 852 +SHA256sum: d0bde2339ac15864b7a875885334399ba2f923c9e3dffff2964cf5128c082781 Description: Kernel modules for HD Audio Cirrus Logic codec support Package: kmod-sound-hda-codec-cmedia -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sound-core, kmod-sound-hda-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sound-core, kmod-sound-hda-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-sound-hda-codec-cmedia_5.15.137-1_mipsel_24kc.ipk -Size: 848 -SHA256sum: 7e40a39f568a75ff5cbe84e2a983ac2fa1ce35b6bf7338d7d28947d4317f7f20 +Filename: kmod-sound-hda-codec-cmedia_5.15.134-1_mipsel_24kc.ipk +Size: 851 +SHA256sum: ecce81290779284dc68368c1db7725385cb6facd4ba8022c083c05d515f13599 Description: Kernel modules for HD Audio C-Media codec support Package: kmod-sound-hda-codec-conexant -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sound-core, kmod-sound-hda-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sound-core, kmod-sound-hda-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-sound-hda-codec-conexant_5.15.137-1_mipsel_24kc.ipk +Filename: kmod-sound-hda-codec-conexant_5.15.134-1_mipsel_24kc.ipk Size: 847 -SHA256sum: a04fe9768e0b1ef9260e1f6899807fcc3e3ff7508b0842b893f5cc812dcb829f +SHA256sum: 82622e61bdd18ac549b83b5f32d6bade0d12477bfc11c9ce7e67cfd70b95916e Description: Kernel modules for HD Audio Conexant codec support Package: kmod-sound-hda-codec-hdmi -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sound-core, kmod-sound-hda-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sound-core, kmod-sound-hda-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-sound-hda-codec-hdmi_5.15.137-1_mipsel_24kc.ipk -Size: 845 -SHA256sum: 13d225b768393bea7bcb7aa19879cf52a504cae8484505bc8b8869ff7e2a2d44 +Filename: kmod-sound-hda-codec-hdmi_5.15.134-1_mipsel_24kc.ipk +Size: 841 +SHA256sum: 03fe8fa2318f476c742dd58d491201c2f6d3e3c58e92ce5726bc90eaeb1e5f89 Description: Kernel modules for HD Audio HDMI codec support Package: kmod-sound-hda-codec-idt -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sound-core, kmod-sound-hda-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sound-core, kmod-sound-hda-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-sound-hda-codec-idt_5.15.137-1_mipsel_24kc.ipk -Size: 855 -SHA256sum: 24085bc8392f5cb32fe04648a53277d4253e561b6930d1f8608f2734f0517ea3 +Filename: kmod-sound-hda-codec-idt_5.15.134-1_mipsel_24kc.ipk +Size: 856 +SHA256sum: 98e356e40adf4440e9405cfe3a36632d4eb245875e52072558be32740589511b Description: Kernel modules for HD Audio Sigmatel IDT codec support Package: kmod-sound-hda-codec-realtek -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sound-core, kmod-sound-hda-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sound-core, kmod-sound-hda-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-sound-hda-codec-realtek_5.15.137-1_mipsel_24kc.ipk +Filename: kmod-sound-hda-codec-realtek_5.15.134-1_mipsel_24kc.ipk Size: 846 -SHA256sum: d69b7e051542c527ce561e8496416c8458f02b407a0fe0fb2774f04c49ae0a2d +SHA256sum: 4b598f588f4210b283180621d2c10562d3167bc70e8bc90838ea8c713ebba52d Description: Kernel modules for Intel HDA Realtek codec support Package: kmod-sound-hda-codec-si3054 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sound-core, kmod-sound-hda-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sound-core, kmod-sound-hda-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-sound-hda-codec-si3054_5.15.137-1_mipsel_24kc.ipk -Size: 852 -SHA256sum: e3c77b4f25eece9be6c1e9b315b59a6813a442887043c5c5bb21a17bd48df7aa +Filename: kmod-sound-hda-codec-si3054_5.15.134-1_mipsel_24kc.ipk +Size: 854 +SHA256sum: 990270e21ee4101d22b84ebe024df59a4ed8fad899a6d0490151b9f88203362f Description: Kernel modules for HD Audio Silicon Labs 3054 codec support Package: kmod-sound-hda-codec-via -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sound-core, kmod-sound-hda-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sound-core, kmod-sound-hda-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-sound-hda-codec-via_5.15.137-1_mipsel_24kc.ipk -Size: 844 -SHA256sum: c7b3e85c702262689e049d1fd13e82241a4c7dd71aef193ca9b234415565b1b0 +Filename: kmod-sound-hda-codec-via_5.15.134-1_mipsel_24kc.ipk +Size: 848 +SHA256sum: 134f7fd078d4e8b390df0632dfe761b736c660e0792f61cd47121acbef2071b3 Description: Kernel modules for HD Audio VIA codec support Package: kmod-sound-hda-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ledtrig-audio, kmod-sound-core, kmod-regmap-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ledtrig-audio, kmod-sound-core, kmod-regmap-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-sound-hda-core_5.15.137-1_mipsel_24kc.ipk +Filename: kmod-sound-hda-core_5.15.134-1_mipsel_24kc.ipk Size: 851 -SHA256sum: b2d7ab710671ff8ac4040dcdeb05dfe76d17721d3476a80e097ec19e255e3ba6 +SHA256sum: c249e30b1cd4e05ecc2ecb02b20d67c64c9cf23e016f09bbd956fc7dfcd62e53 Description: Kernel modules for HD Audio sound support Package: kmod-sound-i8x0 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ac97, kmod-sound-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ac97, kmod-sound-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 14294 -Filename: kmod-sound-i8x0_5.15.137-1_mipsel_24kc.ipk -Size: 15112 -SHA256sum: d02baef17013f6d564b78b6fbc5857813992229ddaf5d1547b9a8637cfe235bb +Installed-Size: 14297 +Filename: kmod-sound-i8x0_5.15.134-1_mipsel_24kc.ipk +Size: 15118 +SHA256sum: 01397aafbc0ec2cbe9ca262402442c7075a16e8fdf910c7291051beaabf920fa Description: support for the integrated AC97 sound device on motherboards with Intel/SiS/nVidia/AMD chipsets, or ALi chipsets using the M5455 Audio Controller. Package: kmod-sound-mpu401 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sound-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sound-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3397 -Filename: kmod-sound-mpu401_5.15.137-1_mipsel_24kc.ipk -Size: 4163 -SHA256sum: db0f7d05f0cd8fcd4aec4ca7d00c878f45abbcaabef3430dbab341630eab2ad4 +Installed-Size: 3396 +Filename: kmod-sound-mpu401_5.15.134-1_mipsel_24kc.ipk +Size: 4166 +SHA256sum: b5379b2a22d6d745ba051438c8e7a123a05b31f5118c8376a960b25783b0ee42 Description: support for MIDI ports compatible with the Roland MPU-401 interface in UART mode. Package: kmod-sound-mt7620 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sound-soc-core, kmod-regmap-i2c, kmod-dma-ralink, kmod-sound-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sound-soc-core, kmod-regmap-i2c, kmod-dma-ralink, kmod-sound-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 22834 -Filename: kmod-sound-mt7620_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 22835 +Filename: kmod-sound-mt7620_5.15.134-1_mipsel_24kc.ipk Size: 23502 -SHA256sum: f34f611bc458a5160d0b712c366b8678cdb81e11abf2b7b19d0522774f6e3ca9 +SHA256sum: 5a600e9454e0c4b1a4471e5952c1ed9f45b6fa788fcbbcdbe964567b6b167060 Description: Alsa modules for ralink i2s controller. Package: kmod-sound-seq -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sound-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sound-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 33257 -Filename: kmod-sound-seq_5.15.137-1_mipsel_24kc.ipk -Size: 34028 -SHA256sum: fb7b8f7e6b84b5b6518d2424ae2a7d580a924ea3b3a211397261130482fd1d27 +Installed-Size: 33256 +Filename: kmod-sound-seq_5.15.134-1_mipsel_24kc.ipk +Size: 34029 +SHA256sum: f8204832054d13608a0562a87f914508d2453442c9f0077426ee18c1c2440dfb Description: Kernel modules for sequencer support Package: kmod-sound-soc-ac97 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ac97, kmod-sound-soc-core, kmod-sound-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ac97, kmod-sound-soc-core, kmod-sound-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 1336 -Filename: kmod-sound-soc-ac97_5.15.137-1_mipsel_24kc.ipk -Size: 2101 -SHA256sum: 5bad1a6ceb9034ee1f39dc6772528858db51e5f39603f70f2181efc45f7599cd +Filename: kmod-sound-soc-ac97_5.15.134-1_mipsel_24kc.ipk +Size: 2105 +SHA256sum: d23844ade8466cd485d939dfd802dfde76833b90b66e49add5fb1ee895b9afcc Description: AC97 Codec support Package: kmod-sound-soc-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-regmap-core, kmod-ac97, kmod-sound-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-regmap-core, kmod-ac97, kmod-sound-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 75399 -Filename: kmod-sound-soc-core_5.15.137-1_mipsel_24kc.ipk -Size: 75965 -SHA256sum: deef12d82bc338d415338f8487d79a23bf0b0d181aa2c1f89312e887ab29603a +Installed-Size: 75382 +Filename: kmod-sound-soc-core_5.15.134-1_mipsel_24kc.ipk +Size: 75926 +SHA256sum: c236ebdbfe270d5287dcd30b8c1e1cf6e8a5f70de661ae10144a1b72dca2e919 Description: SoC sound support Package: kmod-sound-soc-spdif -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sound-soc-core, kmod-sound-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sound-soc-core, kmod-sound-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 1281 -Filename: kmod-sound-soc-spdif_5.15.137-1_mipsel_24kc.ipk -Size: 2027 -SHA256sum: 256c3dccae88186eb0d77ee6056ab74d0e1259c064126275540438764f27975d +Filename: kmod-sound-soc-spdif_5.15.134-1_mipsel_24kc.ipk +Size: 2026 +SHA256sum: 569bd795bab1266e09afd44d06c584e33757fd4dad65943aa8185d1f91bdd997 Description: SoC S/PDIF codec support Package: kmod-sound-via82xx -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ac97, kmod-sound-mpu401, kmod-sound-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ac97, kmod-sound-mpu401, kmod-sound-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 11716 -Filename: kmod-sound-via82xx_5.15.137-1_mipsel_24kc.ipk -Size: 12528 -SHA256sum: f0bec8a9f1efd5a86496740f4bc8c6f3e4ce1f468b5c6609c1d37e2a13c76eb3 +Filename: kmod-sound-via82xx_5.15.134-1_mipsel_24kc.ipk +Size: 12518 +SHA256sum: 2fbb44c008a4ccc8efb54aad64a6e2dd9166fd665c4fe8ec1c8627ec340634d1 Description: support for the integrated AC97 sound device on motherboards with VIA chipsets. Package: kmod-spi-bitbang -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2524 -Filename: kmod-spi-bitbang_5.15.137-1_mipsel_24kc.ipk -Size: 3290 -SHA256sum: baa64c4d76694b2e2a8271819934ee984533206218f493603e9292bcb575c5f6 +Installed-Size: 2523 +Filename: kmod-spi-bitbang_5.15.134-1_mipsel_24kc.ipk +Size: 3288 +SHA256sum: dcc39214bad4bd0153903ba234b80630e18e6c474747952939b20e72decc8f74 Description: This package contains the SPI bitbanging library Package: kmod-spi-dev -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 5121 -Filename: kmod-spi-dev_5.15.137-1_mipsel_24kc.ipk +Filename: kmod-spi-dev_5.15.134-1_mipsel_24kc.ipk Size: 5865 -SHA256sum: 2b44e2b06a42a16ca06bf6a19dbd2ead97f10ba22f8f59dcef95e5124664c35a +SHA256sum: 9427009d5faf009c6d778ce91d57ef19b082e2005fcbd2478d24976da3919d36 Description: This package contains the user mode SPI device driver Package: kmod-spi-gpio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-spi-bitbang +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-spi-bitbang License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2617 -Filename: kmod-spi-gpio_5.15.137-1_mipsel_24kc.ipk -Size: 3354 -SHA256sum: 7e4b8c7c6cdff45364925b272d6b56538577cac6de68b842d07ca2c5937b56ce +Installed-Size: 2619 +Filename: kmod-spi-gpio_5.15.134-1_mipsel_24kc.ipk +Size: 3360 +SHA256sum: f4135ede2a0c4b5e26d16fb61324e3679bcd25c2f3940d7128f0c5e92ecec2c2 Description: This package contains the GPIO-based bitbanging SPI Master Package: kmod-spi-ks8995 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 2917 -Filename: kmod-spi-ks8995_5.15.137-1_mipsel_24kc.ipk -Size: 3647 -SHA256sum: 1cc0a9911ffd36ca9ad9b7fc1b551dbc90fe8a89a1f80c993a61b490d75e8c9b +Filename: kmod-spi-ks8995_5.15.134-1_mipsel_24kc.ipk +Size: 3655 +SHA256sum: 30a74f236807c5c77d4e7e4d3c12858fd0756a8be3e5e0ac2496cd6d73d135a3 Description: Kernel module for Micrel/Kendin KS8995 ethernet switch Package: kmod-ssb -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 26805 -Filename: kmod-ssb_5.15.137-1_mipsel_24kc.ipk -Size: 27487 -SHA256sum: 541260290e7431712b3bc6678ba8cb15c13501f1c62fc02d94fee4b2b618499f +Installed-Size: 26802 +Filename: kmod-ssb_5.15.134-1_mipsel_24kc.ipk +Size: 27490 +SHA256sum: 75cb04819eb9d11b5ebabf2a5ceebd08198c23761d740fc0c3308d76f7f60f2b Description: Silicon Sonics Backplane glue code. Package: kmod-swconfig -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 185 -Filename: kmod-swconfig_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 186 +Filename: kmod-swconfig_5.15.134-1_mipsel_24kc.ipk Size: 917 -SHA256sum: fbe40f2a7fb9176de4fc27750b55a53ebe47540934d55331e26125f798d02892 +SHA256sum: 0f9569d01ba5f2b52286a679fc68a1a92b904b083344013d3dcc8a0f3aff270e Description: Switch configuration API module Package: kmod-switch-ar8xxx -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-swconfig, kmod-mdio-devres +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-swconfig, kmod-mdio-devres License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 18232 -Filename: kmod-switch-ar8xxx_5.15.137-1_mipsel_24kc.ipk -Size: 18949 -SHA256sum: 1452efd5c7f4139bcb00034538da51f97f5c7cd0ffe7c31ee976293412953d05 +Filename: kmod-switch-ar8xxx_5.15.134-1_mipsel_24kc.ipk +Size: 18951 +SHA256sum: 7dba12a9c011ffcc3070245d0b61344fa123922bd7a8691e471b6266e6bde58d Description: Atheros AR8216/8327 switch support Package: kmod-switch-bcm53xx-mdio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-switch-bcm53xx +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-switch-bcm53xx License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 2723 -Filename: kmod-switch-bcm53xx-mdio_5.15.137-1_mipsel_24kc.ipk -Size: 3459 -SHA256sum: 4951a8c0324dbbce7ec279b10b6f0132dd947f858dd8b1e3988652c0c88c46b0 +Filename: kmod-switch-bcm53xx-mdio_5.15.134-1_mipsel_24kc.ipk +Size: 3455 +SHA256sum: e359059d23f244bba392f1da05e26039e5d37ed76a568afd2a0194d998d8ff0e Description: Broadcom bcm53xx switch MDIO support Package: kmod-switch-bcm53xx -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-swconfig +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-swconfig License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 8446 -Filename: kmod-switch-bcm53xx_5.15.137-1_mipsel_24kc.ipk -Size: 9207 -SHA256sum: c1b19f33601dc066081598057fd0d631bdc6282db6004371a8a1997d91cbf512 +Filename: kmod-switch-bcm53xx_5.15.134-1_mipsel_24kc.ipk +Size: 9205 +SHA256sum: 1273719c36c8cd28bd7e8c58477b727e4c746b12305ebc0ed0f909c88634b356 Description: Broadcom bcm53xx switch support Package: kmod-switch-ip17xx -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-swconfig +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-swconfig License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 7123 -Filename: kmod-switch-ip17xx_5.15.137-1_mipsel_24kc.ipk -Size: 7890 -SHA256sum: c0740aae7472f2e66319c2c0f3b3fc7fb3fe2b0a7f8f2e25753b4f449141ba42 +Installed-Size: 7124 +Filename: kmod-switch-ip17xx_5.15.134-1_mipsel_24kc.ipk +Size: 7879 +SHA256sum: 1a8524d15f8519cbfc875a7f15bfe0b4541d9a962bdfa69e7a5bcaf6717d62ec Description: IC+ IP175C/IP178C switch support Package: kmod-switch-rtl8306 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-swconfig +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-swconfig License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 5147 -Filename: kmod-switch-rtl8306_5.15.137-1_mipsel_24kc.ipk -Size: 5869 -SHA256sum: 5057f5486fbdbfb9e36382dc0d99a34b6d476654e2c5a714ecb082bcbc05a2c2 +Installed-Size: 5149 +Filename: kmod-switch-rtl8306_5.15.134-1_mipsel_24kc.ipk +Size: 5871 +SHA256sum: d997dc1a36087c748ff0fd7cb3e4f4ef6fcc63bcd94b31aa1ba4f834e03cc0c9 Description: Realtek RTL8306S switch support Package: kmod-switch-rtl8366-smi -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-swconfig +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-swconfig License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 7823 -Filename: kmod-switch-rtl8366-smi_5.15.137-1_mipsel_24kc.ipk -Size: 8599 -SHA256sum: 40db653a910638eedbab1336e77edad3d351d6f363f883515412855d628a8866 +Installed-Size: 7824 +Filename: kmod-switch-rtl8366-smi_5.15.134-1_mipsel_24kc.ipk +Size: 8597 +SHA256sum: 4e268742414376a49b87651d07628edbc2ab42d9f66ee9a45a81c492c57bf04f Description: Realtek RTL8366 series SMI switch interface support Package: kmod-switch-rtl8366rb -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-switch-rtl8366-smi +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-switch-rtl8366-smi License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 6042 -Filename: kmod-switch-rtl8366rb_5.15.137-1_mipsel_24kc.ipk -Size: 6765 -SHA256sum: e1e6800f9ab017dc9f2321c3aad31b4c092a0cfab555c5e42ed646540827128a +Installed-Size: 6044 +Filename: kmod-switch-rtl8366rb_5.15.134-1_mipsel_24kc.ipk +Size: 6772 +SHA256sum: 56477189ebfd9b993d7487ec8a3428d062c231ad04e2e595d0c3902b8a66c02a Description: Realtek RTL8366RB switch support Package: kmod-switch-rtl8366s -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-switch-rtl8366-smi +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-switch-rtl8366-smi License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 5865 -Filename: kmod-switch-rtl8366s_5.15.137-1_mipsel_24kc.ipk -Size: 6608 -SHA256sum: 30018f208b0e5092da05624fb8f14fa50b9a608ada88659a4320e1f7cdae873c +Installed-Size: 5869 +Filename: kmod-switch-rtl8366s_5.15.134-1_mipsel_24kc.ipk +Size: 6619 +SHA256sum: a9412e1275714bf7b2f9d18241724ae39cf1b2e246559a5efa5ad63ad0c6742e Description: Realtek RTL8366S switch support Package: kmod-switch-rtl8367 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-switch-rtl8366-smi +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-switch-rtl8366-smi License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 7750 -Filename: kmod-switch-rtl8367_5.15.137-1_mipsel_24kc.ipk -Size: 8497 -SHA256sum: 024463ae4b10c4b476697e06b47b309cd167bf6fc0cd1c88fbbfef1a3218b971 +Installed-Size: 7748 +Filename: kmod-switch-rtl8367_5.15.134-1_mipsel_24kc.ipk +Size: 8490 +SHA256sum: 505071b08ae9915ecacac7b427ea3c9b66e7672974a7bd06e2998fcaa369da10 Description: Realtek RTL8367 switch support Package: kmod-switch-rtl8367b -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-switch-rtl8366-smi +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-switch-rtl8366-smi License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 8569 -Filename: kmod-switch-rtl8367b_5.15.137-1_mipsel_24kc.ipk -Size: 9333 -SHA256sum: 8dd62bab5753cc5eb89dfc1005eddaaa6d7c9d37915417484e9acb5213d28602 +Installed-Size: 8575 +Filename: kmod-switch-rtl8367b_5.15.134-1_mipsel_24kc.ipk +Size: 9335 +SHA256sum: e2548653615ae2f87f19da20d4297d09d3d3d99a47d2986817f8d0410e0eb215 Description: Realtek RTL8367R/B switch support Package: kmod-tcp-bbr -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 5787 -Filename: kmod-tcp-bbr_5.15.137-1_mipsel_24kc.ipk -Size: 6625 -SHA256sum: 9fe54807dd2c9822b5e5b73e56c656ac4f6ea43ba138de50e7e05c20fbd24466 +Installed-Size: 5790 +Filename: kmod-tcp-bbr_5.15.134-1_mipsel_24kc.ipk +Size: 6629 +SHA256sum: e533feb78aded5fcd98fadd073cdc99db82abd00bb16d31144181e1e37fdec8b Description: Kernel module for BBR (Bottleneck Bandwidth and RTT) TCP congestion control. It requires the fq ("Fair Queue") pacing packet scheduler. For kernel 4.13+, TCP internal pacing is implemented as fallback. Package: kmod-tcp-hybla -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1895 -Filename: kmod-tcp-hybla_5.15.137-1_mipsel_24kc.ipk -Size: 2778 -SHA256sum: 8fc916676db567e15cec727a4db24cd7f78b5fba88c848285b73f1fff2e1e17e +Installed-Size: 1889 +Filename: kmod-tcp-hybla_5.15.134-1_mipsel_24kc.ipk +Size: 2773 +SHA256sum: 3b32e49276b7664a07be3eccb8b0303361e8b2d486d7a6402e06a5674b045c39 Description: TCP-Hybla is a sender-side only change that eliminates penalization of long-RTT, large-bandwidth connections, like when satellite legs are involved, especially when sharing a common bottleneck with normal terrestrial connections. Package: kmod-tcp-scalable -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1036 -Filename: kmod-tcp-scalable_5.15.137-1_mipsel_24kc.ipk -Size: 1905 -SHA256sum: e18b81044e4aa10dfe2b4b2126fa775784f8b845ec19ea893cb7f648b5305ae2 +Installed-Size: 1035 +Filename: kmod-tcp-scalable_5.15.134-1_mipsel_24kc.ipk +Size: 1901 +SHA256sum: 33aa9b33ff0752d40a129eca33c0cd82b8652cfd0e8b339fce54c6fe249d5620 Description: Scalable TCP is a sender-side only change to TCP which uses a MIMD congestion control algorithm which has some nice scaling properties, though is known to have fairness issues. See http://www.deneholme.net/tom/scalable/ Package: kmod-tg3 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy, kmod-ptp +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy, kmod-ptp License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 79946 -Filename: kmod-tg3_5.15.137-1_mipsel_24kc.ipk -Size: 80630 -SHA256sum: a8ba7df0fd6d79f3dfea35a682b2f9029329c18873e289db7994c8b800bf2823 +Filename: kmod-tg3_5.15.134-1_mipsel_24kc.ipk +Size: 80623 +SHA256sum: 52062f0bb83882455db5d6d0e40c28cf00baa640e6de17ddbc68a063836dce0d Description: Kernel modules for Broadcom Tigon3 Gigabit Ethernet adapters Package: kmod-thermal -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-thermal_5.15.137-1_mipsel_24kc.ipk -Size: 891 -SHA256sum: 9315aace8772c512409bed2ce29504d01299b262babcc20052b56c170f869073 +Filename: kmod-thermal_5.15.134-1_mipsel_24kc.ipk +Size: 889 +SHA256sum: bf0afd434ac1ad4051918bba1b7bae2c9f482261d5e5a8b58c426ba9b4dc2c60 Description: Thermal driver offers a generic mechanism for thermal management. Usually it's made up of one or more thermal zone and cooling device. Package: kmod-tls -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 31637 -Filename: kmod-tls_5.15.137-1_mipsel_24kc.ipk -Size: 32367 -SHA256sum: d362bb0f6695a67eecdb29fc4fd02d5a705c73bb3679c46c4746af2277bc27ab +Filename: kmod-tls_5.15.134-1_mipsel_24kc.ipk +Size: 32386 +SHA256sum: 34a2aaaf9ba8dcc993cf2179f7f1d03a4346743ccb02b63c3c084ee71fd95978 Description: Kernel module for in-kernel TLS protocol support and hw offload (to supported interfaces). This allows symmetric encryption handling of the TLS protocol to be done in-kernel and it's HW offload when available. Package: kmod-tpm-i2c-atmel -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-tpm, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-tpm, kmod-i2c-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1704 -Filename: kmod-tpm-i2c-atmel_5.15.137-1_mipsel_24kc.ipk -Size: 2461 -SHA256sum: 474cde37467b4d1ca30fed2e32f28afd041b3e97a737dc8095fd79439b4f661b +Installed-Size: 1706 +Filename: kmod-tpm-i2c-atmel_5.15.134-1_mipsel_24kc.ipk +Size: 2460 +SHA256sum: 3cfe771352aaccf344879b5dea213f5ea216359e9bf6f878f1bfc4ea1b9bdf38 Description: This enables the TPM Interface Specification 1.2 Interface (I2C - Atmel) Package: kmod-tpm-i2c-infineon -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-tpm, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-tpm, kmod-i2c-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4303 -Filename: kmod-tpm-i2c-infineon_5.15.137-1_mipsel_24kc.ipk -Size: 5073 -SHA256sum: 0516bddf23fabb247c98601e9a5d4bae10fd731abbff79442d9709c31648f8a2 +Installed-Size: 4300 +Filename: kmod-tpm-i2c-infineon_5.15.134-1_mipsel_24kc.ipk +Size: 5071 +SHA256sum: 31612413de6fcb549e8752449fdb2aa86c54e771636cb9b56e9ee7dac3ea82ed Description: This enables the TPM Interface Specification 1.2 Interface (I2C - Infineon) Package: kmod-tpm -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-random-core, kmod-asn1-decoder, kmod-asn1-encoder, kmod-oid-registry +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-random-core, kmod-asn1-decoder, kmod-asn1-encoder, kmod-oid-registry License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 25616 -Filename: kmod-tpm_5.15.137-1_mipsel_24kc.ipk -Size: 26052 -SHA256sum: 00207163ee0220cc9029bac2607fa336e772a43ec848961c425cf59907d40007 +Installed-Size: 25613 +Filename: kmod-tpm_5.15.134-1_mipsel_24kc.ipk +Size: 26060 +SHA256sum: 93c539c1fe8589c34cd48abcb3fd7a21c483fedf1d1a5a694a37688f2b07d60b Description: This enables TPM Hardware Support. Package: kmod-trelay -Version: 5.15.137-2 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-2 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Section: kernel Architecture: mipsel_24kc -Installed-Size: 3384 -Filename: kmod-trelay_5.15.137-2_mipsel_24kc.ipk -Size: 4312 -SHA256sum: 47425128cc086f4edd17b18128c8372e37fc896035cbe774d1704684234ab49b +Installed-Size: 3383 +Filename: kmod-trelay_5.15.134-2_mipsel_24kc.ipk +Size: 4307 +SHA256sum: 59cd5e075b32c7d56cd9e417d22e775968aef43e3f9968070d41d429b67ae574 Description: trelay relays ethernet packets between two devices (similar to a bridge), but without any MAC address checks. This makes it possible to bridge client mode or ad-hoc mode wifi devices to ethernet VLANs, assuming the remote end uses @@ -9984,728 +9984,728 @@ Description: trelay relays ethernet packets between two devices (similar to a b from. Package: kmod-tulip -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mii +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mii License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 69804 -Filename: kmod-tulip_5.15.137-1_mipsel_24kc.ipk -Size: 70583 -SHA256sum: ac0d9a97c50a3ee3206c7741ab8d5ea4da9504df1faaaad83cde92834ad00497 +Installed-Size: 69803 +Filename: kmod-tulip_5.15.134-1_mipsel_24kc.ipk +Size: 70602 +SHA256sum: 6cd2eb7175d56906675ec6a1bbb6c3a4cbba2f875bd58e1716a977d715aa734a Description: Kernel modules for the Tulip family of network cards, including DECchip Tulip, DIGITAL EtherWORKS, Winbond W89c840, Davicom DM910x/DM980x and ULi M526x controller support. Package: kmod-tun -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 23764 -Filename: kmod-tun_5.15.137-1_mipsel_24kc.ipk -Size: 24456 -SHA256sum: 4d5380023336884082dbdeda195ace7b9f8393f0d81e687e9ba13cc4492bcbff +Installed-Size: 23743 +Filename: kmod-tun_5.15.134-1_mipsel_24kc.ipk +Size: 24411 +SHA256sum: 3e1283cd88f8d63a572678c097767af686cd4a967e42570fae30023d03e2f27d Description: Kernel support for the TUN/TAP tunneling device Package: kmod-udptunnel4 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 8000 -Filename: kmod-udptunnel4_5.15.137-1_mipsel_24kc.ipk -Size: 8729 -SHA256sum: 2bf3d93e25ceaef62f2946f4732e60efc6e2299e7c62f676d217a9f0959d5b93 +Installed-Size: 8002 +Filename: kmod-udptunnel4_5.15.134-1_mipsel_24kc.ipk +Size: 8737 +SHA256sum: 4ea33992c60af79cba1fa4bc333756b2670ab634f3de455b7d1ec3001fc0e78b Description: IPv4 UDP tunneling support Package: kmod-udptunnel6 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1852 -Filename: kmod-udptunnel6_5.15.137-1_mipsel_24kc.ipk -Size: 2608 -SHA256sum: 89402699c772bde6158704c179c5c03b28b7a3d3c42dc47c70cd32aec70106fe +Installed-Size: 1865 +Filename: kmod-udptunnel6_5.15.134-1_mipsel_24kc.ipk +Size: 2620 +SHA256sum: 5fb78c0070e5b0ad348a1fcb5fcde1489df04cc9b0dc4012790b3fc15c98ac66 Description: IPv6 UDP tunneling support Package: kmod-usb-acm -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 10470 -Filename: kmod-usb-acm_5.15.137-1_mipsel_24kc.ipk -Size: 11226 -SHA256sum: 0676cf01df3076abf78cd8dd4d2a2107e512aaf241e8ecca58b96c306a629206 +Installed-Size: 10471 +Filename: kmod-usb-acm_5.15.134-1_mipsel_24kc.ipk +Size: 11236 +SHA256sum: 9cd61396c9b0ac95b5bbb12552d3bb5bdd2d7366542c40ad924c18b80693194d Description: Kernel support for USB ACM devices (modems/isdn controllers) Package: kmod-usb-atm-cxacru -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-atm +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-atm License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 10045 -Filename: kmod-usb-atm-cxacru_5.15.137-1_mipsel_24kc.ipk -Size: 10814 -SHA256sum: 3b03feabc2d88cba3d307fae744c50511c5974a0021f8f8efc34ef66488b9685 +Installed-Size: 10044 +Filename: kmod-usb-atm-cxacru_5.15.134-1_mipsel_24kc.ipk +Size: 10821 +SHA256sum: ba6dd5a50a28fbfb45b242819ef8acf3fab21a60da8909a2bfb3b36edf40037d Description: Kernel support for cxacru based USB ADSL modems Package: kmod-usb-atm-speedtouch -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-atm +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-atm License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 6869 -Filename: kmod-usb-atm-speedtouch_5.15.137-1_mipsel_24kc.ipk -Size: 7628 -SHA256sum: 307f9473161ca032dbd31e132c69b3f2e44a7744b5a8cfb5501b0c112f7822df +Filename: kmod-usb-atm-speedtouch_5.15.134-1_mipsel_24kc.ipk +Size: 7627 +SHA256sum: 2d7ce1e3ed135694d8988f50466b258e73374fead62532c1b6bf8386215043a3 Description: Kernel support for SpeedTouch USB ADSL modems Package: kmod-usb-atm-ueagle -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-atm +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-atm License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 15276 -Filename: kmod-usb-atm-ueagle_5.15.137-1_mipsel_24kc.ipk -Size: 15993 -SHA256sum: fe45dc53644f6de246086e5b29cd7516c17089166b2d1c82b738ed4fc5e02968 +Installed-Size: 15277 +Filename: kmod-usb-atm-ueagle_5.15.134-1_mipsel_24kc.ipk +Size: 15994 +SHA256sum: d6cd6f1586eeaeb2500c06344b4d8f3a041a0400c5027f435c41d1d905e5738b Description: Kernel support for Eagle 8051 based USB ADSL modems Package: kmod-usb-atm -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-atm, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-atm, kmod-usb-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 8046 -Filename: kmod-usb-atm_5.15.137-1_mipsel_24kc.ipk -Size: 8797 -SHA256sum: 7741a6096a82d58bd37999b37c62d256e4f7117e826060b95676ddbc25a0d7e8 +Installed-Size: 8048 +Filename: kmod-usb-atm_5.15.134-1_mipsel_24kc.ipk +Size: 8801 +SHA256sum: 637d9a0223ac84c68ca6829a539846f4b0a2b979b6bff73c66a7b5c924a6b8cd Description: Kernel support for USB DSL modems Package: kmod-usb-audio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core, kmod-sound-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core, kmod-sound-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 114482 -Filename: kmod-usb-audio_5.15.137-1_mipsel_24kc.ipk -Size: 114862 -SHA256sum: 4cb35cafea9f2af9942690a55561ec9f193f0a5533c0d182ebb4069f9f8e9f09 +Installed-Size: 114456 +Filename: kmod-usb-audio_5.15.134-1_mipsel_24kc.ipk +Size: 114771 +SHA256sum: 2cb978a8c8a4cdcdabe72b57beaa636274e9563b0538c425999bb8270f480aae Description: Kernel support for USB audio devices Package: kmod-usb-cm109 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-input-evdev, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-input-evdev, kmod-usb-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 6192 -Filename: kmod-usb-cm109_5.15.137-1_mipsel_24kc.ipk -Size: 6837 -SHA256sum: 8b7dada0487a4686279cf13ea4815b27650a17ef98d70b9f6830422994dc5fe7 +Installed-Size: 6194 +Filename: kmod-usb-cm109_5.15.134-1_mipsel_24kc.ipk +Size: 6887 +SHA256sum: f0b5952c17f5f0ddbc41c3932fa2c118e28dca3ea568e38816584847ce31c86a Description: Kernel support for CM109 VOIP phone Package: kmod-usb-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 95624 -Filename: kmod-usb-core_5.15.137-1_mipsel_24kc.ipk -Size: 96150 -SHA256sum: 052191657e9aded25c2c771cc876aee545c6fa69eea7c5513237f7d281f7e78a +Installed-Size: 95590 +Filename: kmod-usb-core_5.15.134-1_mipsel_24kc.ipk +Size: 96039 +SHA256sum: 07962d8c39ae263a010e1f92a7e9932040411434b33d2e2dfb5133b03e3711b2 Description: Kernel support for USB Package: kmod-usb-dwc2-pci -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-dwc2, kmod-usb-phy-nop, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-dwc2, kmod-usb-phy-nop, kmod-usb-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1735 -Filename: kmod-usb-dwc2-pci_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 1736 +Filename: kmod-usb-dwc2-pci_5.15.134-1_mipsel_24kc.ipk Size: 2505 -SHA256sum: 32ced7248b725680bc87157c474faf5e71910f1dd1d133a4bce64f26374c7487 +SHA256sum: 4d841250f42ac64aff38127d01d8692a97b1a2ff526b783b516543241c0d3902 Description: The Designware USB2.0 PCI interface module for controllers connected to a PCI bus. Package: kmod-usb-dwc2 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-roles, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-roles, kmod-usb-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 55595 -Filename: kmod-usb-dwc2_5.15.137-1_mipsel_24kc.ipk -Size: 55647 -SHA256sum: 0622063aad88e8e7d31cbf0380ae6d2c20b03501d6609b5e95f9c04c62adb8d1 +Filename: kmod-usb-dwc2_5.15.134-1_mipsel_24kc.ipk +Size: 55632 +SHA256sum: c09f8fd8cbd258982838f3447958f4440e5bb476b6686b0145d61d16dba8d73d Description: This driver provides USB Device Controller support for the Synopsys DesignWare USB OTG Core Package: kmod-usb-dwc3 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 16171 -Filename: kmod-usb-dwc3_5.15.137-1_mipsel_24kc.ipk -Size: 16497 -SHA256sum: 2474be91ab80207c66bf0dd11b7e848ae5ddc413649e36cdcc39e8e21c3ef6a8 +Installed-Size: 16058 +Filename: kmod-usb-dwc3_5.15.134-1_mipsel_24kc.ipk +Size: 16380 +SHA256sum: 65e2d5da049e93c7294436d21982a88d262a5e03f116e6b113b5ff06bf1d0dec Description: This driver provides support for the Dual Role SuperSpeed USB Controller based on the Synopsys DesignWare USB3 IP Core Package: kmod-usb-ehci -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 24923 -Filename: kmod-usb-ehci_5.15.137-1_mipsel_24kc.ipk -Size: 25581 -SHA256sum: d45443dc7fac5c5cf32921b749b52622fe657b34c224f3c212c88f1fc8ced15b +Filename: kmod-usb-ehci_5.15.134-1_mipsel_24kc.ipk +Size: 25578 +SHA256sum: 1d22b7f9cfa9e92e3ec49c989f9b86d6c909ea215574f4f2afba3925e6ecf7e7 Description: EHCI controller support Package: kmod-usb-hid-cp2112 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-hid, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-hid, kmod-i2c-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 8829 -Filename: kmod-usb-hid-cp2112_5.15.137-1_mipsel_24kc.ipk -Size: 9633 -SHA256sum: 53d545ca7c4d01318e2cda32c337d12f8cf7e09bc854b421f20a337609fd5748 +Installed-Size: 8830 +Filename: kmod-usb-hid-cp2112_5.15.134-1_mipsel_24kc.ipk +Size: 9636 +SHA256sum: 9a7cd170593a533707209b2cac812a55a9ea38db3720bb6904e030a167e92aeb Description: HID device driver which registers as an i2c adapter and gpiochip to expose these functions of the CP2112. Package: kmod-usb-hid-mcp2221 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-hid, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-hid, kmod-i2c-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4940 -Filename: kmod-usb-hid-mcp2221_5.15.137-1_mipsel_24kc.ipk -Size: 5732 -SHA256sum: 8482139de8e26ef18a730fc3353f0f1d48ed0dde9550aec74619fa78441467af +Installed-Size: 4942 +Filename: kmod-usb-hid-mcp2221_5.15.134-1_mipsel_24kc.ipk +Size: 5733 +SHA256sum: 40a5fb6af86cbdb23df68900045dd3f6df0aa7836ae54c23ca46daebdd74917c Description: HID device driver which registers as an i2c adapter and gpiochip to expose these functions of the MCP2221. Package: kmod-usb-hid -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hid, kmod-hid-generic, kmod-input-evdev, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hid, kmod-hid-generic, kmod-input-evdev, kmod-usb-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 15461 -Filename: kmod-usb-hid_5.15.137-1_mipsel_24kc.ipk -Size: 16224 -SHA256sum: f5431e6ae5bf4323ddd0d27ccb57eb69fb8bca30d027264b398425fd40b0cf48 +Filename: kmod-usb-hid_5.15.134-1_mipsel_24kc.ipk +Size: 16231 +SHA256sum: 59c30dbe71cf4f74fb575ea9760ad89a6731928abb8ad09fc3c046d9fdc1572b Description: Kernel support for USB HID devices such as keyboards and mice Package: kmod-usb-ledtrig-usbport -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 3095 -Filename: kmod-usb-ledtrig-usbport_5.15.137-1_mipsel_24kc.ipk -Size: 3947 -SHA256sum: 8cee25a253ab65f54a238e409e45997306edfef06b6743dd4aabeaa0c8d6ace2 +Filename: kmod-usb-ledtrig-usbport_5.15.134-1_mipsel_24kc.ipk +Size: 3950 +SHA256sum: 19eacb61cfb2e773e5c0b153891b29271fc7752739d3ef1cddb3915efdb0af70 Description: This driver allows LEDs to be controlled by USB events. Enabling this trigger allows specifying list of USB ports that should turn on LED when some USB device gets connected. If possible it should be prefered over similar ledtrig-usbdev. Package: kmod-usb-net-aqc111 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 8163 -Filename: kmod-usb-net-aqc111_5.15.137-1_mipsel_24kc.ipk -Size: 8940 -SHA256sum: acc4dbd4b6683531b7969f914ec427056c2efceab1d4450c1a3c4038e2ff8369 +Filename: kmod-usb-net-aqc111_5.15.134-1_mipsel_24kc.ipk +Size: 8933 +SHA256sum: 418af308c5ccfc9ff0ad8487ce90731912576c2880f1ca281ce09d312142d85c Description: Support for USB-to-Ethernet Aquantia AQtion 5/2.5GbE Package: kmod-usb-net-asix-ax88179 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy, kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy, kmod-usb-net License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 9267 -Filename: kmod-usb-net-asix-ax88179_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 9269 +Filename: kmod-usb-net-asix-ax88179_5.15.134-1_mipsel_24kc.ipk Size: 10095 -SHA256sum: b9e85962b5d8debaaae50f5acbe49f440e3566eda5f90b5b4e1f55d04d3c38a8 +SHA256sum: 24fd6fe48ba8d5fa74d08a3cb243df482c25e44889de3ab102914d305dc7ab3b Description: Kernel module for USB-to-Ethernet ASIX AX88179 based USB 3.0/2.0 to Gigabit Ethernet adapters. Package: kmod-usb-net-asix -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy, kmod-net-selftests, kmod-mdio-devres, kmod-phy-ax88796b, kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy, kmod-net-selftests, kmod-mdio-devres, kmod-phy-ax88796b, kmod-usb-net License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 13086 -Filename: kmod-usb-net-asix_5.15.137-1_mipsel_24kc.ipk -Size: 13869 -SHA256sum: b795a9767fdbf1edd6635a9241484accffa8648c9a60b30a2a156fcbf26116a3 +Installed-Size: 13087 +Filename: kmod-usb-net-asix_5.15.134-1_mipsel_24kc.ipk +Size: 13881 +SHA256sum: 3b3ef48a2bd02eedc5bfb344bce9de0de3c8f2f3718b7e9b8cea9edb8c2cef25 Description: Kernel module for USB-to-Ethernet Asix convertors Package: kmod-usb-net-cdc-eem -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 2339 -Filename: kmod-usb-net-cdc-eem_5.15.137-1_mipsel_24kc.ipk -Size: 3072 -SHA256sum: 9215e1eb8aef0c3dc49d00a81cd155009dc9fdbe3b96ad71b40ff4d17f077038 +Filename: kmod-usb-net-cdc-eem_5.15.134-1_mipsel_24kc.ipk +Size: 3063 +SHA256sum: 343d25b9d814b424a4ae0b8f537fbd32b8f71527b53ddf832a90a1b62f93c8ea Description: Kernel support for USB CDC EEM Package: kmod-usb-net-cdc-ether -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3794 -Filename: kmod-usb-net-cdc-ether_5.15.137-1_mipsel_24kc.ipk -Size: 4537 -SHA256sum: 3455074d858a9e53b1c9f7fd120ae3492fd54cf73c2513091a33ea205576b483 +Installed-Size: 3786 +Filename: kmod-usb-net-cdc-ether_5.15.134-1_mipsel_24kc.ipk +Size: 4531 +SHA256sum: cd8511d915e259aec02935f47668905c24e569da6f3a0432af39fd1134a7760d Description: Kernel support for USB CDC Ethernet devices Package: kmod-usb-net-cdc-mbim -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net, kmod-usb-wdm, kmod-usb-net-cdc-ncm +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net, kmod-usb-wdm, kmod-usb-net-cdc-ncm License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3903 -Filename: kmod-usb-net-cdc-mbim_5.15.137-1_mipsel_24kc.ipk -Size: 4676 -SHA256sum: a4048a1db0d641e3f89ffb9aeeaa6411c4c6d74b2be58104475013d338e4f727 +Installed-Size: 3904 +Filename: kmod-usb-net-cdc-mbim_5.15.134-1_mipsel_24kc.ipk +Size: 4671 +SHA256sum: 8abe8ebfd0ceb3594c0cc0704d4f57c747de61d0dcbfabe653c2af117159a2c6 Description: Kernel module for CDC MBIM (Mobile Broadband Interface Model) devices Package: kmod-usb-net-cdc-ncm -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net, kmod-usb-net-cdc-ether +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net, kmod-usb-net-cdc-ether License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 10827 -Filename: kmod-usb-net-cdc-ncm_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 10828 +Filename: kmod-usb-net-cdc-ncm_5.15.134-1_mipsel_24kc.ipk Size: 11617 -SHA256sum: 1cf51b32a82446bdcf41b4c413c73b4e4cf9c2b86523a80f2899ee1c7847bc0a +SHA256sum: 9915d2189c93a8cae6be5d5032715ab3c4f729010d12fa70edc8a653c2bd886f Description: Kernel support for CDC NCM connections Package: kmod-usb-net-cdc-subset -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1370 -Filename: kmod-usb-net-cdc-subset_5.15.137-1_mipsel_24kc.ipk -Size: 2160 -SHA256sum: d2bb98955e0f0557e00244cfc857bfe9233476289cf706d3cc3c7d0c1baa2cdd +Installed-Size: 1372 +Filename: kmod-usb-net-cdc-subset_5.15.134-1_mipsel_24kc.ipk +Size: 2158 +SHA256sum: 662a1f12f70a2e25cb2b00de5d8c88deeb37f8c8809868f96cb335ec841e8a43 Description: Kernel support for Simple USB Network Links (CDC Ethernet subset) Package: kmod-usb-net-dm9601-ether -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4275 -Filename: kmod-usb-net-dm9601-ether_5.15.137-1_mipsel_24kc.ipk -Size: 5029 -SHA256sum: 4197beb1c41d4b91aefa17f7d81d56e1d1b6659f2411399111aecfea3ec81626 +Installed-Size: 4204 +Filename: kmod-usb-net-dm9601-ether_5.15.134-1_mipsel_24kc.ipk +Size: 4949 +SHA256sum: 70fc4aa1d34fabe4aecd2d7599c3500b70fb05127f5040bca6cf98cf3ccafdca Description: Kernel support for USB DM9601 devices Package: kmod-usb-net-hso -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 17244 -Filename: kmod-usb-net-hso_5.15.137-1_mipsel_24kc.ipk -Size: 18000 -SHA256sum: 254dafd6e29995eb25fccb1abf9692966e44b379b9ba1b799390001bdde9f9b3 +Installed-Size: 17245 +Filename: kmod-usb-net-hso_5.15.134-1_mipsel_24kc.ipk +Size: 18016 +SHA256sum: 072063164ba09095f6ddcd433140e9fdeaab396b014f1e6c7fbb111f93d96136 Description: Kernel module for Option USB High Speed Mobile Devices Package: kmod-usb-net-huawei-cdc-ncm -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net, kmod-usb-net-cdc-ncm, kmod-usb-wdm +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net, kmod-usb-net-cdc-ncm, kmod-usb-wdm License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 1673 -Filename: kmod-usb-net-huawei-cdc-ncm_5.15.137-1_mipsel_24kc.ipk -Size: 2454 -SHA256sum: c87c3c59310969f2122d08b18bc2f1fec8c882a650405aa7fd1d9f18c6a9d1ec +Filename: kmod-usb-net-huawei-cdc-ncm_5.15.134-1_mipsel_24kc.ipk +Size: 2459 +SHA256sum: 2ee36c8da63119e37f0b1337a38361c4891221d58e04cf77f6965d8e448e9e6e Description: Kernel support for Huawei CDC NCM connections Package: kmod-usb-net-ipheth -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 4272 -Filename: kmod-usb-net-ipheth_5.15.137-1_mipsel_24kc.ipk -Size: 5009 -SHA256sum: d153f818e6de5fad18035ef797d63e9eab70e194999218760a7eac01dc12dcaf +Filename: kmod-usb-net-ipheth_5.15.134-1_mipsel_24kc.ipk +Size: 5002 +SHA256sum: b2e89e8f1b577834127aee1d3d8b6f799d0b59fcf65f0a1e74a975fdec6737e5 Description: Kernel support for Apple iPhone USB Ethernet driver Package: kmod-usb-net-kalmia -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 2632 -Filename: kmod-usb-net-kalmia_5.15.137-1_mipsel_24kc.ipk -Size: 3378 -SHA256sum: 2c7be342768c18d9a53cb645824fe8f7064b59a3081be9d6e5047a7b25a440c1 +Filename: kmod-usb-net-kalmia_5.15.134-1_mipsel_24kc.ipk +Size: 3374 +SHA256sum: 0ab64b33b3c4476503d633e86c02c717d4707fe3f897d83827fa189119c57ebd Description: Kernel support for Samsung Kalmia based LTE USB modem Package: kmod-usb-net-kaweth -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 5950 -Filename: kmod-usb-net-kaweth_5.15.137-1_mipsel_24kc.ipk -Size: 6711 -SHA256sum: 9b68f248a7751ce97c2e3d8582edc8911082124a2d0f506586303c550b832935 +Installed-Size: 5953 +Filename: kmod-usb-net-kaweth_5.15.134-1_mipsel_24kc.ipk +Size: 6708 +SHA256sum: feb946af6ecbeecfd89f601eb384a54aaddf6815b7f229d715ebeaab0595b9bf Description: Kernel module for USB-to-Ethernet Kaweth convertors Package: kmod-usb-net-lan78xx -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-fixed-phy, kmod-phy-microchip, kmod-of-mdio, kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-fixed-phy, kmod-phy-microchip, kmod-of-mdio, kmod-usb-net License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 21281 -Filename: kmod-usb-net-lan78xx_5.15.137-1_mipsel_24kc.ipk -Size: 22015 -SHA256sum: 641456866bc16c34e73f220ecda9230b3a9ae9adce7fa7b820056f16f4c414ea +Filename: kmod-usb-net-lan78xx_5.15.134-1_mipsel_24kc.ipk +Size: 22012 +SHA256sum: 775876bf4a8c2167216bd1190048489041563e64814d2dae1ab4a860bd9689ac Description: Kernel module for Microchip LAN78XX based USB 2 & USB 3 10/100/1000 Ethernet adapters. Package: kmod-usb-net-mcs7830 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3559 -Filename: kmod-usb-net-mcs7830_5.15.137-1_mipsel_24kc.ipk -Size: 4306 -SHA256sum: da4c49629ed0acb810e17c2115caac6d251518decb3b1f5e7bbcf07bfc1b674b +Installed-Size: 3561 +Filename: kmod-usb-net-mcs7830_5.15.134-1_mipsel_24kc.ipk +Size: 4303 +SHA256sum: abee33a1e918315ffe3f492ab1abce4f2546c659e14ad79ca0d148f8afd0544e Description: Kernel module for USB-to-Ethernet MCS7830 convertors Package: kmod-usb-net-pegasus -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 9707 -Filename: kmod-usb-net-pegasus_5.15.137-1_mipsel_24kc.ipk -Size: 10479 -SHA256sum: 390c06ec8bacfdee7233261411471a82c876a3a66f6c3a9496078e60921bf78c +Installed-Size: 9709 +Filename: kmod-usb-net-pegasus_5.15.134-1_mipsel_24kc.ipk +Size: 10488 +SHA256sum: 9fff75513c9073d1436f9632fd035d7571295d092dbf14f13afc79b9236ef361 Description: Kernel module for USB-to-Ethernet Pegasus convertors Package: kmod-usb-net-pl -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1116 -Filename: kmod-usb-net-pl_5.15.137-1_mipsel_24kc.ipk -Size: 1893 -SHA256sum: 10436511b29506cae4dabfa98f17ce0bde27789c02a77bd5df201db3b69d72aa +Installed-Size: 1118 +Filename: kmod-usb-net-pl_5.15.134-1_mipsel_24kc.ipk +Size: 1888 +SHA256sum: 609e5ef2b491ef242e2b09c5270567349f9c129f987427da12e2d8718e8daf93 Description: Kernel support for Prolific PL-2301/2302/25A1 based cables Package: kmod-usb-net-qmi-wwan -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net, kmod-usb-wdm +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net, kmod-usb-wdm License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 8126 -Filename: kmod-usb-net-qmi-wwan_5.15.137-1_mipsel_24kc.ipk -Size: 8652 -SHA256sum: ab00aa7880a4cf4070b2eea0d1f1281e391b086b145cfa7470a9a26e2ed79104 +Installed-Size: 8127 +Filename: kmod-usb-net-qmi-wwan_5.15.134-1_mipsel_24kc.ipk +Size: 8651 +SHA256sum: 37da6eb49a9ac01a5cb1363e862ea9ee6e1f8144c9e988adcd4f99436833d232 Description: QMI WWAN driver for Qualcomm MSM based 3G and LTE modems Package: kmod-usb-net-rndis -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net, kmod-usb-net-cdc-ether +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net, kmod-usb-net-cdc-ether License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4521 -Filename: kmod-usb-net-rndis_5.15.137-1_mipsel_24kc.ipk -Size: 5265 -SHA256sum: 97ab6e8b68f60046dee78e5e76ac5ed93c4df60b79416516c9857143b2062f04 +Installed-Size: 4520 +Filename: kmod-usb-net-rndis_5.15.134-1_mipsel_24kc.ipk +Size: 5259 +SHA256sum: bdfc9e12dc7b085e0de4b8627f980e4ffc406ae747cf8265137239ede3595195 Description: Kernel support for RNDIS connections Package: kmod-usb-net-rtl8150 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 6090 -Filename: kmod-usb-net-rtl8150_5.15.137-1_mipsel_24kc.ipk -Size: 6853 -SHA256sum: d67d4c019694e0cc8e59660cf487fcecc326c2c278f21f4f93f8043b1f2e7612 +Filename: kmod-usb-net-rtl8150_5.15.134-1_mipsel_24kc.ipk +Size: 6849 +SHA256sum: bfd6ea2bd6520ff6d70e84df90809bd42ebcbb8169c1d94e7116c3dd8c9c4273 Description: Kernel module for USB-to-Ethernet Realtek 8150 convertors Package: kmod-usb-net-rtl8152 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), r8152-firmware, kmod-crypto-sha256, kmod-usb-net-cdc-ncm, kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), r8152-firmware, kmod-crypto-sha256, kmod-usb-net-cdc-ncm, kmod-usb-net License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 42725 -Filename: kmod-usb-net-rtl8152_5.15.137-1_mipsel_24kc.ipk -Size: 43375 -SHA256sum: 7bdcd033eeb771ddd176f1143483fc1cc662152b84a8d1ec923c45b0ebca47d0 +Installed-Size: 42726 +Filename: kmod-usb-net-rtl8152_5.15.134-1_mipsel_24kc.ipk +Size: 43372 +SHA256sum: 236ffd0bc32e13e367469b516fe8490e03a1e5e1df3341e2133722b95e694c18 Description: Kernel module for USB-to-Ethernet Realtek 8152 USB2.0/3.0 convertors Package: kmod-usb-net-sierrawireless -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 5394 -Filename: kmod-usb-net-sierrawireless_5.15.137-1_mipsel_24kc.ipk -Size: 6142 -SHA256sum: 4be1621197d158805e9d587b1a8e36b9f59794c08c98f8142af387549a630d3c +Installed-Size: 5396 +Filename: kmod-usb-net-sierrawireless_5.15.134-1_mipsel_24kc.ipk +Size: 6148 +SHA256sum: 5d2124c3a6b76fe2bfa92e07d59a05bc5721813af55a5b4d73d4c8d88a76ac60 Description: Kernel support for Sierra Wireless devices Package: kmod-usb-net-smsc75xx -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy, kmod-usb-net, kmod-lib-crc16 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy, kmod-usb-net, kmod-lib-crc16 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 12357 -Filename: kmod-usb-net-smsc75xx_5.15.137-1_mipsel_24kc.ipk -Size: 13111 -SHA256sum: 08555e8060711c5924bcbd716adbafd94990dfefae127966f0c164f97a76f09b +Installed-Size: 12331 +Filename: kmod-usb-net-smsc75xx_5.15.134-1_mipsel_24kc.ipk +Size: 13075 +SHA256sum: f7746753797dcbbad14d8ef8dbf068102d9967100a465689a910d19e1592337f Description: Kernel module for SMSC LAN75XX based devices Package: kmod-usb-net-smsc95xx -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy, kmod-phy-smsc, kmod-usb-net, kmod-lib-crc16 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy, kmod-phy-smsc, kmod-usb-net, kmod-lib-crc16 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 10748 -Filename: kmod-usb-net-smsc95xx_5.15.137-1_mipsel_24kc.ipk -Size: 11539 -SHA256sum: 64d8c404211ca0121320f691a86114466161feca8fdcd1c35cbd77d627f48d58 +Installed-Size: 10750 +Filename: kmod-usb-net-smsc95xx_5.15.134-1_mipsel_24kc.ipk +Size: 11543 +SHA256sum: a385002dcba67210a572249841067a707e38724efaeb122c02dba2a784ed40f8 Description: Kernel module for SMSC LAN95XX based devices Package: kmod-usb-net-sr9700 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3846 -Filename: kmod-usb-net-sr9700_5.15.137-1_mipsel_24kc.ipk -Size: 4601 -SHA256sum: 73bc471d6db50fcd36bedb2711702be17afd7cd44412b362fd2cb539f36ab89e +Installed-Size: 3848 +Filename: kmod-usb-net-sr9700_5.15.134-1_mipsel_24kc.ipk +Size: 4608 +SHA256sum: 5bc94d63026a204ef305f422cb797ca6273c7059ac7789c1b4f36e8205c7a718 Description: Kernel module for CoreChip-sz SR9700 based USB 1.1 10/100 ethernet devices Package: kmod-usb-net -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mii, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mii, kmod-usb-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 12796 -Filename: kmod-usb-net_5.15.137-1_mipsel_24kc.ipk -Size: 13543 -SHA256sum: c27354ae67a652c5131e6c616c2d1d5e18657828a91be775d5371306643ae5f0 +Installed-Size: 12801 +Filename: kmod-usb-net_5.15.134-1_mipsel_24kc.ipk +Size: 13551 +SHA256sum: d9acc87d3f3593b0f5734b61438cf6644348442f345e3bb6fb9b990c62ad080b Description: Kernel modules for USB-to-Ethernet convertors Package: kmod-usb-ohci-pci -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-ohci, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-ohci, kmod-usb-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2144 -Filename: kmod-usb-ohci-pci_5.15.137-1_mipsel_24kc.ipk -Size: 2882 -SHA256sum: 042e088e03aa27da84704543a963556c12bc0dc7a411437a1a5f02bfa1b1741a +Installed-Size: 2145 +Filename: kmod-usb-ohci-pci_5.15.134-1_mipsel_24kc.ipk +Size: 2878 +SHA256sum: f809fc897e8258de73c1f471437d2d21beea04f771a1517e6da5326e195e114d Description: Kernel support for PCI OHCI controllers Package: kmod-usb-ohci -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 21018 -Filename: kmod-usb-ohci_5.15.137-1_mipsel_24kc.ipk -Size: 21667 -SHA256sum: b667079764ec9246a1e2ca55a4e1a7215ef25afdee1eaf81ebbdd730d2cc3309 +Filename: kmod-usb-ohci_5.15.134-1_mipsel_24kc.ipk +Size: 21666 +SHA256sum: 3f2ecfdcb137bd916846043e75dc3d81b9a41cd3f95951f89bf01dc0e40be934 Description: Kernel support for USB OHCI controllers Package: kmod-usb-phy-nop -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3447 -Filename: kmod-usb-phy-nop_5.15.137-1_mipsel_24kc.ipk -Size: 4191 -SHA256sum: f3c06a646f4e3a9ac54564dbd0bcddecce82c9b0d37963abecdf934e88c3a3b9 +Installed-Size: 3446 +Filename: kmod-usb-phy-nop_5.15.134-1_mipsel_24kc.ipk +Size: 4190 +SHA256sum: d3c017465a419f9bf076ccc4b8d074095f1d57e62db0e732d3508e166201b523 Description: Support for USB NOP transceiver Package: kmod-usb-printer -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 7444 -Filename: kmod-usb-printer_5.15.137-1_mipsel_24kc.ipk -Size: 8203 -SHA256sum: 21fd980f82c8e63669ddb23759b1979b0291fa3ee56b10ae9894e4c6394d9814 +Filename: kmod-usb-printer_5.15.134-1_mipsel_24kc.ipk +Size: 8194 +SHA256sum: f16db71436f85a952d842d16cb023c0928301e9e95563e1b3c448afbb613f895 Description: Kernel support for USB printers Package: kmod-usb-roles -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3236 -Filename: kmod-usb-roles_5.15.137-1_mipsel_24kc.ipk -Size: 3961 -SHA256sum: caeec5f92e56bbd3cebe9263b73d8db191f542b174fe9a5e2dbfc913ada69668 +Installed-Size: 3235 +Filename: kmod-usb-roles_5.15.134-1_mipsel_24kc.ipk +Size: 3955 +SHA256sum: 83ff71cd66434b90c3d65a39bd1ec2f33082f130cfcf20872281bf7859915576 Description: Support for USB Role Switch Package: kmod-usb-serial-ark3116 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 4002 -Filename: kmod-usb-serial-ark3116_5.15.137-1_mipsel_24kc.ipk -Size: 4752 -SHA256sum: 6808b5c4cef48d1b87c43c7dcc0f60acbb6aa8e97b67e2e45deac1ecbb44c919 +Filename: kmod-usb-serial-ark3116_5.15.134-1_mipsel_24kc.ipk +Size: 4748 +SHA256sum: d41e758c6e5865eace51dc9b8b2c896572859631e22e7e9a099371b46124ae72 Description: Kernel support for ArkMicroChips ARK3116 USB-to-Serial converters Package: kmod-usb-serial-belkin -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3503 -Filename: kmod-usb-serial-belkin_5.15.137-1_mipsel_24kc.ipk -Size: 4248 -SHA256sum: 248176341fc4547e619986b76d160cdcf51aee2ae2ac1b8799ee4e2354d1c7ae +Installed-Size: 3506 +Filename: kmod-usb-serial-belkin_5.15.134-1_mipsel_24kc.ipk +Size: 4246 +SHA256sum: babd026000d05dbc18aa6341c84b4c0728cca56b3b6cbdd137d9b05b02da3380 Description: Kernel support for Belkin USB-to-Serial converters Package: kmod-usb-serial-ch341 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4771 -Filename: kmod-usb-serial-ch341_5.15.137-1_mipsel_24kc.ipk -Size: 5517 -SHA256sum: 38aa5d342fc2d0b45f5d932f1ba16c75334ae4d8fa6c0155786aebc2718a0c13 +Installed-Size: 4772 +Filename: kmod-usb-serial-ch341_5.15.134-1_mipsel_24kc.ipk +Size: 5518 +SHA256sum: b524cbdd177873cb5f56a5683ef6a71d849f005bbb2bd10e4e620f908a14dcf6 Description: Kernel support for Winchiphead CH341 USB-to-Serial converters Package: kmod-usb-serial-cp210x -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 8015 -Filename: kmod-usb-serial-cp210x_5.15.137-1_mipsel_24kc.ipk -Size: 8804 -SHA256sum: 7a9a8d7dc5f82d7efbb3086dc8093ea4d6b6b296277cc8e9c2ee244aad1ad880 +Installed-Size: 8018 +Filename: kmod-usb-serial-cp210x_5.15.134-1_mipsel_24kc.ipk +Size: 8802 +SHA256sum: aa440da243a0d789a17d667d66cfe5180b990235fbedbd22eec48043ac0759b5 Description: Kernel support for Silicon Labs cp210x USB-to-Serial converters Package: kmod-usb-serial-cypress-m8 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 5568 -Filename: kmod-usb-serial-cypress-m8_5.15.137-1_mipsel_24kc.ipk -Size: 6418 -SHA256sum: b032f16cd776df9ec58c49ef047ea717f533658648c24ddcae4ae6618bda739f +Filename: kmod-usb-serial-cypress-m8_5.15.134-1_mipsel_24kc.ipk +Size: 6429 +SHA256sum: d7963d1b301bc4cefa73e93d23a9896e0326f96df58a394a579984f6e118ca6a Description: Kernel support for devices with Cypress M8 USB to Serial chip (for example, the Delorme Earthmate LT-20 GPS) Supported microcontrollers in the CY4601 family are: CY7C63741 CY7C63742 CY7C63743 CY7C64013 Package: kmod-usb-serial-dmx_usb_module -Version: 5.15.137+19.12.1-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134+19.12.1-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial License: GPL-2.0-only Section: kernel Architecture: mipsel_24kc -Installed-Size: 5065 -Filename: kmod-usb-serial-dmx_usb_module_5.15.137+19.12.1-1_mipsel_24kc.ipk -Size: 5986 -SHA256sum: 2aa2a246dc3ae2e1a468a005f900d31dd3317650dd78c91fb54e1e7f717e6b3c +Installed-Size: 5067 +Filename: kmod-usb-serial-dmx_usb_module_5.15.134+19.12.1-1_mipsel_24kc.ipk +Size: 5988 +SHA256sum: 25496b5ff7d6eae716fc0bd9636caeadbe54b62d6508198cc0e087662c8954f9 Description: Open DMX USB is an open USB to DMX dongle hardware design developed by Enttec. The Open in Open DMX USB refers to the fact that everybody is free to use the design and produce its own USB DMX Dongle without paying any licenses. Package: kmod-usb-serial-edgeport -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial, edgeport-firmware +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial, edgeport-firmware License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 11173 -Filename: kmod-usb-serial-edgeport_5.15.137-1_mipsel_24kc.ipk -Size: 12017 -SHA256sum: 2abb843b9c5204230c1ed398e6d48dc67774a1a25a40230073b5a34a8e069f7e +Installed-Size: 11175 +Filename: kmod-usb-serial-edgeport_5.15.134-1_mipsel_24kc.ipk +Size: 12029 +SHA256sum: a9c0fe8fd447e0fb63060b9054e9bb97aadc1b88610a0ea7ff02acf0ea1bb396 Description: Kernel support for Inside Out Networks (Digi) Edgeport/4 Rapidport/4 @@ -10725,159 +10725,159 @@ Description: Kernel support for Inside Out Networks (Digi) Edgeport/16 Dual Package: kmod-usb-serial-ftdi -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 12235 -Filename: kmod-usb-serial-ftdi_5.15.137-1_mipsel_24kc.ipk -Size: 12911 -SHA256sum: 7934b06f3c5ea457d16aa1100446614a8b6de306250eeaad024877eaa908d90b +Installed-Size: 12234 +Filename: kmod-usb-serial-ftdi_5.15.134-1_mipsel_24kc.ipk +Size: 12939 +SHA256sum: 2a56f5bd62308f4c8e912b831706a69023a83bf4f7bd4a95baff688c0f900e9c Description: Kernel support for FTDI USB-to-Serial converters Package: kmod-usb-serial-garmin -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 5393 -Filename: kmod-usb-serial-garmin_5.15.137-1_mipsel_24kc.ipk -Size: 6174 -SHA256sum: f2c87d40809bd957518e96f515e61e1b87cb30f5432cc4dc9998876cc0fba80b +Installed-Size: 5390 +Filename: kmod-usb-serial-garmin_5.15.134-1_mipsel_24kc.ipk +Size: 6172 +SHA256sum: 489b834d275cbcf6dfedb40f3809f5ac27925bbf20ef5b89d6b335451bbb6152 Description: Should work with most Garmin GPS devices which have a native USB port. Package: kmod-usb-serial-ipw -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial, kmod-usb-serial-wwan +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial, kmod-usb-serial-wwan License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 2202 -Filename: kmod-usb-serial-ipw_5.15.137-1_mipsel_24kc.ipk -Size: 2941 -SHA256sum: 01ae55862af9c0e0e2fa6d0001fdbbb89209637127d70b8f2ee386e8a57ed1e8 +Filename: kmod-usb-serial-ipw_5.15.134-1_mipsel_24kc.ipk +Size: 2930 +SHA256sum: 913b377293a787e27156e897571ce29d238377ec038a6fa6c572127dda47be57 Description: Support for IPWireless 3G devices Package: kmod-usb-serial-keyspan -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 10915 -Filename: kmod-usb-serial-keyspan_5.15.137-1_mipsel_24kc.ipk -Size: 11668 -SHA256sum: edb856ae1c8e7bb3af951b51b03d2ef8604a4c9cc1107f43c5f4ce735a91315b +Installed-Size: 10914 +Filename: kmod-usb-serial-keyspan_5.15.134-1_mipsel_24kc.ipk +Size: 11663 +SHA256sum: fb522a301acc00d1ee37f29851b36586ab62c110471e5601deb0e66340121694 Description: Kernel support for Keyspan USB-to-Serial devices Package: kmod-usb-serial-mct -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3836 -Filename: kmod-usb-serial-mct_5.15.137-1_mipsel_24kc.ipk -Size: 4586 -SHA256sum: 82f3655eee70fbe1a41b7390005b8a3bdcc2ea4f6b8cd16489249be8e4d76173 +Installed-Size: 3839 +Filename: kmod-usb-serial-mct_5.15.134-1_mipsel_24kc.ipk +Size: 4592 +SHA256sum: d621037e8dcf9243dcf75010158576c8fbe4e43a5a9d29fc7de8df8ece7a2246 Description: Kernel support for Magic Control Technology USB-to-Serial converters Package: kmod-usb-serial-mos7720 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4899 -Filename: kmod-usb-serial-mos7720_5.15.137-1_mipsel_24kc.ipk -Size: 5649 -SHA256sum: 2ece70b0d26521256488341d949c7968f0ae51f9c835eb5a83d52539a19e3b75 +Installed-Size: 4900 +Filename: kmod-usb-serial-mos7720_5.15.134-1_mipsel_24kc.ipk +Size: 5648 +SHA256sum: c29f9e74dec3422ea4c1edc5ede5393c6b921ffd104707ae9708a1ee6dc0a6c5 Description: Kernel support for Moschip MOS7720 USB-to-Serial converters Package: kmod-usb-serial-mos7840 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 6276 -Filename: kmod-usb-serial-mos7840_5.15.137-1_mipsel_24kc.ipk -Size: 7085 -SHA256sum: ec0d15205cc3fa341cbea5b3e87b9919fdf2802d196718ea67aa3520774e6f1a +Installed-Size: 6278 +Filename: kmod-usb-serial-mos7840_5.15.134-1_mipsel_24kc.ipk +Size: 7079 +SHA256sum: 766c875308ffcec38e12f6d9cd07ecc0e9e130657556620bc807dffeb4c592bc Description: Kernel support for Moschip MOS7840 USB-to-Serial converters Package: kmod-usb-serial-option -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial, kmod-usb-serial-wwan +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial, kmod-usb-serial-wwan License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 6125 -Filename: kmod-usb-serial-option_5.15.137-1_mipsel_24kc.ipk -Size: 5966 -SHA256sum: abec594eebbd6bb0645468b37a484c96fe813acd2cae33cf15777a444b2561ad +Installed-Size: 6104 +Filename: kmod-usb-serial-option_5.15.134-1_mipsel_24kc.ipk +Size: 5929 +SHA256sum: e156af234bfff6fbf56362bd022628398f933dcb3f34e4441ac83c1306fe2aeb Description: Kernel support for Option HSDPA modems Package: kmod-usb-serial-oti6858 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 4235 -Filename: kmod-usb-serial-oti6858_5.15.137-1_mipsel_24kc.ipk -Size: 4993 -SHA256sum: 42f5eba0cfbe2159bb9e52699e88c24c1dc4796900e99656306978cf153f5870 +Filename: kmod-usb-serial-oti6858_5.15.134-1_mipsel_24kc.ipk +Size: 4984 +SHA256sum: 8d2bc2806d346d566873be5094f7f20105441da936fabb288062fe78974c619d Description: Kernel support for Ours Technology OTI6858 USB-to-Serial converters Package: kmod-usb-serial-pl2303 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 6136 -Filename: kmod-usb-serial-pl2303_5.15.137-1_mipsel_24kc.ipk -Size: 6894 -SHA256sum: 9e1695410b510a88b7b5ea19be99da570fc1a666d1305214fc43af080e19ece0 +Installed-Size: 6138 +Filename: kmod-usb-serial-pl2303_5.15.134-1_mipsel_24kc.ipk +Size: 6897 +SHA256sum: 4565c1d760356c1e79f9dc687c3f9818ffc18128e23489a152d752430e62f8c7 Description: Kernel support for Prolific PL2303 USB-to-Serial converters Package: kmod-usb-serial-qualcomm -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial, kmod-usb-serial-wwan +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial, kmod-usb-serial-wwan License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2512 -Filename: kmod-usb-serial-qualcomm_5.15.137-1_mipsel_24kc.ipk -Size: 3262 -SHA256sum: 5a704766cdef57be256aedec0801bb1634b2f5695448c9a9a164e9994acb0ca0 +Installed-Size: 2514 +Filename: kmod-usb-serial-qualcomm_5.15.134-1_mipsel_24kc.ipk +Size: 3265 +SHA256sum: f28c997a664c7782182eb2781d634a136bad26cde2590e6b25fa626e14f8e97d Description: Kernel support for Qualcomm USB Serial devices (Gobi) Package: kmod-usb-serial-sierrawireless -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4325 -Filename: kmod-usb-serial-sierrawireless_5.15.137-1_mipsel_24kc.ipk -Size: 5071 -SHA256sum: 62edace589a2d4c8c72ffbd9fa12c12d3ef49b16cc8ed20d76d8a5c4f097f121 +Installed-Size: 4324 +Filename: kmod-usb-serial-sierrawireless_5.15.134-1_mipsel_24kc.ipk +Size: 5067 +SHA256sum: 6efa23ec0f1e63a7b43d9f1b210f6729c1843b0bfed718d85e638fbea1a92792 Description: Kernel support for Sierra Wireless devices Package: kmod-usb-serial-simple -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 1656 -Filename: kmod-usb-serial-simple_5.15.137-1_mipsel_24kc.ipk -Size: 2618 -SHA256sum: b4725b3b4ed43f056335dcc1f6550cc5ba6fb973831147f91ecb2d00642c536a +Filename: kmod-usb-serial-simple_5.15.134-1_mipsel_24kc.ipk +Size: 2611 +SHA256sum: c116960be41089d85e0f9ef44c82f32ee9c6363dceab0e8425f6c7fd6f268f3b Description: Kernel support for "very simple devices". Specifically, it supports: @@ -10894,247 +10894,247 @@ Description: Kernel support for "very simple devices". - ZIO Motherboard USB serial interface Package: kmod-usb-serial-ti-usb -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 7551 -Filename: kmod-usb-serial-ti-usb_5.15.137-1_mipsel_24kc.ipk -Size: 8306 -SHA256sum: b8f29ff1c79a612ad7b2823f137d09c507ea5efe30a1a360890508aaf0048e67 +Filename: kmod-usb-serial-ti-usb_5.15.134-1_mipsel_24kc.ipk +Size: 8304 +SHA256sum: 2f2baaf0736cd9822993f98f74bd23d974ecb9c05d7003dcb24f529176f62970 Description: Kernel support for TI USB 3410/5052 devices Package: kmod-usb-serial-visor -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3681 -Filename: kmod-usb-serial-visor_5.15.137-1_mipsel_24kc.ipk -Size: 4412 -SHA256sum: 9289fe36ee074a3dac560098c46d35fe48f29bad0e3f7d243ff47655791a2966 +Installed-Size: 3680 +Filename: kmod-usb-serial-visor_5.15.134-1_mipsel_24kc.ipk +Size: 4408 +SHA256sum: af967596cab185e7065fbd572892dbec3f726a2740340b6f27332089b56ab7ed Description: Kernel support for Handspring Visor PDAs Package: kmod-usb-serial-wwan -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3580 -Filename: kmod-usb-serial-wwan_5.15.137-1_mipsel_24kc.ipk -Size: 4318 -SHA256sum: 522440e7b859d18792258402d5d85abc34725cec9645c1b618ad23541cff4cd8 +Installed-Size: 3581 +Filename: kmod-usb-serial-wwan_5.15.134-1_mipsel_24kc.ipk +Size: 4310 +SHA256sum: e103d1622a6089a018c35019a19b6b249aade46f1f1edc4eeca887e2d7334a03 Description: Kernel support for USB GSM and CDMA modems Package: kmod-usb-serial-xr_usb_serial_common -Version: 5.15.137+2022-03-30-ecc6ebe0-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134+2022-03-30-ecc6ebe0-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial License: GPL-2.0-or-later Section: kernel Architecture: mipsel_24kc Installed-Size: 12089 -Filename: kmod-usb-serial-xr_usb_serial_common_5.15.137+2022-03-30-ecc6ebe0-1_mipsel_24kc.ipk +Filename: kmod-usb-serial-xr_usb_serial_common_5.15.134+2022-03-30-ecc6ebe0-1_mipsel_24kc.ipk Size: 12886 -SHA256sum: 8474013c94009542b37deeeb3c5d1f7f87f54ebafbd2421e08b5539ad04b262c +SHA256sum: a8c486ae088a63b2128b1cd8879425c550ae38b90ebee93b77af81e4586c25b5 Description: Support for Exar USB to RS-485/RS-422 Package: kmod-usb-serial -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 13756 -Filename: kmod-usb-serial_5.15.137-1_mipsel_24kc.ipk -Size: 14487 -SHA256sum: 8f780f1ac5201dc00e1db0a3873b59ae8d490c79619b74bd0d96f4765d1761f7 +Filename: kmod-usb-serial_5.15.134-1_mipsel_24kc.ipk +Size: 14493 +SHA256sum: cb09d3a57e17de733a17d70036874c9007699aea1af31a11d11e8fd0f4c1f090 Description: Kernel support for USB-to-Serial converters Package: kmod-usb-storage-extras -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-storage +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-storage License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 32892 -Filename: kmod-usb-storage-extras_5.15.137-1_mipsel_24kc.ipk -Size: 33679 -SHA256sum: 93871e28d1cbf32f8876bd63b8867019a35cdb1aa6553c5847af84d2325a869b +Installed-Size: 32898 +Filename: kmod-usb-storage-extras_5.15.134-1_mipsel_24kc.ipk +Size: 33690 +SHA256sum: 386d91db6f6f1c654dea70b7dfc7b59ec1d831e55424af4a4341590f176a9189 Description: Say Y here if you want to have some more drivers, such as for SmartMedia card readers Package: kmod-usb-storage-uas -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-storage +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-storage License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 9097 -Filename: kmod-usb-storage-uas_5.15.137-1_mipsel_24kc.ipk -Size: 9928 -SHA256sum: fe00a80afec19ef6b1195bb099628457d92857c6b8b557a230f612f4b53bb294 +Installed-Size: 9100 +Filename: kmod-usb-storage-uas_5.15.134-1_mipsel_24kc.ipk +Size: 9933 +SHA256sum: 58a57e26247b6690c561d408e1d74ea2379018341caa777ce67c46e1c35271c9 Description: Say Y here if you want to include support for USB Attached SCSI (UAS/UASP), a higher performance protocol available on many newer USB 3.0 storage devices Package: kmod-usb-storage -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-scsi-core, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-scsi-core, kmod-usb-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 24868 -Filename: kmod-usb-storage_5.15.137-1_mipsel_24kc.ipk -Size: 25254 -SHA256sum: 8204a3d66c8b97925752c495c8595cda63e05273ee8f07884f2ed2e58e3ba999 +Filename: kmod-usb-storage_5.15.134-1_mipsel_24kc.ipk +Size: 25243 +SHA256sum: a184ee59ae02fa83831117715698bda0b2ae397df1e61809799e8c9f73f48e4f Description: Kernel support for USB Mass Storage devices Package: kmod-usb-uhci -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 14214 -Filename: kmod-usb-uhci_5.15.137-1_mipsel_24kc.ipk -Size: 14917 -SHA256sum: d1b35f5bdf7037d52f9ac283fb1b94aa11d79b1ad018dd68f127445f25574ac2 +Installed-Size: 14216 +Filename: kmod-usb-uhci_5.15.134-1_mipsel_24kc.ipk +Size: 14921 +SHA256sum: 9890d90cdef035823c0652d7e044f5c7c64f0624815cf4662398c008a285b2a6 Description: Kernel support for USB UHCI controllers Package: kmod-usb-wdm -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 6353 -Filename: kmod-usb-wdm_5.15.137-1_mipsel_24kc.ipk -Size: 7165 -SHA256sum: 850082b5415ca6a2705806a3831795c4fad0637cf904491c7834ae8c7fc3b3a5 +Installed-Size: 6354 +Filename: kmod-usb-wdm_5.15.134-1_mipsel_24kc.ipk +Size: 7150 +SHA256sum: 20a635bbf78444a5b3d7b2bea693d4357e057cc3116089777f90770821b9019b Description: USB Wireless Device Management support Package: kmod-usb-xhci-hcd -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 71144 -Filename: kmod-usb-xhci-hcd_5.15.137-1_mipsel_24kc.ipk -Size: 71596 -SHA256sum: 52a7336ea0a52a6612e9294ab5a7767880a834143a7a405adde1dd29f3dcf3f1 +Installed-Size: 71167 +Filename: kmod-usb-xhci-hcd_5.15.134-1_mipsel_24kc.ipk +Size: 71585 +SHA256sum: 2d08f9ac7b8bbf26e0c913f4787c746dbbf69b769dd80a0f1fcebdda43609d67 Description: The eXtensible Host Controller Interface (xHCI) is standard for USB 3.0 "SuperSpeed" host controller hardware. Package: kmod-usb-yealink -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-input-evdev, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-input-evdev, kmod-usb-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 6108 -Filename: kmod-usb-yealink_5.15.137-1_mipsel_24kc.ipk -Size: 6858 -SHA256sum: 1ed214bbaf3c5a7b8efcfcedfd28b255dfa565af753fbab2273a474b0b780975 +Installed-Size: 6109 +Filename: kmod-usb-yealink_5.15.134-1_mipsel_24kc.ipk +Size: 6855 +SHA256sum: 9d641b5dd3b67ff95943d08054c26da7dfff5cb1efbd178679cad463013e9067 Description: Kernel support for Yealink VOIP phone Package: kmod-usb2-pci -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb2, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb2, kmod-usb-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 3150 -Filename: kmod-usb2-pci_5.15.137-1_mipsel_24kc.ipk -Size: 3897 -SHA256sum: 02d0a226911a8eadc276db4d2b6fb9b3ba95c7ce320324a4ab2d39b3eda40467 +Filename: kmod-usb2-pci_5.15.134-1_mipsel_24kc.ipk +Size: 3896 +SHA256sum: d39d0da4fb09e8026a5d9b6a19c138d242c89c370917c1baeaccc5966058f97f Description: Kernel support for PCI USB2 (EHCI) controllers Package: kmod-usb2 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-ehci, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-ehci, kmod-usb-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 8643 -Filename: kmod-usb2_5.15.137-1_mipsel_24kc.ipk +Filename: kmod-usb2_5.15.134-1_mipsel_24kc.ipk Size: 9393 -SHA256sum: 40e3fc775f4d13d52c4896d338488be1a2746eb58c35e484aa15511c50f4a7e5 +SHA256sum: e19b5de08ef22038ed59e36106ef5f4269667161c33597f9a81a4a0d7b184023 Description: Kernel support for USB2 (EHCI) controllers Package: kmod-usb3 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-xhci-hcd, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-xhci-hcd, kmod-usb-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 6112 -Filename: kmod-usb3_5.15.137-1_mipsel_24kc.ipk -Size: 6862 -SHA256sum: b87f685f2005d6a7017632f02c24c989df83990d0892d97fd32040463a3d2f06 +Installed-Size: 6110 +Filename: kmod-usb3_5.15.134-1_mipsel_24kc.ipk +Size: 6849 +SHA256sum: 1eeff2227e187b4885a6a5056021aa2f781b7a5df0882379897fcbdc00d3fab0 Description: Kernel support for USB3 (XHCI) controllers Package: kmod-usbip-client -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usbip, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usbip, kmod-usb-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 13511 -Filename: kmod-usbip-client_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 13512 +Filename: kmod-usbip-client_5.15.134-1_mipsel_24kc.ipk Size: 14233 -SHA256sum: f85a20c97c352b0643875485d383fbe2496592f48a840b933924f7f189c42e67 +SHA256sum: d631972a8593ea681d321dad7502073ec6f6469c4877b3384ccf2cc14bb917fe Description: USB-over-IP client driver Package: kmod-usbip-server -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usbip, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usbip, kmod-usb-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 10799 -Filename: kmod-usbip-server_5.15.137-1_mipsel_24kc.ipk -Size: 11549 -SHA256sum: d067bd15a8590fbfec9a363ece8c3f7bad9911e928648d34e588f9e99e47db9d +Filename: kmod-usbip-server_5.15.134-1_mipsel_24kc.ipk +Size: 11554 +SHA256sum: 67a64dc1319c72c8a1790e87b1451da1c2cc5f2f4f8ad0c6001f1f78d7fdf9b0 Description: USB-over-IP host driver Package: kmod-usbip -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4602 -Filename: kmod-usbip_5.15.137-1_mipsel_24kc.ipk -Size: 5318 -SHA256sum: 6b41bebd9cab06feeb0994a57f5efd9b8f1c5cb14d6ee9ff76634205808746dd +Installed-Size: 4600 +Filename: kmod-usbip_5.15.134-1_mipsel_24kc.ipk +Size: 5309 +SHA256sum: 4c9c4847462e2fe54d0d6a43d7f05568c69a731021240eb44a64e5496ae8cb05 Description: USB-over-IP kernel support Package: kmod-usbmon -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 12680 -Filename: kmod-usbmon_5.15.137-1_mipsel_24kc.ipk -Size: 13398 -SHA256sum: 0995e91a45e9f5f50587f5992272099acc77204ba156655acc26e7e8e1f8f53b +Installed-Size: 12682 +Filename: kmod-usbmon_5.15.134-1_mipsel_24kc.ipk +Size: 13400 +SHA256sum: 59d5cc80fa0b211cdadbd67b6f54ed8a219ea6458016fe3308dc4f3546ae7822 Description: Kernel support for USB traffic monitoring Package: kmod-v4l2loopback -Version: 5.15.137+v0.12.7-2 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-core +Version: 5.15.134+v0.12.7-2 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-core Section: kernel Architecture: mipsel_24kc Installed-Size: 17308 -Filename: kmod-v4l2loopback_5.15.137+v0.12.7-2_mipsel_24kc.ipk -Size: 18206 -SHA256sum: 0f00c6abad4d5a6aeadec7846d767e256a1efba9b9caff9b817ea3d01456c917 +Filename: kmod-v4l2loopback_5.15.134+v0.12.7-2_mipsel_24kc.ipk +Size: 18210 +SHA256sum: 81ea1a4417b7c2e552deb80f026aaf5153832237501910f64db35d8ce49e1131 Description: This module allows you to create "virtual video devices". Normal (v4l2) applications will read these devices as if they were ordinary video devices, but the video will not be @@ -11142,718 +11142,718 @@ Description: This module allows you to create "virtual video devices". by another application. Package: kmod-veth -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 11704 -Filename: kmod-veth_5.15.137-1_mipsel_24kc.ipk -Size: 12519 -SHA256sum: 73a9e2ff397167fdbf9596f0ba0fe1f5f2fa587b5753bf40e12846f4582a506b +Installed-Size: 11703 +Filename: kmod-veth_5.15.134-1_mipsel_24kc.ipk +Size: 12516 +SHA256sum: 5cb5aa70f6b2173a3510f269eaa00ba235d56da529d692ff5b488c7d26191abd Description: This device is a local ethernet tunnel. Devices are created in pairs. When one end receives the packet it appears on its pair and vice versa. Package: kmod-vhost-net -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-tun, kmod-vhost +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-tun, kmod-vhost License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 9188 -Filename: kmod-vhost-net_5.15.137-1_mipsel_24kc.ipk -Size: 9927 -SHA256sum: 24160c468685e1dc13a5501f9d5155a0a6bb8a7431e9e9593d8af02b06c4b62b +Filename: kmod-vhost-net_5.15.134-1_mipsel_24kc.ipk +Size: 9938 +SHA256sum: 424e9275a3de01409dc14e83f5b4d5e0aa6aeee58504083d020ca1929d0a834f Description: Host kernel accelerator for virtio-net Package: kmod-vhost -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 18084 -Filename: kmod-vhost_5.15.137-1_mipsel_24kc.ipk -Size: 18844 -SHA256sum: 551853051f7edc4b5165fe02a991d132991a0f769728e22f79869b7f77127a51 +Installed-Size: 18085 +Filename: kmod-vhost_5.15.134-1_mipsel_24kc.ipk +Size: 18843 +SHA256sum: a65ee86f23b637c0287321418d466e05d64970da2c6f8e1557cc0f7a7761890f Description: Host kernel accelerator for virtio (base) Package: kmod-via-rhine -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mii +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mii License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 13016 -Filename: kmod-via-rhine_5.15.137-1_mipsel_24kc.ipk -Size: 13749 -SHA256sum: e24ae45c83112e4517bce65675f702e3c4c6d8e1d4acdfddd2c776923b2d91ff +Installed-Size: 13019 +Filename: kmod-via-rhine_5.15.134-1_mipsel_24kc.ipk +Size: 13757 +SHA256sum: af06ecf04ecb343fed7f64bbd59ea983a0c6068fbbfe328f82ffa8b862ac6d3b Description: Kernel modules for Via Rhine Ethernet chipsets Package: kmod-via-velocity -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-lib-crc-ccitt +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-lib-crc-ccitt License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 15495 -Filename: kmod-via-velocity_5.15.137-1_mipsel_24kc.ipk -Size: 16256 -SHA256sum: 324c9fb3a78737660ee6ea43afc58ba3e02b80a879a543beea78df0d19b47fce +Installed-Size: 15494 +Filename: kmod-via-velocity_5.15.134-1_mipsel_24kc.ipk +Size: 16262 +SHA256sum: dd519dc8089b7cf497f41bccda3dfcef014b0937bfde838068f064e91bcfdbe1 Description: Kernel modules for VIA Velocity Gigabit Ethernet chipsets Package: kmod-video-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 79976 -Filename: kmod-video-core_5.15.137-1_mipsel_24kc.ipk -Size: 76900 -SHA256sum: b92876ea54f31f78dc52dcb115cbed4bdcdb12d5789ec1e1f28fb674fc9917d7 +Installed-Size: 79975 +Filename: kmod-video-core_5.15.134-1_mipsel_24kc.ipk +Size: 76895 +SHA256sum: ce5ded0db8003d5197c5a0327b060d73def39597dd556e64e409f1192be9b98c Description: Kernel modules for Video4Linux support Package: kmod-video-cpia2 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core, kmod-video-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core, kmod-video-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 19507 -Filename: kmod-video-cpia2_5.15.137-1_mipsel_24kc.ipk -Size: 20184 -SHA256sum: b7c085ad59d3909805b1d31e7c4e2e846158cdb588d3de646cbbb013c0c37aee +Installed-Size: 19510 +Filename: kmod-video-cpia2_5.15.134-1_mipsel_24kc.ipk +Size: 20193 +SHA256sum: a4e2d846b72982f41ba8a2bae0a9f77743899c7f0b2d89f39eebdec51283ba96 Description: Kernel modules for supporting CPIA2 USB based cameras Package: kmod-video-gspca-conex -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 6448 -Filename: kmod-video-gspca-conex_5.15.137-1_mipsel_24kc.ipk -Size: 7231 -SHA256sum: 33134d6791dc3144ed28d73defa0b7d17ebb9b9b7b2c76c5576a573768e512dc +Installed-Size: 6449 +Filename: kmod-video-gspca-conex_5.15.134-1_mipsel_24kc.ipk +Size: 7227 +SHA256sum: 928a80f9254c91f36d6ead6751a0d713e7de755873d6dca577d1785650784d71 Description: The Conexant Camera Driver (conex) kernel module Package: kmod-video-gspca-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core, kmod-input-core, kmod-video-videobuf2, kmod-video-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core, kmod-input-core, kmod-video-videobuf2, kmod-video-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 11530 -Filename: kmod-video-gspca-core_5.15.137-1_mipsel_24kc.ipk -Size: 12396 -SHA256sum: 4e3cbf1da2363f0bd6a19bff4a929674ac0a10098af66092b13eaa4d0d65bca0 +Installed-Size: 11532 +Filename: kmod-video-gspca-core_5.15.134-1_mipsel_24kc.ipk +Size: 12395 +SHA256sum: 5e343ccafb84bf26aa8099fba5b3c45eff183d3020c00d46c30cc4ca5cfb3076 Description: Kernel modules for supporting GSPCA based webcam devices. Note this is just the core of the driver, please select a submodule that supports your webcam. Package: kmod-video-gspca-etoms -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 5869 -Filename: kmod-video-gspca-etoms_5.15.137-1_mipsel_24kc.ipk +Filename: kmod-video-gspca-etoms_5.15.134-1_mipsel_24kc.ipk Size: 6617 -SHA256sum: cfb8a941e64e24ba6a4c802b9b4ba9ab871759b5214c0de943980626fb05b39b +SHA256sum: 1f30c8b903e1c3659ef503adcb18efd9477c0d6d126110640d5a6191dd18fcc3 Description: The Etoms USB Camera Driver (etoms) kernel module Package: kmod-video-gspca-finepix -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2293 -Filename: kmod-video-gspca-finepix_5.15.137-1_mipsel_24kc.ipk -Size: 3041 -SHA256sum: bcc982105e2f8bcc0f538a1b761f29ddf2535014150bd0c5892ae51dedc65a16 +Installed-Size: 2294 +Filename: kmod-video-gspca-finepix_5.15.134-1_mipsel_24kc.ipk +Size: 3043 +SHA256sum: eb12c4eea2fc6d2136c88c978ecd7452f36a696a1ca43fb878e9cbeccee8a50f Description: The Fujifilm FinePix USB V4L2 driver (finepix) kernel module Package: kmod-video-gspca-gl860 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 15703 -Filename: kmod-video-gspca-gl860_5.15.137-1_mipsel_24kc.ipk -Size: 16406 -SHA256sum: 54d38d2901c98078f2a00b3be97d5005678010b083dd915d62211f4e45ddb13f +Installed-Size: 15707 +Filename: kmod-video-gspca-gl860_5.15.134-1_mipsel_24kc.ipk +Size: 16421 +SHA256sum: 2b5e553b7e2ebac1f5970b8fbd6126e1e3f5c06cf916d07f2a55c908fb628a81 Description: The GL860 USB Camera Driver (gl860) kernel module Package: kmod-video-gspca-jeilinj -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 4357 -Filename: kmod-video-gspca-jeilinj_5.15.137-1_mipsel_24kc.ipk -Size: 5107 -SHA256sum: 909a0ea9710ad4b5cb3ed696c3615d9d5ec6b6d221b7ef970af7523d8c3ffd30 +Filename: kmod-video-gspca-jeilinj_5.15.134-1_mipsel_24kc.ipk +Size: 5108 +SHA256sum: 120ed0f6045aa2f9c06a64f1b97ee62c0c5e24888c217349dc489e6740d254a1 Description: The JEILINJ USB Camera Driver (jeilinj) kernel module Package: kmod-video-gspca-konica -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3665 -Filename: kmod-video-gspca-konica_5.15.137-1_mipsel_24kc.ipk -Size: 4405 -SHA256sum: 333be42950bd8c808b0225513afc5c3400ebe943fed2e9801751a99cbc42f5e1 +Installed-Size: 3668 +Filename: kmod-video-gspca-konica_5.15.134-1_mipsel_24kc.ipk +Size: 4401 +SHA256sum: 68e4e217636f2483720d64368dc4121b5f01b059aea23d9775e28a2cd0c69bb8 Description: The Konica USB Camera Driver (konica) kernel module Package: kmod-video-gspca-m5602 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 16401 -Filename: kmod-video-gspca-m5602_5.15.137-1_mipsel_24kc.ipk -Size: 17117 -SHA256sum: 90a8c2c185af85cd679516e96f7c351854d962d5df009b80a22c2843d08ce119 +Filename: kmod-video-gspca-m5602_5.15.134-1_mipsel_24kc.ipk +Size: 17115 +SHA256sum: ec48c2f0e2b7b033760130fa9e8bc7bf6239853cce00957250f0318001f835d4 Description: The ALi USB m5602 Camera Driver (m5602) kernel module Package: kmod-video-gspca-mars -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3737 -Filename: kmod-video-gspca-mars_5.15.137-1_mipsel_24kc.ipk -Size: 4484 -SHA256sum: d4fe72095eee97cf2301fe312a503528fd26eb9ebc05d3d00f7d3a9fdc3de100 +Installed-Size: 3738 +Filename: kmod-video-gspca-mars_5.15.134-1_mipsel_24kc.ipk +Size: 4482 +SHA256sum: 4d904840723f9418ec74859a70c5fa7b46a31c56d3d571ae6f42fb6439a398e5 Description: The Mars USB Camera Driver (mars) kernel module Package: kmod-video-gspca-mr97310a -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 5697 -Filename: kmod-video-gspca-mr97310a_5.15.137-1_mipsel_24kc.ipk -Size: 6473 -SHA256sum: b5acd82ed5cc48562a016409af8ee1f0e34bc8bd84a1d73a957cc1df6d842e6b +Filename: kmod-video-gspca-mr97310a_5.15.134-1_mipsel_24kc.ipk +Size: 6465 +SHA256sum: d088c41c994d43afa4f470d1dd1e05c7bc5d50b82261217d145be3243a09b019 Description: The Mars-Semi MR97310A USB Camera Driver (mr97310a) kernel module Package: kmod-video-gspca-ov519 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 20846 -Filename: kmod-video-gspca-ov519_5.15.137-1_mipsel_24kc.ipk -Size: 21607 -SHA256sum: 36bd8a7b7f9bb8ade5285908ab1b6b262248349da6fa070ce774580f8b121121 +Filename: kmod-video-gspca-ov519_5.15.134-1_mipsel_24kc.ipk +Size: 21600 +SHA256sum: 310e5719cb8b7a1736a41df9af5911c68d6859b7814bff1541af60c49782d073 Description: The OV519 USB Camera Driver (ov519) kernel module Package: kmod-video-gspca-ov534-9 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 6890 -Filename: kmod-video-gspca-ov534-9_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 6891 +Filename: kmod-video-gspca-ov534-9_5.15.134-1_mipsel_24kc.ipk Size: 7661 -SHA256sum: 7c63b5a439301ffb84164cb82e640b0cc58dea6f22f9c6f12311bf618e95eb2e +SHA256sum: fbd310b7e2b245096922b52b1a6f501c3cd4030292790b0e6f2f9d580d19f579 Description: The OV534-9 USB Camera Driver (ov534_9) kernel module Package: kmod-video-gspca-ov534 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 7936 -Filename: kmod-video-gspca-ov534_5.15.137-1_mipsel_24kc.ipk -Size: 8704 -SHA256sum: 3a624cd159debaa55c0804239c2584ef8a38b57d563c30ae01b1ba6c88e4cec1 +Installed-Size: 7940 +Filename: kmod-video-gspca-ov534_5.15.134-1_mipsel_24kc.ipk +Size: 8701 +SHA256sum: 337ff115984fec13b7dd1ce0212e659d7a8237fec8577c8c2ab724268e98a3b5 Description: The OV534 USB Camera Driver (ov534) kernel module Package: kmod-video-gspca-pac207 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4112 -Filename: kmod-video-gspca-pac207_5.15.137-1_mipsel_24kc.ipk -Size: 4865 -SHA256sum: 9f79c4141f22a2393fbc8d5ca36ca1c0dc5dafc3f7ce1fa740ddacea27ba2afa +Installed-Size: 4113 +Filename: kmod-video-gspca-pac207_5.15.134-1_mipsel_24kc.ipk +Size: 4867 +SHA256sum: 4fede5eddce40516f97b957f9cc17907a8500cd6e0f4418d342505b249fcb232 Description: The Pixart PAC207 USB Camera Driver (pac207) kernel module Package: kmod-video-gspca-pac7311 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 4517 -Filename: kmod-video-gspca-pac7311_5.15.137-1_mipsel_24kc.ipk -Size: 5263 -SHA256sum: 23dedd44dc93fb8e449b66a1894450570542abd6d42bbd774170882213615146 +Filename: kmod-video-gspca-pac7311_5.15.134-1_mipsel_24kc.ipk +Size: 5261 +SHA256sum: e09e51b8ab524e7acf53250a3bcbec3ae53db1f8eb7fb2959fa8e8e4606ea891 Description: The Pixart PAC7311 USB Camera Driver (pac7311) kernel module Package: kmod-video-gspca-se401 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4791 -Filename: kmod-video-gspca-se401_5.15.137-1_mipsel_24kc.ipk -Size: 5528 -SHA256sum: bacd88358b2c048f8cb704c68d10456c9c47f458bd969bd751518e658aa90441 +Installed-Size: 4794 +Filename: kmod-video-gspca-se401_5.15.134-1_mipsel_24kc.ipk +Size: 5532 +SHA256sum: 60ea6fd9d22464995eaad55393cb3851e2ed1311b47f8096112ec035576e1862 Description: The SE401 USB Camera Driver kernel module Package: kmod-video-gspca-sn9c20x -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 14367 -Filename: kmod-video-gspca-sn9c20x_5.15.137-1_mipsel_24kc.ipk -Size: 15119 -SHA256sum: ee52ed3a047c6c32080a17679f2f1afe8027e329e6d3a93853ae00d2bdd3f2bd +Installed-Size: 14364 +Filename: kmod-video-gspca-sn9c20x_5.15.134-1_mipsel_24kc.ipk +Size: 15108 +SHA256sum: 62e365256b1fa3ff3c05fe001743d438bbc209693d2ebde2d04c2127e4a3c45e Description: The SN9C20X USB Camera Driver (sn9c20x) kernel module Package: kmod-video-gspca-sonixb -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 6981 -Filename: kmod-video-gspca-sonixb_5.15.137-1_mipsel_24kc.ipk -Size: 7790 -SHA256sum: fb737fd3afe67fd95e4aeb65ce00fafc99bb63f65b8918cd72230e5d84ad1171 +Installed-Size: 6983 +Filename: kmod-video-gspca-sonixb_5.15.134-1_mipsel_24kc.ipk +Size: 7798 +SHA256sum: f84bb3285a2fba300e24a40d354a279b4416bfbfc339c086932a3807fd7032e2 Description: The SONIX Bayer USB Camera Driver (sonixb) kernel module Package: kmod-video-gspca-sonixj -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 13837 -Filename: kmod-video-gspca-sonixj_5.15.137-1_mipsel_24kc.ipk -Size: 14582 -SHA256sum: 28387103c08ec94bba0eb01d98898bda6735a2359e761a2d6b81355d0167f216 +Filename: kmod-video-gspca-sonixj_5.15.134-1_mipsel_24kc.ipk +Size: 14586 +SHA256sum: e8ee3d3cb567bf59cd32da118831324429c1745ddb713882812153520ba3064f Description: The SONIX JPEG USB Camera Driver (sonixj) kernel module Package: kmod-video-gspca-spca500 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 6252 -Filename: kmod-video-gspca-spca500_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 6251 +Filename: kmod-video-gspca-spca500_5.15.134-1_mipsel_24kc.ipk Size: 7064 -SHA256sum: 92c7bc184f07753abd5e36e78b4a6bee0db51a3cfcfccb9d92873cf18e9f7aeb +SHA256sum: 049c2be4ef519cd697fdeb33a45a72683b1233485e86afdbc078bcae40de2e86 Description: The SPCA500 USB Camera Driver (spca500) kernel module Package: kmod-video-gspca-spca501 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4561 -Filename: kmod-video-gspca-spca501_5.15.137-1_mipsel_24kc.ipk -Size: 5270 -SHA256sum: 6e6fec12e902a82e3018fd2892ea4e9520ade32ed874376591961339208a6bbc +Installed-Size: 4560 +Filename: kmod-video-gspca-spca501_5.15.134-1_mipsel_24kc.ipk +Size: 5272 +SHA256sum: 9208377030236bb9aa23075d96b83f159fee6ae968cbf451c92271fdf98d141f Description: The SPCA501 USB Camera Driver (spca501) kernel module Package: kmod-video-gspca-spca505 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3418 -Filename: kmod-video-gspca-spca505_5.15.137-1_mipsel_24kc.ipk -Size: 4162 -SHA256sum: b3508e750a957e475bace40d9734f5c396ce3adb4e6fa9afa6a11d233a271c99 +Installed-Size: 3417 +Filename: kmod-video-gspca-spca505_5.15.134-1_mipsel_24kc.ipk +Size: 4164 +SHA256sum: 4d0e60108020f6c2eda2394bce5be7a81971e9d5e1dc35f88183c1fd2743d9a3 Description: The SPCA505 USB Camera Driver (spca505) kernel module Package: kmod-video-gspca-spca506 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4361 -Filename: kmod-video-gspca-spca506_5.15.137-1_mipsel_24kc.ipk -Size: 5061 -SHA256sum: 48b79b8db2df2ab7fec7d1763c8bead08734f82177ab289f4a5053eb543358fc +Installed-Size: 4362 +Filename: kmod-video-gspca-spca506_5.15.134-1_mipsel_24kc.ipk +Size: 5068 +SHA256sum: 8893614e5cd0fa2b7c17b278903069065e91a0644ddf9e4f6f60845f4d927234 Description: The SPCA506 USB Camera Driver (spca506) kernel module Package: kmod-video-gspca-spca508 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 4101 -Filename: kmod-video-gspca-spca508_5.15.137-1_mipsel_24kc.ipk -Size: 4836 -SHA256sum: 4d995cfedea85df8bc978657a6d4171d0edf0c26ca3fd8032724de4eba5229f7 +Installed-Size: 4103 +Filename: kmod-video-gspca-spca508_5.15.134-1_mipsel_24kc.ipk +Size: 4841 +SHA256sum: a5ccf444a0d4b2d4bffb5774d00c4c7ccdabc1009c0f0e26b48a0ae5a3e5cce4 Description: The SPCA508 USB Camera Driver (spca508) kernel module Package: kmod-video-gspca-spca561 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 5412 -Filename: kmod-video-gspca-spca561_5.15.137-1_mipsel_24kc.ipk -Size: 6178 -SHA256sum: 429b31c2cb6f7c847ba460732cfb9b8f2c83e69ad0c28511d9259ea562c9f81d +Installed-Size: 5413 +Filename: kmod-video-gspca-spca561_5.15.134-1_mipsel_24kc.ipk +Size: 6176 +SHA256sum: 874c39865cb2a37d963916a20858ab8bcb320649e9d6664407b9ab65625eb3b8 Description: The SPCA561 USB Camera Driver (spca561) kernel module Package: kmod-video-gspca-sq905 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3121 -Filename: kmod-video-gspca-sq905_5.15.137-1_mipsel_24kc.ipk -Size: 3871 -SHA256sum: 21b3a424e7bebf6f78af0ccf186d27187c3ad633fc9945df007a865d748c2d63 +Installed-Size: 3119 +Filename: kmod-video-gspca-sq905_5.15.134-1_mipsel_24kc.ipk +Size: 3872 +SHA256sum: 346d39004b34bdf0c3ce5a9e96880c67697ee155d4e318f3745c59287b0eee88 Description: The SQ Technologies SQ905 based USB Camera Driver (sq905) kernel module Package: kmod-video-gspca-sq905c -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2916 -Filename: kmod-video-gspca-sq905c_5.15.137-1_mipsel_24kc.ipk -Size: 3674 -SHA256sum: 0b70b41b084615cc2994ca40da69ad02b01ad57eb963b9ad1e5ec8bf4dd87789 +Installed-Size: 2919 +Filename: kmod-video-gspca-sq905c_5.15.134-1_mipsel_24kc.ipk +Size: 3670 +SHA256sum: 2f09c4b76b4aa82448514857a74e1bedc415792d62e228735568b61e03f2834e Description: The SQ Technologies SQ905C based USB Camera Driver (sq905c) kernel module Package: kmod-video-gspca-sq930x -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 6464 -Filename: kmod-video-gspca-sq930x_5.15.137-1_mipsel_24kc.ipk -Size: 7275 -SHA256sum: ebec65306f93527c7716e158a977be600051a9fcf8418630982da8a8dbabc3a8 +Installed-Size: 6463 +Filename: kmod-video-gspca-sq930x_5.15.134-1_mipsel_24kc.ipk +Size: 7281 +SHA256sum: 669c15104f9cc7d03b7fd13302cbe09664f5be3d8dc96dfd2cc1f141ae9ad69e Description: The SQ Technologies SQ930X based USB Camera Driver (sq930x) kernel module Package: kmod-video-gspca-stk014 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 3794 -Filename: kmod-video-gspca-stk014_5.15.137-1_mipsel_24kc.ipk -Size: 4548 -SHA256sum: 3f9208d84da6aecee62b0b5e169b5d2ed125d62632323ac54824cd10b32216d5 +Installed-Size: 3797 +Filename: kmod-video-gspca-stk014_5.15.134-1_mipsel_24kc.ipk +Size: 4555 +SHA256sum: 62d38c6beb16eba5551999f8646e51cb7a9f10d69d69aab71c50800d7b6e5c59 Description: The Syntek DV4000 (STK014) USB Camera Driver (stk014) kernel module Package: kmod-video-gspca-stv06xx -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 11855 -Filename: kmod-video-gspca-stv06xx_5.15.137-1_mipsel_24kc.ipk -Size: 12625 -SHA256sum: 15b30e3b588eecdca0872ea95e1bc21fd1f4cba8bbdca099a3c5fde64a3fc24d +Filename: kmod-video-gspca-stv06xx_5.15.134-1_mipsel_24kc.ipk +Size: 12636 +SHA256sum: a602e02e20d97be342b1ec69b470bb3266553ef5c883679e50f8e2c580aebe97 Description: The STV06XX USB Camera Driver (stv06xx) kernel module Package: kmod-video-gspca-sunplus -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 6865 -Filename: kmod-video-gspca-sunplus_5.15.137-1_mipsel_24kc.ipk -Size: 7633 -SHA256sum: 8a974b52c57420904cb7398adf9b5dff973898328d0bdfbc842347b39b4a946e +Installed-Size: 6867 +Filename: kmod-video-gspca-sunplus_5.15.134-1_mipsel_24kc.ipk +Size: 7636 +SHA256sum: f0cc79775e06cdbdd7c8b5b56a8ea519013d2be5db45a0cf239b575e0c5439e3 Description: The SUNPLUS USB Camera Driver (sunplus) kernel module Package: kmod-video-gspca-t613 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 7024 -Filename: kmod-video-gspca-t613_5.15.137-1_mipsel_24kc.ipk -Size: 7846 -SHA256sum: 2e1894d785bbe82f94402e77c71a6276571f71bb84580694b98cde58e48035ee +Installed-Size: 7026 +Filename: kmod-video-gspca-t613_5.15.134-1_mipsel_24kc.ipk +Size: 7851 +SHA256sum: ec164b22d897c910dbbb6d710817f419c235248f13946a9e4bf4ab141b2bb894 Description: The T613 (JPEG Compliance) USB Camera Driver (t613) kernel module Package: kmod-video-gspca-tv8532 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2690 -Filename: kmod-video-gspca-tv8532_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 2691 +Filename: kmod-video-gspca-tv8532_5.15.134-1_mipsel_24kc.ipk Size: 3435 -SHA256sum: 7202974b4cae3d3780b38e4c8769b1d54448c82e90ae39e38e799cbb3d7ef44a +SHA256sum: 7b6ac580eb6b0764e24086b7b1af4f2a0d3fe353a82506296486f1e85fd8a08e Description: The TV8532 USB Camera Driver (tv8532) kernel module Package: kmod-video-gspca-vc032x -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 13176 -Filename: kmod-video-gspca-vc032x_5.15.137-1_mipsel_24kc.ipk -Size: 13926 -SHA256sum: 1b330b98bea23b5fb5228847627ca461fcac201bb5bef81474cb031b8207b3c8 +Filename: kmod-video-gspca-vc032x_5.15.134-1_mipsel_24kc.ipk +Size: 13927 +SHA256sum: ace15757b77427e617c88266f743678edbb215e17480a4bc3607da547c647eed Description: The VC032X USB Camera Driver (vc032x) kernel module Package: kmod-video-gspca-zc3xx -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 16248 -Filename: kmod-video-gspca-zc3xx_5.15.137-1_mipsel_24kc.ipk -Size: 16932 -SHA256sum: dd01aaa4799502d910b485bc3254b2d7ddccbf546b93f73e874bb8d2e4dc4c1c +Installed-Size: 16246 +Filename: kmod-video-gspca-zc3xx_5.15.134-1_mipsel_24kc.ipk +Size: 16863 +SHA256sum: ca9b5edf9367b24f5c4156a00400dc3edf1436d759fe278ed0c02b46f5dca2ef Description: The ZC3XX USB Camera Driver (zc3xx) kernel module Package: kmod-video-pwc -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core, kmod-video-videobuf2, kmod-video-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core, kmod-video-videobuf2, kmod-video-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 24246 -Filename: kmod-video-pwc_5.15.137-1_mipsel_24kc.ipk -Size: 24947 -SHA256sum: 1787fd6ef2c16aaa3dc5cb9435127e19139a975e091440bb3a29a6df2496e480 +Installed-Size: 24248 +Filename: kmod-video-pwc_5.15.134-1_mipsel_24kc.ipk +Size: 24942 +SHA256sum: 146278460c3b21541c341e2aa7f665a5a9a8ba841122344e03f22258276f0338 Description: Kernel modules for supporting Philips USB based cameras Package: kmod-video-uvc -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core, kmod-video-videobuf2, kmod-input-core, kmod-video-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core, kmod-video-videobuf2, kmod-input-core, kmod-video-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 49797 -Filename: kmod-video-uvc_5.15.137-1_mipsel_24kc.ipk -Size: 50482 -SHA256sum: 50552dbc82f14411bd732c62c7123d7e6ec3ba5437e7d38f91774915129a5d1d +Filename: kmod-video-uvc_5.15.134-1_mipsel_24kc.ipk +Size: 50485 +SHA256sum: 47d5ac375ca51fd9a9d6d18f78bcbec94edec169bdf65bbbdf16f98fe371f67c Description: Kernel modules for supporting USB Video Class (UVC) devices Package: kmod-video-videobuf2 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-dma-buf, kmod-video-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-dma-buf, kmod-video-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 30054 -Filename: kmod-video-videobuf2_5.15.137-1_mipsel_24kc.ipk -Size: 30760 -SHA256sum: 1138cc24319fe7270726926495e162234d74389f72f326389c7e93e1c9393a5b +Installed-Size: 30052 +Filename: kmod-video-videobuf2_5.15.134-1_mipsel_24kc.ipk +Size: 30768 +SHA256sum: 870e4958af26573a0a0c2073320666f2dc5ecfdfb973b854cda975fa5b60d317 Description: Kernel modules that implements three basic types of media buffers. Package: kmod-vmxnet3 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 22061 -Filename: kmod-vmxnet3_5.15.137-1_mipsel_24kc.ipk -Size: 22826 -SHA256sum: 4fbe874ff0858f80ba58c5f77d70e6055ff0e95aa6b8393ab7ba167f0a7fe3da +Installed-Size: 22062 +Filename: kmod-vmxnet3_5.15.134-1_mipsel_24kc.ipk +Size: 22821 +SHA256sum: 161dab2bab124d8e443adbb943539815ede733c8a9589385cee38092275ceada Description: Kernel modules for VMware VMXNET3 ethernet adapters. Package: kmod-vxlan -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iptunnel, kmod-udptunnel4, kmod-udptunnel6 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iptunnel, kmod-udptunnel4, kmod-udptunnel6 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 31016 -Filename: kmod-vxlan_5.15.137-1_mipsel_24kc.ipk -Size: 31763 -SHA256sum: f0e713d032d4508f1f3ccf2d9922f0d2842ec0099641d37860918e7e7165f81b +Installed-Size: 31017 +Filename: kmod-vxlan_5.15.134-1_mipsel_24kc.ipk +Size: 31775 +SHA256sum: fd8f9f405b828f9e12f55205994618a090109cca78af2c7a2e4b4595ee099f78 Description: Kernel module for supporting VXLAN in the Kernel. Requires Kernel 3.12 or newer. Package: kmod-w1-master-ds2482 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-w1, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-w1, kmod-i2c-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2837 -Filename: kmod-w1-master-ds2482_5.15.137-1_mipsel_24kc.ipk -Size: 3637 -SHA256sum: ade95bdba07751448e72d0873b60f04f3a5ce63b2dbddb7d7af171522e3bc6f4 +Installed-Size: 2838 +Filename: kmod-w1-master-ds2482_5.15.134-1_mipsel_24kc.ipk +Size: 3638 +SHA256sum: 4597ae2b255a76d775e77ad93732fb4dbd3807eb553d0ad48ea39efa56b787eb Description: Kernel module for the DS2482 i2c 1-wire bus master driver NOTE: Init with: echo ds2482 0x18 > /sys/bus/i2c/devices/i2c-0/new_device or use owfs Package: kmod-w1-master-ds2490 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core, kmod-w1 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core, kmod-w1 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 5711 -Filename: kmod-w1-master-ds2490_5.15.137-1_mipsel_24kc.ipk -Size: 6480 -SHA256sum: dfc1a450ff7b593b1e39ea9c2dcb756b471f8d3bd59b894cc7c0e9969c88b30e +Filename: kmod-w1-master-ds2490_5.15.134-1_mipsel_24kc.ipk +Size: 6484 +SHA256sum: 6d9e47a97cf330b67648d05c76deda697d6cd2469318b281617e424b62491555 Description: Kernel module for the DS2490 usb 1-wire bus master driver Package: kmod-w1-master-gpio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-w1 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-w1 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 1797 -Filename: kmod-w1-master-gpio_5.15.137-1_mipsel_24kc.ipk -Size: 2574 -SHA256sum: f860381f38bf3c0e12d8456f318460c07e4f4b848ced486a6255258cb6ae0d05 +Installed-Size: 1794 +Filename: kmod-w1-master-gpio_5.15.134-1_mipsel_24kc.ipk +Size: 2564 +SHA256sum: 5519ca7fcb5870ffa93c24c0f9af0e23379f3f2252f65dd0db9a962da69943b2 Description: Kernel module for the GPIO 1-wire bus master driver Package: kmod-w1-slave-ds2413 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-w1 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-w1 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 1637 -Filename: kmod-w1-slave-ds2413_5.15.137-1_mipsel_24kc.ipk -Size: 2428 -SHA256sum: 42b0538e45b08e74f64415195bbdc60c855a1840634cc2e9505edb02868f894b +Filename: kmod-w1-slave-ds2413_5.15.134-1_mipsel_24kc.ipk +Size: 2418 +SHA256sum: 42a28c1e0e13f5d4dbe2519e01a820f9a88abd5347b3011016d76d31fc86744b Description: Kernel module for 1-wire DS2413 Dual Channel Addressable Switch support Package: kmod-w1-slave-ds2431 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-w1 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-w1 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 2355 -Filename: kmod-w1-slave-ds2431_5.15.137-1_mipsel_24kc.ipk -Size: 3127 -SHA256sum: bd0b7e616eafcf6746d93fe29f8c715ab4b1a0c237e3d7c2142e7417e086e8b6 +Installed-Size: 2356 +Filename: kmod-w1-slave-ds2431_5.15.134-1_mipsel_24kc.ipk +Size: 3126 +SHA256sum: 8d8efc55f040d1285d50db25eb835f1360fcab2d9366abc236eec80f6296ba9c Description: Kernel module for 1-wire 1kb EEPROM (DS2431) Package: kmod-w1-slave-ds2433 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-w1 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-w1 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 1732 -Filename: kmod-w1-slave-ds2433_5.15.137-1_mipsel_24kc.ipk -Size: 2492 -SHA256sum: d26f47f4dc16453c48560f86be59a4bf127cad628e9aa6b0d069a903078c865e +Filename: kmod-w1-slave-ds2433_5.15.134-1_mipsel_24kc.ipk +Size: 2495 +SHA256sum: de011375c07d3e734840814b037896e0d4b73461830963239c3af8fbe5521a6c Description: Kernel module for 1-wire 4kb EEPROM (DS2433) Package: kmod-w1-slave-smem -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-w1 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-w1 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 894 -Filename: kmod-w1-slave-smem_5.15.137-1_mipsel_24kc.ipk -Size: 1666 -SHA256sum: 6a587d66553c516936e69ff9ee4c4f937bab562f759e2ecfa64ae52646c8683d +Installed-Size: 893 +Filename: kmod-w1-slave-smem_5.15.134-1_mipsel_24kc.ipk +Size: 1671 +SHA256sum: 0feb3eb770f5890d04110e478545c2e29d2c84dc8496ae3472b0c75cce579568 Description: Kernel module for 1-wire simple 64bit memory rom(ds2401/ds2411/ds1990*) Package: kmod-w1-slave-therm -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-w1 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-w1 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 9171 -Filename: kmod-w1-slave-therm_5.15.137-1_mipsel_24kc.ipk -Size: 9919 -SHA256sum: 6da11c5c35e23f94d97a33f3ac6523398df26b9fe7d5b986ff9c8b8b2d0bfd08 +Installed-Size: 9172 +Filename: kmod-w1-slave-therm_5.15.134-1_mipsel_24kc.ipk +Size: 9912 +SHA256sum: 1070f66e38a94718837046c49112869296c4fd7ce6ccb16e670a45c2a79209ef Description: Kernel module for 1-wire thermal sensors Package: kmod-w1 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 12258 -Filename: kmod-w1_5.15.137-1_mipsel_24kc.ipk -Size: 13016 -SHA256sum: a44a536ca708da619526990a379ae37a3cc59184d1cbe0634fc1ae20732551e5 +Filename: kmod-w1_5.15.134-1_mipsel_24kc.ipk +Size: 13003 +SHA256sum: 485d7f798df6f6c8aed6e98dc2037a81d2ee9dca2a6b7d0d4ea73d82b6f13708 Description: Kernel module for Dallas's 1-wire support Package: kmod-wdt-sp805 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-wdt-sp805_5.15.137-1_mipsel_24kc.ipk -Size: 883 -SHA256sum: 1c0656e2a733de8cb72202bd1ba9d42fabf2495418f3667a9ec06b99323c1409 +Filename: kmod-wdt-sp805_5.15.134-1_mipsel_24kc.ipk +Size: 888 +SHA256sum: 8f1fd714985d8bd12dc7c8c9038a8db5e423020fa49d12fe687d163ddb78557e Description: Support for the ARM SP805 wathchdog module. This is present in the NXP Layerscape family, HiSilicon HI3660 among others. Package: kmod-wil6210 -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, wil6210-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, wil6210-firmware Section: kernel Architecture: mipsel_24kc -Installed-Size: 137652 -Filename: kmod-wil6210_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 136995 -SHA256sum: dd333bf06d91e86a7854bd3a3e6c7629f7ca9367bed114afcbe1d646206a6a21 +Installed-Size: 137650 +Filename: kmod-wil6210_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 136991 +SHA256sum: 44bb87ce068b7266216a04b4a2bbac967c1df3d1b0a775400323159a1b56ef26 Description: QCA/Wilocity 60g WiFi card wil6210 support Package: kmod-wireguard -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-lib-chacha20poly1305, kmod-crypto-lib-curve25519, kmod-udptunnel4, kmod-udptunnel6 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-lib-chacha20poly1305, kmod-crypto-lib-curve25519, kmod-udptunnel4, kmod-udptunnel6 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 37231 -Filename: kmod-wireguard_5.15.137-1_mipsel_24kc.ipk -Size: 38230 -SHA256sum: 43b5d8eedb999036c799eb9e590d6048a3f3727af5512bc820a869af224df2a3 +Filename: kmod-wireguard_5.15.134-1_mipsel_24kc.ipk +Size: 38221 +SHA256sum: 8d03383c2bc80c1ca84146c8745948234abd353ebb837ba8c89249bd8f33b3df Description: WireGuard is a novel VPN that runs inside the Linux Kernel and utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPSec, while avoiding the massive headache. It intends to @@ -11862,72 +11862,72 @@ Description: WireGuard is a novel VPN that runs inside the Linux Kernel and uti alike, fit for many different circumstances. It uses UDP. Package: kmod-wl12xx -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-wlcore, wl12xx-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-wlcore, wl12xx-firmware Section: kernel Architecture: mipsel_24kc Installed-Size: 19630 -Filename: kmod-wl12xx_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 19993 -SHA256sum: 27af8c0f8492891be7bee11e7b2e241343329b1621d2c7b8434f4d363d0b1725 +Filename: kmod-wl12xx_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 19947 +SHA256sum: f59d2cd2a4c53688860b1d158d65b1e408c14b2d4963a6b14747122627fa48a1 Description: Kernel modules for TI WL12xx Package: kmod-wl18xx -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-wlcore, wl18xx-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-wlcore, wl18xx-firmware Section: kernel Architecture: mipsel_24kc -Installed-Size: 27221 -Filename: kmod-wl18xx_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 27174 -SHA256sum: 57f2b1ddf6caf8213467a306f93551a7c30ca601ecb76d1766d6f1fd1b5759b6 +Installed-Size: 27219 +Filename: kmod-wl18xx_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 27182 +SHA256sum: e8fabd5f850b6460fab125e426ab356852998c4c66754220d0546f262247ac1a Description: Kernel modules for TI WL18xx Package: kmod-wlcore -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mmc, kmod-mac80211 +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mmc, kmod-mac80211 Section: kernel Architecture: mipsel_24kc -Installed-Size: 88302 -Filename: kmod-wlcore_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 88578 -SHA256sum: eba4cf6189584f2876860a4fd328ebfbb95c69b000191c7f1d9a284d3f4a45fe +Installed-Size: 88311 +Filename: kmod-wlcore_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 88598 +SHA256sum: 5014b051a1cb1f1d9fa92322787cff4ec67c46823da674099ef19d7b57c0d41d Description: This module contains some common parts needed by TI Wireless drivers. Package: kmod-wwan -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 7514 -Filename: kmod-wwan_5.15.137-1_mipsel_24kc.ipk -Size: 8274 -SHA256sum: daa1d2d6814f5f557bb55fa0c50889909ce615333012375763e390a62adbcf0a +Installed-Size: 7511 +Filename: kmod-wwan_5.15.134-1_mipsel_24kc.ipk +Size: 8265 +SHA256sum: cb70ed9d381540f9b7edc836424c3a6211c86803df3a219e6663ed715ed11aa2 Description: his driver provides a common framework for WWAN drivers. Package: kmod-xfrm-interface -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipsec4, kmod-ipsec6 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipsec4, kmod-ipsec6 License: GPL-2.0 Section: kernel Architecture: mipsel_24kc -Installed-Size: 6854 -Filename: kmod-xfrm-interface_5.15.137-1_mipsel_24kc.ipk -Size: 7616 -SHA256sum: ca65ff01056023c749fc6301183049572c2d79fe5302fc2dd30e15065ece5978 +Installed-Size: 6913 +Filename: kmod-xfrm-interface_5.15.134-1_mipsel_24kc.ipk +Size: 7668 +SHA256sum: aac70d777c3523a3e61e0edf3c40a5796af54e62095acc053d7b64d5a38d1c66 Description: Kernel module for XFRM interface support Package: kmod-zram -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) License: GPL-2.0 Section: kernel Architecture: mipsel_24kc Installed-Size: 17960 -Filename: kmod-zram_5.15.137-1_mipsel_24kc.ipk -Size: 18710 -SHA256sum: 004422903d584adcb471af69e5a567d91bd9a67b215d80e7dbe27971b7c9c0d1 +Filename: kmod-zram_5.15.134-1_mipsel_24kc.ipk +Size: 18716 +SHA256sum: fd3893dc60c0fb1601c7007f3d24df14fa0918c00790384a2dde363a8f6fc912 Description: Compressed RAM block device support Package: libatomic1 @@ -11970,10 +11970,10 @@ Section: libs ABIVersion: 2 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 9537 +Installed-Size: 9536 Filename: libip4tc2_1.8.8-1_mipsel_24kc.ipk -Size: 10182 -SHA256sum: a9d48b2e80057750d571c693ef5fff36be2a321c12c1860a19308fb5bc99f0b7 +Size: 10188 +SHA256sum: 8bd5cb6a185374b505d100ff447d267317a8d29d3f5a1cf9423420d1f65581d3 Description: IPv4 firewall - shared libiptc library Package: libip6tc2 @@ -11985,10 +11985,10 @@ Section: libs ABIVersion: 2 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 9683 +Installed-Size: 9684 Filename: libip6tc2_1.8.8-1_mipsel_24kc.ipk Size: 10344 -SHA256sum: 641d44544bd776e5d524567ad5170713e99d11416bb9714f9b010c372cb3229e +SHA256sum: 6d8ab468cc0dc4b6be2625effff0fded6ceacb72280cb0b62443a5d8df060794 Description: IPv6 firewall - shared libiptc library Package: libiptext-nft0 @@ -12000,10 +12000,10 @@ Section: libs ABIVersion: 0 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 3103 +Installed-Size: 3106 Filename: libiptext-nft0_1.8.8-1_mipsel_24kc.ipk -Size: 3682 -SHA256sum: ba35563e94353a0d1b9420fb3436ea9ba5cb55a6a68f6891a6fe5a0f9c49f36b +Size: 3674 +SHA256sum: 7cb6526cd905bef3ec724d03af77c9444b66603514d2fe4f51814dbf4f5335f0 Description: IPv4/IPv6 firewall - shared libiptext nft library Package: libiptext0 @@ -12017,8 +12017,8 @@ CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc Installed-Size: 33101 Filename: libiptext0_1.8.8-1_mipsel_24kc.ipk -Size: 33740 -SHA256sum: 44f39428aced3bd4817b1b152fe8f8be1ca02d793e19f998495c89b98ec25a8c +Size: 33739 +SHA256sum: 49bacb72f183b92f2b29cb7566b2af8f0529af5cc622d1dc063393715c2614ca Description: IPv4 firewall - shared libiptext library Package: libiptext6-0 @@ -12032,8 +12032,8 @@ CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc Installed-Size: 7242 Filename: libiptext6-0_1.8.8-1_mipsel_24kc.ipk -Size: 7936 -SHA256sum: fd7c6ff0e3b7eefd8db99ca26ad0264d836844f2df28893480b8d12f8a7ddbd6 +Size: 7934 +SHA256sum: 3af385e4e95ec4bf653b125250f53af49c789848be5b5fabf490fd3fd59d9982 Description: IPv6 firewall - shared libiptext library Package: libpthread @@ -12073,10 +12073,10 @@ ABIVersion: 6 Status: unknown hold not-installed Essential: yes Architecture: mipsel_24kc -Installed-Size: 579165 +Installed-Size: 579167 Filename: libstdcpp6_12.3.0-4_mipsel_24kc.ipk -Size: 577213 -SHA256sum: 54df58b43bf92a7c9bd10109db2bec05b786cf6a4d76a97b3cc738e35663d930 +Size: 577237 +SHA256sum: 0434f861330b0c2f40dc8ebc7e066a966324757f5c36634100c36a5a04662bd9 Description: GNU Standard C++ Library v3 Package: libxtables12 @@ -12088,10 +12088,10 @@ Section: libs ABIVersion: 12 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 19057 +Installed-Size: 19056 Filename: libxtables12_1.8.8-1_mipsel_24kc.ipk -Size: 19721 -SHA256sum: 6bec65e93ba02c8cd93383fbebb650d06c391870e2fdef629917de65a3918dce +Size: 19719 +SHA256sum: 0aec1b2bf9f53089633a4d12182e23a7c3a94c60b190ec500ae8fec1f793aa94 Description: IPv4/IPv6 firewall - shared xtables library Package: mtd @@ -12125,10 +12125,10 @@ Depends: libc License: GPL-2.0 GPL-2.0+ Section: utils Architecture: mipsel_24kc -Installed-Size: 13626 +Installed-Size: 13627 Filename: uboot-envtools_2023.04-1_mipsel_24kc.ipk -Size: 14215 -SHA256sum: fea4123346541f012cf5c4cdda3941acc72ea69f0d3891d25cf74ba5d7880f9a +Size: 14220 +SHA256sum: 99bcb820e1c46d0ee2d715a3fca5734d78b865f46ac399f3f3e983c2dabadd21 Description: This package includes tools to read and modify U-Boot bootloader environment. Package: umbim @@ -12164,10 +12164,10 @@ License: GPL-2.0 Section: net CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 21251 +Installed-Size: 21248 Filename: xtables-legacy_1.8.8-1_mipsel_24kc.ipk -Size: 21923 -SHA256sum: d15a27c43a39bf3ac87f70fd8bd117f2522f917a272d868772bdc3fd2c3e7e69 +Size: 21919 +SHA256sum: 957853ef0b4aab98b6f7ad64c2c942cf8294b9b18428258f64c9878b069adcf6 Description: IP firewall administration tool Package: xtables-nft @@ -12177,9 +12177,9 @@ License: GPL-2.0 Section: net CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 59184 +Installed-Size: 59183 Filename: xtables-nft_1.8.8-1_mipsel_24kc.ipk -Size: 59965 -SHA256sum: 761ba3361150b2ee47d6ff4b0fa5a7022ef08843be3002a04473b99519f3610d +Size: 59972 +SHA256sum: 55ea8c720ff815020e511a1d9099a6331d95a1379a3836a1e3dbc00ac8487e2c Description: IP firewall administration tool nft diff --git a/packages/ramips/mt76x8/packages/Packages.gz b/packages/ramips/mt76x8/packages/Packages.gz index fb07e08..237f3df 100644 Binary files a/packages/ramips/mt76x8/packages/Packages.gz and b/packages/ramips/mt76x8/packages/Packages.gz differ diff --git a/packages/ramips/mt76x8/packages/Packages.manifest b/packages/ramips/mt76x8/packages/Packages.manifest index 25035cc..b7e50f3 100644 --- a/packages/ramips/mt76x8/packages/Packages.manifest +++ b/packages/ramips/mt76x8/packages/Packages.manifest @@ -7,17 +7,17 @@ Source: package/network/utils/iptables SourceName: arptables-nft License: GPL-2.0 Section: net -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 2333 +Installed-Size: 2335 Filename: arptables-nft_1.8.8-1_mipsel_24kc.ipk -Size: 3039 -SHA256sum: fe7772950dfa9e93ed83b20e5de7f7c5f0d94c015c144a4b1deef27960793cd0 +Size: 3055 +SHA256sum: e7d8983eb93933167785bd682441390f103de155196633925dc81061a23b571e Description: ARP firewall administration tool nft Package: base-files -Version: 1547-r23618-f5f97f4eff +Version: 1547-r23557-f3accf6730 Depends: libc, netifd, jsonfilter, usign, openwrt-keyring, fstools, fwtool Source: package/base-files SourceName: base-files @@ -25,10 +25,10 @@ License: GPL-2.0 Section: base SourceDateEpoch: 1697800187 Architecture: mipsel_24kc -Installed-Size: 47793 -Filename: base-files_1547-r23618-f5f97f4eff_mipsel_24kc.ipk -Size: 48815 -SHA256sum: 9e16f73158dfa98433e8c16366f25d7c6653ca40840bb1c38bf30fba7e98d43a +Installed-Size: 47751 +Filename: base-files_1547-r23557-f3accf6730_mipsel_24kc.ipk +Size: 48767 +SHA256sum: c059b3a1c37fb414b4f56df367dfe4a971ee7931ff6cfaf120f94da2d395a88c Description: This package contains a base filesystem and system scripts for OpenWrt. Package: block-mount @@ -157,13 +157,13 @@ Source: package/network/utils/iptables SourceName: ebtables-nft License: GPL-2.0 Section: net -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 37484 +Installed-Size: 37514 Filename: ebtables-nft_1.8.8-1_mipsel_24kc.ipk -Size: 36057 -SHA256sum: 2d5c5de9e67248b59d4ffbbb2a5187adfc86da9a71c7df06cd671a08f303d7b7 +Size: 36140 +SHA256sum: 78d7fbc7f48ce9ce843cc2a47689a5dad90fb7370d08f8de6b2d179917afeaa5 Description: Bridge firewall administration tool nft Package: fstools @@ -205,13 +205,13 @@ Source: package/network/utils/iptables SourceName: ip6tables-extra License: GPL-2.0 Section: net -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 14673 +Installed-Size: 14682 Filename: ip6tables-extra_1.8.8-1_mipsel_24kc.ipk -Size: 14465 -SHA256sum: 9327b2c6d035d593ca825f08f2298db980a27bc70e417a86b929a11fd5787b41 +Size: 14335 +SHA256sum: 5e79eaa2faa145f8922405a61d259f2751f0b6105226f76e2c8317a795994065 Description: iptables header matching modules for IPv6 Package: ip6tables-mod-nat @@ -221,13 +221,13 @@ Source: package/network/utils/iptables SourceName: ip6tables-mod-nat License: GPL-2.0 Section: net -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 2940 +Installed-Size: 2939 Filename: ip6tables-mod-nat_1.8.8-1_mipsel_24kc.ipk -Size: 3514 -SHA256sum: 9ae893ada02a1e15ff4f118b3465829a6648057d6d35cea4cb5b2e88f030cc6f +Size: 3523 +SHA256sum: 32e830a578459a30f429dd4320877804046504017f04e60592da987bfe6d7097 Description: iptables extensions for IPv6-NAT targets. Package: ip6tables-nft @@ -239,13 +239,13 @@ Source: package/network/utils/iptables SourceName: ip6tables-nft License: GPL-2.0 Section: net -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc Installed-Size: 244 Filename: ip6tables-nft_1.8.8-1_mipsel_24kc.ipk -Size: 1067 -SHA256sum: 9735e123e01fae7c1ce7b09a9b431344536dee6b55c33e8b6c6901a4809dc461 +Size: 1068 +SHA256sum: ab52f590ff34419a48aa65b372fe8201614be2195b08c114f8a1d3d055300c60 Description: Extra ip6tables nftables nft binaries. ip6tables-nft ip6tables-nft-restore @@ -262,13 +262,13 @@ Source: package/network/utils/iptables SourceName: ip6tables-zz-legacy License: GPL-2.0 Section: net -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc Installed-Size: 213 Filename: ip6tables-zz-legacy_1.8.8-1_mipsel_24kc.ipk -Size: 1027 -SHA256sum: 0ad4e45fb9513dd9c87861a4a7324d904389e0cfc5e196118f7dd02f56695c7c +Size: 1031 +SHA256sum: b134da163795a7e57610e6d31159c63c376af8c02a136e7274f92e755aa277c6 Description: IPv6 firewall administration tool Package: iptables-mod-checksum @@ -278,13 +278,13 @@ Source: package/network/utils/iptables SourceName: iptables-mod-checksum License: GPL-2.0 Section: net -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 1333 +Installed-Size: 1332 Filename: iptables-mod-checksum_1.8.8-1_mipsel_24kc.ipk -Size: 2038 -SHA256sum: 7c1f4dd879acfeb405a888db4e7d7c99725c284d0322ef8b654458f95d45d1a6 +Size: 2037 +SHA256sum: f5878637127845781fe28f1acbdd8e075f84e0b8d1ef23afbff4a182f00f5e7e Description: iptables extension for the CHECKSUM calculation target Package: iptables-mod-cluster @@ -294,13 +294,13 @@ Source: package/network/utils/iptables SourceName: iptables-mod-cluster License: GPL-2.0 Section: net -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 2154 +Installed-Size: 2155 Filename: iptables-mod-cluster_1.8.8-1_mipsel_24kc.ipk -Size: 3118 -SHA256sum: cc75be27604f6be11b8a0aa59d6d376dfd665e319844133b655c0ad015719573 +Size: 3124 +SHA256sum: 37e579e907897e320aa88659ceced529b67bbad18e418ef0033918ca884610a6 Description: iptables extensions for matching cluster. Netfilter (IPv4/IPv6) module for matching cluster @@ -325,13 +325,13 @@ Source: package/network/utils/iptables SourceName: iptables-mod-clusterip License: GPL-2.0 Section: net -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 2167 +Installed-Size: 2166 Filename: iptables-mod-clusterip_1.8.8-1_mipsel_24kc.ipk -Size: 2957 -SHA256sum: 29ac4d4cbbd17baf3244c2e91df1a3980d30119c0c2d21f766c65ce8c7619d24 +Size: 2954 +SHA256sum: 8124c5f6b8f236d05a13f7ab9476000c292a95fbfdf1c1ac212d4333aa7d5ef5 Description: iptables extensions for CLUSTERIP. The CLUSTERIP target allows you to build load-balancing clusters of network servers without having a dedicated load-balancing @@ -348,13 +348,13 @@ Source: package/network/utils/iptables SourceName: iptables-mod-conntrack-extra License: GPL-2.0 Section: net -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 14918 +Installed-Size: 14924 Filename: iptables-mod-conntrack-extra_1.8.8-1_mipsel_24kc.ipk -Size: 14921 -SHA256sum: 44d20b6008abee534713650425f351739e799ae08bb8b770a93286731d5b6387 +Size: 14888 +SHA256sum: 78c543003598ece3359fa5bfa9bd393ae0f6ff9e3645cb5336a17cfab71dde3b Description: Extra iptables extensions for connection tracking. Matches: @@ -375,13 +375,13 @@ Source: package/network/utils/iptables SourceName: iptables-mod-extra License: GPL-2.0 Section: net -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 11019 +Installed-Size: 11029 Filename: iptables-mod-extra_1.8.8-1_mipsel_24kc.ipk -Size: 11126 -SHA256sum: 69d263db6344e535769dafc0dc874b210e904f4f014234e1a349d4d0d0cd3dec +Size: 11116 +SHA256sum: 2815b707ead00ecfcd5c539e20a54a5c9e56900b4befa1d86afe51339119e04e Description: Other extra iptables extensions. Matches: @@ -399,13 +399,13 @@ Source: package/network/utils/iptables SourceName: iptables-mod-filter License: GPL-2.0 Section: net -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 5293 +Installed-Size: 5295 Filename: iptables-mod-filter_1.8.8-1_mipsel_24kc.ipk -Size: 5836 -SHA256sum: d6aad798c7f54e09a4227986e48d85e5181e4eccdf3dcea4cbe5a4ac3a558c15 +Size: 5861 +SHA256sum: 285725289cac5678eee1b4f39bb299c966835c950e16e4a62a409fb0f7d0170f Description: iptables extensions for packet content inspection. Includes support for: @@ -421,13 +421,13 @@ Source: package/network/utils/iptables SourceName: iptables-mod-hashlimit License: GPL-2.0 Section: net -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 8079 +Installed-Size: 8080 Filename: iptables-mod-hashlimit_1.8.8-1_mipsel_24kc.ipk -Size: 8757 -SHA256sum: 69744521da09ac486a15d10762666a7b0855bc94ff01d0dd5d7aa70866d42026 +Size: 8766 +SHA256sum: 2acb2b81068308119e51f11d2842d6cfb0f866b28507a0c2e234e1925a55bb5b Description: iptables extensions for hashlimit matching Matches: @@ -441,13 +441,13 @@ Source: package/network/utils/iptables SourceName: iptables-mod-ipopt License: GPL-2.0 Section: net -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 23955 +Installed-Size: 23977 Filename: iptables-mod-ipopt_1.8.8-1_mipsel_24kc.ipk -Size: 22472 -SHA256sum: a67f47582cea385c00e1158cd5d7649e8947bbb3cfbd8baf3d2b427440bfe7c2 +Size: 22776 +SHA256sum: 7c375f61bb832ff1b8bf07162d37c20ca49b00c6f7bd60a543b8f4c32d3dc47d Description: iptables extensions for matching/changing IP packet options. Matches: @@ -473,13 +473,13 @@ Source: package/network/utils/iptables SourceName: iptables-mod-iprange License: GPL-2.0 Section: net -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 3175 +Installed-Size: 3177 Filename: iptables-mod-iprange_1.8.8-1_mipsel_24kc.ipk -Size: 3816 -SHA256sum: 6bb98d03bc90b3f660e293f47d3f6dbb2e444890f62c3b0cccb1c318e06447a4 +Size: 3825 +SHA256sum: f8a674014f63a3cd40c7eca89098278d94d8dbae71fbb58abd72e5375fb132f9 Description: iptables extensions for matching ip ranges. Matches: @@ -493,13 +493,13 @@ Source: package/network/utils/iptables SourceName: iptables-mod-ipsec License: GPL-2.0 Section: net -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc Installed-Size: 7051 Filename: iptables-mod-ipsec_1.8.8-1_mipsel_24kc.ipk -Size: 7305 -SHA256sum: 0066f81b0f7486091b5a75d2ee7b289007eed09966522faddfe1ab1b0653aa43 +Size: 7300 +SHA256sum: 583f49f1fd56913d8c8590b65936e9e1ae75ec164ad1d71524d41b94bc44c018 Description: iptables extensions for matching ipsec traffic. Matches: @@ -515,13 +515,13 @@ Source: package/network/utils/iptables SourceName: iptables-mod-led License: GPL-2.0 Section: net -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 1879 +Installed-Size: 1880 Filename: iptables-mod-led_1.8.8-1_mipsel_24kc.ipk -Size: 2543 -SHA256sum: e608a84fdc2869c02920f80c30d665f7f6a19a477e9510281f4d3fbe9b0615c7 +Size: 2546 +SHA256sum: 93512eaf3e47a126e329166596268d994cfd12ecf82497ecfbb00e6a2c281ee1 Description: iptables extension for triggering a LED. Targets: @@ -535,13 +535,13 @@ Source: package/network/utils/iptables SourceName: iptables-mod-nat-extra License: GPL-2.0 Section: net -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 3010 +Installed-Size: 3011 Filename: iptables-mod-nat-extra_1.8.8-1_mipsel_24kc.ipk -Size: 3578 -SHA256sum: 54d996fb9c2ebfa1853348ac240f74022edf3e6d945b113ff052abbc151d24ec +Size: 3593 +SHA256sum: 3d5a7aa8ea9fb823bf690a097f38372f8fd0fa1f7f780a8a5a1b2d61fce3a299 Description: iptables extensions for extra NAT targets. Targets: @@ -555,13 +555,13 @@ Source: package/network/utils/iptables SourceName: iptables-mod-nflog License: GPL-2.0 Section: net -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 2174 +Installed-Size: 2176 Filename: iptables-mod-nflog_1.8.8-1_mipsel_24kc.ipk -Size: 2869 -SHA256sum: caf673cfb779290985e38bc8a5bf0d0f0192f5aae1bc96385485597684b4ade1 +Size: 2878 +SHA256sum: 78748aa6aef07e03a4092c93dc89486ef75d824d464317c2b4c8e2ff7dfbdc77 Description: iptables extension for user-space logging via NFNETLINK. Includes: @@ -575,13 +575,13 @@ Source: package/network/utils/iptables SourceName: iptables-mod-nfqueue License: GPL-2.0 Section: net -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 2491 +Installed-Size: 2492 Filename: iptables-mod-nfqueue_1.8.8-1_mipsel_24kc.ipk -Size: 3172 -SHA256sum: 6988207d11de123564a6af79fdd295beb4232c333b2418211d092c8f43a97065 +Size: 3174 +SHA256sum: 377f6ad1c09f08a802541a9b1f4f4acb4784d45807a2df920d4852e18098448d Description: iptables extension for user-space queuing via NFNETLINK. Includes: @@ -595,13 +595,13 @@ Source: package/network/utils/iptables SourceName: iptables-mod-physdev License: GPL-2.0 Section: net -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc Installed-Size: 1850 Filename: iptables-mod-physdev_1.8.8-1_mipsel_24kc.ipk -Size: 2500 -SHA256sum: ce8ecdeaa02d999f58c2c3fc5d088dae46c4d102bc104059a82847ac3341f6bf +Size: 2501 +SHA256sum: 56fc414e227dab2bf961c86289d7865bf0a6fe2a0fb43b426bb2bae3e2f31638 Description: The iptables physdev match. Package: iptables-mod-rpfilter @@ -611,13 +611,13 @@ Source: package/network/utils/iptables SourceName: iptables-mod-rpfilter License: GPL-2.0 Section: net -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 1842 +Installed-Size: 1841 Filename: iptables-mod-rpfilter_1.8.8-1_mipsel_24kc.ipk Size: 2518 -SHA256sum: 94bc566d542c02d63fa9803d33da47d5aa152b3b28b147ff68f45cf1d590c4c0 +SHA256sum: ca68c530b3dfb031545b3db938a1b1ae422b4ad05902116507600190fc5d120e Description: iptables extensions for reverse path filter test on a packet Matches: @@ -631,13 +631,13 @@ Source: package/network/utils/iptables SourceName: iptables-mod-socket License: GPL-2.0 Section: net -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 1793 +Installed-Size: 1791 Filename: iptables-mod-socket_1.8.8-1_mipsel_24kc.ipk -Size: 2462 -SHA256sum: f20b377127b1f0dfeb3974f653390150bb2088dcf66d1357ea5648277480cb64 +Size: 2461 +SHA256sum: 89064813a4fedaed02e67bb245c7cd53bd93b009aaadad2c0c5c0bab1a2824b5 Description: Socket match iptables extensions. Matches: @@ -651,13 +651,13 @@ Source: package/network/utils/iptables SourceName: iptables-mod-tee License: GPL-2.0 Section: net -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc Installed-Size: 1751 Filename: iptables-mod-tee_1.8.8-1_mipsel_24kc.ipk -Size: 2415 -SHA256sum: bc97d768724a21615534c411aa6e9c5bf3f42e584c181b675d8ea45fd5010557 +Size: 2408 +SHA256sum: 7fe6e92c97a7f7f0f1bfd377cd9635472747cc423c2f0f4f6461714aa8a28ed9 Description: TEE iptables extensions. Targets: @@ -671,13 +671,13 @@ Source: package/network/utils/iptables SourceName: iptables-mod-tproxy License: GPL-2.0 Section: net -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc Installed-Size: 1803 Filename: iptables-mod-tproxy_1.8.8-1_mipsel_24kc.ipk -Size: 2477 -SHA256sum: 4edc699d8145cf99cf7ae7a39a03ab088b79ba6eff86b1581c1d67afcdcf1651 +Size: 2478 +SHA256sum: c0fe522afd449c8fcfd6c1239e9883452e5cc8415091531311d0c661e0ad2cc2 Description: Transparent proxy iptables extensions. Targets: @@ -691,13 +691,13 @@ Source: package/network/utils/iptables SourceName: iptables-mod-trace License: GPL-2.0 Section: net -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 1102 +Installed-Size: 1103 Filename: iptables-mod-trace_1.8.8-1_mipsel_24kc.ipk -Size: 1806 -SHA256sum: f2d13e6de1f314899a181dffd3d77bb58aae64f58aa60844f2d50d089a97f821 +Size: 1805 +SHA256sum: 9c05de4479a13ae35da7c091e233c89506d945fe1a3cb2c9f2433e79b6a839dd Description: iptables extension for TRACE target Includes: @@ -711,13 +711,13 @@ Source: package/network/utils/iptables SourceName: iptables-mod-u32 License: GPL-2.0 Section: net -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc Installed-Size: 2488 Filename: iptables-mod-u32_1.8.8-1_mipsel_24kc.ipk -Size: 3124 -SHA256sum: 913e92045d311db85c332719ccbfde1af42e008d39a5e9522ea69a4e7e6dce35 +Size: 3120 +SHA256sum: 3bc023d673ac4ff5c2e3af05e1efe5ec703a26c50739c191fc299c6f9f84cfa7 Description: U32 iptables extensions. Matches: @@ -733,13 +733,13 @@ Source: package/network/utils/iptables SourceName: iptables-nft License: GPL-2.0 Section: net -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 241 +Installed-Size: 243 Filename: iptables-nft_1.8.8-1_mipsel_24kc.ipk -Size: 1063 -SHA256sum: 5a3b2d86a9f7af3aac86c47952bc3bb8135a220acdf3a4ec56ce40982b08b4d7 +Size: 1067 +SHA256sum: 945c0478f5c862645ee904206a3b4635a57340e25d49e1fd0830220c8897ad06 Description: Extra iptables nftables nft binaries. iptables-nft iptables-nft-restore @@ -756,13 +756,13 @@ Source: package/network/utils/iptables SourceName: iptables-zz-legacy License: GPL-2.0 Section: net -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 244 +Installed-Size: 245 Filename: iptables-zz-legacy_1.8.8-1_mipsel_24kc.ipk -Size: 1212 -SHA256sum: bfa51e4520f87b7a1ddc503d9a92e37674166d9fdcfe8a781108699d03ee3cbd +Size: 1218 +SHA256sum: fe5c3be8aa93146c72a65255ed0f5bcd1874335eb8378914e5da83f1f7b71896 Description: IP firewall administration tool. Matches: @@ -817,18 +817,18 @@ Description: This package contains: jboot_config_read.c: partially read the config partition of JBOOT based D-Link devices. Package: kmod-3c59x -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mii +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mii Source: package/kernel/linux SourceName: kmod-3c59x License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 19435 -Filename: kmod-3c59x_5.15.137-1_mipsel_24kc.ipk -Size: 20357 -SHA256sum: 5b46d730d220a7645d4936f808019d13c1c038b146a574217c702d5d2ee70e47 +Installed-Size: 19436 +Filename: kmod-3c59x_5.15.134-1_mipsel_24kc.ipk +Size: 20364 +SHA256sum: e792fcf04f557e6e1a66d37fe11bb5556300142076d0489e49c532d575ba0805 Description: This option enables driver support for a large number of 10mbps and 10/100mbps EISA, PCI and PCMCIA 3Com Ethernet adapters: - "Vortex" (Fast EtherLink 3c590/3c592/3c595/3c597) EISA and PCI @@ -838,310 +838,310 @@ Description: This option enables driver support for a large number of 10mbps an - "Hurricane" (3c555/3cSOHO) PCI Package: kmod-6lowpan -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-6lowpan License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 10599 -Filename: kmod-6lowpan_5.15.137-1_mipsel_24kc.ipk -Size: 11303 -SHA256sum: 036cca1a8515d057ace54ad3c8ca40228764e7a7fccd8ac1bc195c681eaf26a4 +Installed-Size: 10600 +Filename: kmod-6lowpan_5.15.134-1_mipsel_24kc.ipk +Size: 11297 +SHA256sum: 8930cb88d34cd6f7960fb2fee30bff7b1806c243ec90d96a9aeab0a39c034ac7 Description: Shared 6lowpan code for IEEE 802.15.4 and Bluetooth. Package: kmod-8139cp -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mii +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mii Source: package/kernel/linux SourceName: kmod-8139cp License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 10929 -Filename: kmod-8139cp_5.15.137-1_mipsel_24kc.ipk -Size: 11725 -SHA256sum: d2e4bd920e7ef12518bbe183ddb246dc61752e9f2f20ef7658dd9880d9b0ecda +Installed-Size: 10932 +Filename: kmod-8139cp_5.15.134-1_mipsel_24kc.ipk +Size: 11722 +SHA256sum: 1bae101a8bafb42ead65368d88a887d43e1b56be1ef459a62730fdc301811ffb Description: Kernel module for RealTek RTL-8139C+ PCI Fast Ethernet adapters Package: kmod-8139too -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mii +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mii Source: package/kernel/linux SourceName: kmod-8139too License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 10644 -Filename: kmod-8139too_5.15.137-1_mipsel_24kc.ipk -Size: 11412 -SHA256sum: 08cc97c2edffd1ab7fea8427ba215651d2c6320c3295b40e76bd5fcd42e9e49c +Filename: kmod-8139too_5.15.134-1_mipsel_24kc.ipk +Size: 11410 +SHA256sum: a8bb2b1d894aae8675a22bb475184c354875b55f0635876ada84bbbd119102a5 Description: Kernel modules for RealTek RTL-8139 PCI Fast Ethernet adapters Package: kmod-ac97 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sound-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sound-core Source: package/kernel/linux SourceName: kmod-ac97 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 49727 -Filename: kmod-ac97_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 49729 +Filename: kmod-ac97_5.15.134-1_mipsel_24kc.ipk Size: 49916 -SHA256sum: 75a43d723d90c8d1918b8ec23e839e84fccda8e02b94eaa8f0363226ad612ea9 +SHA256sum: a9dec680e69141b6dcfa0d02cefea52dee852a29b6cb4cc185461c1e960daea8 Description: The ac97 controller Package: kmod-alx -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mdio +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mdio Source: package/kernel/linux SourceName: kmod-alx License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 18537 -Filename: kmod-alx_5.15.137-1_mipsel_24kc.ipk -Size: 19281 -SHA256sum: 8887d6aabc5ad18d9c9721bff58436c353fd3b93aa5cbe60787d6c217f35250b +Installed-Size: 18539 +Filename: kmod-alx_5.15.134-1_mipsel_24kc.ipk +Size: 19276 +SHA256sum: fe0cebb835ab05c52e71375809e7a4e983e60dcb015facab8fa5bbf2daef396c Description: Qualcomm Atheros AR816x/AR817x PCI-E Ethernet Network Driver Package: kmod-aoe -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-aoe License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 23167 -Filename: kmod-aoe_5.15.137-1_mipsel_24kc.ipk -Size: 23834 -SHA256sum: f0c122d4e2d3037b9ea19c82d3f15a2b626bbc2e33987cf71b5f07a0ad95a7b8 +Installed-Size: 23166 +Filename: kmod-aoe_5.15.134-1_mipsel_24kc.ipk +Size: 23831 +SHA256sum: e18db2954a54b4fd651af53b189aa749f022ccb45582868a466fe7943175c15a Description: Kernel support for ATA over Ethernet Package: kmod-ar5523 -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-ath, kmod-usb-core, kmod-input-core +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-ath, kmod-usb-core, kmod-input-core Source: package/kernel/mac80211 SourceName: kmod-ar5523 Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 12304 -Filename: kmod-ar5523_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 13074 -SHA256sum: faacc2317b09472b77e005b520d94abe217bd4baf7c8cf992008283bef077058 +Installed-Size: 12306 +Filename: kmod-ar5523_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 13073 +SHA256sum: 6519ca5cf317e601cecd715c6bde8e0ff66a0e07bd17e9b176558abc593cb729 Description: Driver for Atheros AR5523 USB sticks Package: kmod-arptables -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core Source: package/kernel/linux SourceName: kmod-arptables License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 9107 -Filename: kmod-arptables_5.15.137-1_mipsel_24kc.ipk -Size: 9871 -SHA256sum: 00bb960976dd205e76db6f04a89e7d7c348fbe5718f5cf040d494a8e91f49c5a +Installed-Size: 9106 +Filename: kmod-arptables_5.15.134-1_mipsel_24kc.ipk +Size: 9870 +SHA256sum: 6f293211e88096de799404d218e22e595e3d5a0c32255946755d5f611e7b1d7e Description: Kernel modules for ARP firewalling Package: kmod-asn1-decoder -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-asn1-decoder License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2472 -Filename: kmod-asn1-decoder_5.15.137-1_mipsel_24kc.ipk -Size: 3207 -SHA256sum: e9313319e9c8c2038f6cc8b985aef7a8b516fba039472e91baca5cd1ab26248e +Installed-Size: 2471 +Filename: kmod-asn1-decoder_5.15.134-1_mipsel_24kc.ipk +Size: 3211 +SHA256sum: 48d12c534a5caf09a228985c3fd381274254242be4f0e8632050f08ec7784a34 Description: Simple ASN1 decoder Package: kmod-asn1-encoder -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-asn1-encoder License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2273 -Filename: kmod-asn1-encoder_5.15.137-1_mipsel_24kc.ipk -Size: 3022 -SHA256sum: a1bac35c59941acff6f9f937008adb252f7d0c2b4addd9b67f5ca4f616f6da42 +Installed-Size: 2269 +Filename: kmod-asn1-encoder_5.15.134-1_mipsel_24kc.ipk +Size: 3017 +SHA256sum: 1a526441575898e69f157cbc7ebf799a29b7d70c2b989ed7f1a2984be5c788a3 Description: Simple ASN1 encoder Package: kmod-at86rf230 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac802154, kmod-regmap-spi +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac802154, kmod-regmap-spi Source: package/kernel/linux SourceName: kmod-at86rf230 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 10274 -Filename: kmod-at86rf230_5.15.137-1_mipsel_24kc.ipk -Size: 11028 -SHA256sum: 1b47c1f4eb8997b3eb56e8199823a2a93639da6dbf7a9e13b6d60958a9f453a0 +Installed-Size: 10273 +Filename: kmod-at86rf230_5.15.134-1_mipsel_24kc.ipk +Size: 11021 +SHA256sum: b93a4db1af25a2036b1586e4f50e088e32fe6528f9ad192c6055f62899e8fd48 Description: AT86RF230 transceiver driver Package: kmod-ata-ahci -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ata-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ata-core Source: package/kernel/linux SourceName: kmod-ata-ahci License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 6541 -Filename: kmod-ata-ahci_5.15.137-1_mipsel_24kc.ipk -Size: 7305 -SHA256sum: 4d0dca076af6b77a3397f4fdabc2c95c42d435b7cff6bb2213dcce250b0f8468 +Filename: kmod-ata-ahci_5.15.134-1_mipsel_24kc.ipk +Size: 7300 +SHA256sum: c789421f7e760f79981686f136eec378307f60b9cacb9ca3b91d324c05b616ab Description: Support for AHCI Serial ATA controllers Package: kmod-ata-artop -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ata-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ata-core Source: package/kernel/linux SourceName: kmod-ata-artop License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2651 -Filename: kmod-ata-artop_5.15.137-1_mipsel_24kc.ipk -Size: 3401 -SHA256sum: eec45b2c5d87b12a3a343fca3aaf3a6a23a6cbdada7557f0ae8393241ddd2fec +Installed-Size: 2653 +Filename: kmod-ata-artop_5.15.134-1_mipsel_24kc.ipk +Size: 3402 +SHA256sum: 77dde8dd1f7813726200526d9a8e2eee48d8358c383523e3678b58f8667140f3 Description: PATA support for ARTOP 6210/6260 host controllers Package: kmod-ata-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-scsi-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-scsi-core Source: package/kernel/linux SourceName: kmod-ata-core License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 99962 -Filename: kmod-ata-core_5.15.137-1_mipsel_24kc.ipk -Size: 100250 -SHA256sum: 56cef167985beece71dc62e5d752645a98e47f4ef494a624ab492f9e10ca7e7f +Installed-Size: 99925 +Filename: kmod-ata-core_5.15.134-1_mipsel_24kc.ipk +Size: 100296 +SHA256sum: 252c05f9015bafc2c115078fb2df9d33429845cb8db4deff742270701141070f Description: Serial and Parallel ATA support Package: kmod-ata-nvidia-sata -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ata-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ata-core Source: package/kernel/linux SourceName: kmod-ata-nvidia-sata License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 11469 -Filename: kmod-ata-nvidia-sata_5.15.137-1_mipsel_24kc.ipk -Size: 12223 -SHA256sum: 265e41db9df97714d95d11293616a689ea6c0e777dd0bac92a6657b232f4aacc +Installed-Size: 11470 +Filename: kmod-ata-nvidia-sata_5.15.134-1_mipsel_24kc.ipk +Size: 12227 +SHA256sum: c2f5ec93ae97a8f38c1cedbd2e629da2990b63427765cfa1d9c6f97a5e8ce81f Description: Nvidia Serial ATA support Package: kmod-ata-pdc202xx-old -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ata-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ata-core Source: package/kernel/linux SourceName: kmod-ata-pdc202xx-old License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2757 -Filename: kmod-ata-pdc202xx-old_5.15.137-1_mipsel_24kc.ipk -Size: 3531 -SHA256sum: 1369acb8b845ae8232fb6d0e648e45ce051846c0faa67f85d05b72138441184d +Installed-Size: 2758 +Filename: kmod-ata-pdc202xx-old_5.15.134-1_mipsel_24kc.ipk +Size: 3532 +SHA256sum: 0ce09fe04eb4f244e83f8e3f56e4a82266facaf25c449285c2b74f46d1e819ba Description: This option enables support for the Promise 20246, 20262, 20263, 20265 and 20267 adapters Package: kmod-ata-piix -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ata-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ata-core Source: package/kernel/linux SourceName: kmod-ata-piix License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 6059 -Filename: kmod-ata-piix_5.15.137-1_mipsel_24kc.ipk -Size: 6825 -SHA256sum: c3253ab408b62fccdf6e7812997599ba1773a1b59fcd59d0f490fc2cabf7f9cf +Installed-Size: 6058 +Filename: kmod-ata-piix_5.15.134-1_mipsel_24kc.ipk +Size: 6820 +SHA256sum: 22b3a17530e60da28ef27697e596da520e9dc809013928574ac066c4a9ac5a7e Description: SATA support for Intel ICH5/6/7/8 series host controllers and PATA support for Intel ESB/ICH/PIIX3/PIIX4 series host controllers Package: kmod-ata-sil24 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ata-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ata-core Source: package/kernel/linux SourceName: kmod-ata-sil24 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 7036 -Filename: kmod-ata-sil24_5.15.137-1_mipsel_24kc.ipk -Size: 7814 -SHA256sum: 02c16625a8e2c4d218367ac4bfbd1eb81ddf43918fe43f283eed0c7ab5361315 +Installed-Size: 7038 +Filename: kmod-ata-sil24_5.15.134-1_mipsel_24kc.ipk +Size: 7817 +SHA256sum: 07cec85c6a42f7bbb65d18c91fac311d7592c307e1c24e8c54610895a63e1b60 Description: Support for Silicon Image 3124/3132 Serial ATA controllers Package: kmod-ata-sil -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ata-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ata-core Source: package/kernel/linux SourceName: kmod-ata-sil License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4879 -Filename: kmod-ata-sil_5.15.137-1_mipsel_24kc.ipk -Size: 5620 -SHA256sum: 4ef2c8999466bb5bd6683a0b7ebfb531758539b1a7310a6c656981843b45f730 +Installed-Size: 4880 +Filename: kmod-ata-sil_5.15.134-1_mipsel_24kc.ipk +Size: 5615 +SHA256sum: e4b8941f85efc9a58bb40ba00dea33d2a5ba805a50248b5dd05f6d7fbdf566dd Description: Support for Silicon Image Serial ATA controllers Package: kmod-ata-via-sata -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ata-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ata-core Source: package/kernel/linux SourceName: kmod-ata-via-sata License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 5010 -Filename: kmod-ata-via-sata_5.15.137-1_mipsel_24kc.ipk -Size: 5767 -SHA256sum: d0560a99bd74dd3eab200fddbb556a656858ea4cd3eda02851b559137a8bd6c9 +Installed-Size: 5011 +Filename: kmod-ata-via-sata_5.15.134-1_mipsel_24kc.ipk +Size: 5754 +SHA256sum: 421a6055d8f630389798ffd928771cffe654228be161030425a35a00d51b614f Description: This option enables support for VIA Serial ATA Package: kmod-ath10k-ct-smallbuffers -Version: 5.15.137+2022-05-13-f808496f-5 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-ath, kmod-hwmon-core +Version: 5.15.134+2022-05-13-f808496f-5 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-ath, kmod-hwmon-core Provides: kmod-ath10k Source: package/kernel/ath10k-ct SourceName: kmod-ath10k-ct-smallbuffers @@ -1150,15 +1150,15 @@ Section: kernel SourceDateEpoch: 1690370984 Maintainer: Ben Greear Architecture: mipsel_24kc -Installed-Size: 253543 -Filename: kmod-ath10k-ct-smallbuffers_5.15.137+2022-05-13-f808496f-5_mipsel_24kc.ipk -Size: 252018 -SHA256sum: fef33da36859894a146a216a3188a61cc3722f7430b58eb6b6d2e8186081237e +Installed-Size: 253546 +Filename: kmod-ath10k-ct-smallbuffers_5.15.134+2022-05-13-f808496f-5_mipsel_24kc.ipk +Size: 252048 +SHA256sum: 69874e8a0693fe6ed4b06c71fd3b2bda0eff944f4ca026232dd7dfbcf30743c9 Description: ath10k-ct driver optimized for CT ath10k firmware (small buffers for low-RAM devices) Package: kmod-ath10k-ct -Version: 5.15.137+2022-05-13-f808496f-5 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-ath, kmod-hwmon-core +Version: 5.15.134+2022-05-13-f808496f-5 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-ath, kmod-hwmon-core Provides: kmod-ath10k Source: package/kernel/ath10k-ct SourceName: kmod-ath10k-ct @@ -1168,383 +1168,383 @@ SourceDateEpoch: 1690370984 Maintainer: Ben Greear Architecture: mipsel_24kc Installed-Size: 253541 -Filename: kmod-ath10k-ct_5.15.137+2022-05-13-f808496f-5_mipsel_24kc.ipk -Size: 251936 -SHA256sum: 0c2af241e016fbce1744e4a2e88e119ee427b670efe8dba0b064d559ce6cb6c3 +Filename: kmod-ath10k-ct_5.15.134+2022-05-13-f808496f-5_mipsel_24kc.ipk +Size: 252027 +SHA256sum: 8cccf0d8e8971b4ca95a9737c2687023966bf9476679bb0fe61bdfa7e9672000 Description: ath10k-ct driver optimized for CT ath10k firmware Package: kmod-ath10k-smallbuffers -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ath +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ath Source: package/kernel/mac80211 SourceName: kmod-ath10k-smallbuffers Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 208031 -Filename: kmod-ath10k-smallbuffers_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 207478 -SHA256sum: 8f05f34fae1eed63be38350bebad328b57a27620be3d9cfcb3d3a12168b99bb1 +Installed-Size: 208030 +Filename: kmod-ath10k-smallbuffers_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 207389 +SHA256sum: 5df57d03aedaa35c5968fb46895a8aae211c0eb84706d37b63146b8b2d8246d7 Description: Atheros 802.11ac wireless cards support (small buffers for low-RAM devices) Package: kmod-ath10k -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ath +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ath Source: package/kernel/mac80211 SourceName: kmod-ath10k Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 208018 -Filename: kmod-ath10k_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 207462 -SHA256sum: 714d75afc08255a5e7dd94a9faafa2202c3e476f6395e09befb8bc187e183427 +Installed-Size: 208015 +Filename: kmod-ath10k_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 207446 +SHA256sum: bef319b4002d7ea1d7b308cec6967131a4798955e4af7b260949555e921a040d Description: This module adds support for wireless adapters based on Atheros IEEE 802.11ac family of chipsets. For now only PCI is supported. Package: kmod-ath11k-pci -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-qrtr-mhi, kmod-ath11k +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-qrtr-mhi, kmod-ath11k Source: package/kernel/mac80211 SourceName: kmod-ath11k-pci Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 7668 -Filename: kmod-ath11k-pci_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 8488 -SHA256sum: 262aa5c93ff22498cc066b212441a4ae0c0b0b7c5b24e41371b49b5d959de1d8 +Installed-Size: 7666 +Filename: kmod-ath11k-pci_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 8493 +SHA256sum: 4c42b771c04d555b04772e01b5e1cae610fb2b730b76d43d75f6a25dd8f7f73f Description: This module adds support for Qualcomm Technologies 802.11ax family of chipsets with PCI bus. Package: kmod-ath11k -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ath, kmod-crypto-michael-mic +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ath, kmod-crypto-michael-mic Source: package/kernel/mac80211 SourceName: kmod-ath11k Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 234902 -Filename: kmod-ath11k_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 231954 -SHA256sum: bd52169cf1c0f835dad3541564ac5821f87748523ad40ed4c3fae9cd7ee4dd06 +Installed-Size: 234901 +Filename: kmod-ath11k_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 232081 +SHA256sum: eab001ef87728fcc580430ed3eb45f7bc7306fba045301359f81bed8e9c9ffdb Description: This module adds support for Qualcomm Technologies 802.11ax family of chipsets. Package: kmod-ath3k -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-bluetooth, ar3k-firmware +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-bluetooth, ar3k-firmware Source: package/kernel/linux SourceName: kmod-ath3k License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3685 -Filename: kmod-ath3k_5.15.137-1_mipsel_24kc.ipk -Size: 4363 -SHA256sum: f623c44eb7869709d69710ee4e1bf713a1acd28b7229c276868a6bcc677b98c5 +Installed-Size: 3687 +Filename: kmod-ath3k_5.15.134-1_mipsel_24kc.ipk +Size: 4366 +SHA256sum: 300d3af724f8891503cd5a78a2c852968983b9a2f445a30d3ad45b36507ca85e Description: Kernel support for ATH3K Module Package: kmod-ath5k -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ath +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ath Source: package/kernel/mac80211 SourceName: kmod-ath5k Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 85952 -Filename: kmod-ath5k_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 86368 -SHA256sum: 578f90aaff6ba08cecc7903e295d52867cc42e4079dd954a5f21f6e7ae11116e +Installed-Size: 85951 +Filename: kmod-ath5k_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 86345 +SHA256sum: f4883f3f80cad443da9d0d7a73b2565f32807f192112761d7f41896d6e55ff8c Description: This module adds support for wireless adapters based on Atheros 5xxx chipset. Package: kmod-ath6kl-sdio -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mmc, kmod-ath6kl +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mmc, kmod-ath6kl Source: package/kernel/mac80211 SourceName: kmod-ath6kl-sdio Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 8562 -Filename: kmod-ath6kl-sdio_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 9398 -SHA256sum: 901d18a280a73ad629d0bdbe4a632fc51c7276a0ce62b5d4a0c22381fdc0e22f +Installed-Size: 8559 +Filename: kmod-ath6kl-sdio_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 9390 +SHA256sum: 5bff24438d4abb8ca7f34c41c9ab367e6d7ebfa30948ea0a0ec7f9a9ca386b98 Description: This module adds support for wireless adapters based on Atheros IEEE 802.11n AR6003 and AR6004 family of chipsets. Package: kmod-ath6kl-usb -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core, kmod-ath6kl +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core, kmod-ath6kl Source: package/kernel/mac80211 SourceName: kmod-ath6kl-usb Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 6305 -Filename: kmod-ath6kl-usb_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 7172 -SHA256sum: a22a4e77ad12729848f6a2dc7eaaf6b0f4bdbbeb3740fac3c70cde64072b7128 +Installed-Size: 6307 +Filename: kmod-ath6kl-usb_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 7168 +SHA256sum: c2a957cbb5872ff210983ef363e75a0d3be02d4a04687e1d68950b19c8084a76 Description: This module adds support for wireless adapters based on the Atheros IEEE 802.11n AR6004 chipset. Package: kmod-ath6kl -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ath +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ath Source: package/kernel/mac80211 SourceName: kmod-ath6kl Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 112719 -Filename: kmod-ath6kl_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 112737 -SHA256sum: ed046fc2fb3795ce60008636b65144c88edb9619f843b16a318173a0cdafaf57 +Installed-Size: 112717 +Filename: kmod-ath6kl_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 112720 +SHA256sum: d25b558a3a331f836237902082c50aa89772d1674c6f3c5cacf178b616d927c0 Description: Atheros FullMAC wireless devices (common code for ath6kl_sdio and ath6kl_usb) Package: kmod-ath9k-common -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ath, kmod-random-core +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ath, kmod-random-core Source: package/kernel/mac80211 SourceName: kmod-ath9k-common Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 129312 -Filename: kmod-ath9k-common_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 127413 -SHA256sum: 4e9cf7ebb0313a2b941e4f211c0cd624b007577e116390549fcc1f69b4c04091 +Installed-Size: 129310 +Filename: kmod-ath9k-common_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 127514 +SHA256sum: eb16f2ff8cc9fd0cac229a5fbda6ae02cdae63371edd7177f20491b0f8ec8fc6 Description: Atheros 802.11n wireless devices (common code for ath9k and ath9k_htc) Package: kmod-ath9k-htc -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ath9k-common, kmod-usb-core, ath9k-htc-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ath9k-common, kmod-usb-core, ath9k-htc-firmware Source: package/kernel/mac80211 SourceName: kmod-ath9k-htc Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 37447 -Filename: kmod-ath9k-htc_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 38299 -SHA256sum: 68acab49165beb6e963ef08324b14eb4cf489389fd3546d4ae28a4be4623981b +Installed-Size: 37445 +Filename: kmod-ath9k-htc_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 38288 +SHA256sum: 5ef0ee58a14e26fda7d3f76195a3141eb1f78a03ff6b3e37f82a1d94b2e2e06c Description: This module adds support for wireless adapters based on Atheros USB AR9271 and AR7010 family of chipsets. Package: kmod-ath9k -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ath9k-common +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ath9k-common Source: package/kernel/mac80211 SourceName: kmod-ath9k Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 63857 -Filename: kmod-ath9k_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 64275 -SHA256sum: ff73e2694a59ece0b66d9b45767231e7b8e18403954d4cc43de2fd118f5ad90e +Installed-Size: 63855 +Filename: kmod-ath9k_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 64245 +SHA256sum: 74b4c270a9735d784c2ff58dd382b482397c1a6716d80cf6a2eaef269636da77 Description: This module adds support for wireless adapters based on Atheros IEEE 802.11n AR5008 and AR9001 family of chipsets. Package: kmod-ath -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211 +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211 Source: package/kernel/mac80211 SourceName: kmod-ath Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 12826 -Filename: kmod-ath_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 13496 -SHA256sum: f9f80da9bc3b0aaeeb80677421231b4e595c853be9dc3381bd9070c3fe4aef5b +Installed-Size: 12820 +Filename: kmod-ath_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 13498 +SHA256sum: 7363362440134154f5d346e2fcd4d3a788d1017b8bb3377b2c9804dd8d5120c8 Description: This module contains some common parts needed by Atheros Wireless drivers. Package: kmod-atl1 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mii +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mii Source: package/kernel/linux SourceName: kmod-atl1 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 16116 -Filename: kmod-atl1_5.15.137-1_mipsel_24kc.ipk -Size: 16841 -SHA256sum: 5f83cc4b5fac475de05d449b792e3ddefaf7438d977d7a9cb4f92c2c9deb1e3f +Installed-Size: 16117 +Filename: kmod-atl1_5.15.134-1_mipsel_24kc.ipk +Size: 16840 +SHA256sum: ca7341b991f32835c5cc11670b23c8426febdc23d6798672101acb67ae7bb40d Description: Atheros L1 Gigabit Ethernet support Package: kmod-atl1c -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-atl1c License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 20766 -Filename: kmod-atl1c_5.15.137-1_mipsel_24kc.ipk -Size: 21489 -SHA256sum: 75bee3ded555445c03d1b4e3522f5934fa03622c5c8f16ca9021f59b650872ed +Installed-Size: 20764 +Filename: kmod-atl1c_5.15.134-1_mipsel_24kc.ipk +Size: 21499 +SHA256sum: 7679f1977cc907313be17ab8424ac2f3dfb83a20ccec308880a24a78650fbb76 Description: Atheros L1C Package: kmod-atl1e -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-atl1e License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 15730 -Filename: kmod-atl1e_5.15.137-1_mipsel_24kc.ipk -Size: 16446 -SHA256sum: 6a21d08617174951854bbd5adbabb5a3e5959350df32eb01d347cbdaaa8af81e +Installed-Size: 15733 +Filename: kmod-atl1e_5.15.134-1_mipsel_24kc.ipk +Size: 16444 +SHA256sum: eab034199a619a230f97acc3b6c3738038195fdea905a3298bece59993e9b34a Description: Atheros L1E Package: kmod-atl2 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-atl2 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 12227 -Filename: kmod-atl2_5.15.137-1_mipsel_24kc.ipk -Size: 12955 -SHA256sum: 9c0c00a67dc9f45a47a1de46bfcb51eed011b259ff8547145805faf3e2439eb7 +Installed-Size: 12228 +Filename: kmod-atl2_5.15.134-1_mipsel_24kc.ipk +Size: 12957 +SHA256sum: e6dc1a58e84e57bed14dfa43ef3db7a5bafaf55f0ca264580c7b8e200ddcf092 Description: Atheros L2 Fast Ethernet support Package: kmod-atlantic -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ptp, kmod-hwmon-core, kmod-macsec +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ptp, kmod-hwmon-core, kmod-macsec Source: package/kernel/linux SourceName: kmod-atlantic License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 80567 -Filename: kmod-atlantic_5.15.137-1_mipsel_24kc.ipk -Size: 81194 -SHA256sum: 2aeb8f74c3c3da8123a52702017b0fff0ad6d15d6247dedea9c1ab017d697957 +Installed-Size: 80566 +Filename: kmod-atlantic_5.15.134-1_mipsel_24kc.ipk +Size: 81195 +SHA256sum: 83549fe1848dda38d59ba68addaf9468dc210ae002e773a25438435b0d8e6465 Description: Kernel modules for Aquantia AQtion 10Gbps Ethernet NIC Package: kmod-atm -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-atm License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 27831 -Filename: kmod-atm_5.15.137-1_mipsel_24kc.ipk -Size: 28545 -SHA256sum: 7ad07ae7c3d6bb9e32988b9a1a9162e36aa52c9ddb81466519c3ae01f3d2aeb3 +Installed-Size: 27832 +Filename: kmod-atm_5.15.134-1_mipsel_24kc.ipk +Size: 28556 +SHA256sum: e546e146658cf01b86a8bc38d1e5e77f31ea9b34544113860ed5af2e58f08232 Description: Kernel modules for ATM support Package: kmod-atmtcp -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-atm +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-atm Source: package/kernel/linux SourceName: kmod-atmtcp License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4102 -Filename: kmod-atmtcp_5.15.137-1_mipsel_24kc.ipk -Size: 4839 -SHA256sum: b50508fb58684fa95d7a3b9ac04a024194fd70b7b32d15136696626ae4643e8a +Installed-Size: 4105 +Filename: kmod-atmtcp_5.15.134-1_mipsel_24kc.ipk +Size: 4835 +SHA256sum: 4af75dba95974c65c746faca4e174700856a9de2ad691ef2d66b7fe267645936 Description: Kernel module for ATM over TCP support Package: kmod-atusb -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core, kmod-mac802154 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core, kmod-mac802154 Source: package/kernel/linux SourceName: kmod-atusb License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 7188 -Filename: kmod-atusb_5.15.137-1_mipsel_24kc.ipk -Size: 7950 -SHA256sum: 5adaa9f1fc5d4c8a40a80ecadb2800e417739713803a17397c877635e98d6a1f +Installed-Size: 7190 +Filename: kmod-atusb_5.15.134-1_mipsel_24kc.ipk +Size: 7945 +SHA256sum: 295a01b3ce054a2c1454ed9fbebe3f9aee62ccdb939ea441e827fd4241875e77 Description: ATUSB transceiver driver Package: kmod-ax25 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-lib-crc16 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-lib-crc16 Source: package/kernel/linux SourceName: kmod-ax25 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 34913 -Filename: kmod-ax25_5.15.137-1_mipsel_24kc.ipk -Size: 35611 -SHA256sum: ae18057f707828e50a76b46566253fc48db21f468fdfb6cd9b744896734ef026 +Installed-Size: 34917 +Filename: kmod-ax25_5.15.134-1_mipsel_24kc.ipk +Size: 35616 +SHA256sum: 6faef69db9c810d5d4896b009cb1406a5540dc8dbc008d1a0d3ccbb0fb1d06bb Description: Kernel modules for AX25 support Package: kmod-b43 -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-lib-cordic, kmod-ssb, kmod-bcma +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-lib-cordic, kmod-ssb, kmod-bcma Source: package/kernel/mac80211 SourceName: kmod-b43 Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 291500 -Filename: kmod-b43_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 287230 -SHA256sum: 5933747504605f83bb0fcfec5fb49561e29a00816904f9b3edb1419ba618db98 +Installed-Size: 291516 +Filename: kmod-b43_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 287361 +SHA256sum: 0a1acbeaa14afe168349e7c215a47af0f01199dcc9875d0c1d61c0e70badabe1 Description: Kernel module for Broadcom 43xx wireless support (mac80211 stack) new Package: kmod-b44 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ssb, kmod-mii, kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ssb, kmod-mii, kmod-libphy Source: package/kernel/linux SourceName: kmod-b44 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 14884 -Filename: kmod-b44_5.15.137-1_mipsel_24kc.ipk -Size: 15590 -SHA256sum: 9ee47761c2f0f8b996c0ff4edda7e82e708030cbe636b2ffd2fb11660b51c37d +Installed-Size: 14887 +Filename: kmod-b44_5.15.134-1_mipsel_24kc.ipk +Size: 15600 +SHA256sum: daff157843c1195b2eb440f610926467709418d552586d3078e10abd77e299e6 Description: Kernel modules for Broadcom 44xx Ethernet adapters. Package: kmod-batman-adv -Version: 5.15.137+2023.1-4 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-lib-crc16, kmod-lib-crc32c, kmod-cfg80211, batctl +Version: 5.15.134+2023.1-4 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-lib-crc16, kmod-lib-crc32c, kmod-cfg80211, batctl Source: feeds/routing/batman-adv SourceName: kmod-batman-adv License: GPL-2.0-only MIT @@ -1553,10 +1553,10 @@ Section: kernel SourceDateEpoch: 1698060062 Maintainer: Simon Wunderlich Architecture: mipsel_24kc -Installed-Size: 100929 -Filename: kmod-batman-adv_5.15.137+2023.1-4_mipsel_24kc.ipk -Size: 101865 -SHA256sum: 1796b3ca4a3756e840e36d222bab9fe157f58b48f3bb7ade2d4d789f0bf5156c +Installed-Size: 100928 +Filename: kmod-batman-adv_5.15.134+2023.1-4_mipsel_24kc.ipk +Size: 101882 +SHA256sum: 722efbde200599444bfaa257e7e559228c4aa7a7efa0e8a2d876563fb902fa0d Description: B.A.T.M.A.N. (better approach to mobile ad-hoc networking) is a routing protocol for multi-hop ad-hoc mesh networks. The networks may be wired or wireless. See @@ -1565,307 +1565,307 @@ Description: B.A.T.M.A.N. (better approach to mobile ad-hoc networking) is module. Package: kmod-bcma -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-bcma License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 21803 -Filename: kmod-bcma_5.15.137-1_mipsel_24kc.ipk -Size: 22563 -SHA256sum: f7cbf36f36235b4f9282d133f10cba1861f9a36e851dbd3534e9521b3a26ea13 +Installed-Size: 21804 +Filename: kmod-bcma_5.15.134-1_mipsel_24kc.ipk +Size: 22546 +SHA256sum: c162f2061c9fee91bb4ef2daf47d7cda58b28463ea69ffc539152e13f4950d30 Description: Bus driver for Broadcom specific Advanced Microcontroller Bus Architecture Package: kmod-be2net -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core Source: package/kernel/linux SourceName: kmod-be2net License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 65253 -Filename: kmod-be2net_5.15.137-1_mipsel_24kc.ipk -Size: 65941 -SHA256sum: 5025c3ba2eab1009f457ffae7d81917c6eb7555556a38ed23b93aa88b2441a4e +Installed-Size: 65255 +Filename: kmod-be2net_5.15.134-1_mipsel_24kc.ipk +Size: 65946 +SHA256sum: 4a68e3e39089837260a246c867ac1914b9b83a37edb4034953e4ebb6076c283f Description: Broadcom Emulex OneConnect 10Gbit SFP+ support, OneConnect OCe10xxx OCe11xxx OCe14xxx, LightPulse LPe12xxx Package: kmod-block2mtd -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-block2mtd License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3653 -Filename: kmod-block2mtd_5.15.137-1_mipsel_24kc.ipk -Size: 4372 -SHA256sum: 2870294d02062236a29b5bca280ee3bf8f3a312696a2c6b57e11f20d1d53b674 +Installed-Size: 3651 +Filename: kmod-block2mtd_5.15.134-1_mipsel_24kc.ipk +Size: 4364 +SHA256sum: 102b1133037f1accebc36f1febb786b0f1c3e82ebe06cffb905681d4af69f407 Description: Block device MTD emulation Package: kmod-bluetooth-6lowpan -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-6lowpan, kmod-bluetooth +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-6lowpan, kmod-bluetooth Source: package/kernel/linux SourceName: kmod-bluetooth-6lowpan License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 7364 -Filename: kmod-bluetooth-6lowpan_5.15.137-1_mipsel_24kc.ipk -Size: 8135 -SHA256sum: 5b89c2c24a60c2edb160c68e4cb6c1c67a1e156233b1f4bc442c83a7ef32872e +Filename: kmod-bluetooth-6lowpan_5.15.134-1_mipsel_24kc.ipk +Size: 8126 +SHA256sum: 0ebd81f50777f7081fd26ff3459ca31480b5bc3736c7bd49ced21617400653ee Description: Kernel support for 6LoWPAN over Bluetooth Low Energy devices Package: kmod-bluetooth -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core, kmod-crypto-hash, kmod-crypto-ecb, kmod-lib-crc16, kmod-hid, kmod-crypto-cmac, kmod-regmap-core, kmod-crypto-ecdh +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core, kmod-crypto-hash, kmod-crypto-ecb, kmod-lib-crc16, kmod-hid, kmod-crypto-cmac, kmod-regmap-core, kmod-crypto-ecdh Source: package/kernel/linux SourceName: kmod-bluetooth License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 283482 -Filename: kmod-bluetooth_5.15.137-1_mipsel_24kc.ipk -Size: 283362 -SHA256sum: 1ae00e9de486804d934f7762a5e59b93772056af7d10b74be858c7f46a76a570 +Installed-Size: 282307 +Filename: kmod-bluetooth_5.15.134-1_mipsel_24kc.ipk +Size: 281973 +SHA256sum: 6ecb1445585b601eee2303e47860639739b0944a228e1bc32828b79d8bfbfeee Description: Kernel support for Bluetooth devices Package: kmod-bnx2 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), bnx2-firmware +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), bnx2-firmware Source: package/kernel/linux SourceName: kmod-bnx2 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 39804 -Filename: kmod-bnx2_5.15.137-1_mipsel_24kc.ipk -Size: 40563 -SHA256sum: 63e2849f71909f8142ddd045643121ed24883ee8f6e6e9abada225137fbab9b6 +Installed-Size: 39806 +Filename: kmod-bnx2_5.15.134-1_mipsel_24kc.ipk +Size: 40555 +SHA256sum: 3d78189342118631b914bc3aac930e4543f0e3b070e2dbab16ec821ec0a51dee Description: Kernel module for the BCM5706/5708/5709/5716 ethernet adapter Package: kmod-bnx2x -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), bnx2x-firmware, kmod-lib-crc32c, kmod-mdio, kmod-ptp, kmod-lib-zlib-inflate +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), bnx2x-firmware, kmod-lib-crc32c, kmod-mdio, kmod-ptp, kmod-lib-zlib-inflate Source: package/kernel/linux SourceName: kmod-bnx2x License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 313553 -Filename: kmod-bnx2x_5.15.137-1_mipsel_24kc.ipk -Size: 311178 -SHA256sum: c865985e9082f7f88bceb8d3df6842b034b9b9054e06df3c06262f8b90d317cf +Installed-Size: 313552 +Filename: kmod-bnx2x_5.15.134-1_mipsel_24kc.ipk +Size: 311141 +SHA256sum: afa1ff5a03824b6b1f4004304ab045b6ad77e405e9477ad68b3764d580bdbbf5 Description: QLogic BCM57710/57711/57711E/57712/57712_MF/57800/57800_MF/57810/57810_MF/57840/57840_MF Driver Package: kmod-bonding -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-tls +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-tls Source: package/kernel/linux SourceName: kmod-bonding License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 68577 -Filename: kmod-bonding_5.15.137-1_mipsel_24kc.ipk -Size: 69046 -SHA256sum: f7776fd752a392cf9cb29aea6c26ecb0388577fac4c59245042ca0387061db73 +Installed-Size: 68582 +Filename: kmod-bonding_5.15.134-1_mipsel_24kc.ipk +Size: 69051 +SHA256sum: a90f30594c311cecae75ea99cece47778cb18282e0293065902181ef14f88906 Description: Kernel module for NIC bonding. Package: kmod-bpf-test -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-bpf-test License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 32264 -Filename: kmod-bpf-test_5.15.137-1_mipsel_24kc.ipk -Size: 28219 -SHA256sum: 8a4d71003068913183b52daf7a214a896c8a307ad7cfb3cb0e999dfc5707d1a0 +Filename: kmod-bpf-test_5.15.134-1_mipsel_24kc.ipk +Size: 28228 +SHA256sum: 130306b400fb5d512d7884fb2e9fe63b2e9f9274966d3a469d26a307c0d8a1dc Description: Test Berkeley Packet Filter functionality Package: kmod-br-netfilter -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core Source: package/kernel/linux SourceName: kmod-br-netfilter License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 9730 -Filename: kmod-br-netfilter_5.15.137-1_mipsel_24kc.ipk -Size: 10494 -SHA256sum: 56f1308dc8c1abbdbced147edc2d296ab67750e509731470e436c639191fcb56 +Installed-Size: 9731 +Filename: kmod-br-netfilter_5.15.134-1_mipsel_24kc.ipk +Size: 10490 +SHA256sum: 70540f38f4b711509b5332b32239fef4ec3f2fe9a26237b0b06bd41de31abff6 Description: Bridge netfilter support modules Package: kmod-brcmfmac -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-cfg80211, kmod-brcmutil, kmod-usb-core, brcmfmac-firmware-usb +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-cfg80211, kmod-brcmutil, kmod-usb-core, brcmfmac-firmware-usb Source: package/kernel/mac80211 SourceName: kmod-brcmfmac Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 118158 -Filename: kmod-brcmfmac_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 118369 -SHA256sum: 60c882d6b298459354aa5eff6f3d59a5c12e522fab2cc0fc8f2ccb2474c443e7 +Installed-Size: 118156 +Filename: kmod-brcmfmac_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 118387 +SHA256sum: d823bfbc3eafb7ab86ddd32ead039aaed309c42fbd83f93f6941ce8a3c4cafe0 Description: Kernel module for Broadcom IEEE802.11n USB Wireless cards Package: kmod-brcmsmac -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-bcma, kmod-lib-cordic, kmod-lib-crc8, kmod-brcmutil +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-bcma, kmod-lib-cordic, kmod-lib-crc8, kmod-brcmutil Source: package/kernel/mac80211 SourceName: kmod-brcmsmac Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 240166 -Filename: kmod-brcmsmac_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 236761 -SHA256sum: d48dbb079a54116b4ceb4a7e2b129ee09e314f53975d281acd2dda5e00b15280 +Installed-Size: 240174 +Filename: kmod-brcmsmac_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 236749 +SHA256sum: 19cc0d91a43c14d126a0978c6a10a63a1740473ae430c40647f051fe9bd929bf Description: Kernel module for Broadcom IEEE802.11n PCIe Wireless cards Package: kmod-brcmutil -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/mac80211 SourceName: kmod-brcmutil Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 3954 -Filename: kmod-brcmutil_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 4741 -SHA256sum: abef4c7d82212eca7bf1686aa1a347f22c0f70283081f1208f0fdc84ff3257d0 +Installed-Size: 3953 +Filename: kmod-brcmutil_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 4738 +SHA256sum: 49996169d3382ed5175a41c62692b332882c3934b69d281350beb336afbb7b90 Description: This module contains some common parts needed by Broadcom Wireless drivers brcmsmac and brcmfmac. Package: kmod-btmrvl -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mmc, kmod-bluetooth, mwifiex-sdio-firmware +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mmc, kmod-bluetooth, mwifiex-sdio-firmware Source: package/kernel/linux SourceName: kmod-btmrvl License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 15796 -Filename: kmod-btmrvl_5.15.137-1_mipsel_24kc.ipk -Size: 16519 -SHA256sum: 725e43cee6cfcb66e4190ed140935a24f9fd8001bf0d4dc933e9f3b0bbfca046 +Installed-Size: 15794 +Filename: kmod-btmrvl_5.15.134-1_mipsel_24kc.ipk +Size: 16510 +SHA256sum: ddfe962fbfd118477baf8a9dc6461e9bc02bf45f065a904699f65447c166b665 Description: Kernel support for Marvell SDIO Bluetooth Module Package: kmod-btsdio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-bluetooth, kmod-mmc +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-bluetooth, kmod-mmc Source: package/kernel/linux SourceName: kmod-btsdio License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2434 -Filename: kmod-btsdio_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 2437 +Filename: kmod-btsdio_5.15.134-1_mipsel_24kc.ipk Size: 3179 -SHA256sum: 9536386603e8fd501ee009b9bcbff3c532010b0134b4f567da57c41b1a052413 +SHA256sum: 7ae49bc8094d305c03e44d7b6a8e8a31c29e45438257819bb3323f6501bad602 Description: Kernel support for Bluetooth device with SDIO interface Package: kmod-button-hotplug -Version: 5.15.137-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-input-core +Version: 5.15.134-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-input-core Source: package/kernel/button-hotplug SourceName: kmod-button-hotplug License: GPL-2.0 Section: kernel SourceDateEpoch: 1666637374 Architecture: mipsel_24kc -Installed-Size: 3004 -Filename: kmod-button-hotplug_5.15.137-3_mipsel_24kc.ipk -Size: 3794 -SHA256sum: f000c7908b5bb5042b626228e9e88d14f34b89cb9bdf736e3d17bd60fe44d29b +Installed-Size: 3003 +Filename: kmod-button-hotplug_5.15.134-3_mipsel_24kc.ipk +Size: 3789 +SHA256sum: 8d9d32ce9dde6f91e983a0ed0fa6c977a66da4b5c4017221e6b4927b32c0e7ff Description: Kernel module to generate button uevent-s from input subsystem events. If your device uses GPIO buttons, see gpio-button-hotplug. Package: kmod-ca8210 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac802154 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac802154 Source: package/kernel/linux SourceName: kmod-ca8210 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 10596 -Filename: kmod-ca8210_5.15.137-1_mipsel_24kc.ipk -Size: 11337 -SHA256sum: 3663533ade8802a4a4b78b1c80ceea8536bf5d45d55dbcdc3feb0778c2e03384 +Installed-Size: 10687 +Filename: kmod-ca8210_5.15.134-1_mipsel_24kc.ipk +Size: 11423 +SHA256sum: 873dd81e235d04c067d4574eef9a35aa0504f1a6fb0517669e8fdd13f438fb43 Description: CA8210 transceiver driver Package: kmod-can-bcm -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-can +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-can Source: package/kernel/linux SourceName: kmod-can-bcm License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 10574 -Filename: kmod-can-bcm_5.15.137-1_mipsel_24kc.ipk -Size: 11409 -SHA256sum: 02a45c485a85a72878eb1560e606b63fd1b2525e79552a36083b18fbd0503827 +Filename: kmod-can-bcm_5.15.134-1_mipsel_24kc.ipk +Size: 11408 +SHA256sum: 2c1f9fd9839f8a35e6bb57f104553a0b9fdf9e7e2a4a23dd1622f9df8de75494 Description: The Broadcast Manager offers content filtering, timeout monitoring, sending of RTR frames, and cyclic CAN messages without permanent user interaction. Package: kmod-can-c-can-pci -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-can-c-can, kmod-can +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-can-c-can, kmod-can Source: package/kernel/linux SourceName: kmod-can-c-can-pci License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2325 -Filename: kmod-can-c-can-pci_5.15.137-1_mipsel_24kc.ipk -Size: 3088 -SHA256sum: 09540cef092d11531c3a693a1d7c32b14199c6645e942db5b415262fbfbe92b3 +Installed-Size: 2323 +Filename: kmod-can-c-can-pci_5.15.134-1_mipsel_24kc.ipk +Size: 3079 +SHA256sum: 414022c256c32a70af07b8a57cf3f36d9674710b6c1a92e09499fabc8e7fa031 Description: This driver adds support for the C_CAN/D_CAN chips connected to the PCI bus. Package: kmod-can-c-can-platform -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-can-c-can, kmod-regmap-core, kmod-can +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-can-c-can, kmod-regmap-core, kmod-can Source: package/kernel/linux SourceName: kmod-can-c-can-platform License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3115 -Filename: kmod-can-c-can-platform_5.15.137-1_mipsel_24kc.ipk -Size: 4040 -SHA256sum: 0865b36b59c0f00740de0e0bb4566815c026a185161f6fa98998b644d5fe553b +Installed-Size: 3113 +Filename: kmod-can-c-can-platform_5.15.134-1_mipsel_24kc.ipk +Size: 4039 +SHA256sum: c9cecfaf777b3f69b75e7144477a368f2f4d4a242c561938e3790992de25b7bb Description: This driver adds support for the C_CAN/D_CAN chips connected to the "platform bus" (Linux abstraction for directly to the processor attached devices) which can be found on various @@ -1874,992 +1874,992 @@ Description: This driver adds support for the C_CAN/D_CAN chips connected boards like am335x, dm814x, dm813x and dm811x. Package: kmod-can-c-can -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-can +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-can Source: package/kernel/linux SourceName: kmod-can-c-can License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 6372 -Filename: kmod-can-c-can_5.15.137-1_mipsel_24kc.ipk -Size: 7175 -SHA256sum: ad543af6b3cf4d1a53d7764f5a6b3010ceab84c8d2a800494c018ba777e20a08 +Installed-Size: 6375 +Filename: kmod-can-c-can_5.15.134-1_mipsel_24kc.ipk +Size: 7179 +SHA256sum: 8a40adf615c0feb229900117018233620c028b0ffd41b56988eb29902971c05b Description: This driver adds generic support for the C_CAN/D_CAN chips. Package: kmod-can-gw -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-can +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-can Source: package/kernel/linux SourceName: kmod-can-gw License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 7589 -Filename: kmod-can-gw_5.15.137-1_mipsel_24kc.ipk -Size: 8360 -SHA256sum: 59207eec863156a79f2d05b62ed3c7672bfd159be033646a28be9757e3327017 +Installed-Size: 7590 +Filename: kmod-can-gw_5.15.134-1_mipsel_24kc.ipk +Size: 8358 +SHA256sum: 66f40d7d3525549d446e9005ec2d429f91a7216d9a299ba7614690c4ceef1d60 Description: The CAN Gateway/Router is used to route (and modify) CAN frames. Package: kmod-can-mcp251x -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-can +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-can Source: package/kernel/linux SourceName: kmod-can-mcp251x License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 8191 -Filename: kmod-can-mcp251x_5.15.137-1_mipsel_24kc.ipk -Size: 8945 -SHA256sum: 18936ace2264fd03d89d64d1157c152b97561ae3949be752257c0a7a9d8f9a45 +Installed-Size: 8193 +Filename: kmod-can-mcp251x_5.15.134-1_mipsel_24kc.ipk +Size: 8953 +SHA256sum: dd8f19befadeecb774c144501cf97c1ea2c48510b6ca9d4818e6137205f3e4d8 Description: Microchip MCP251x SPI CAN controller Package: kmod-can-raw -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-can +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-can Source: package/kernel/linux SourceName: kmod-can-raw License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 6653 -Filename: kmod-can-raw_5.15.137-1_mipsel_24kc.ipk -Size: 7453 -SHA256sum: 5d922b648fc3efb2b65f274230cb7cbcfc5e2018f4873fdf8949f6c2c817043d +Installed-Size: 6654 +Filename: kmod-can-raw_5.15.134-1_mipsel_24kc.ipk +Size: 7459 +SHA256sum: 19624f5fcd6d5772db8b918074a88a065074371aad4fdfd37d83a718f7fad6db Description: The raw CAN protocol option offers access to the CAN bus via the BSD socket API. Package: kmod-can-slcan -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-can +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-can Source: package/kernel/linux SourceName: kmod-can-slcan License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4841 -Filename: kmod-can-slcan_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 4840 +Filename: kmod-can-slcan_5.15.134-1_mipsel_24kc.ipk Size: 5640 -SHA256sum: 96e3703abea5e46fb82041f41ecc6e26178e13b0ec0ef1bed638ef371dab8f62 +SHA256sum: 5682d1f57010d02961d6e6718d052b9d3d39fee3cd4defe5d30f6d63b92774c9 Description: CAN driver for several 'low cost' CAN interfaces that are attached via serial lines or via USB-to-serial adapters using the LAWICEL ASCII protocol. Package: kmod-can-usb-8dev -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-can, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-can, kmod-usb-core Source: package/kernel/linux SourceName: kmod-can-usb-8dev License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 6243 -Filename: kmod-can-usb-8dev_5.15.137-1_mipsel_24kc.ipk -Size: 7071 -SHA256sum: b0216dee09fd0f10d89a7cce7ae70cdf961457ed1956adf5bc502464da164ea7 +Installed-Size: 6241 +Filename: kmod-can-usb-8dev_5.15.134-1_mipsel_24kc.ipk +Size: 7060 +SHA256sum: dee23e70218b101cd23b35c1841392f7af0a840e255d0d71f1a15009dead247a Description: This driver supports the USB2CAN interface from 8 devices (http://www.8devices.com). Package: kmod-can-usb-ems -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-can, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-can, kmod-usb-core Source: package/kernel/linux SourceName: kmod-can-usb-ems License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 5945 -Filename: kmod-can-usb-ems_5.15.137-1_mipsel_24kc.ipk -Size: 6770 -SHA256sum: 377d41c91e49e7bc99a9d8905e73e5785e6380772c9517c9922f1c0fdaf05406 +Filename: kmod-can-usb-ems_5.15.134-1_mipsel_24kc.ipk +Size: 6762 +SHA256sum: 4c87b25f1475439a8da85ebeec16592c2e1fa2df735b10434d224b558477a392 Description: This driver is for the one channel CPC-USB/ARM7 CAN/USB interface from EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de). Package: kmod-can-usb-esd -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-can, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-can, kmod-usb-core Source: package/kernel/linux SourceName: kmod-can-usb-esd License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 6635 -Filename: kmod-can-usb-esd_5.15.137-1_mipsel_24kc.ipk -Size: 7468 -SHA256sum: a22007f4c761bc3e9f5cfcd6c1ffed0a17532a325c1d6030fbf0b815427b53a0 +Filename: kmod-can-usb-esd_5.15.134-1_mipsel_24kc.ipk +Size: 7476 +SHA256sum: 324b9f2550bdfda61ad4532412d2323d29a23ca1efd819fe205152725edc11a2 Description: This driver supports the CAN-USB/2 interface from esd electronic system design gmbh (http://www.esd.eu). Package: kmod-can-usb-kvaser -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-can, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-can, kmod-usb-core Source: package/kernel/linux SourceName: kmod-can-usb-kvaser License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 19533 -Filename: kmod-can-usb-kvaser_5.15.137-1_mipsel_24kc.ipk -Size: 20323 -SHA256sum: dc3eb37c1d50ae1901cac96138de8c5db456eccd45b2c633b3264072e55e2ae3 +Installed-Size: 19534 +Filename: kmod-can-usb-kvaser_5.15.134-1_mipsel_24kc.ipk +Size: 20322 +SHA256sum: 560aca5851207c8eb50dadcd7a0270fee792fa2ba97982848689db7831fe2287 Description: This driver adds support for Kvaser CAN/USB devices like Kvaser Leaf Light. Package: kmod-can-usb-peak -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-can, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-can, kmod-usb-core Source: package/kernel/linux SourceName: kmod-can-usb-peak License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 17354 -Filename: kmod-can-usb-peak_5.15.137-1_mipsel_24kc.ipk -Size: 18163 -SHA256sum: 4761f3cca2bbe37d7085112e50a293fea7d05499bd9cb3266413fadaa1d90f03 +Filename: kmod-can-usb-peak_5.15.134-1_mipsel_24kc.ipk +Size: 18156 +SHA256sum: 21fdced7238daf827a9fa4a7f1d8ae82b257cf0fd457ba290e7beeddc6536d81 Description: This driver supports the PCAN-USB and PCAN-USB Pro adapters from PEAK-System Technik (http://www.peak-system.com). Package: kmod-can-vcan -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-can +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-can Source: package/kernel/linux SourceName: kmod-can-vcan License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2256 -Filename: kmod-can-vcan_5.15.137-1_mipsel_24kc.ipk -Size: 3010 -SHA256sum: 7cc11c010b217a5d6caf84054b8bd0fb36e155ff69a2d1503ed0c3aaf1322bdc +Installed-Size: 2255 +Filename: kmod-can-vcan_5.15.134-1_mipsel_24kc.ipk +Size: 3012 +SHA256sum: 6b1795488d1ac18498159016b95cfe64b7bda9cec378a6005f8105da6ea5c3b1 Description: Similar to the network loopback devices, vcan offers a virtual local CAN interface. Package: kmod-can -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-can License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 18341 -Filename: kmod-can_5.15.137-1_mipsel_24kc.ipk -Size: 19113 -SHA256sum: d6d80fc177354c038d67cdd80f97ffc4c07d5b01d26e6aac170100f53c3441ca +Installed-Size: 18342 +Filename: kmod-can_5.15.134-1_mipsel_24kc.ipk +Size: 19104 +SHA256sum: b35c7feb12f28c859cf8da681fadcb5ddd21992330924ae91186b3d134e0b396 Description: Kernel module for CAN bus support. Package: kmod-carl9170 -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-ath, kmod-usb-core, kmod-input-core, carl9170-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-ath, kmod-usb-core, kmod-input-core, carl9170-firmware Source: package/kernel/mac80211 SourceName: kmod-carl9170 Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 51738 -Filename: kmod-carl9170_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 52359 -SHA256sum: 3dd54bf18186bab9778af52e65e2dd614a2e8a4c1463107da4f85567d9d1e6c2 +Installed-Size: 51737 +Filename: kmod-carl9170_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 52351 +SHA256sum: e2aa588e6be3210ea8addd63a9500e6625c98e851a7b60b15ac2a742c39d97af Description: Driver for Atheros AR9170 USB sticks Package: kmod-cc2520 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac802154 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac802154 Source: package/kernel/linux SourceName: kmod-cc2520 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 5679 -Filename: kmod-cc2520_5.15.137-1_mipsel_24kc.ipk -Size: 6424 -SHA256sum: 84be0632fc1917fca2d9c3ada3b8900805ad85c4942d4def4b170542b48adc23 +Installed-Size: 5677 +Filename: kmod-cc2520_5.15.134-1_mipsel_24kc.ipk +Size: 6421 +SHA256sum: cfcd4ac6927c5646122c22fb8ecf4ebe5a3b081de798b4dedd56aa5c0953bf9c Description: CC2520 transceiver driver Package: kmod-cdrom -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-cdrom License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 16859 -Filename: kmod-cdrom_5.15.137-1_mipsel_24kc.ipk -Size: 17573 -SHA256sum: 17c80e767762c7265c7ca6548b193a7033ae3f4fc4d187bfa476030615f09e09 +Installed-Size: 16857 +Filename: kmod-cdrom_5.15.134-1_mipsel_24kc.ipk +Size: 17567 +SHA256sum: 594309794c84e88995950c40020e69e3faeba03121893816fe510f5a55f5cbcb Description: Kernel library module for CD / DVD drives Package: kmod-cfg80211 -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), iw, iwinfo, wireless-regdb +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), iw, iwinfo, wireless-regdb Source: package/kernel/mac80211 SourceName: kmod-cfg80211 Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 170379 -Filename: kmod-cfg80211_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 170858 -SHA256sum: b3693535c1ec0d66a1d261b6294d1029a25fbab6450b6be8d67459639f936399 +Installed-Size: 170374 +Filename: kmod-cfg80211_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 170848 +SHA256sum: 34aa5f357e8fae9b51d6011aaf1b674cdc906ea3ec725eb8d8b0a8eecf1ebcb1 Description: cfg80211 is the Linux wireless LAN (802.11) configuration API. Package: kmod-chaoskey -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-random-core, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-random-core, kmod-usb-core Source: package/kernel/linux SourceName: kmod-chaoskey License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3544 -Filename: kmod-chaoskey_5.15.137-1_mipsel_24kc.ipk -Size: 4302 -SHA256sum: 8e4dfd34d644a158cf00ec7bc1b9da60d02011897c6586be09ec20c86e8b288d +Installed-Size: 3545 +Filename: kmod-chaoskey_5.15.134-1_mipsel_24kc.ipk +Size: 4299 +SHA256sum: 4d3ba0fa4183d20381cdefa59522c4409e29bd74dab888e393b7591b377db88e Description: Kernel module for chaoskey, USB attached true random number generator Package: kmod-crypto-acompress -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-crypto-acompress License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3359 -Filename: kmod-crypto-acompress_5.15.137-1_mipsel_24kc.ipk -Size: 4083 -SHA256sum: bab1e86874dbbb8b7dadcead7bc29cb939cfa0bf5dfa8cf85987f20bb933724d +Installed-Size: 3360 +Filename: kmod-crypto-acompress_5.15.134-1_mipsel_24kc.ipk +Size: 4080 +SHA256sum: 0d2ceb0e5c2822f670bb29fef86863c05f0ce7fb30190d1402e69ec714e00475 Description: Asynchronous Compression operations Package: kmod-crypto-aead -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-null +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-null Source: package/kernel/linux SourceName: kmod-crypto-aead License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 229 -Filename: kmod-crypto-aead_5.15.137-1_mipsel_24kc.ipk -Size: 962 -SHA256sum: 61bb0ab567b4fe8bc1d421b400f1bf05ab2e486a0a67e0c81e3bdce0113ea7c2 +Installed-Size: 228 +Filename: kmod-crypto-aead_5.15.134-1_mipsel_24kc.ipk +Size: 954 +SHA256sum: fb5c70e585f38c48717d3f0cfb50cc9f7a898be3fc6f0aa1b5fd5ae0a0299288 Description: CryptoAPI AEAD support Package: kmod-crypto-arc4 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-user +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-user Source: package/kernel/linux SourceName: kmod-crypto-arc4 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1209 -Filename: kmod-crypto-arc4_5.15.137-1_mipsel_24kc.ipk -Size: 1974 -SHA256sum: b668e5d8956c08be7e2829c98cb7bb9a0a28db56feebd97187e8c430d736c01b +Installed-Size: 1211 +Filename: kmod-crypto-arc4_5.15.134-1_mipsel_24kc.ipk +Size: 1973 +SHA256sum: 39bc52c1f6043b1c0afe28dce70d949bec51903993ed0a490460f228b0c28784 Description: ARC4 cipher CryptoAPI module Package: kmod-crypto-authenc -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-manager, kmod-crypto-null +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-manager, kmod-crypto-null Source: package/kernel/linux SourceName: kmod-crypto-authenc License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 5060 -Filename: kmod-crypto-authenc_5.15.137-1_mipsel_24kc.ipk -Size: 5819 -SHA256sum: c2314a84b178857b50216ad22cbc1a6ff0ed4c8798d677003301bfc7728c70e0 +Installed-Size: 5059 +Filename: kmod-crypto-authenc_5.15.134-1_mipsel_24kc.ipk +Size: 5823 +SHA256sum: de9f70190d5b00b186292195600b4bb9d200f4682c4b134cfe35128b9819dfd3 Description: Combined mode wrapper for IPsec Package: kmod-crypto-cbc -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-manager +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-manager Source: package/kernel/linux SourceName: kmod-crypto-cbc License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1705 -Filename: kmod-crypto-cbc_5.15.137-1_mipsel_24kc.ipk -Size: 2474 -SHA256sum: 7508b27e2e23e4854140f001e6895babca0be2c3c68763822b7d68121ef274ea +Installed-Size: 1706 +Filename: kmod-crypto-cbc_5.15.134-1_mipsel_24kc.ipk +Size: 2470 +SHA256sum: a170c774331faef934500e343a130c26070da06af37ce64d204c5168cfe93747 Description: Cipher Block Chaining CryptoAPI module Package: kmod-crypto-ccm -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-ctr, kmod-crypto-aead +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-ctr, kmod-crypto-aead Source: package/kernel/linux SourceName: kmod-crypto-ccm License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 186 -Filename: kmod-crypto-ccm_5.15.137-1_mipsel_24kc.ipk -Size: 937 -SHA256sum: 471cdad3312d2219ce032950379eb958f91201c4b4812d6215a07b179faf42a2 +Installed-Size: 185 +Filename: kmod-crypto-ccm_5.15.134-1_mipsel_24kc.ipk +Size: 933 +SHA256sum: bdd3059db8f2b970854c66e17dfc8c559fbba71a040d919426fefec31a76c579 Description: Support for Counter with CBC MAC (CCM) Package: kmod-crypto-chacha20poly1305 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-aead, kmod-crypto-manager +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-aead, kmod-crypto-manager Source: package/kernel/linux SourceName: kmod-crypto-chacha20poly1305 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3697 -Filename: kmod-crypto-chacha20poly1305_5.15.137-1_mipsel_24kc.ipk -Size: 4475 -SHA256sum: 3ed06778fb84e46487905dfcf6051748a734453e60bea4c7d416e11840c5374c +Installed-Size: 3699 +Filename: kmod-crypto-chacha20poly1305_5.15.134-1_mipsel_24kc.ipk +Size: 4471 +SHA256sum: fc9acd2a75573a94233508334a6e42d10f43522e2a4e2ddebe246ade60cec3ed Description: ChaCha20-Poly1305 AEAD support, RFC7539 (used by strongSwan IPsec VPN) Package: kmod-crypto-cmac -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash Source: package/kernel/linux SourceName: kmod-crypto-cmac License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2361 -Filename: kmod-crypto-cmac_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 2362 +Filename: kmod-crypto-cmac_5.15.134-1_mipsel_24kc.ipk Size: 3110 -SHA256sum: 903b81cf22c2008285d53c01a3e6cb5dea673333336cddd132d5dacf6eea6831 +SHA256sum: e52a44640291138ca99646f8df3afbf1d5747435b4f062b95b71e8d31f64b8e5 Description: Support for Cipher-based Message Authentication Code (CMAC) Package: kmod-crypto-crc32 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash Source: package/kernel/linux SourceName: kmod-crypto-crc32 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1088 -Filename: kmod-crypto-crc32_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 1087 +Filename: kmod-crypto-crc32_5.15.134-1_mipsel_24kc.ipk Size: 1838 -SHA256sum: fdd15edfa9a16aba509df0eaf2261b17e7d1981f87fc58fb480707a55a261f25 +SHA256sum: 67195b7ff463e25706f883d84cc4f9f048f47aede8c18280bc17788f065e0b19 Description: CRC32 CRC module Package: kmod-crypto-crc32c -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash Source: package/kernel/linux SourceName: kmod-crypto-crc32c License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1095 -Filename: kmod-crypto-crc32c_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 1096 +Filename: kmod-crypto-crc32c_5.15.134-1_mipsel_24kc.ipk Size: 1850 -SHA256sum: d3405c1ed6e71903e836b56d8d550eb10ff1c757a4ecdc0ce54fd9c868e1a660 +SHA256sum: a6a013fdb335772325831e0b3222571f3b6347b960b01ade2141101711e464d0 Description: CRC32c CRC module Package: kmod-crypto-ctr -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-manager, kmod-crypto-seqiv +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-manager, kmod-crypto-seqiv Source: package/kernel/linux SourceName: kmod-crypto-ctr License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 184 -Filename: kmod-crypto-ctr_5.15.137-1_mipsel_24kc.ipk -Size: 925 -SHA256sum: c3d203ad82278e4030f241aacd5ec909493eaf0622bf8b92cf8580bbb02137dd +Installed-Size: 183 +Filename: kmod-crypto-ctr_5.15.134-1_mipsel_24kc.ipk +Size: 927 +SHA256sum: 5d50f8266a5d0353c868507ec75f538689992f6a30fc79f50b011c852cd50936 Description: Counter Mode CryptoAPI module Package: kmod-crypto-cts -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-manager +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-manager Source: package/kernel/linux SourceName: kmod-crypto-cts License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2906 -Filename: kmod-crypto-cts_5.15.137-1_mipsel_24kc.ipk -Size: 3638 -SHA256sum: e663f922b59cd39e90fcfe779e8f277103e118507b27ef0cd7bb83573c9b181a +Installed-Size: 2904 +Filename: kmod-crypto-cts_5.15.134-1_mipsel_24kc.ipk +Size: 3633 +SHA256sum: 6c27f297b09a708867f8bd13bda55fa4a982227ddd5ec48e0bd5dbad62a58bba Description: Cipher Text Stealing CryptoAPI module Package: kmod-crypto-deflate -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-lib-zlib-inflate, kmod-lib-zlib-deflate, kmod-crypto-acompress +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-lib-zlib-inflate, kmod-lib-zlib-deflate, kmod-crypto-acompress Source: package/kernel/linux SourceName: kmod-crypto-deflate License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2230 -Filename: kmod-crypto-deflate_5.15.137-1_mipsel_24kc.ipk -Size: 2973 -SHA256sum: 24da86f0886e89cf733ed721768834a5e2107c54d466272bca4e528f7ceccf4c +Installed-Size: 2231 +Filename: kmod-crypto-deflate_5.15.134-1_mipsel_24kc.ipk +Size: 2977 +SHA256sum: 39172f474e362d9c224c45ce746129ddcdb0273257cfbf89a4efc7f777b47685 Description: Deflate compression CryptoAPI module Package: kmod-crypto-des -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-crypto-des License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 9742 -Filename: kmod-crypto-des_5.15.137-1_mipsel_24kc.ipk -Size: 10274 -SHA256sum: cc23982a8e1721dd3e2cea8577f46022a44123ffa8db439359bc243eea7608c1 +Installed-Size: 9743 +Filename: kmod-crypto-des_5.15.134-1_mipsel_24kc.ipk +Size: 10265 +SHA256sum: 80efcb84c742c15b35d23a2c6f0df11d30ad04ee969a5ebf1bfd2bf7378dd0b0 Description: DES/3DES cipher CryptoAPI module Package: kmod-crypto-ecb -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-manager +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-manager Source: package/kernel/linux SourceName: kmod-crypto-ecb License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 1188 -Filename: kmod-crypto-ecb_5.15.137-1_mipsel_24kc.ipk -Size: 1955 -SHA256sum: 99dfa5bf3083688cb7bd59ba675f98785bb3cedfda5d58210c4122cbb61db3ee +Filename: kmod-crypto-ecb_5.15.134-1_mipsel_24kc.ipk +Size: 1954 +SHA256sum: 421126f0108cd97f3ba49b9c47184a7f2e56b68cc01c03b64ef4f9279f9221cc Description: Electronic CodeBook CryptoAPI module Package: kmod-crypto-ecdh -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-kpp +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-kpp Source: package/kernel/linux SourceName: kmod-crypto-ecdh License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 19483 -Filename: kmod-crypto-ecdh_5.15.137-1_mipsel_24kc.ipk -Size: 20198 -SHA256sum: e6d32c05c6bbb8f04246c83ba9ef3cc0f035fae104c871da5e0190ae143087d7 +Installed-Size: 19482 +Filename: kmod-crypto-ecdh_5.15.134-1_mipsel_24kc.ipk +Size: 20196 +SHA256sum: 87950f6305061f2d4771fb1d8c60fd504459c916daa91cec67918dc54ba44cce Description: ECDH algorithm Package: kmod-crypto-echainiv -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-aead +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-aead Source: package/kernel/linux SourceName: kmod-crypto-echainiv License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1744 -Filename: kmod-crypto-echainiv_5.15.137-1_mipsel_24kc.ipk -Size: 2504 -SHA256sum: eea79fedb13edc52de0c3bc26c95ea94cc76a30de3a2391bf0a714d6cfa8a18f +Installed-Size: 1748 +Filename: kmod-crypto-echainiv_5.15.134-1_mipsel_24kc.ipk +Size: 2515 +SHA256sum: a7e7be5c486e72b10cf86a96e74197f6763ba64fcf828abe859ee3db0f0bda80 Description: Encrypted Chain IV Generator Package: kmod-crypto-essiv -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-authenc +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-authenc Source: package/kernel/linux SourceName: kmod-crypto-essiv License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 4310 -Filename: kmod-crypto-essiv_5.15.137-1_mipsel_24kc.ipk -Size: 5048 -SHA256sum: 9ee4177803c99ecc1b34ae164f95af3c019b0213d6ebff5d64dfcfd02119357f +Filename: kmod-crypto-essiv_5.15.134-1_mipsel_24kc.ipk +Size: 5041 +SHA256sum: 8ce62cf3f7f251d1eb3bdf9dcd1738abf4343a9e2c835deed8835b9b41170389 Description: ESSIV support for block encryption Package: kmod-crypto-fcrypt -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-crypto-fcrypt License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3972 -Filename: kmod-crypto-fcrypt_5.15.137-1_mipsel_24kc.ipk -Size: 4713 -SHA256sum: 1fcc35d7dd4e2f62157f183dceff150e3a4d7b362fc5cc520ee15c0c100ea7e3 +Installed-Size: 3973 +Filename: kmod-crypto-fcrypt_5.15.134-1_mipsel_24kc.ipk +Size: 4699 +SHA256sum: 37690b70f6c940df98f6ac41a48d0744eaac4e419219b862204ffe199ab7c2c9 Description: FCRYPT cipher CryptoAPI module Package: kmod-crypto-gcm -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-ctr, kmod-crypto-ghash, kmod-crypto-null +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-ctr, kmod-crypto-ghash, kmod-crypto-null Source: package/kernel/linux SourceName: kmod-crypto-gcm License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 186 -Filename: kmod-crypto-gcm_5.15.137-1_mipsel_24kc.ipk -Size: 929 -SHA256sum: 6e63813d9ba6342cf346aa643f4cd6cd68e4b9cb679bf63df99af21f1aa75dc1 +Installed-Size: 185 +Filename: kmod-crypto-gcm_5.15.134-1_mipsel_24kc.ipk +Size: 927 +SHA256sum: 291880d87ea0b4ba3540d3723e0f2a139736b90e79db1affb924b803866a5846 Description: GCM/GMAC CryptoAPI module Package: kmod-crypto-gf128 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-crypto-gf128 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 191 -Filename: kmod-crypto-gf128_5.15.137-1_mipsel_24kc.ipk -Size: 935 -SHA256sum: f64be3c690440b5fd2270ee6bb0dc3029beacf02bdfa29c30bad6611e350a35b +Installed-Size: 192 +Filename: kmod-crypto-gf128_5.15.134-1_mipsel_24kc.ipk +Size: 928 +SHA256sum: a2015328ebcbc6eb1997c4510507c695f6831ac8edf46dc514c62c36eb4a31f2 Description: GF(2^128) multiplication functions CryptoAPI module Package: kmod-crypto-ghash -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-gf128, kmod-crypto-hash +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-gf128, kmod-crypto-hash Source: package/kernel/linux SourceName: kmod-crypto-ghash License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 196 -Filename: kmod-crypto-ghash_5.15.137-1_mipsel_24kc.ipk -Size: 934 -SHA256sum: 370757b6deff86f7eb543d8ec0b053810b788e4ba0860a39a8563d1c2466cea0 +Installed-Size: 194 +Filename: kmod-crypto-ghash_5.15.134-1_mipsel_24kc.ipk +Size: 936 +SHA256sum: ca1afa8409a42a2e0d6a480073356a72bd40142d3626594efa60e359c8ff25bc Description: GHASH digest CryptoAPI module Package: kmod-crypto-hash -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-crypto-hash License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 233 -Filename: kmod-crypto-hash_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 234 +Filename: kmod-crypto-hash_5.15.134-1_mipsel_24kc.ipk Size: 963 -SHA256sum: 82421c0d1f26d53e43ca30915e4e1ac7435bd73d1148994095e0306890477570 +SHA256sum: 9fddfd4762c108b96adbbebca85e46a5fb548483421676f9544dcc0a9ac3bc9f Description: CryptoAPI hash support Package: kmod-crypto-hmac -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash, kmod-crypto-manager +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash, kmod-crypto-manager Source: package/kernel/linux SourceName: kmod-crypto-hmac License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 2348 -Filename: kmod-crypto-hmac_5.15.137-1_mipsel_24kc.ipk -Size: 3078 -SHA256sum: 8459dddd9901cb9e75d0986514f209e1b667e8f3d7b315aa5917e56ba839ecba +Filename: kmod-crypto-hmac_5.15.134-1_mipsel_24kc.ipk +Size: 3084 +SHA256sum: bf9e9f2beda622d4a2a16b69528db4c757822cc35b90d205c5168918785d0176 Description: HMAC digest CryptoAPI module Package: kmod-crypto-hw-hifn-795x -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-random-core, kmod-crypto-manager, kmod-crypto-des +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-random-core, kmod-crypto-manager, kmod-crypto-des Source: package/kernel/linux SourceName: kmod-crypto-hw-hifn-795x License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 10659 -Filename: kmod-crypto-hw-hifn-795x_5.15.137-1_mipsel_24kc.ipk -Size: 11438 -SHA256sum: f950138a5aae388beb1a0f50d520b931417b141a1c94a16071cec2b1c6dab074 +Installed-Size: 10658 +Filename: kmod-crypto-hw-hifn-795x_5.15.134-1_mipsel_24kc.ipk +Size: 11428 +SHA256sum: a8ad63bda720961abf81dd271603b578a6dac407fa82b329841db451468e0168 Description: HIFN 795x crypto accelerator Package: kmod-crypto-hw-padlock -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-manager +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-manager Source: package/kernel/linux SourceName: kmod-crypto-hw-padlock License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-crypto-hw-padlock_5.15.137-1_mipsel_24kc.ipk -Size: 851 -SHA256sum: 9e20b791a43b0abf94f01ba225021b991c054e425e0e8eb73d9bd3544bd93900 +Filename: kmod-crypto-hw-padlock_5.15.134-1_mipsel_24kc.ipk +Size: 844 +SHA256sum: cd4761cc5a27ced8f3b3522ee52d7a549bb0fd63124133d0c1d86e8e314e054d Description: VIA PadLock ACE with AES/SHA hw crypto module Package: kmod-crypto-kpp -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-crypto-kpp License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1390 -Filename: kmod-crypto-kpp_5.15.137-1_mipsel_24kc.ipk -Size: 2153 -SHA256sum: 15d1998e0b04a306dcfe488b165b3da94f9c439c1b4777a8b43949b92467e436 +Installed-Size: 1391 +Filename: kmod-crypto-kpp_5.15.134-1_mipsel_24kc.ipk +Size: 2160 +SHA256sum: 738b3f09ca50e316e2e6255bc1abb9a8c1fc79d2a0a721fdf83574459aa89f4e Description: Key-agreement Protocol Primitives Package: kmod-crypto-lib-chacha20 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-crypto-lib-chacha20 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3152 -Filename: kmod-crypto-lib-chacha20_5.15.137-1_mipsel_24kc.ipk -Size: 3862 -SHA256sum: 645c6d9c0a58dc362a9c60f66996623d428530ae5090c2ea154f7dfc50563f90 +Installed-Size: 3151 +Filename: kmod-crypto-lib-chacha20_5.15.134-1_mipsel_24kc.ipk +Size: 3866 +SHA256sum: 75c0b2c46e5783d4ff7fa306f4dcd3964f40cca2ddd812c422168a631a04d366 Description: ChaCha library interface Package: kmod-crypto-lib-chacha20poly1305 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-lib-chacha20, kmod-crypto-lib-poly1305 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-lib-chacha20, kmod-crypto-lib-poly1305 Source: package/kernel/linux SourceName: kmod-crypto-lib-chacha20poly1305 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3524 -Filename: kmod-crypto-lib-chacha20poly1305_5.15.137-1_mipsel_24kc.ipk -Size: 4259 -SHA256sum: 0f9beaa681873c176bbd483e09aa0e33229e2de7ed6403a7777accc4e8b5b621 +Installed-Size: 3522 +Filename: kmod-crypto-lib-chacha20poly1305_5.15.134-1_mipsel_24kc.ipk +Size: 4261 +SHA256sum: 0050cc8804a23227bb58fd27c9d13f6b415b5eab967f680464b3db64c58c2059 Description: ChaCha20-Poly1305 AEAD support (8-byte nonce library version) Package: kmod-crypto-lib-curve25519 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-kpp +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-kpp Source: package/kernel/linux SourceName: kmod-crypto-lib-curve25519 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 7902 -Filename: kmod-crypto-lib-curve25519_5.15.137-1_mipsel_24kc.ipk -Size: 8691 -SHA256sum: 508c38047a2e2f3d3604258061dda76d24d6c7fdb3a441fd1d24b811eab22396 +Installed-Size: 7901 +Filename: kmod-crypto-lib-curve25519_5.15.134-1_mipsel_24kc.ipk +Size: 8679 +SHA256sum: 330e2cf6a5d3bb2342c858a3c7ddd82cb92c22fe6f8034741947a5fb647b5f5d Description: Curve25519 scalar multiplication library Package: kmod-crypto-lib-poly1305 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash Source: package/kernel/linux SourceName: kmod-crypto-lib-poly1305 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2498 -Filename: kmod-crypto-lib-poly1305_5.15.137-1_mipsel_24kc.ipk -Size: 3254 -SHA256sum: 7de167bddbb482e0ba67bbfe7809d6173b23728dec8f15a173280dde872ba6cf +Installed-Size: 2495 +Filename: kmod-crypto-lib-poly1305_5.15.134-1_mipsel_24kc.ipk +Size: 3262 +SHA256sum: 9718199ad61e7e12cb0868e821a88c1c4720864a06a6f69af935cc8db44a233b Description: Poly1305 library interface Package: kmod-crypto-manager -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-aead, kmod-crypto-hash +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-aead, kmod-crypto-hash Source: package/kernel/linux SourceName: kmod-crypto-manager License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 236 -Filename: kmod-crypto-manager_5.15.137-1_mipsel_24kc.ipk -Size: 969 -SHA256sum: 651b28da67f2c1982121a1d7bde2db2807a66835d3d14f023808353ded4e85dc +Filename: kmod-crypto-manager_5.15.134-1_mipsel_24kc.ipk +Size: 970 +SHA256sum: d63eb81cfe5073cb87c33e40fa0248ae9f7c187b23eb76a8302be7377a78c1a5 Description: CryptoAPI algorithm manager Package: kmod-crypto-md4 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash Source: package/kernel/linux SourceName: kmod-crypto-md4 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 2553 -Filename: kmod-crypto-md4_5.15.137-1_mipsel_24kc.ipk -Size: 3275 -SHA256sum: 9c943ba23cbd01618027ec8db3b992463c5aeb673d5be2ba2161841fe016b0f7 +Filename: kmod-crypto-md4_5.15.134-1_mipsel_24kc.ipk +Size: 3270 +SHA256sum: 8607537dbf50b1fbb5a238f09b398ab8e97630d0f92f75dc4aa5e5d36307d6df Description: MD4 digest CryptoAPI module Package: kmod-crypto-md5 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash Source: package/kernel/linux SourceName: kmod-crypto-md5 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3597 -Filename: kmod-crypto-md5_5.15.137-1_mipsel_24kc.ipk -Size: 4327 -SHA256sum: dc0301c628d553b5ed81883e39d6a2b1a88c34b9d4c15b94273a61b9f3957656 +Installed-Size: 3596 +Filename: kmod-crypto-md5_5.15.134-1_mipsel_24kc.ipk +Size: 4324 +SHA256sum: 9c398c132e781c31b4b41553f2df2dec0e604370fbb3db6bad54007ec47aaa97 Description: MD5 digest CryptoAPI module Package: kmod-crypto-michael-mic -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash Source: package/kernel/linux SourceName: kmod-crypto-michael-mic License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1447 -Filename: kmod-crypto-michael-mic_5.15.137-1_mipsel_24kc.ipk -Size: 2216 -SHA256sum: 2021eb42bf9f0c583e088dc14c4257eda4b0fdde1dbc40b206a9969d97776b06 +Installed-Size: 1446 +Filename: kmod-crypto-michael-mic_5.15.134-1_mipsel_24kc.ipk +Size: 2214 +SHA256sum: d2b508a4ea91dc8d26be376f4048a4bdf9f1f23e54b36f69caee8fadb50db681 Description: Michael MIC keyed digest CryptoAPI module Package: kmod-crypto-misc -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-xts, kmod-crypto-user +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-xts, kmod-crypto-user Source: package/kernel/linux SourceName: kmod-crypto-misc License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 93047 -Filename: kmod-crypto-misc_5.15.137-1_mipsel_24kc.ipk -Size: 88843 -SHA256sum: 3d1dccd669c999ea3137b2541125bcc61e8353170fd44bb103b1915c91fe28dd +Installed-Size: 93044 +Filename: kmod-crypto-misc_5.15.134-1_mipsel_24kc.ipk +Size: 88856 +SHA256sum: a4fd93aed81d8f7461b451b20f6a0120d12334fe042f9a56fa3bb64d1f971c7c Description: Other CryptoAPI modules Package: kmod-crypto-null -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash Source: package/kernel/linux SourceName: kmod-crypto-null License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 189 -Filename: kmod-crypto-null_5.15.137-1_mipsel_24kc.ipk -Size: 922 -SHA256sum: d2c51ba1f38aafd51509b30fc9284a9a9f91e9189c9e57ffe4726282ef6f8211 +Filename: kmod-crypto-null_5.15.134-1_mipsel_24kc.ipk +Size: 912 +SHA256sum: 5fbaeb952be79a9bbc4af7c99d27ceb113f2606094ecca046516db761e34bf53 Description: Null CryptoAPI module Package: kmod-crypto-pcbc -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-manager +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-manager Source: package/kernel/linux SourceName: kmod-crypto-pcbc License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1565 -Filename: kmod-crypto-pcbc_5.15.137-1_mipsel_24kc.ipk -Size: 2336 -SHA256sum: 252b0a45a9dfe0a1fc4b38a44c337d1849ef10f8219c8982ed9b7bd2d1b8230e +Installed-Size: 1566 +Filename: kmod-crypto-pcbc_5.15.134-1_mipsel_24kc.ipk +Size: 2342 +SHA256sum: 742478957a07b3ec90bcccda02f6373cc6a63bb1c3906cc4850d6625470dbef9 Description: Propagating Cipher Block Chaining CryptoAPI module Package: kmod-crypto-rmd160 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash Source: package/kernel/linux SourceName: kmod-crypto-rmd160 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 5676 -Filename: kmod-crypto-rmd160_5.15.137-1_mipsel_24kc.ipk -Size: 6399 -SHA256sum: a8924905289aa3ba6d5941895f09481af16363cd064b37b79cd09a8285f80cf0 +Installed-Size: 5678 +Filename: kmod-crypto-rmd160_5.15.134-1_mipsel_24kc.ipk +Size: 6407 +SHA256sum: b21c4448ec94ab7e0d4710b10aa71ce126f9f48f63a5b746d4eb4436b8357aa3 Description: RIPEMD160 digest CryptoAPI module Package: kmod-crypto-rng -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash, kmod-crypto-hmac, kmod-crypto-sha512 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash, kmod-crypto-hmac, kmod-crypto-sha512 Source: package/kernel/linux SourceName: kmod-crypto-rng License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 8723 -Filename: kmod-crypto-rng_5.15.137-1_mipsel_24kc.ipk -Size: 9480 -SHA256sum: 58c0bdef9f157299ae56d61283fb27fc494e7eac53980d88fcefc4fac6f97dcb +Installed-Size: 8724 +Filename: kmod-crypto-rng_5.15.134-1_mipsel_24kc.ipk +Size: 9489 +SHA256sum: e39328a612882a270122fc357c9b9362b047131d02fe1a518db0d2c8d992ce0f Description: CryptoAPI random number generation Package: kmod-crypto-seqiv -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-aead, kmod-crypto-rng +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-aead, kmod-crypto-rng Source: package/kernel/linux SourceName: kmod-crypto-seqiv License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1860 -Filename: kmod-crypto-seqiv_5.15.137-1_mipsel_24kc.ipk -Size: 2647 -SHA256sum: db8518ea04396050d820575c2d29c96f43c76de3a0444bdc84008fb805f938d0 +Installed-Size: 1862 +Filename: kmod-crypto-seqiv_5.15.134-1_mipsel_24kc.ipk +Size: 2636 +SHA256sum: 07ee5f34657d3d276f54e222df2ce450c36a864e70e5e3fe92500b209c44ea73 Description: CryptoAPI Sequence Number IV Generator Package: kmod-crypto-sha1 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash Source: package/kernel/linux SourceName: kmod-crypto-sha1 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2059 -Filename: kmod-crypto-sha1_5.15.137-1_mipsel_24kc.ipk -Size: 2781 -SHA256sum: 3c7954ce95f8726e91f893c91b2d4df85e372f06917d3b3b6f13b896e45703ea +Installed-Size: 2056 +Filename: kmod-crypto-sha1_5.15.134-1_mipsel_24kc.ipk +Size: 2786 +SHA256sum: e9f69473c09695ee28063fc95f9135cf438a5249a920e15b133fb44c6213f70a Description: SHA1 digest CryptoAPI module Package: kmod-crypto-sha256 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash Source: package/kernel/linux SourceName: kmod-crypto-sha256 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4520 -Filename: kmod-crypto-sha256_5.15.137-1_mipsel_24kc.ipk -Size: 5272 -SHA256sum: 4521586c1a9e00f203f10d71742a0e3c5b70fa73b6ed8032402a8f2fa514b7ca +Installed-Size: 4522 +Filename: kmod-crypto-sha256_5.15.134-1_mipsel_24kc.ipk +Size: 5266 +SHA256sum: ba48b961270f9985adafc86ba3e8de2cc22954b836f14fd6e5dcf0aef2cd1f99 Description: SHA224 SHA256 digest CryptoAPI module Package: kmod-crypto-sha512 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash Source: package/kernel/linux SourceName: kmod-crypto-sha512 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 7077 -Filename: kmod-crypto-sha512_5.15.137-1_mipsel_24kc.ipk -Size: 7862 -SHA256sum: 3e7698c7017d8dd11c23c83f2873bdd4ce8ef28ee93a85af990e50f51a50a61c +Filename: kmod-crypto-sha512_5.15.134-1_mipsel_24kc.ipk +Size: 7865 +SHA256sum: 481bb759bc0ae1ffcf6a1a9e635cb6d1d881b895b678203af70e7017e560753d Description: SHA512 digest CryptoAPI module Package: kmod-crypto-test -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-manager +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-manager Source: package/kernel/linux SourceName: kmod-crypto-test License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 23226 -Filename: kmod-crypto-test_5.15.137-1_mipsel_24kc.ipk -Size: 23176 -SHA256sum: 8486cb4747e34baf4383530e2aed4264fd6ec9e5356c36bb12660446f0be6600 +Filename: kmod-crypto-test_5.15.134-1_mipsel_24kc.ipk +Size: 23082 +SHA256sum: 3f5f40a57f28e7e4221a536db8d6b04a982a66ee8ac6894c05e159b78506eed4 Description: Test CryptoAPI module Package: kmod-crypto-user -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash, kmod-crypto-manager +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash, kmod-crypto-manager Source: package/kernel/linux SourceName: kmod-crypto-user License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 19308 -Filename: kmod-crypto-user_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 19310 +Filename: kmod-crypto-user_5.15.134-1_mipsel_24kc.ipk Size: 20068 -SHA256sum: 42791cc19e44e68dc890db5515dd5f83abc65ef4bf90a31138bd40a7012bb21b +SHA256sum: 61d0e196f2a4e03b5228dc5510ad1e5f062ccb8aec01d34069251b7380a1f616 Description: CryptoAPI userspace interface Package: kmod-crypto-xcbc -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash, kmod-crypto-manager +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash, kmod-crypto-manager Source: package/kernel/linux SourceName: kmod-crypto-xcbc License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2155 -Filename: kmod-crypto-xcbc_5.15.137-1_mipsel_24kc.ipk -Size: 2919 -SHA256sum: 40b9b9ebde8862d51e73cb168a5c66f777fa54ad8e8917b6b201deaa13ca13f1 +Installed-Size: 2156 +Filename: kmod-crypto-xcbc_5.15.134-1_mipsel_24kc.ipk +Size: 2916 +SHA256sum: c2000140da1dbd115dba9916652b370c5464933ec19350c1ef1df4f81ff0cf39 Description: XCBC CryptoAPI module Package: kmod-crypto-xts -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-gf128, kmod-crypto-manager +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-gf128, kmod-crypto-manager Source: package/kernel/linux SourceName: kmod-crypto-xts License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 3496 -Filename: kmod-crypto-xts_5.15.137-1_mipsel_24kc.ipk -Size: 4230 -SHA256sum: 2409f492b493a3b6d8ee25f4dd92a6ec813489961b285d4aec89a90e08e55ee9 +Filename: kmod-crypto-xts_5.15.134-1_mipsel_24kc.ipk +Size: 4225 +SHA256sum: adcd63c930b45b70ba80d6b94eddaedb1261fb79b5bc0975c2da8f96a9341b43 Description: XTS cipher CryptoAPI module Package: kmod-cryptodev -Version: 5.15.137+1.12-ramips-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-authenc, kmod-crypto-hash +Version: 5.15.134+1.12-ramips-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-authenc, kmod-crypto-hash Source: package/kernel/cryptodev-linux SourceName: kmod-cryptodev License: GPL-2.0 @@ -2869,15 +2869,15 @@ SourceDateEpoch: 1684402529 Maintainer: Ansuel Smith Architecture: mipsel_24kc Installed-Size: 21197 -Filename: kmod-cryptodev_5.15.137+1.12-ramips-1_mipsel_24kc.ipk -Size: 21970 -SHA256sum: 6979561eceacef2f7fa4ae6c1a044d1f382dcb6086aeafe42b5c4ed7c1e91bfb +Filename: kmod-cryptodev_5.15.134+1.12-ramips-1_mipsel_24kc.ipk +Size: 21974 +SHA256sum: 3e46e7d007e267d90542cd4c43e2c7ddb10c3891f755f3f53a53a9e5f9cc8c2b Description: This is a driver for that allows to use the Linux kernel supported hardware ciphers by user-space applications. Package: kmod-dahdi-dummy -Version: 5.15.137+3.1.0-5 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-dahdi +Version: 5.15.134+3.1.0-5 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-dahdi Source: feeds/telephony/libs/dahdi-linux SourceName: kmod-dahdi-dummy License: GPL-2.0 @@ -2887,15 +2887,15 @@ SourceDateEpoch: 1696666302 Maintainer: Vittorio Gambaletta Architecture: mipsel_24kc Installed-Size: 2362 -Filename: kmod-dahdi-dummy_5.15.137+3.1.0-5_mipsel_24kc.ipk -Size: 3201 -SHA256sum: 8e39b8d1915dcbbaf5032448415d6b2ce4cfdb1f4225ba58e585ba3059bb3c61 +Filename: kmod-dahdi-dummy_5.15.134+3.1.0-5_mipsel_24kc.ipk +Size: 3198 +SHA256sum: 54297506dbb34bf47e03b92544cddc99bc369ec4abb17c47dc3082a19cb068c8 Description: This package contains the dummy DAHDI driver providing only DAHDI timing without any real telephony hardware. Package: kmod-dahdi-echocan-oslec -Version: 5.15.137+3.1.0-5 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-dahdi, kmod-echo +Version: 5.15.134+3.1.0-5 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-dahdi, kmod-echo Source: feeds/telephony/libs/dahdi-linux SourceName: kmod-dahdi-echocan-oslec License: GPL-2.0 @@ -2904,15 +2904,15 @@ Section: kernel SourceDateEpoch: 1696666302 Maintainer: Vittorio Gambaletta Architecture: mipsel_24kc -Installed-Size: 1492 -Filename: kmod-dahdi-echocan-oslec_5.15.137+3.1.0-5_mipsel_24kc.ipk -Size: 2343 -SHA256sum: 0f30ad2cd07383b04e1f5755826cc373848e3fe2763bc1c20c3b7f2c0d8c343b +Installed-Size: 1490 +Filename: kmod-dahdi-echocan-oslec_5.15.134+3.1.0-5_mipsel_24kc.ipk +Size: 2344 +SHA256sum: 0d58ecd91eaa220779461fb3f39bb25f06672b8c6378ab3511f56be03d52daeb Description: This package contains DAHDI OSLEC echo canceller support. Package: kmod-dahdi-hfcs -Version: 5.15.137+3.1.0-5 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-dahdi +Version: 5.15.134+3.1.0-5 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-dahdi Source: feeds/telephony/libs/dahdi-linux SourceName: kmod-dahdi-hfcs License: GPL-2.0 @@ -2921,15 +2921,15 @@ Section: kernel SourceDateEpoch: 1696666302 Maintainer: Vittorio Gambaletta Architecture: mipsel_24kc -Installed-Size: 10362 -Filename: kmod-dahdi-hfcs_5.15.137+3.1.0-5_mipsel_24kc.ipk -Size: 11222 -SHA256sum: 3faf07772240ebcb47d04f54f19e20e5e9c3e9e9a3ffb2416694b8feeb379407 +Installed-Size: 10361 +Filename: kmod-dahdi-hfcs_5.15.134+3.1.0-5_mipsel_24kc.ipk +Size: 11217 +SHA256sum: e7630ea192d05dd38ae90703f60ce48e26f009f56adc87ae50880514132a8314 Description: This package contains DAHDI driver for HFC-S based PCI BRI adapters. Package: kmod-dahdi -Version: 5.15.137+3.1.0-5 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-lib-crc-ccitt +Version: 5.15.134+3.1.0-5 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-lib-crc-ccitt Source: feeds/telephony/libs/dahdi-linux SourceName: kmod-dahdi License: GPL-2.0 @@ -2939,1016 +2939,1016 @@ SourceDateEpoch: 1696666302 Maintainer: Vittorio Gambaletta Architecture: mipsel_24kc Installed-Size: 62994 -Filename: kmod-dahdi_5.15.137+3.1.0-5_mipsel_24kc.ipk -Size: 63161 -SHA256sum: eb79d197a748bc79501e73bc087d1096d9dd32e73296c28d098441a608573d13 +Filename: kmod-dahdi_5.15.134+3.1.0-5_mipsel_24kc.ipk +Size: 63162 +SHA256sum: dddaffa85819cb0e6f9264e349ff8362925ede606003c7f967604dfdfa3b2411 Description: This package contains DAHDI basic infrastructure. Package: kmod-dax -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-dax License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 12632 -Filename: kmod-dax_5.15.137-1_mipsel_24kc.ipk -Size: 13363 -SHA256sum: 790e37ba887e40e28bc6fa8a6958eaabdff788d48d49ca5ba9b4fa229a68d460 +Filename: kmod-dax_5.15.134-1_mipsel_24kc.ipk +Size: 13368 +SHA256sum: 5bd7b9549bbd50e158eae213a2a5c363819b2192ffc17c0d936a55598a060838 Description: DAX: direct access to differentiated memory Package: kmod-dm-raid -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-dm, kmod-md-mod, kmod-md-raid0, kmod-md-raid1, kmod-md-raid10, kmod-md-raid456 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-dm, kmod-md-mod, kmod-md-raid0, kmod-md-raid1, kmod-md-raid10, kmod-md-raid456 Source: package/kernel/linux SourceName: kmod-dm-raid License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 22219 -Filename: kmod-dm-raid_5.15.137-1_mipsel_24kc.ipk -Size: 22960 -SHA256sum: e04bf80b6ed0c08f04871ea0aa0919ecb57c6ae57f684eb540bd7e027883255b +Installed-Size: 22218 +Filename: kmod-dm-raid_5.15.134-1_mipsel_24kc.ipk +Size: 22961 +SHA256sum: f2960626bc65c9e206592e180189e54f230c24fc269836ffea97eb6505db4cc1 Description: Kernel module necessary for LVM2 raid support Package: kmod-dm9000 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mii +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mii Source: package/kernel/linux SourceName: kmod-dm9000 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 8874 -Filename: kmod-dm9000_5.15.137-1_mipsel_24kc.ipk -Size: 9637 -SHA256sum: 5ede7a7f1b06928a9daeea069b0eb981abba403aace269004ac1238931b8a774 +Filename: kmod-dm9000_5.15.134-1_mipsel_24kc.ipk +Size: 9639 +SHA256sum: f849909d6bd9ea43ce05dfbd1b0b4632ae08b970897a8e63b63140590e0329f1 Description: Kernel driver for Davicom 9000 Ethernet adapters. Package: kmod-dm -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-manager, kmod-dax, kmod-keys-encrypted +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-manager, kmod-dax, kmod-keys-encrypted Source: package/kernel/linux SourceName: kmod-dm License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 95883 -Filename: kmod-dm_5.15.137-1_mipsel_24kc.ipk -Size: 96457 -SHA256sum: f6573098b354191b886a58cdb32ec02f5a90f1667817b1eb16bcf23e809f7590 +Installed-Size: 95882 +Filename: kmod-dm_5.15.134-1_mipsel_24kc.ipk +Size: 96475 +SHA256sum: 177f3986c02e804587c78c41bdfeebcb5ac9c51434ec6fc1389b64ed7773dc21 Description: Kernel module necessary for LVM2 support Package: kmod-dma-buf -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-dma-buf License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 16411 -Filename: kmod-dma-buf_5.15.137-1_mipsel_24kc.ipk -Size: 17162 -SHA256sum: d9c37bc51803e224ffe5e05a840d306c3ec05aafc141577e9839ef3ace7d5ebc +Installed-Size: 16413 +Filename: kmod-dma-buf_5.15.134-1_mipsel_24kc.ipk +Size: 17165 +SHA256sum: 46239182c7fe2e91d0c465ca10c5ebce5342513356b83abc66efd9d0a9b56296 Description: DMA shared buffer support Package: kmod-dma-ralink -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-dma-ralink License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 6779 -Filename: kmod-dma-ralink_5.15.137-1_mipsel_24kc.ipk -Size: 7540 -SHA256sum: 766ae4cf3e3560f3be6da198b15afad31e049d1f73712cfa337c1048986c34af +Installed-Size: 6777 +Filename: kmod-dma-ralink_5.15.134-1_mipsel_24kc.ipk +Size: 7534 +SHA256sum: 8549fb2478eedaea3c9919afd275ce63c2bb23f7a0a55ee9b006c9791304adc2 Description: Kernel modules for enable ralink dma engine. Package: kmod-dnsresolver -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-dnsresolver License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 4472 -Filename: kmod-dnsresolver_5.15.137-1_mipsel_24kc.ipk -Size: 5167 -SHA256sum: f1cd5c4dc46ab26507b86f4b568e1529cd07d9f87b6bd79f65c66422cad9d0db +Filename: kmod-dnsresolver_5.15.134-1_mipsel_24kc.ipk +Size: 5173 +SHA256sum: 73690652be48657ad1b94f7c2d928b8e0ec3bdc23e87d56d195f3b7f47a923ff Description: In-kernel DNS Resolver Package: kmod-dummy -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-dummy License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 2231 -Filename: kmod-dummy_5.15.137-1_mipsel_24kc.ipk -Size: 2954 -SHA256sum: 0905e26ff5bce4f7564f5c08cf94e25405ea21dc45f3c62f4ea0973d7fb5db02 +Filename: kmod-dummy_5.15.134-1_mipsel_24kc.ipk +Size: 2943 +SHA256sum: 2811286d505eba40eefd03b245cee023f1bc93a2e653c6f957fdbe4543072055 Description: The dummy network device Package: kmod-e1000 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-e1000 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 51655 -Filename: kmod-e1000_5.15.137-1_mipsel_24kc.ipk -Size: 52312 -SHA256sum: 4e0cf2e34a16f182b270cd5e9c07c2065493c8133fc3bc26cdc16320ea663162 +Filename: kmod-e1000_5.15.134-1_mipsel_24kc.ipk +Size: 52330 +SHA256sum: 47f19cb8ae1ce4d8e2a63b0670d774a9cd45df1ae2d1f69945099d8399d85275 Description: Kernel modules for Intel(R) PRO/1000 PCI Ethernet adapters. Package: kmod-e100 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mii, e100-firmware +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mii, e100-firmware Source: package/kernel/linux SourceName: kmod-e100 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 16630 -Filename: kmod-e100_5.15.137-1_mipsel_24kc.ipk -Size: 17424 -SHA256sum: 50cda783c205c05075931d51b5ca98a9d71b4213388ad271d37cb3df74902b21 +Installed-Size: 16628 +Filename: kmod-e100_5.15.134-1_mipsel_24kc.ipk +Size: 17422 +SHA256sum: f530efbbfe531e4e9bd8fbc18e2597976ad57427da7cd6cd9f303aab370caa46 Description: Kernel modules for Intel(R) PRO/100+ Ethernet adapters Package: kmod-ebtables-ipv4 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ebtables +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ebtables Source: package/kernel/linux SourceName: kmod-ebtables-ipv4 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 4170 -Filename: kmod-ebtables-ipv4_5.15.137-1_mipsel_24kc.ipk -Size: 4946 -SHA256sum: a585a6df5280c53ebff93168bd66bb4ca05cbfa610047c2a7f32e87c4fb36c53 +Filename: kmod-ebtables-ipv4_5.15.134-1_mipsel_24kc.ipk +Size: 4952 +SHA256sum: 24ae8722e356e9b824fe043840b1796b716093ce3e331f069483b7af5a3901d8 Description: This option adds the IPv4 support to ebtables, which allows basic IPv4 header field filtering, ARP filtering as well as SNAT, DNAT targets. Package: kmod-ebtables-ipv6 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ebtables +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ebtables Source: package/kernel/linux SourceName: kmod-ebtables-ipv6 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1757 -Filename: kmod-ebtables-ipv6_5.15.137-1_mipsel_24kc.ipk -Size: 2560 -SHA256sum: 7955ccd0d97da9c0ee9232bf21a2d1e3288a419444c041a67717ef5939849b40 +Installed-Size: 1758 +Filename: kmod-ebtables-ipv6_5.15.134-1_mipsel_24kc.ipk +Size: 2558 +SHA256sum: 1650f43abc80e0d69e20f052551c8a7adb5422d6ea831f01a8cc33ac7a606091 Description: This option adds the IPv6 support to ebtables, which allows basic IPv6 header field filtering and target support. Package: kmod-ebtables-watchers -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ebtables +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ebtables Source: package/kernel/linux SourceName: kmod-ebtables-watchers License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3046 -Filename: kmod-ebtables-watchers_5.15.137-1_mipsel_24kc.ipk -Size: 3806 -SHA256sum: 97bbc0d834e5435bafa88d51c34b1cc251b81490c0b8106f72a44b3d561d174f +Installed-Size: 3045 +Filename: kmod-ebtables-watchers_5.15.134-1_mipsel_24kc.ipk +Size: 3808 +SHA256sum: ddf0b8f37d12a05c902d3ccadc7f711a21c35df0e890fde9cb982c0adb881dc3 Description: This option adds the log watchers, that you can use in any rule in any ebtables table. Package: kmod-ebtables -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core Source: package/kernel/linux SourceName: kmod-ebtables License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 19033 -Filename: kmod-ebtables_5.15.137-1_mipsel_24kc.ipk -Size: 19864 -SHA256sum: 68adc041d3c402e1e812eb017f846731bd55432ca7bdbf93f6a7ec268eba1aa0 +Installed-Size: 19032 +Filename: kmod-ebtables_5.15.134-1_mipsel_24kc.ipk +Size: 19865 +SHA256sum: 35e8a8dd312b4a596afe77a94aa5f7e1f6f737c6971c6b18137ced95cb4b2c4f Description: ebtables is a general, extensible frame/packet identification framework. It provides you to do Ethernet filtering/NAT/brouting on the Ethernet bridge. Package: kmod-echo -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-echo License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2686 -Filename: kmod-echo_5.15.137-1_mipsel_24kc.ipk -Size: 3441 -SHA256sum: 6c576edab4ec1d66f7bb5157ff51447210ea44d0156acbc83fccb171ab9d70c8 +Installed-Size: 2687 +Filename: kmod-echo_5.15.134-1_mipsel_24kc.ipk +Size: 3440 +SHA256sum: 4b31598400b770411d4973f6273a239313b95c086530c0266bad95ac5a8fa994 Description: This driver provides line echo cancelling support for mISDN and DAHDI drivers Package: kmod-eeprom-93cx6 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-eeprom-93cx6 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1887 -Filename: kmod-eeprom-93cx6_5.15.137-1_mipsel_24kc.ipk -Size: 2663 -SHA256sum: 576e714de83f8feed2df9196e5e2dfd254fbbeed56662887f3e98315e08ca9a3 +Installed-Size: 1888 +Filename: kmod-eeprom-93cx6_5.15.134-1_mipsel_24kc.ipk +Size: 2656 +SHA256sum: 48906f80ea2a23728c205eff35f4ddee1ea07efa669b6c9012cb76fe82482ff8 Description: Kernel module for EEPROM 93CX6 support Package: kmod-eeprom-at24 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-regmap-i2c +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-regmap-i2c Source: package/kernel/linux SourceName: kmod-eeprom-at24 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4657 -Filename: kmod-eeprom-at24_5.15.137-1_mipsel_24kc.ipk -Size: 5424 -SHA256sum: cd34fe3d8d2f86a7c8ca6d3251dd6d36c709f95b9cac4af8ac8e51e10aae8606 +Installed-Size: 4658 +Filename: kmod-eeprom-at24_5.15.134-1_mipsel_24kc.ipk +Size: 5427 +SHA256sum: cbe95e479201ba418df51b9a0dfacad0f1e628849b9df9e9bce52ec042b7c052 Description: Kernel module for most I2C EEPROMs Package: kmod-eeprom-at25 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-eeprom-at25 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4184 -Filename: kmod-eeprom-at25_5.15.137-1_mipsel_24kc.ipk -Size: 4911 -SHA256sum: 68c602138433419e0358e56f7d7a0964d8c4c109f28ec0375d207f6428a9e0c5 +Installed-Size: 4187 +Filename: kmod-eeprom-at25_5.15.134-1_mipsel_24kc.ipk +Size: 4908 +SHA256sum: e86693a901649394edb070209b96d273f89b2376221f9691a60da84a03dce31c Description: Kernel module for most SPI EEPROMs Package: kmod-et131x -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy Source: package/kernel/linux SourceName: kmod-et131x License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 14318 -Filename: kmod-et131x_5.15.137-1_mipsel_24kc.ipk -Size: 15032 -SHA256sum: 2d6c08605bca42b3f3269b306686c98b0169cf805d793e616f108f48ed979dd4 +Installed-Size: 14320 +Filename: kmod-et131x_5.15.134-1_mipsel_24kc.ipk +Size: 15045 +SHA256sum: dce9a7ad7c2722ab203d08ce5468a4e998e5ac6ffa13f7eb075f04ae183c644f Description: This package contains the et131x kernel module Package: kmod-ethoc -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy Source: package/kernel/linux SourceName: kmod-ethoc License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 8106 -Filename: kmod-ethoc_5.15.137-1_mipsel_24kc.ipk -Size: 8869 -SHA256sum: 17ca724e09d0246b9ea3b4035fea1fcceedefa9ab5ee2760e383e03d8e30ec33 +Installed-Size: 8109 +Filename: kmod-ethoc_5.15.134-1_mipsel_24kc.ipk +Size: 8880 +SHA256sum: 23d1ceeb27f4b9bdf0f6535373468e52ac9807b2ceeec5114d13ddc1cc84079b Description: Kernel module for the Opencores.org ethernet adapter Package: kmod-fakelb -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac802154 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac802154 Source: package/kernel/linux SourceName: kmod-fakelb License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 2727 -Filename: kmod-fakelb_5.15.137-1_mipsel_24kc.ipk -Size: 3489 -SHA256sum: 3ebec489728f0c0f82c4194be89ec3f1f80d16f143e70898899ba6682a2d7e57 +Filename: kmod-fakelb_5.15.134-1_mipsel_24kc.ipk +Size: 3499 +SHA256sum: 42540e1a504fb84cad55b2cdac19547d6c9022597714dde66b458d0b5d3b9a90 Description: Say Y here to enable the fake driver that can emulate a net of several interconnected radio devices. Package: kmod-firewire-net -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-firewire +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-firewire Source: package/kernel/linux SourceName: kmod-firewire-net License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 8134 -Filename: kmod-firewire-net_5.15.137-1_mipsel_24kc.ipk -Size: 8881 -SHA256sum: 513e2b583db933af43e3e37a3df69e5c5e3e1144121aee8728d8180e47da5001 +Installed-Size: 8136 +Filename: kmod-firewire-net_5.15.134-1_mipsel_24kc.ipk +Size: 8888 +SHA256sum: a9d143f21c4b9a3fa54aad9ec514215d955d953b7ec9fce2a68d0ed49630751a Description: Kernel support for IPv4 over FireWire Package: kmod-firewire-ohci -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-firewire +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-firewire Source: package/kernel/linux SourceName: kmod-firewire-ohci License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 18927 -Filename: kmod-firewire-ohci_5.15.137-1_mipsel_24kc.ipk -Size: 19665 -SHA256sum: e201fcc22d946542c5d8259a9c1ae57f8dee9e20a17ac4f3f356ed553600afa3 +Installed-Size: 18929 +Filename: kmod-firewire-ohci_5.15.134-1_mipsel_24kc.ipk +Size: 19663 +SHA256sum: 2c503b2c250fa4eac293fdcf8629b3bd88e94703a19a75f6848ec50c05c94fde Description: Kernel support for FireWire OHCI-1394 controllers Package: kmod-firewire-sbp2 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-firewire, kmod-scsi-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-firewire, kmod-scsi-core Source: package/kernel/linux SourceName: kmod-firewire-sbp2 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 8712 -Filename: kmod-firewire-sbp2_5.15.137-1_mipsel_24kc.ipk -Size: 9485 -SHA256sum: cb7b1a40c5cd2997d099d93583ea34e15e072951e63ac24d6071a030d0cd5a4d +Filename: kmod-firewire-sbp2_5.15.134-1_mipsel_24kc.ipk +Size: 9479 +SHA256sum: 96963e2b177131e9f5975cd35204c1054a74f3f3a7f84373572438ef07d9bb90 Description: Kernel support for SBP-2 devices over FireWire Package: kmod-firewire -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-lib-crc-itu-t +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-lib-crc-itu-t Source: package/kernel/linux SourceName: kmod-firewire License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 30450 -Filename: kmod-firewire_5.15.137-1_mipsel_24kc.ipk -Size: 31019 -SHA256sum: 9b161add240a1b5af276f28841cc2d24b779cadd55a97c316cf208106d320cfd +Installed-Size: 30448 +Filename: kmod-firewire_5.15.134-1_mipsel_24kc.ipk +Size: 31018 +SHA256sum: 0cd08e25653ff50d847265bbace379d508113916c63813fbfcc347cf857a333b Description: Kernel support for FireWire (new stack) Package: kmod-fixed-phy -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy Source: package/kernel/linux SourceName: kmod-fixed-phy License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 187 -Filename: kmod-fixed-phy_5.15.137-1_mipsel_24kc.ipk -Size: 974 -SHA256sum: 48ff9622c57eed1e78ee64b7ba10b707014d3c4ef6717f63e92f71a9f54e1ab0 +Installed-Size: 186 +Filename: kmod-fixed-phy_5.15.134-1_mipsel_24kc.ipk +Size: 969 +SHA256sum: 3fd533b6e3fd118828e3e5fc867c19716f88eb4bb04e7608c34e01bc13fde821 Description: Kernel driver for "fixed" MDIO Bus to cover the boards and devices that use PHYs that are not connected to the real MDIO bus. Package: kmod-forcedeth -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-forcedeth License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 26079 -Filename: kmod-forcedeth_5.15.137-1_mipsel_24kc.ipk -Size: 26735 -SHA256sum: 1b5bcd5390868540e257cdcdce840f0ba58258f90bdad9afddd912653d7fc1ab +Installed-Size: 26080 +Filename: kmod-forcedeth_5.15.134-1_mipsel_24kc.ipk +Size: 26737 +SHA256sum: 55efcf7a4ad820d6acad568c3d7df8ed12ca8bc816224f856a8090b9f1a7aec5 Description: Kernel driver for Nvidia Ethernet support Package: kmod-fou6 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-fou, kmod-ip6-tunnel +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-fou, kmod-ip6-tunnel Source: package/kernel/linux SourceName: kmod-fou6 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1909 -Filename: kmod-fou6_5.15.137-1_mipsel_24kc.ipk -Size: 2734 -SHA256sum: 0a5ea31dc9089f8699d777da12d86925978fdfa79cc5fcd9f71f4d95d359b502 +Installed-Size: 1908 +Filename: kmod-fou6_5.15.134-1_mipsel_24kc.ipk +Size: 2724 +SHA256sum: 06687e32e9c8ced51a4c03f6204029bd09e67bef31b629510a44b97742095905 Description: Kernel module for FOU (Foo over UDP) and GUE (Generic UDP Encapsulation) tunnelling over IPv6. Requires Kernel 3.18 or newer. Package: kmod-fou -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iptunnel, kmod-udptunnel4, kmod-udptunnel6 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iptunnel, kmod-udptunnel4, kmod-udptunnel6 Source: package/kernel/linux SourceName: kmod-fou License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 8106 -Filename: kmod-fou_5.15.137-1_mipsel_24kc.ipk -Size: 8919 -SHA256sum: e801cac3de2136eb9e7f3766a811c152f66176d762d41837caea37d143a6e43d +Installed-Size: 8103 +Filename: kmod-fou_5.15.134-1_mipsel_24kc.ipk +Size: 8915 +SHA256sum: b2fe2ddb239baa685e9a4f01741ae5b0d07a1d0a2421dd33f321a4dd7daf14e6 Description: Kernel module for FOU (Foo over UDP) and GUE (Generic UDP Encapsulation) tunnelling. Requires Kernel 3.18 or newer. Package: kmod-fs-autofs4 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-fs-autofs4 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 13960 -Filename: kmod-fs-autofs4_5.15.137-1_mipsel_24kc.ipk -Size: 14678 -SHA256sum: 765f8f90ec0058f7203e0c0a8681989b0a36144ac7f7340ceab7ab842019afaa +Installed-Size: 13959 +Filename: kmod-fs-autofs4_5.15.134-1_mipsel_24kc.ipk +Size: 14666 +SHA256sum: 8433421db0c76acf2f6be2dab2fc75b4c6cb58f262e587c1ea3c25f32a63a156 Description: Kernel module for AutoFS4 support Package: kmod-fs-btrfs -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-lib-crc32c, kmod-lib-lzo, kmod-lib-zlib-inflate, kmod-lib-zlib-deflate, kmod-lib-raid6, kmod-lib-xor, kmod-lib-zstd +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-lib-crc32c, kmod-lib-lzo, kmod-lib-zlib-inflate, kmod-lib-zlib-deflate, kmod-lib-raid6, kmod-lib-xor, kmod-lib-zstd Source: package/kernel/linux SourceName: kmod-fs-btrfs License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 656072 -Filename: kmod-fs-btrfs_5.15.137-1_mipsel_24kc.ipk -Size: 654919 -SHA256sum: f19117930d5933b4b60eac601f716d63ccabd4166823e47d19c3fca575aaef95 +Installed-Size: 655895 +Filename: kmod-fs-btrfs_5.15.134-1_mipsel_24kc.ipk +Size: 654807 +SHA256sum: dffb11e269778cc889566b2ea24853f3bf59e9707d5eba1d8116411293bc8090 Description: Kernel module for BTRFS support Package: kmod-fs-cifs -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base, kmod-fs-smbfs-common, kmod-crypto-md5, kmod-crypto-sha256, kmod-crypto-sha512, kmod-crypto-cmac, kmod-crypto-hmac, kmod-crypto-aead, kmod-crypto-ccm, kmod-crypto-ecb, kmod-crypto-des, kmod-asn1-decoder, kmod-oid-registry, kmod-dnsresolver +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base, kmod-fs-smbfs-common, kmod-crypto-md5, kmod-crypto-sha256, kmod-crypto-sha512, kmod-crypto-cmac, kmod-crypto-hmac, kmod-crypto-aead, kmod-crypto-ccm, kmod-crypto-ecb, kmod-crypto-des, kmod-asn1-decoder, kmod-oid-registry, kmod-dnsresolver Source: package/kernel/linux SourceName: kmod-fs-cifs License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 248590 -Filename: kmod-fs-cifs_5.15.137-1_mipsel_24kc.ipk -Size: 245827 -SHA256sum: 279f47aff2c89753c9fc229b913924723d932ea059d2e203d9414e5e2fcec3d7 +Filename: kmod-fs-cifs_5.15.134-1_mipsel_24kc.ipk +Size: 245875 +SHA256sum: b1e2578387d374b5c5a2db03c42458604c5c1093af4e2671426ea1b61a5e21c5 Description: Kernel module for CIFS support Package: kmod-fs-configfs -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-fs-configfs License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 15093 -Filename: kmod-fs-configfs_5.15.137-1_mipsel_24kc.ipk -Size: 15814 -SHA256sum: 22950b2060215399af070c5ed10ec94f01521b2b19f341cca27b39d000e39f82 +Installed-Size: 15094 +Filename: kmod-fs-configfs_5.15.134-1_mipsel_24kc.ipk +Size: 15808 +SHA256sum: c856431eb580401b203bb2d4fc8daba871f96cc47929ae7e71cbf51d0a3b460b Description: Kernel module for configfs support Package: kmod-fs-cramfs -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-lib-zlib-inflate +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-lib-zlib-inflate Source: package/kernel/linux SourceName: kmod-fs-cramfs License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 5554 -Filename: kmod-fs-cramfs_5.15.137-1_mipsel_24kc.ipk -Size: 6311 -SHA256sum: d38dd2e159c393e32bf930292fb1c1832a7ad579753fda400be5b5f62d3da465 +Filename: kmod-fs-cramfs_5.15.134-1_mipsel_24kc.ipk +Size: 6305 +SHA256sum: 1d30e3d03181719a8ef63e680a16707f5699097e89a7e924c1212dc61f25ca6b Description: Kernel module for cramfs support Package: kmod-fs-exfat -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base Source: package/kernel/linux SourceName: kmod-fs-exfat License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 42393 -Filename: kmod-fs-exfat_5.15.137-1_mipsel_24kc.ipk -Size: 43056 -SHA256sum: 5cc8de4703aeec60828d238f9dd438aee0a69c80d58b0ad53f7fc43d6bfa2197 +Installed-Size: 42396 +Filename: kmod-fs-exfat_5.15.134-1_mipsel_24kc.ipk +Size: 43060 +SHA256sum: 936c9045d3a2a55c2c795d1f82e8726176da72102391e75239f049dd17eb634b Description: Kernel module for exFAT filesystem support Package: kmod-fs-exportfs -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-fs-exportfs License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 229 -Filename: kmod-fs-exportfs_5.15.137-1_mipsel_24kc.ipk -Size: 967 -SHA256sum: ae55bbcfce0453fe60aabfd8acd2156dcdf5d8644f168bd6872fe87ae1c40006 +Installed-Size: 232 +Filename: kmod-fs-exportfs_5.15.134-1_mipsel_24kc.ipk +Size: 971 +SHA256sum: 7872f6861fa64d2965389b1f852fdc7b2fbf581b446186e93e027c456667ece0 Description: Kernel module for exportfs. Needed for some other modules. Package: kmod-fs-ext4 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-lib-crc16, kmod-crypto-hash, kmod-crypto-crc32c +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-lib-crc16, kmod-crypto-hash, kmod-crypto-crc32c Source: package/kernel/linux SourceName: kmod-fs-ext4 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 314295 -Filename: kmod-fs-ext4_5.15.137-1_mipsel_24kc.ipk -Size: 314187 -SHA256sum: 11235108038cb512051d71ce3d6eac8a239d52b0ed117f9b9326dfe4ebadb20a +Installed-Size: 314293 +Filename: kmod-fs-ext4_5.15.134-1_mipsel_24kc.ipk +Size: 314261 +SHA256sum: 02f5fce81e1b3c0b728561c56530d61eee0ab49fbbacf1137e69d719cd5caccf Description: Kernel module for EXT4 filesystem support Package: kmod-fs-f2fs -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash, kmod-crypto-crc32, kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash, kmod-crypto-crc32, kmod-nls-base Source: package/kernel/linux SourceName: kmod-fs-f2fs License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 212453 -Filename: kmod-fs-f2fs_5.15.137-1_mipsel_24kc.ipk -Size: 212631 -SHA256sum: b981509602bf25e50a01ebb24ff20f78c92ef3f02f1d95fba5cf4da1508f3d1c +Installed-Size: 212450 +Filename: kmod-fs-f2fs_5.15.134-1_mipsel_24kc.ipk +Size: 212629 +SHA256sum: c50d12ab17310df90799d6869afb3b4067d0855d172dbdf685ae212f685af055 Description: Kernel module for F2FS filesystem support Package: kmod-fs-fscache -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-fs-netfs +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-fs-netfs Source: package/kernel/linux SourceName: kmod-fs-fscache License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 49964 -Filename: kmod-fs-fscache_5.15.137-1_mipsel_24kc.ipk -Size: 50582 -SHA256sum: 33d3de00e583986a0aacc528477dccad715744bc18a055419c0ad07d31ca3e5a +Filename: kmod-fs-fscache_5.15.134-1_mipsel_24kc.ipk +Size: 50606 +SHA256sum: 02748832eb7ec3e245c548caedb918915b06da9c31b6dbad136a3aa091d560b2 Description: General filesystem local cache manager Package: kmod-fs-hfs -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-cdrom, kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-cdrom, kmod-nls-base Source: package/kernel/linux SourceName: kmod-fs-hfs License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 30841 -Filename: kmod-fs-hfs_5.15.137-1_mipsel_24kc.ipk -Size: 31572 -SHA256sum: 520d9bc03d94cf806ed2c8a2bcba33f690339eb510d7df9e335a2ea2da932c46 +Installed-Size: 30843 +Filename: kmod-fs-hfs_5.15.134-1_mipsel_24kc.ipk +Size: 31549 +SHA256sum: 270fd4567736dc309f0fd5c5073c4ddc1407fe2a5cd1e909e6d0d813b9366be7 Description: Kernel module for HFS filesystem support Package: kmod-fs-hfsplus -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-cdrom, kmod-nls-base, kmod-nls-utf8 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-cdrom, kmod-nls-base, kmod-nls-utf8 Source: package/kernel/linux SourceName: kmod-fs-hfsplus License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 59235 -Filename: kmod-fs-hfsplus_5.15.137-1_mipsel_24kc.ipk -Size: 59882 -SHA256sum: b15fdf6ce3cda3b2735a41f82839b2947ad09a324b58be4d731523ac59db31a4 +Installed-Size: 59234 +Filename: kmod-fs-hfsplus_5.15.134-1_mipsel_24kc.ipk +Size: 59883 +SHA256sum: 25db5d2d26aa51e00c1fd1c3421510823301ffd061a6014ec0f795276486a756 Description: Kernel module for HFS+ filesystem support Package: kmod-fs-isofs -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-lib-zlib-inflate, kmod-cdrom, kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-lib-zlib-inflate, kmod-cdrom, kmod-nls-base Source: package/kernel/linux SourceName: kmod-fs-isofs License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 16641 -Filename: kmod-fs-isofs_5.15.137-1_mipsel_24kc.ipk -Size: 17430 -SHA256sum: 51697cc0f10cfeab6122ecdc9726b68ec225eaa9fccee128a96545d5850bd5f6 +Filename: kmod-fs-isofs_5.15.134-1_mipsel_24kc.ipk +Size: 17434 +SHA256sum: 69fb72d162be786c3e1b7e8f3aaff301eef49a26e78e0b278d1afe32a4b64a2f Description: Kernel module for ISO9660 filesystem support Package: kmod-fs-jfs -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base Source: package/kernel/linux SourceName: kmod-fs-jfs License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 100084 -Filename: kmod-fs-jfs_5.15.137-1_mipsel_24kc.ipk -Size: 100701 -SHA256sum: 1c56acad2b563da28f8d1837261f40f2a616f6b9321bcf7462af1bf340dcb3c9 +Installed-Size: 100083 +Filename: kmod-fs-jfs_5.15.134-1_mipsel_24kc.ipk +Size: 100690 +SHA256sum: e9d9e1cf043d5d0fecc84815a87aabf75295f5115fa1c70ae1abc97242f5d382 Description: Kernel module for JFS support Package: kmod-fs-ksmbd -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base, kmod-nls-utf8, kmod-crypto-md4, kmod-crypto-md5, kmod-crypto-hmac, kmod-crypto-ecb, kmod-crypto-des, kmod-crypto-sha256, kmod-crypto-cmac, kmod-crypto-sha512, kmod-crypto-aead, kmod-crypto-ccm, kmod-crypto-gcm, kmod-asn1-decoder, kmod-oid-registry, kmod-fs-smbfs-common +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base, kmod-nls-utf8, kmod-crypto-md4, kmod-crypto-md5, kmod-crypto-hmac, kmod-crypto-ecb, kmod-crypto-des, kmod-crypto-sha256, kmod-crypto-cmac, kmod-crypto-sha512, kmod-crypto-aead, kmod-crypto-ccm, kmod-crypto-gcm, kmod-asn1-decoder, kmod-oid-registry, kmod-fs-smbfs-common Source: package/kernel/linux SourceName: kmod-fs-ksmbd License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 117747 -Filename: kmod-fs-ksmbd_5.15.137-1_mipsel_24kc.ipk -Size: 117924 -SHA256sum: 532a9bf5c9b00cd283635c5aa179d9bfc8d4b8fc0fdea0438b7f20bdd3932cfb +Installed-Size: 117759 +Filename: kmod-fs-ksmbd_5.15.134-1_mipsel_24kc.ipk +Size: 117921 +SHA256sum: b007d0f0ba214fd021730b50f89723e41a7306f8218c776c01289ba1498743f1 Description: Kernel module for SMB kernel server support Package: kmod-fs-minix -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-fs-minix License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 15795 -Filename: kmod-fs-minix_5.15.137-1_mipsel_24kc.ipk -Size: 16448 -SHA256sum: 5a58149b4a24f3f37509fadd01a80fdc7d30371a8106e02b54b54a66beed35ab +Filename: kmod-fs-minix_5.15.134-1_mipsel_24kc.ipk +Size: 16452 +SHA256sum: 547808b864dd536b86ea46c29c8b9505b390f2bf95590b0607e0a424563dae35 Description: Kernel module for Minix filesystem support Package: kmod-fs-msdos -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-fs-vfat, kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-fs-vfat, kmod-nls-base Source: package/kernel/linux SourceName: kmod-fs-msdos License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 5392 -Filename: kmod-fs-msdos_5.15.137-1_mipsel_24kc.ipk -Size: 6143 -SHA256sum: 2602d49b8f33b29b63eeeefa10d9e51e6301d548edfaee8eb626a4ab31db9556 +Installed-Size: 5395 +Filename: kmod-fs-msdos_5.15.134-1_mipsel_24kc.ipk +Size: 6135 +SHA256sum: 58fea78a04648c87cbd5606882f24f613f5dbb4740f98df628eab59114050f1d Description: Kernel module for MSDOS filesystem support Package: kmod-fs-netfs -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-fs-netfs License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 7979 -Filename: kmod-fs-netfs_5.15.137-1_mipsel_24kc.ipk -Size: 8714 -SHA256sum: a02a293cb872b5d86425d3e2a82c9a506d7003184c72583e9caffa5a175e3674 +Installed-Size: 7980 +Filename: kmod-fs-netfs_5.15.134-1_mipsel_24kc.ipk +Size: 8712 +SHA256sum: 1021c1dd257d67aa226bebf8972a809333aa331aa64811e5890f3c9cd8776e4e Description: Network Filesystems support Package: kmod-fs-nfs-common-rpcsec -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-fs-nfs-common, kmod-crypto-des, kmod-crypto-cbc, kmod-crypto-cts, kmod-crypto-md5, kmod-crypto-sha1, kmod-crypto-hmac, kmod-crypto-ecb, kmod-crypto-arc4 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-fs-nfs-common, kmod-crypto-des, kmod-crypto-cbc, kmod-crypto-cts, kmod-crypto-md5, kmod-crypto-sha1, kmod-crypto-hmac, kmod-crypto-ecb, kmod-crypto-arc4 Source: package/kernel/linux SourceName: kmod-fs-nfs-common-rpcsec License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 38555 -Filename: kmod-fs-nfs-common-rpcsec_5.15.137-1_mipsel_24kc.ipk -Size: 39429 -SHA256sum: 2e32c37fda6e287501b05276c85cf61ecdc08cc5cb662693e766309b38f1a03f +Installed-Size: 38554 +Filename: kmod-fs-nfs-common-rpcsec_5.15.134-1_mipsel_24kc.ipk +Size: 39404 +SHA256sum: d787c306bfd24363e6678db839fda227313c6bd86942441525e6724a5a95c9f0 Description: Kernel modules for NFS Secure RPC Package: kmod-fs-nfs-common -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-oid-registry +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-oid-registry Source: package/kernel/linux SourceName: kmod-fs-nfs-common License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 147021 -Filename: kmod-fs-nfs-common_5.15.137-1_mipsel_24kc.ipk -Size: 147338 -SHA256sum: 0ec268688a120a0d9b02a2eb0166dbb4d912fdf1aba29ce40c32fc25d9d68253 +Filename: kmod-fs-nfs-common_5.15.134-1_mipsel_24kc.ipk +Size: 147355 +SHA256sum: 4f501e096794bda7971c026c66425b1c2e105d2e8cf92a9b576069a1474021fd Description: Common NFS filesystem modules Package: kmod-fs-nfs-v3 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-fs-nfs +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-fs-nfs Source: package/kernel/linux SourceName: kmod-fs-nfs-v3 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 12417 -Filename: kmod-fs-nfs-v3_5.15.137-1_mipsel_24kc.ipk -Size: 13173 -SHA256sum: 835d1b9616c5acd839b031a114d659266ea1d3b868ab4e28eb78af4b0e8ae1b8 +Filename: kmod-fs-nfs-v3_5.15.134-1_mipsel_24kc.ipk +Size: 13163 +SHA256sum: d06cca3e6fb9b813e8113ffd61addfb475756e220e9e16bd4484e124b8c8fc3f Description: Kernel module for NFS v3 client support Package: kmod-fs-nfs-v4 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-fs-nfs +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-fs-nfs Source: package/kernel/linux SourceName: kmod-fs-nfs-v4 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 148139 -Filename: kmod-fs-nfs-v4_5.15.137-1_mipsel_24kc.ipk -Size: 148055 -SHA256sum: abcbf5dcd330b8bdd6568bf03066d8eeb7c48f4f377f044a3a696826bf075f7f +Installed-Size: 147915 +Filename: kmod-fs-nfs-v4_5.15.134-1_mipsel_24kc.ipk +Size: 147878 +SHA256sum: 07aaec246eaf73037b797c6cd88c8d500ab9e94008204ccac43ceb02488a7f82 Description: Kernel module for NFS v4 client support Package: kmod-fs-nfs -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-fs-nfs-common, kmod-dnsresolver +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-fs-nfs-common, kmod-dnsresolver Source: package/kernel/linux SourceName: kmod-fs-nfs License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 84078 -Filename: kmod-fs-nfs_5.15.137-1_mipsel_24kc.ipk -Size: 84541 -SHA256sum: 574054b86b3aa9f8ff3a6be0860cfc4e2a9eb105b3e23d7b2af1ff384ed2e4ca +Installed-Size: 84081 +Filename: kmod-fs-nfs_5.15.134-1_mipsel_24kc.ipk +Size: 84545 +SHA256sum: 4d0b2902703e32fa9a5109b83b2100edb7298c434995a3a8e105df362f2eecd9 Description: Kernel module for NFS client support Package: kmod-fs-nfsd -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-fs-nfs-common, kmod-fs-exportfs, kmod-fs-nfs-common-rpcsec +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-fs-nfs-common, kmod-fs-exportfs, kmod-fs-nfs-common-rpcsec Source: package/kernel/linux SourceName: kmod-fs-nfsd License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 146095 -Filename: kmod-fs-nfsd_5.15.137-1_mipsel_24kc.ipk -Size: 146355 -SHA256sum: eb57c8a5bc8f0776c3a5ce52131c3c77e036c9dd62e15110afc1fd1cb1bd7d2d +Filename: kmod-fs-nfsd_5.15.134-1_mipsel_24kc.ipk +Size: 146318 +SHA256sum: 970b8aeed7436b37e0d21d8effdd977d34adbe6c32ef4d7b361f6ad293146661 Description: Kernel module for NFS kernel server support Package: kmod-fs-ntfs3 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base Source: package/kernel/linux SourceName: kmod-fs-ntfs3 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 125371 -Filename: kmod-fs-ntfs3_5.15.137-1_mipsel_24kc.ipk -Size: 126068 -SHA256sum: febeb5aa7905da57cdfe50d9ce2ed40f39c187bf5c292406f4c24d0eec6d1728 +Installed-Size: 125279 +Filename: kmod-fs-ntfs3_5.15.134-1_mipsel_24kc.ipk +Size: 125976 +SHA256sum: 05600366459eec602ce3e1d6eac0a987cb900cbfb1197bf61a654707bd8acfe4 Description: Kernel module for fully functional NTFS filesystem support. It allows reading as well as writing. It supports NTFS versions up to 3.1. Package: kmod-fs-ntfs -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base Source: package/kernel/linux SourceName: kmod-fs-ntfs License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 57639 -Filename: kmod-fs-ntfs_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 57640 +Filename: kmod-fs-ntfs_5.15.134-1_mipsel_24kc.ipk Size: 58308 -SHA256sum: 0bea70e9dd5f9a949398d4314f2d34fc5a38caa1e2554b5b8b606c57bbcf85b0 +SHA256sum: b14224c15c78dc279965b2fe08b501412381fb3a727aac8b61c7f2fbbb5a9946 Description: Kernel module for limited NTFS filesystem support. Support for writing is extremely limited and disabled as a result. Package: kmod-fs-reiserfs -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-fs-reiserfs License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 129194 -Filename: kmod-fs-reiserfs_5.15.137-1_mipsel_24kc.ipk -Size: 129470 -SHA256sum: 1ba44ae4086a613c4b81fc291fb0bb49cd017b626328e54abc3312debbeafafd +Installed-Size: 129197 +Filename: kmod-fs-reiserfs_5.15.134-1_mipsel_24kc.ipk +Size: 129516 +SHA256sum: a03112cfc74128ec6663831ce931ac74ed5f020b7099bd39a3c9dab88ea884a0 Description: Kernel module for ReiserFS support Package: kmod-fs-smbfs-common -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-fs-smbfs-common License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2852 -Filename: kmod-fs-smbfs-common_5.15.137-1_mipsel_24kc.ipk -Size: 3616 -SHA256sum: baf175916d8bdd4381c67adebe53d1db196f60fce7077a3e7d745e5b895675f5 +Installed-Size: 2854 +Filename: kmod-fs-smbfs-common_5.15.134-1_mipsel_24kc.ipk +Size: 3613 +SHA256sum: 21b74ff4eb26c156ac5d0f527d71f6c4c40361ff1fd6bc0df890b8ec1fd20d15 Description: Kernel module dependency for CIFS or SMB_SERVER support Package: kmod-fs-squashfs -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-fs-squashfs License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 227 -Filename: kmod-fs-squashfs_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 231 +Filename: kmod-fs-squashfs_5.15.134-1_mipsel_24kc.ipk Size: 963 -SHA256sum: d23f09ce58af5613bcf28e842a8acd2baa9caa4b933e63dfa5c9bb982ec5c5c8 +SHA256sum: f353fedc9190da62fe383c6059b7ea80743bee7c448d72e941985f543a586320 Description: Kernel module for SquashFS 4.0 support Package: kmod-fs-udf -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-lib-crc-itu-t, kmod-cdrom, kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-lib-crc-itu-t, kmod-cdrom, kmod-nls-base Source: package/kernel/linux SourceName: kmod-fs-udf License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 54670 -Filename: kmod-fs-udf_5.15.137-1_mipsel_24kc.ipk -Size: 55273 -SHA256sum: f83d88d1dc42cae8993770491efaabfbaa06e9c89d6087b264a5b02595c12286 +Installed-Size: 54671 +Filename: kmod-fs-udf_5.15.134-1_mipsel_24kc.ipk +Size: 55271 +SHA256sum: b9d8beca6516448f452d51971f8db0d7e7032a01779de2fed428d164e55951f0 Description: Kernel module for UDF filesystem support Package: kmod-fs-vfat -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base, kmod-nls-cp437, kmod-nls-iso8859-1, kmod-nls-utf8 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base, kmod-nls-cp437, kmod-nls-iso8859-1, kmod-nls-utf8 Source: package/kernel/linux SourceName: kmod-fs-vfat License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 46070 -Filename: kmod-fs-vfat_5.15.137-1_mipsel_24kc.ipk -Size: 46799 -SHA256sum: b096e87f0939f3d896fba6c3dc86e75cfbcdb6987bbcada6e306c64c6c6ff3a4 +Installed-Size: 46071 +Filename: kmod-fs-vfat_5.15.134-1_mipsel_24kc.ipk +Size: 46796 +SHA256sum: 444109c233b679c5b57cc94a5b6d24ed41e0dd69f64f0cb7bd3fbd1e1bec4bef Description: Kernel module for VFAT filesystem support Package: kmod-fs-xfs -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-fs-exportfs, kmod-lib-crc32c +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-fs-exportfs, kmod-lib-crc32c Source: package/kernel/linux SourceName: kmod-fs-xfs License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 386906 -Filename: kmod-fs-xfs_5.15.137-1_mipsel_24kc.ipk -Size: 386775 -SHA256sum: 2d83ea6e710d2ffffa1dbc32da32ced172caaf2b4b0d877741fe9d717b9c3f98 +Installed-Size: 386897 +Filename: kmod-fs-xfs_5.15.134-1_mipsel_24kc.ipk +Size: 386800 +SHA256sum: 31fc7738c9714dc5b1248f23e3856239f76451f4adff6b415a8c627aadb9e033 Description: Kernel module for XFS support Package: kmod-fuse -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-fuse License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 60690 -Filename: kmod-fuse_5.15.137-1_mipsel_24kc.ipk -Size: 61258 -SHA256sum: c30bb165c27d3869e0d099b43794fb12f8f857d6f996ecf189a5cf53fb7d7391 +Installed-Size: 60689 +Filename: kmod-fuse_5.15.134-1_mipsel_24kc.ipk +Size: 61245 +SHA256sum: 49421ec039d615aa7271f6a40930a514af22c99e4e4cefc3288d83ce0a148980 Description: Kernel module for userspace filesystem support Package: kmod-geneve -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iptunnel, kmod-udptunnel4, kmod-udptunnel6 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iptunnel, kmod-udptunnel4, kmod-udptunnel6 Source: package/kernel/linux SourceName: kmod-geneve License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 14827 -Filename: kmod-geneve_5.15.137-1_mipsel_24kc.ipk -Size: 15582 -SHA256sum: 30b1da150f043d19806bd05e57a97983074f5a277736f56d602362e98afdcaf5 +Installed-Size: 14828 +Filename: kmod-geneve_5.15.134-1_mipsel_24kc.ipk +Size: 15587 +SHA256sum: 6d222965e739374ecb5284499e70afc436e270a6b9a7b4d7756f807b15a0ab82 Description: Kernel module for supporting Geneve in the Kernel. Requires Kernel 3.18 or newer. Package: kmod-google-firmware -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-google-firmware License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 5310 -Filename: kmod-google-firmware_5.15.137-1_mipsel_24kc.ipk -Size: 6113 -SHA256sum: b6f7a569db44600a9c8e1b7b80755d3b0c0a1d893c52f12671655693a3f930ad +Filename: kmod-google-firmware_5.15.134-1_mipsel_24kc.ipk +Size: 6118 +SHA256sum: e2b55c63c79d57deef7eb1fc55308c0942304e3a96fce3e20e4ec8e6f1892d41 Description: Kernel modules for Google firmware drivers. Useful for examining firmware and boot details on devices using a Google bootloader based on Coreboot. Provides files like /sys/firmware/log and /sys/firmware/vpd. Package: kmod-gpio-beeper -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-input-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-input-core Source: package/kernel/linux SourceName: kmod-gpio-beeper License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1369 -Filename: kmod-gpio-beeper_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 1368 +Filename: kmod-gpio-beeper_5.15.134-1_mipsel_24kc.ipk Size: 2152 -SHA256sum: 09a65e31b53084de022b0f4215d950c47d86e0bb28faad68ce7a6162b28611f2 +SHA256sum: da27f27c10b7de06c8bca75f94ba7483897cc0615410c7438283c25fa06d07ab Description: This enables playing beeps through an GPIO-connected buzzer Package: kmod-gpio-button-hotplug -Version: 5.15.137-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/gpio-button-hotplug SourceName: kmod-gpio-button-hotplug License: GPL-2.0 Section: kernel SourceDateEpoch: 1684422703 Architecture: mipsel_24kc -Installed-Size: 5778 -Filename: kmod-gpio-button-hotplug_5.15.137-3_mipsel_24kc.ipk -Size: 6694 -SHA256sum: b02537beb58f53808a110dd586febc2724ed23b571847bcd25281184e506444c +Installed-Size: 5777 +Filename: kmod-gpio-button-hotplug_5.15.134-3_mipsel_24kc.ipk +Size: 6690 +SHA256sum: 6f87565127c34f19c8a551b99b3c66cb0519340325d242ac9c710a6bda021fa6 Description: This is a replacement for the following in-kernel drivers: 1) gpio_keys (KEYBOARD_GPIO) 2) gpio_keys_polled (KEYBOARD_GPIO_POLLED) @@ -3958,186 +3958,186 @@ Description: This is a replacement for the following in-kernel drivers: an overkill for OpenWrt simple needs. Package: kmod-gpio-cascade -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mux-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mux-core Source: package/kernel/linux SourceName: kmod-gpio-cascade License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1514 -Filename: kmod-gpio-cascade_5.15.137-1_mipsel_24kc.ipk -Size: 2285 -SHA256sum: 9a4ae7ff31b0f0bece583987f901aef620885d90140514db785f2db37abb9959 +Installed-Size: 1515 +Filename: kmod-gpio-cascade_5.15.134-1_mipsel_24kc.ipk +Size: 2283 +SHA256sum: 4f2c2ebc044dded4827a66a6036a5960ed21dd1f3046d5c426690fe26bc69ced Description: Kernel module for Generic GPIO cascade Package: kmod-gpio-nxp-74hc164 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-gpio-nxp-74hc164 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2342 -Filename: kmod-gpio-nxp-74hc164_5.15.137-1_mipsel_24kc.ipk -Size: 3073 -SHA256sum: 08b77ca06759009ecf1ce6927bc379e630e9e8d6bb13765c30dd07ce238e776a +Installed-Size: 2340 +Filename: kmod-gpio-nxp-74hc164_5.15.134-1_mipsel_24kc.ipk +Size: 3072 +SHA256sum: 15f42550bdc58395f6ab52288571408e934017a93033f2e9c21cb8c3040f1bae Description: Kernel module for NXP 74HC164 GPIO expander Package: kmod-gpio-pca953x -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-regmap-i2c +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-regmap-i2c Source: package/kernel/linux SourceName: kmod-gpio-pca953x License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 4620 -Filename: kmod-gpio-pca953x_5.15.137-1_mipsel_24kc.ipk -Size: 5410 -SHA256sum: 0f6d228fa83bb7bb61c5481f11c9539be1c66781c76e45ba6582e783cda5a604 +Filename: kmod-gpio-pca953x_5.15.134-1_mipsel_24kc.ipk +Size: 5408 +SHA256sum: 49d8f7f562f6e89279170027629f57d16be549d98c9a7baca9299f57f4a40d33 Description: Kernel module for MAX731{0,2,3,5}, PCA6107, PCA953{4-9}, PCA955{4-7}, PCA957{4,5} and TCA64{08,16} I2C GPIO expanders Package: kmod-gpio-pcf857x -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core Source: package/kernel/linux SourceName: kmod-gpio-pcf857x License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 3012 -Filename: kmod-gpio-pcf857x_5.15.137-1_mipsel_24kc.ipk -Size: 3783 -SHA256sum: 700edb1c22bfa9585d8f9d14ea5fdbe2af9cdf3035a43db26db23f7f6f391a64 +Filename: kmod-gpio-pcf857x_5.15.134-1_mipsel_24kc.ipk +Size: 3772 +SHA256sum: 1e235576efb380e9e755aa760de8c4224dcc0df1d3af5aa1caac66749c36d0a9 Description: Kernel module for PCF857x, PCA{85,96}7x, and MAX732[89] I2C GPIO expanders Package: kmod-gre6 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iptunnel, kmod-ip6-tunnel, kmod-gre +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iptunnel, kmod-ip6-tunnel, kmod-gre Source: package/kernel/linux SourceName: kmod-gre6 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 15641 -Filename: kmod-gre6_5.15.137-1_mipsel_24kc.ipk -Size: 16376 -SHA256sum: a198d789bd6b7933bd96aa5debd0c19841cc1964f26cfb3c3feda97e1111eca1 +Installed-Size: 15640 +Filename: kmod-gre6_5.15.134-1_mipsel_24kc.ipk +Size: 16372 +SHA256sum: 03528dc1259d6e6e0cb92bef65ccb5aa3d77698e700c8e53ae5c668848d631c9 Description: Generic Routing Encapsulation support over IPv6 Package: kmod-gre -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iptunnel +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iptunnel Source: package/kernel/linux SourceName: kmod-gre License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 12866 -Filename: kmod-gre_5.15.137-1_mipsel_24kc.ipk -Size: 13602 -SHA256sum: 5062c584b2da775043d985af31f86a413c0f8f69dad425d5186d6117f4414082 +Installed-Size: 12864 +Filename: kmod-gre_5.15.134-1_mipsel_24kc.ipk +Size: 13598 +SHA256sum: 61be1310eb22402cca48de054835825c4e40ea4bd8ebb4a8dccef4720427d093 Description: Generic Routing Encapsulation support Package: kmod-hfcmulti -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-misdn +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-misdn Source: package/kernel/linux SourceName: kmod-hfcmulti License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 36518 -Filename: kmod-hfcmulti_5.15.137-1_mipsel_24kc.ipk -Size: 37197 -SHA256sum: 7850a0b4fc0a316c4752bc1f4deb7111c94f208376f1fac15f157f76f9d9d89f +Installed-Size: 36521 +Filename: kmod-hfcmulti_5.15.134-1_mipsel_24kc.ipk +Size: 37201 +SHA256sum: 0618c08584f0f26ca545296979fe8d21df3a578c0e02c32e05810f896d9fa0b4 Description: Kernel modules for Cologne AG's HFC multiport cards (HFC-4S/8S/E1) using the mISDN V2 stack Package: kmod-hfcpci -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-misdn +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-misdn Source: package/kernel/linux SourceName: kmod-hfcpci License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 15385 -Filename: kmod-hfcpci_5.15.137-1_mipsel_24kc.ipk -Size: 16147 -SHA256sum: 6a0c3fcad8698f6b72c5636d73d5950962eed03bc38e33f674c78428d79bae41 +Installed-Size: 15388 +Filename: kmod-hfcpci_5.15.134-1_mipsel_24kc.ipk +Size: 16149 +SHA256sum: ef881ff34d737dc3b8babf6a8687f3e6a17d5708ab0d67b9f5afa4b80882e2a0 Description: Kernel modules for Cologne AG's HFC pci cards (single port) using the mISDN V2 stack Package: kmod-hid-generic -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hid +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hid Source: package/kernel/linux SourceName: kmod-hid-generic License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1155 -Filename: kmod-hid-generic_5.15.137-1_mipsel_24kc.ipk -Size: 1911 -SHA256sum: 97a275b1eac5cc99e0ec0dbc3c51bdf1165d5df67bfd974bcd88eab2319ce69a +Installed-Size: 1154 +Filename: kmod-hid-generic_5.15.134-1_mipsel_24kc.ipk +Size: 1900 +SHA256sum: e29cee419f108a0f5fd79dba88bd46cc48ba9ade4cb37d2a571afe59a71410f3 Description: Generic HID device support Package: kmod-hid -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-input-core, kmod-input-evdev +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-input-core, kmod-input-evdev Source: package/kernel/linux SourceName: kmod-hid License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 52255 -Filename: kmod-hid_5.15.137-1_mipsel_24kc.ipk -Size: 51121 -SHA256sum: 57ad94ad88173f8c826650a31500b980958e3470e0ee36f6bf46062cce9f726c +Installed-Size: 52259 +Filename: kmod-hid_5.15.134-1_mipsel_24kc.ipk +Size: 51074 +SHA256sum: b043c18b25c5e82a368f547539ff010d08516e9e2a0971638e71c0a7cb4bac34 Description: Kernel modules for HID devices Package: kmod-hwmon-ad7418 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core Source: package/kernel/linux SourceName: kmod-hwmon-ad7418 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2724 -Filename: kmod-hwmon-ad7418_5.15.137-1_mipsel_24kc.ipk -Size: 3497 -SHA256sum: 2554e55ae02fddbc3b455b6e87d77ebf34b9327dfd5b9475dcbfc78936c069b2 +Installed-Size: 2725 +Filename: kmod-hwmon-ad7418_5.15.134-1_mipsel_24kc.ipk +Size: 3499 +SHA256sum: 3170f2a1a4f2670abbe5c9c4c56c8421144736fdc27248c75b2a54f8ed1e4e40 Description: Kernel module for Analog Devices AD7416, AD7417 and AD7418 temperature monitor chip Package: kmod-hwmon-adcxx -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core Source: package/kernel/linux SourceName: kmod-hwmon-adcxx License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2451 -Filename: kmod-hwmon-adcxx_5.15.137-1_mipsel_24kc.ipk -Size: 3353 -SHA256sum: 61e2ee1ca83079632dd94b9f104c974d5f8553ecfea01e332f7d7ca264ad0f1f +Installed-Size: 2450 +Filename: kmod-hwmon-adcxx_5.15.134-1_mipsel_24kc.ipk +Size: 3346 +SHA256sum: 219ce49b3dd2859fbedcdd3552fd0db58128bab4f740c959b811c757e9889651 Description: Kernel module for the National Semiconductor ADCS chip family, where * bb is the resolution in number of bits (8, 10, 12) @@ -4148,804 +4148,804 @@ Description: Kernel module for the National Semiconductor Examples : ADC081S101, ADC124S501, ... Package: kmod-hwmon-adt7410 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core Source: package/kernel/linux SourceName: kmod-hwmon-adt7410 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3800 -Filename: kmod-hwmon-adt7410_5.15.137-1_mipsel_24kc.ipk -Size: 4571 -SHA256sum: c0c4d5d66ebb68948e7939c1fae60f903d102dd778e3e0d7a6c632af8e9ca947 +Installed-Size: 3799 +Filename: kmod-hwmon-adt7410_5.15.134-1_mipsel_24kc.ipk +Size: 4565 +SHA256sum: 1cbd4d76099c587512eb7416f1dfb25110966e56f26bf794c053306f6f59b0cc Description: Kernel module for ADT7410/7420 I2C thermal monitor chip Package: kmod-hwmon-adt7475 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core, kmod-hwmon-vid +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core, kmod-hwmon-vid Source: package/kernel/linux SourceName: kmod-hwmon-adt7475 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 10659 -Filename: kmod-hwmon-adt7475_5.15.137-1_mipsel_24kc.ipk -Size: 11393 -SHA256sum: d771b8a64d92050a6d6e4540a7325ac0e58f157f86bda4e07ad903d3ff0b1dfb +Installed-Size: 10660 +Filename: kmod-hwmon-adt7475_5.15.134-1_mipsel_24kc.ipk +Size: 11392 +SHA256sum: 3c36fbab67a112e5b59671bda12b1a625c33bd1ab665024b57fc344d6fdcc071 Description: Kernel module for ADT7473/7475/7476/7490 thermal monitor chip Package: kmod-hwmon-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-hwmon-core License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 6276 -Filename: kmod-hwmon-core_5.15.137-1_mipsel_24kc.ipk -Size: 7045 -SHA256sum: 0c4c865032b2512a9b26dbc40a16f2a3811f7bde9c5cfed8033693bad2c0d496 +Installed-Size: 6274 +Filename: kmod-hwmon-core_5.15.134-1_mipsel_24kc.ipk +Size: 7048 +SHA256sum: 6d7c08b90c5f873323235ef68b6125c84d745545a0e98b706dcf4740e1702850 Description: Kernel modules for hardware monitoring Package: kmod-hwmon-dme1737 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core, kmod-hwmon-vid +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core, kmod-hwmon-vid Source: package/kernel/linux SourceName: kmod-hwmon-dme1737 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 15121 -Filename: kmod-hwmon-dme1737_5.15.137-1_mipsel_24kc.ipk -Size: 15806 -SHA256sum: e6ffe8d89ec06d3156244fefa6ce095a4021b8321315a131a0455e667655f826 +Installed-Size: 15122 +Filename: kmod-hwmon-dme1737_5.15.134-1_mipsel_24kc.ipk +Size: 15807 +SHA256sum: fd5c9b11f96b73a3d3e62d16cf09e90eae497eb7c11833bf53f85120aa117745 Description: SMSC DME1737, SCH3112, SCH3114, SCH3116, SCH5027 monitoring support Package: kmod-hwmon-drivetemp -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-ata-core, kmod-scsi-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-ata-core, kmod-scsi-core Source: package/kernel/linux SourceName: kmod-hwmon-drivetemp License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 3010 -Filename: kmod-hwmon-drivetemp_5.15.137-1_mipsel_24kc.ipk -Size: 3763 -SHA256sum: 49ee1c7bab765367fa62e5491dd9b9154db63b17b140b1dcf886e29ab94c5d72 +Filename: kmod-hwmon-drivetemp_5.15.134-1_mipsel_24kc.ipk +Size: 3762 +SHA256sum: 4bea1cee03516b0ec7d5d2f66d357550da35fe9801fff02084dfbbfa182577ed Description: Kernel module for Hard disk drives with temperature sensor Package: kmod-hwmon-g762 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core Source: package/kernel/linux SourceName: kmod-hwmon-g762 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 3937 -Filename: kmod-hwmon-g762_5.15.137-1_mipsel_24kc.ipk -Size: 4707 -SHA256sum: 5e0262bf0774ffb66d69860d943296e85b8632ce1b3ec9267de41ed8aaf97c8a +Filename: kmod-hwmon-g762_5.15.134-1_mipsel_24kc.ipk +Size: 4713 +SHA256sum: 8af08af6eb0df0f32483d13fb4bb4751d0763ddd3f9c940713b70cf73d4ceaf6 Description: Kernel module for Global Mixed-mode Technology Inc G762 and G763 fan speed PWM controller chips. Package: kmod-hwmon-gpiofan -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core, kmod-thermal +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core, kmod-thermal Source: package/kernel/linux SourceName: kmod-hwmon-gpiofan License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3883 -Filename: kmod-hwmon-gpiofan_5.15.137-1_mipsel_24kc.ipk -Size: 4614 -SHA256sum: a54b6c5e94944140ace7d8b5200072d853268e046865641a712ff84877f9be52 +Installed-Size: 3882 +Filename: kmod-hwmon-gpiofan_5.15.134-1_mipsel_24kc.ipk +Size: 4619 +SHA256sum: 890437dcec3dec77007848a7297bb9b9e4c9ca822e7194255f7bcef13d11c943 Description: Kernel module for GPIO controlled FANs Package: kmod-hwmon-gsc -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core Source: package/kernel/linux SourceName: kmod-hwmon-gsc License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 5426 -Filename: kmod-hwmon-gsc_5.15.137-1_mipsel_24kc.ipk -Size: 6173 -SHA256sum: d1fcd3e6c0424c0ad9ec2f2eb9032721d41b7310dd6a51f4baff15ce4f4f36d3 +Installed-Size: 5427 +Filename: kmod-hwmon-gsc_5.15.134-1_mipsel_24kc.ipk +Size: 6175 +SHA256sum: 3797d670257e71c0b41e7b212cee64ef8ce7a4d4f5002bc0e8cd79a953305b8b Description: Kernel module for Gateworks System Controller with temperature sensor, ADCs, and FAN controller Package: kmod-hwmon-ina209 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core Source: package/kernel/linux SourceName: kmod-hwmon-ina209 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3902 -Filename: kmod-hwmon-ina209_5.15.137-1_mipsel_24kc.ipk -Size: 4648 -SHA256sum: dce9323069af5c43d316f09d4397b93c172112c41cc70dd6ff0e6ebf14a49f25 +Installed-Size: 3901 +Filename: kmod-hwmon-ina209_5.15.134-1_mipsel_24kc.ipk +Size: 4645 +SHA256sum: 9f845a09e05d595273b8fdd2adc0d21930e62d895f8fce6bea332d455c10deb5 Description: Kernel module for ina209 dc power monitor chips Package: kmod-hwmon-ina2xx -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core, kmod-regmap-i2c +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core, kmod-regmap-i2c Source: package/kernel/linux SourceName: kmod-hwmon-ina2xx License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4254 -Filename: kmod-hwmon-ina2xx_5.15.137-1_mipsel_24kc.ipk -Size: 5014 -SHA256sum: cc9ce3f15304b18123e5f9ce6945aad0f33fbbf9793788de1cb4b19d3cabf7c5 +Installed-Size: 4253 +Filename: kmod-hwmon-ina2xx_5.15.134-1_mipsel_24kc.ipk +Size: 5013 +SHA256sum: 31ad25779eb67d8d4ca5fe3412eb1baeece1db134f1f59cd28e3809665f7648e Description: Kernel module for ina2xx dc current monitor chips Package: kmod-hwmon-it87 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core, kmod-hwmon-vid, kmod-thermal +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core, kmod-hwmon-vid, kmod-thermal Source: package/kernel/linux SourceName: kmod-hwmon-it87 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 16078 -Filename: kmod-hwmon-it87_5.15.137-1_mipsel_24kc.ipk -Size: 16733 -SHA256sum: d217e26b8b9f2b99fcf19ecf7fd5629194dc0cfcb2b237f227dab710a8804287 +Filename: kmod-hwmon-it87_5.15.134-1_mipsel_24kc.ipk +Size: 16740 +SHA256sum: ee8a486103bd09b18e150833b871f19749983672849c3b2fccda8dcbd1794197 Description: Kernel module for it87 thermal and voltage monitor chip Package: kmod-hwmon-lm63 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core, kmod-regmap-i2c +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core, kmod-regmap-i2c Source: package/kernel/linux SourceName: kmod-hwmon-lm63 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 6549 -Filename: kmod-hwmon-lm63_5.15.137-1_mipsel_24kc.ipk -Size: 7316 -SHA256sum: a9312eb75be63b69797f97f9620d088f5c63d4b5a9c84c2d261b331105563e97 +Filename: kmod-hwmon-lm63_5.15.134-1_mipsel_24kc.ipk +Size: 7310 +SHA256sum: 26d182f6962b2ab9bd903094dd25eae6cf10fba2d9e726ff303ea38e62b3a4f2 Description: Kernel module for lm63 and lm64 thermal monitor chip Package: kmod-hwmon-lm70 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core Source: package/kernel/linux SourceName: kmod-hwmon-lm70 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1904 -Filename: kmod-hwmon-lm70_5.15.137-1_mipsel_24kc.ipk -Size: 2647 -SHA256sum: 4eb559b68c23a2dce850b9fbbf5c8a1365f04496845e157f4c68e836ca9a3cd9 +Installed-Size: 1903 +Filename: kmod-hwmon-lm70_5.15.134-1_mipsel_24kc.ipk +Size: 2650 +SHA256sum: b9a51080d2c96903eb751eb2cad308aed21a250787ebbcf4eefcd5b439fda606 Description: Kernel module for lm70 and compatible thermal monitor chip Package: kmod-hwmon-lm75 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core, kmod-thermal, kmod-regmap-i2c +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core, kmod-thermal, kmod-regmap-i2c Source: package/kernel/linux SourceName: kmod-hwmon-lm75 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3910 -Filename: kmod-hwmon-lm75_5.15.137-1_mipsel_24kc.ipk -Size: 4680 -SHA256sum: ffada58e3a3bf90cec0c0f72e2fe0f8f91612e781a09fd10b016e25c2e117d3b +Installed-Size: 3913 +Filename: kmod-hwmon-lm75_5.15.134-1_mipsel_24kc.ipk +Size: 4687 +SHA256sum: 6cd6a46c852715ca369700631bdca21fb9ac6186645d85bf5f5b1dd2b8a8a478 Description: Kernel module for lm75 thermal monitor chip Package: kmod-hwmon-lm77 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core Source: package/kernel/linux SourceName: kmod-hwmon-lm77 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2874 -Filename: kmod-hwmon-lm77_5.15.137-1_mipsel_24kc.ipk -Size: 3607 -SHA256sum: 086a8c388d2c55c15e363cd529d50ee5f8006b56240058d5f04b9f0f3ac44bf1 +Installed-Size: 2876 +Filename: kmod-hwmon-lm77_5.15.134-1_mipsel_24kc.ipk +Size: 3611 +SHA256sum: 64e30959ba56987398eaa95621760ec2be389f760953916bc4baf471d98032bf Description: Kernel module for LM77 thermal monitor chip Package: kmod-hwmon-lm85 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core, kmod-hwmon-vid +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core, kmod-hwmon-vid Source: package/kernel/linux SourceName: kmod-hwmon-lm85 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 8762 -Filename: kmod-hwmon-lm85_5.15.137-1_mipsel_24kc.ipk -Size: 9502 -SHA256sum: 4948d48990ba3006a9679c15f12df237a1bc49392e342ccaff1bfcb756f76eb6 +Installed-Size: 8763 +Filename: kmod-hwmon-lm85_5.15.134-1_mipsel_24kc.ipk +Size: 9494 +SHA256sum: 7e3bdc48656398e3828fa52d737197c99107e153609b2d10db5a08463d6de9bf Description: Kernel module for LM85 thermal monitor chip Package: kmod-hwmon-lm90 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core Source: package/kernel/linux SourceName: kmod-hwmon-lm90 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 8420 -Filename: kmod-hwmon-lm90_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 8421 +Filename: kmod-hwmon-lm90_5.15.134-1_mipsel_24kc.ipk Size: 9214 -SHA256sum: 563fdbd6afdda608a3524f7da51c1578f462e4fff5f6e4a4242f1328dc0ba976 +SHA256sum: bbc9099085d788c2ede6777985c904c05916e5ebe569adf8d8f4b974a6841b39 Description: Kernel module for LM90 thermal monitor chip Package: kmod-hwmon-lm92 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core Source: package/kernel/linux SourceName: kmod-hwmon-lm92 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 2730 -Filename: kmod-hwmon-lm92_5.15.137-1_mipsel_24kc.ipk -Size: 3477 -SHA256sum: fed443fca8c2636d03d9a7836ed14e25f3f20dac0d1a9cf3f78889c7d6cb53e3 +Filename: kmod-hwmon-lm92_5.15.134-1_mipsel_24kc.ipk +Size: 3475 +SHA256sum: 1e7934a0b4d6a954af74aaa094a0d75e145ff00f9ced7149682e5a3d95132fbc Description: Kernel module for LM92 thermal monitor chip Package: kmod-hwmon-lm95241 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core Source: package/kernel/linux SourceName: kmod-hwmon-lm95241 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2686 -Filename: kmod-hwmon-lm95241_5.15.137-1_mipsel_24kc.ipk -Size: 3422 -SHA256sum: 87f4e972cd81a2f6121bbb4c3fa77114b4dfb47b63aa2b86a9ab2457a5e02f1f +Installed-Size: 2687 +Filename: kmod-hwmon-lm95241_5.15.134-1_mipsel_24kc.ipk +Size: 3432 +SHA256sum: d04ab11c657a99ced45a8911899b58f092198c168416d90f950da8e3147dc1b3 Description: Kernel module for LM95241 thermal monitor chip Package: kmod-hwmon-ltc4151 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core Source: package/kernel/linux SourceName: kmod-hwmon-ltc4151 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1973 -Filename: kmod-hwmon-ltc4151_5.15.137-1_mipsel_24kc.ipk -Size: 2773 -SHA256sum: 818e0efc2a616586074fc50cd34f9522af9ad2094f2d9f99a8bd1906365006bd +Installed-Size: 1982 +Filename: kmod-hwmon-ltc4151_5.15.134-1_mipsel_24kc.ipk +Size: 2781 +SHA256sum: b509ab8cd14ecfed3422e1c6f3992273bbf3f2785cfa17e8071515e4e0c4f76d Description: Kernel module for Linear Technology LTC4151 current and voltage monitor chip Package: kmod-hwmon-max6642 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core Source: package/kernel/linux SourceName: kmod-hwmon-max6642 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 2285 -Filename: kmod-hwmon-max6642_5.15.137-1_mipsel_24kc.ipk -Size: 3027 -SHA256sum: 06700985aeb814d70013b234d32474b58f4981caa940653f3ce2abd554fe4fc3 +Filename: kmod-hwmon-max6642_5.15.134-1_mipsel_24kc.ipk +Size: 3034 +SHA256sum: 355cef449449de66ba89a9a10b51f01ecc41679b1d9a0ff93e8bd6fcc8fc6d6f Description: Kernel module for Maxim MAX6642 temperature monitor Package: kmod-hwmon-mcp3021 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core Source: package/kernel/linux SourceName: kmod-hwmon-mcp3021 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1720 -Filename: kmod-hwmon-mcp3021_5.15.137-1_mipsel_24kc.ipk -Size: 2523 -SHA256sum: e55a10ab96358b4dd98c4497d9cf5405ae15d5addd6908edb504eac8d905ecd6 +Installed-Size: 1719 +Filename: kmod-hwmon-mcp3021_5.15.134-1_mipsel_24kc.ipk +Size: 2520 +SHA256sum: d8f91c2d5f16c4e617120cb74364327a696e8f838f5fa26726184e968c4dbf05 Description: Kernel module for Linear Technology MCP3021/3221 current and voltage monitor chip Package: kmod-hwmon-nct7802 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-regmap-i2c +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-regmap-i2c Source: package/kernel/linux SourceName: kmod-hwmon-nct7802 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 6799 -Filename: kmod-hwmon-nct7802_5.15.137-1_mipsel_24kc.ipk -Size: 7481 -SHA256sum: 669baa73292f4751355274a20084753658322142075473f3b9f772724ccfd744 +Filename: kmod-hwmon-nct7802_5.15.134-1_mipsel_24kc.ipk +Size: 7488 +SHA256sum: 4cfcf35de22bcdf4dccb6d2472cb7c218ef990d63bcc85e8cb6f6b553a8229f2 Description: Kernel module for NCT7802Y thermal monitor chip Package: kmod-hwmon-pwmfan -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-thermal +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-thermal Source: package/kernel/linux SourceName: kmod-hwmon-pwmfan License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4012 -Filename: kmod-hwmon-pwmfan_5.15.137-1_mipsel_24kc.ipk -Size: 4761 -SHA256sum: a88713b20466b3e06fa29c8aa7a67ef431b0f51d34b5608cf6053b8e37ffe185 +Installed-Size: 4013 +Filename: kmod-hwmon-pwmfan_5.15.134-1_mipsel_24kc.ipk +Size: 4755 +SHA256sum: caab1e1bac8afbb3750ea9743a8b080d20ab44aa4dff553f70799697633d9115 Description: Kernel module for PWM controlled FANs Package: kmod-hwmon-sch5627 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core Source: package/kernel/linux SourceName: kmod-hwmon-sch5627 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 6263 -Filename: kmod-hwmon-sch5627_5.15.137-1_mipsel_24kc.ipk -Size: 7062 -SHA256sum: 07934dce526cb1a17efbbf599ff88ed4d92ea4394739f1d0c017e313f14342eb +Installed-Size: 6266 +Filename: kmod-hwmon-sch5627_5.15.134-1_mipsel_24kc.ipk +Size: 7063 +SHA256sum: 542a8401131965648e7e1099a8b2b71a71a7f6c44a1e3f314c4101510738041e Description: SMSC SCH5627 Super I/O chips include complete hardware monitoring Package: kmod-hwmon-sht21 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core Source: package/kernel/linux SourceName: kmod-hwmon-sht21 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2131 -Filename: kmod-hwmon-sht21_5.15.137-1_mipsel_24kc.ipk -Size: 2926 -SHA256sum: 32aa1f36a4d13cd477a6a5d7022d4a8172c57e4fc79f4bba50d54b3e134fba77 +Installed-Size: 2132 +Filename: kmod-hwmon-sht21_5.15.134-1_mipsel_24kc.ipk +Size: 2921 +SHA256sum: 6762fe0d939698fde593de3ca0055e6420565a5ad7992ee2e32b644461a6fb58 Description: Kernel module for Sensirion SHT21 and SHT25 temperature and humidity sensors chip Package: kmod-hwmon-sht3x -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core, kmod-lib-crc8 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core, kmod-lib-crc8 Source: package/kernel/linux SourceName: kmod-hwmon-sht3x License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 3998 -Filename: kmod-hwmon-sht3x_5.15.137-1_mipsel_24kc.ipk -Size: 4760 -SHA256sum: 75ff3cc53775892825fd786d81b96ce9f50b922abd0f40938dcb29deeacdc7b9 +Filename: kmod-hwmon-sht3x_5.15.134-1_mipsel_24kc.ipk +Size: 4755 +SHA256sum: 640b1ac941b900155401d1df5eb0c9fdcbbdb15a8fce38b9df8f058796c9ebdb Description: Kernel module for Sensirion SHT3x temperature and humidity sensors chip Package: kmod-hwmon-tmp102 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core, kmod-thermal, kmod-regmap-i2c +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core, kmod-thermal, kmod-regmap-i2c Source: package/kernel/linux SourceName: kmod-hwmon-tmp102 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2042 -Filename: kmod-hwmon-tmp102_5.15.137-1_mipsel_24kc.ipk -Size: 2809 -SHA256sum: 0c7787e649acf0960b55a967037fe68996885093d3d0aad3390a9b4f2f3aa6e1 +Installed-Size: 2043 +Filename: kmod-hwmon-tmp102_5.15.134-1_mipsel_24kc.ipk +Size: 2804 +SHA256sum: 0be3d3b265509103f9424be54e2ded2584e108fc66005a2b9d03391197427f67 Description: Kernel module for Texas Instruments TMP102 temperature sensors chip Package: kmod-hwmon-tmp103 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core, kmod-regmap-i2c +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core, kmod-regmap-i2c Source: package/kernel/linux SourceName: kmod-hwmon-tmp103 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 1683 -Filename: kmod-hwmon-tmp103_5.15.137-1_mipsel_24kc.ipk -Size: 2481 -SHA256sum: f84c34e6055dbae4de4bc8b7807123d46dc9b901c30d6a609c6e7fa5c2dfabd7 +Filename: kmod-hwmon-tmp103_5.15.134-1_mipsel_24kc.ipk +Size: 2476 +SHA256sum: 57b69cff47c4f52733a8ed97dea67190ff9ed89cfb7249c702d9bffe7db685ac Description: Kernel module for Texas Instruments TMP103 temperature sensors chip Package: kmod-hwmon-tmp421 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core Source: package/kernel/linux SourceName: kmod-hwmon-tmp421 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2777 -Filename: kmod-hwmon-tmp421_5.15.137-1_mipsel_24kc.ipk -Size: 3538 -SHA256sum: 9dfe9efb8dce37ba71791b2c9779e7e5a5f4e08186a4148e15eaf0b2709c2cc6 +Installed-Size: 2776 +Filename: kmod-hwmon-tmp421_5.15.134-1_mipsel_24kc.ipk +Size: 3535 +SHA256sum: ee2f388175eb10b43e0364241c2dde8a8c8c0dc052a828b21980ddaef729a9f9 Description: Kernel module for the Texas Instruments TMP421 and compatible chips. Package: kmod-hwmon-tps23861 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core, kmod-regmap-i2c +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core, kmod-regmap-i2c Source: package/kernel/linux SourceName: kmod-hwmon-tps23861 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3413 -Filename: kmod-hwmon-tps23861_5.15.137-1_mipsel_24kc.ipk -Size: 4177 -SHA256sum: c207126e9b9a4df4e30ca264e8528feae464cd05c0f3f03b5b21a64a5bd65db3 +Installed-Size: 3414 +Filename: kmod-hwmon-tps23861_5.15.134-1_mipsel_24kc.ipk +Size: 4178 +SHA256sum: ad2c954dc78b896817aec27de29df33378f780121a2342972939250c7b7d6d4a Description: Kernel module for the Texas Instruments TPS23861 802.3at PoE PSE chips. Package: kmod-hwmon-vid -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core Source: package/kernel/linux SourceName: kmod-hwmon-vid License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1675 -Filename: kmod-hwmon-vid_5.15.137-1_mipsel_24kc.ipk -Size: 2457 -SHA256sum: 18df70ad8420f6aa53c9102e41be1e0a62717fab70c7b7367c5e83fa5ac70102 +Installed-Size: 1676 +Filename: kmod-hwmon-vid_5.15.134-1_mipsel_24kc.ipk +Size: 2458 +SHA256sum: bcfc12a23484d407730deff0b3f5d97aed55e98ca799b0526909bf8bff842234 Description: VID/VRM/VRD voltage conversion module for hardware monitoring Package: kmod-hwmon-w83793 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core, kmod-hwmon-vid +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core, kmod-hwmon-vid Source: package/kernel/linux SourceName: kmod-hwmon-w83793 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 14836 -Filename: kmod-hwmon-w83793_5.15.137-1_mipsel_24kc.ipk -Size: 15026 -SHA256sum: 7ed996adce828ee4e61eb2bc133dae8f5360f646c72cafe582a3527b9ea1f3f1 +Filename: kmod-hwmon-w83793_5.15.134-1_mipsel_24kc.ipk +Size: 15019 +SHA256sum: 0c15fd1be1a4e7c01c3106e7cb9d5700816115ed1084c7ca17941fb1e15baf70 Description: Kernel module for the Winbond W83793G and W83793R chips. Package: kmod-i2c-algo-bit -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core Source: package/kernel/linux SourceName: kmod-i2c-algo-bit License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 3803 -Filename: kmod-i2c-algo-bit_5.15.137-1_mipsel_24kc.ipk -Size: 4552 -SHA256sum: 4e15860c397cf0880e2c4b1292b143ce2a4c718b282457d9f2aec069f38ff397 +Filename: kmod-i2c-algo-bit_5.15.134-1_mipsel_24kc.ipk +Size: 4546 +SHA256sum: 4f3da43ef85dbae5dbe506c300095835fe06169b7f4bb0c6b242234ceca6d60a Description: Kernel modules for I2C bit-banging interfaces Package: kmod-i2c-algo-pca -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core Source: package/kernel/linux SourceName: kmod-i2c-algo-pca License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4511 -Filename: kmod-i2c-algo-pca_5.15.137-1_mipsel_24kc.ipk -Size: 5248 -SHA256sum: 7ce84881acc8422f2cba00f320b1228c7fccaba37ec7717f9d082594d2437887 +Installed-Size: 4510 +Filename: kmod-i2c-algo-pca_5.15.134-1_mipsel_24kc.ipk +Size: 5243 +SHA256sum: 564da7c0604ac48bb77a7071c6a134e04a5bd587e26ced0da1ea6b00599b75e3 Description: Kernel modules for I2C PCA 9564 interfaces Package: kmod-i2c-algo-pcf -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core Source: package/kernel/linux SourceName: kmod-i2c-algo-pcf License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 3486 -Filename: kmod-i2c-algo-pcf_5.15.137-1_mipsel_24kc.ipk -Size: 4230 -SHA256sum: 910284a7bd121fe49bbde54494840f6557faa28811617f818ec0734e92948051 +Filename: kmod-i2c-algo-pcf_5.15.134-1_mipsel_24kc.ipk +Size: 4222 +SHA256sum: 07a67d6fd23e8027e39036171e3f75d15d9d7f9cf564c60f99c561149383f076 Description: Kernel modules for I2C PCF 8584 interfaces Package: kmod-i2c-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-i2c-core License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 24291 -Filename: kmod-i2c-core_5.15.137-1_mipsel_24kc.ipk -Size: 24964 -SHA256sum: 3d90f4e88802bdbd74e957f9af6fcbac2aef5f83b401ad57b212a8bd92c7af79 +Installed-Size: 24290 +Filename: kmod-i2c-core_5.15.134-1_mipsel_24kc.ipk +Size: 24952 +SHA256sum: be19f0ffb3034f8005cef4450e1c0340ff4c6e9b8100e6a5fd36e50a78b0c704 Description: Kernel modules for I2C support Package: kmod-i2c-designware-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-regmap-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-regmap-core Source: package/kernel/linux SourceName: kmod-i2c-designware-core License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 7827 -Filename: kmod-i2c-designware-core_5.15.137-1_mipsel_24kc.ipk -Size: 8583 -SHA256sum: 7dbbf121d4f4098012bd8cb0d461dbf69194bb71dbcc1f1fc7d62b23c06ef430 +Installed-Size: 7829 +Filename: kmod-i2c-designware-core_5.15.134-1_mipsel_24kc.ipk +Size: 8581 +SHA256sum: d0ca0c5448f6ab7abbf7619bda7d84c82567bcc9ea5f5da0d734117d7c6e3cd9 Description: Synopsys DesignWare I2C core Package: kmod-i2c-designware-pci -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-designware-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-designware-core Source: package/kernel/linux SourceName: kmod-i2c-designware-pci License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2647 -Filename: kmod-i2c-designware-pci_5.15.137-1_mipsel_24kc.ipk -Size: 3415 -SHA256sum: 159d30142858a825758caa7e762b5fff3e684f29c0339dea6e675c5709e33ee7 +Installed-Size: 2646 +Filename: kmod-i2c-designware-pci_5.15.134-1_mipsel_24kc.ipk +Size: 3414 +SHA256sum: e14cdbe72aac1a28af2555a2aa7f80a4903f08c796676f86520e678bdc141593 Description: Support for Synopsys DesignWare I2C controller. Only master mode is supported. Package: kmod-i2c-gpio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-algo-bit +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-algo-bit Source: package/kernel/linux SourceName: kmod-i2c-gpio License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2580 -Filename: kmod-i2c-gpio_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 2582 +Filename: kmod-i2c-gpio_5.15.134-1_mipsel_24kc.ipk Size: 3362 -SHA256sum: a5afeaed98ce482abc62b2049669641e6e3d09ec7ff90ea80e5aace473bb172d +SHA256sum: b845b41cbf500696c98caa9bf980b90379197e92616b440b5ada0a1b72341660 Description: Kernel modules for a very simple bitbanging I2C driver utilizing the arch-neutral GPIO API to control the SCL and SDA lines. Package: kmod-i2c-mt7628 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core Source: package/kernel/linux SourceName: kmod-i2c-mt7628 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2809 -Filename: kmod-i2c-mt7628_5.15.137-1_mipsel_24kc.ipk -Size: 3547 -SHA256sum: 3885bc175a95445d7a3d9cd1038574b75565e12f7da78149a35b85fd736f6c86 +Installed-Size: 2810 +Filename: kmod-i2c-mt7628_5.15.134-1_mipsel_24kc.ipk +Size: 3544 +SHA256sum: 1d049c5bf2c64f50545ba0b9f2de0317a5737ab1ad599edfca662ea795fb0b1a Description: Kernel modules for enable mt7621 i2c controller. Package: kmod-i2c-mux-gpio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-mux +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-mux Source: package/kernel/linux SourceName: kmod-i2c-mux-gpio License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2525 -Filename: kmod-i2c-mux-gpio_5.15.137-1_mipsel_24kc.ipk -Size: 3277 -SHA256sum: 164cef729780f7418686fbbc7ac6d971b0719a34cf8cd2d4ac9a93e66c51ce3d +Installed-Size: 2524 +Filename: kmod-i2c-mux-gpio_5.15.134-1_mipsel_24kc.ipk +Size: 3271 +SHA256sum: 24d5a229e515b1e7f48c498287aea69ffdf65bfa0d58ba2e5531fbfe97919e08 Description: Kernel modules for GENERIC_GPIO I2C bus mux/switching devices Package: kmod-i2c-mux-pca9541 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-mux +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-mux Source: package/kernel/linux SourceName: kmod-i2c-mux-pca9541 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2283 -Filename: kmod-i2c-mux-pca9541_5.15.137-1_mipsel_24kc.ipk -Size: 3020 -SHA256sum: cb31a9bf5b984932cb07698748ccb58a41d65fbf88bb1cbaedc0348cc0640815 +Installed-Size: 2282 +Filename: kmod-i2c-mux-pca9541_5.15.134-1_mipsel_24kc.ipk +Size: 3023 +SHA256sum: d9ecf6bcd9a797f55cd0866f4dde5668c94040fe3a1f3170f827e204bc874c28 Description: Kernel modules for PCA9541 I2C bus mux/switching devices Package: kmod-i2c-mux-pca954x -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-mux +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-mux Source: package/kernel/linux SourceName: kmod-i2c-mux-pca954x License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3722 -Filename: kmod-i2c-mux-pca954x_5.15.137-1_mipsel_24kc.ipk -Size: 4479 -SHA256sum: b3c56f7acf1f0d6bb508c32869badc85b08810e979c8013ebdcb6ae80019182f +Installed-Size: 3723 +Filename: kmod-i2c-mux-pca954x_5.15.134-1_mipsel_24kc.ipk +Size: 4482 +SHA256sum: 0deee5338f286d13ba3d77db9911ba2fdf4baa4a9943f221b3807d7d1cdd97d8 Description: Kernel modules for PCA954x I2C bus mux/switching devices Package: kmod-i2c-mux -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core Source: package/kernel/linux SourceName: kmod-i2c-mux License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3576 -Filename: kmod-i2c-mux_5.15.137-1_mipsel_24kc.ipk -Size: 4314 -SHA256sum: 8caef697bd03b3b723d1f395482b2837bbcb473bf8ccb847d528035dda59a5ec +Installed-Size: 3565 +Filename: kmod-i2c-mux_5.15.134-1_mipsel_24kc.ipk +Size: 4299 +SHA256sum: daf9663b653808ed3b21c38f8bc095fa7a24cef38a5d3caf01abf724e3ac1f8d Description: Kernel modules for I2C bus multiplexing support Package: kmod-i2c-pxa -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core Source: package/kernel/linux SourceName: kmod-i2c-pxa License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-i2c-pxa_5.15.137-1_mipsel_24kc.ipk -Size: 834 -SHA256sum: 44d88e69ec4e1b193ed4af34600bed3365cdab6ff470cbd1931237c3d6dbdb22 +Filename: kmod-i2c-pxa_5.15.134-1_mipsel_24kc.ipk +Size: 833 +SHA256sum: 8fba69347611d46715851b037d7b7e4889a243c4c53a53a6216f2f3f25552144 Description: Kernel module for Intel PXA2XX I2C adapter Package: kmod-i2c-smbus -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core Source: package/kernel/linux SourceName: kmod-i2c-smbus License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1815 -Filename: kmod-i2c-smbus_5.15.137-1_mipsel_24kc.ipk -Size: 2594 -SHA256sum: 6713473aa46e358b484379e7ff0bd2be5dd87cb607ce52a27f9eb68467b1788a +Installed-Size: 1813 +Filename: kmod-i2c-smbus_5.15.134-1_mipsel_24kc.ipk +Size: 2588 +SHA256sum: 408bec097163499d7256a300de2b93927ed891d9eca75b40fcda6f00e7d99633 Description: Support for the SMBus extensions to the I2C specification. Package: kmod-i2c-tiny-usb -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-usb-core Source: package/kernel/linux SourceName: kmod-i2c-tiny-usb License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2586 -Filename: kmod-i2c-tiny-usb_5.15.137-1_mipsel_24kc.ipk -Size: 3376 -SHA256sum: 728948f796147e2aef039f4a2d82cf3fd263023047d6cd53b3eb39edc655dd6f +Installed-Size: 2585 +Filename: kmod-i2c-tiny-usb_5.15.134-1_mipsel_24kc.ipk +Size: 3374 +SHA256sum: 204440148938a86ed0666e43d98039a3083d2be749e3c23edd2f9d25f5ad5d9a Description: Kernel module for the I2C Tiny USB adaptor developed by Till Harbaum (http://www.harbaum.org/till/i2c_tiny_usb) Package: kmod-i40e -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mdio, kmod-ptp, kmod-hwmon-core, kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mdio, kmod-ptp, kmod-hwmon-core, kmod-libphy Source: package/kernel/linux SourceName: kmod-i40e License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 187254 -Filename: kmod-i40e_5.15.137-1_mipsel_24kc.ipk -Size: 186866 -SHA256sum: ec3f27beb12890a2c07c9df1123e650d02c71a30d5b75a2666bf2352c70790d8 +Installed-Size: 187253 +Filename: kmod-i40e_5.15.134-1_mipsel_24kc.ipk +Size: 186860 +SHA256sum: 969d2ec41b1eb98da278a8865c7779aa159e1c4fa60f48d7a2d123305ea809e0 Description: Kernel modules for Intel(R) Ethernet Controller XL710 Family 40 Gigabit Ethernet adapters. Package: kmod-i6300esb-wdt -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-i6300esb-wdt License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2239 -Filename: kmod-i6300esb-wdt_5.15.137-1_mipsel_24kc.ipk -Size: 3010 -SHA256sum: 89c4ec911e2dbf5e648f04132b9d674996451a05aaefaad105bf63b4d4dcadc7 +Installed-Size: 2240 +Filename: kmod-i6300esb-wdt_5.15.134-1_mipsel_24kc.ipk +Size: 3011 +SHA256sum: 464eaf36a0b46bf2b488fde73a9d0f59b232bf13d0d5eb41e9ee93f07972ae24 Description: Kernel module for the watchdog timer built into the Intel 6300ESB controller hub. Also used by QEMU/libvirt. Package: kmod-iavf -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-iavf License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-iavf_5.15.137-1_mipsel_24kc.ipk -Size: 882 -SHA256sum: d54f912b925d858c0a2a89e617ed2f007c1e9aaa647ab3ddd32077e478e35b2f +Filename: kmod-iavf_5.15.134-1_mipsel_24kc.ipk +Size: 879 +SHA256sum: f1b578af2286b864a31c2d4dde3544b1cf0409f72c1b06cc8f0e98a1ccbb8c3c Description: Kernel modules for Intel XL710, X710, X722, XXV710, and all devices advertising support for Intel Ethernet Adaptive Virtual Function devices. Package: kmod-ieee802154-6lowpan -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-6lowpan, kmod-ieee802154 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-6lowpan, kmod-ieee802154 Source: package/kernel/linux SourceName: kmod-ieee802154-6lowpan License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 8152 -Filename: kmod-ieee802154-6lowpan_5.15.137-1_mipsel_24kc.ipk -Size: 8914 -SHA256sum: c632d9cadefe504cecc3fa7e6ce0ba5acd202489cb44025d36098325f4cdc180 +Filename: kmod-ieee802154-6lowpan_5.15.134-1_mipsel_24kc.ipk +Size: 8918 +SHA256sum: a6189345b43a94aac72aad355fa90b040b1daa075278c60b540ac2b914f7edcf Description: IPv6 compression over IEEE 802.15.4 Package: kmod-ieee802154 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-ieee802154 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 25598 -Filename: kmod-ieee802154_5.15.137-1_mipsel_24kc.ipk -Size: 26477 -SHA256sum: 4a9e6deee6c1a3abeab5bcc2b495fbdef3905df76226ce3cb8044493f958e4d4 +Installed-Size: 25600 +Filename: kmod-ieee802154_5.15.134-1_mipsel_24kc.ipk +Size: 26465 +SHA256sum: 9343c1c14e75567242f38806f6f0cbb54c0b2908fdd4e063867e0f15827ae5a0 Description: IEEE Std 802.15.4 defines a low data rate, low power and low complexity short range wireless personal area networks. It was designed to organise networks of sensors, switches, etc automation @@ -4953,693 +4953,693 @@ Description: IEEE Std 802.15.4 defines a low data rate, low power and low operating space around 10m. Package: kmod-ifb -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-ifb License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3282 -Filename: kmod-ifb_5.15.137-1_mipsel_24kc.ipk -Size: 4002 -SHA256sum: 25420714fc6cdbb9aff4c30efe0404a2c9ff6d2f35dbe6b7903586dfd9cf3d71 +Installed-Size: 3284 +Filename: kmod-ifb_5.15.134-1_mipsel_24kc.ipk +Size: 4005 +SHA256sum: 437e2a7ec645fb3b93b07fe95293b848fd6a93350af314210b9c9d4f8c76a53d Description: The Intermediate Functional Block Package: kmod-igb -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-i2c-algo-bit, kmod-ptp, kmod-hwmon-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-i2c-algo-bit, kmod-ptp, kmod-hwmon-core Source: package/kernel/linux SourceName: kmod-igb License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 85499 -Filename: kmod-igb_5.15.137-1_mipsel_24kc.ipk -Size: 86199 -SHA256sum: 0d456f2300d76297875892e78753018bddbb4397354902171abbd095aff46d82 +Installed-Size: 85500 +Filename: kmod-igb_5.15.134-1_mipsel_24kc.ipk +Size: 86208 +SHA256sum: ebe05227340e40ce8b3c28a5b305ef7eabbc1cbab794c23554d407179391fba7 Description: Kernel modules for Intel(R) 82575/82576 PCI-Express Gigabit Ethernet adapters. Package: kmod-igc -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ptp +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ptp Source: package/kernel/linux SourceName: kmod-igc License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 55617 -Filename: kmod-igc_5.15.137-1_mipsel_24kc.ipk -Size: 56298 -SHA256sum: c2172d7670bc3e4faff0cc74d5120ff8db4c46f58505f82df736ea18731d0e2a +Installed-Size: 55619 +Filename: kmod-igc_5.15.134-1_mipsel_24kc.ipk +Size: 56314 +SHA256sum: e275bb8a18773d018a38867ebba73210dde7e5d0ecfe6314864328373cf0549e Description: Kernel modules for Intel(R) Ethernet Controller I225 Series Package: kmod-iio-ad799x -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-industrialio-triggered-buffer, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-industrialio-triggered-buffer, kmod-iio-core Source: package/kernel/linux SourceName: kmod-iio-ad799x License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4167 -Filename: kmod-iio-ad799x_5.15.137-1_mipsel_24kc.ipk -Size: 4983 -SHA256sum: 53a3b390fc23a97ca445107f62bb9bf447ee2cafa80117fde21333499ab94630 +Installed-Size: 4168 +Filename: kmod-iio-ad799x_5.15.134-1_mipsel_24kc.ipk +Size: 4982 +SHA256sum: 0bc81d1635640cfb43ee26fbc3ef02f53c7fbc0b6d841c578b4184a6aeb1bd45 Description: support for Analog Devices: ad7991, ad7995, ad7999, ad7992, ad7993, ad7994, ad7997, ad7998 i2c analog to digital converters (ADC). Package: kmod-iio-ads1015 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-regmap-i2c, kmod-industrialio-triggered-buffer, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-regmap-i2c, kmod-industrialio-triggered-buffer, kmod-iio-core Source: package/kernel/linux SourceName: kmod-iio-ads1015 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 5441 -Filename: kmod-iio-ads1015_5.15.137-1_mipsel_24kc.ipk -Size: 6249 -SHA256sum: d9f8678a903bc573f846fa5a98eacb4a5371dc077ef14958085fb98530396169 +Installed-Size: 5442 +Filename: kmod-iio-ads1015_5.15.134-1_mipsel_24kc.ipk +Size: 6248 +SHA256sum: 88476bdb5350172d90a0f30d9aa91e1001d3be515340903e2ee5da29c1a30241 Description: This driver adds support for Texas Instruments ADS1015 and ADS1115 ADCs. Package: kmod-iio-am2315 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-industrialio-triggered-buffer, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-industrialio-triggered-buffer, kmod-iio-core Source: package/kernel/linux SourceName: kmod-iio-am2315 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 2378 -Filename: kmod-iio-am2315_5.15.137-1_mipsel_24kc.ipk -Size: 3153 -SHA256sum: 66f98cdba268903770183960751b46d83ce1b9a754e9cab730fefa79fbf4e975 +Filename: kmod-iio-am2315_5.15.134-1_mipsel_24kc.ipk +Size: 3144 +SHA256sum: 7bb6e30a5c719166606638a3636a9228ed64007c4aed07a737ee0c6bb72b5d94 Description: Aosong AM2315 humidity/temperature sensor (I2C bus) Package: kmod-iio-bh1750 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-iio-core Source: package/kernel/linux SourceName: kmod-iio-bh1750 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2351 -Filename: kmod-iio-bh1750_5.15.137-1_mipsel_24kc.ipk -Size: 3099 -SHA256sum: 94111185feafdb62605ed57b9b93b7a6ced40fc964223a8952a6c5f355f19d1b +Installed-Size: 2353 +Filename: kmod-iio-bh1750_5.15.134-1_mipsel_24kc.ipk +Size: 3102 +SHA256sum: 84716292ddc30ac0d7ce39b9c1c451e112e76221b09889e0028a726059a92183 Description: ROHM BH1750 ambient light sensor (i2c bus) Package: kmod-iio-bme680-i2c -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iio-bme680, kmod-regmap-i2c, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iio-bme680, kmod-regmap-i2c, kmod-iio-core Source: package/kernel/linux SourceName: kmod-iio-bme680-i2c License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 1129 -Filename: kmod-iio-bme680-i2c_5.15.137-1_mipsel_24kc.ipk -Size: 1933 -SHA256sum: 1dbb322de8858543ad12a23b08b06baa3245d047ddce86c379ed168932a11e9e +Filename: kmod-iio-bme680-i2c_5.15.134-1_mipsel_24kc.ipk +Size: 1935 +SHA256sum: cd409a6f0d17f3fd149ff81d333cc352806a6afa3f91d7ecf0094dd6d66962d3 Description: This driver adds support for Bosch Sensortec's BME680 connected via I2C. Package: kmod-iio-bme680-spi -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iio-bme680, kmod-regmap-spi, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iio-bme680, kmod-regmap-spi, kmod-iio-core Source: package/kernel/linux SourceName: kmod-iio-bme680-spi License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1803 -Filename: kmod-iio-bme680-spi_5.15.137-1_mipsel_24kc.ipk -Size: 2600 -SHA256sum: 1b7841de8fd10a61b7d2ca101b07e92ab9315be1d8d6103fcec23b4fad5da338 +Installed-Size: 1802 +Filename: kmod-iio-bme680-spi_5.15.134-1_mipsel_24kc.ipk +Size: 2605 +SHA256sum: 60c8727a3ed8a46201f531f0cccdc6487eaf93daa20c39845117f41be705da7c Description: This driver adds support for Bosch Sensortec's BME680 connected via SPI. Package: kmod-iio-bme680 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-regmap-core, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-regmap-core, kmod-iio-core Source: package/kernel/linux SourceName: kmod-iio-bme680 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 5627 -Filename: kmod-iio-bme680_5.15.137-1_mipsel_24kc.ipk -Size: 6435 -SHA256sum: 40c399d71e202f7cadb9ac61b1272c96ca6fc889083d1a880cc14bb44540f5f3 +Installed-Size: 5625 +Filename: kmod-iio-bme680_5.15.134-1_mipsel_24kc.ipk +Size: 6437 +SHA256sum: 9c4102e30a03a50829cc07c17749c54cd935cd4c5c54863bd25fd97f5112d508 Description: This driver adds support for Bosch Sensortec BME680 sensor with gas, humidity, pressure and temperatue sensing capability. Package: kmod-iio-bmp280-i2c -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iio-bmp280, kmod-i2c-core, kmod-regmap-i2c, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iio-bmp280, kmod-i2c-core, kmod-regmap-i2c, kmod-iio-core Source: package/kernel/linux SourceName: kmod-iio-bmp280-i2c License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 1265 -Filename: kmod-iio-bmp280-i2c_5.15.137-1_mipsel_24kc.ipk +Filename: kmod-iio-bmp280-i2c_5.15.134-1_mipsel_24kc.ipk Size: 2090 -SHA256sum: a106c8ba310da24ba16302e641ff744d4de40552d00a266e6fd94f485f78d3bb +SHA256sum: c5d023b668b6b74ef3db541bb75f0fa3b0218d8783cc5a0eb9b6f1b3026b4c30 Description: This driver adds support for Bosch Sensortec's digital pressure and temperature sensor connected via I2C. Package: kmod-iio-bmp280-spi -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iio-bmp280, kmod-spi-bitbang, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iio-bmp280, kmod-spi-bitbang, kmod-iio-core Source: package/kernel/linux SourceName: kmod-iio-bmp280-spi License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 1425 -Filename: kmod-iio-bmp280-spi_5.15.137-1_mipsel_24kc.ipk -Size: 2252 -SHA256sum: 8a29a8c84ee4d6c2c90a8827ea711210354287902112b24f674e1b6ddc5c82ff +Filename: kmod-iio-bmp280-spi_5.15.134-1_mipsel_24kc.ipk +Size: 2249 +SHA256sum: 5b17342ba8385a51edd2190a90e8319fd366cfbb0641a3a02b684981e6f3808d Description: This driver adds support for Bosch Sensortec's digital pressure and temperature sensor connected via SPI. Package: kmod-iio-bmp280 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-regmap-core, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-regmap-core, kmod-iio-core Source: package/kernel/linux SourceName: kmod-iio-bmp280 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 5777 -Filename: kmod-iio-bmp280_5.15.137-1_mipsel_24kc.ipk -Size: 6608 -SHA256sum: 1e2d00953f4a39580b3638e6f3cf17f9dc1b609750babb0d3fc76975fe5f2f74 +Installed-Size: 5767 +Filename: kmod-iio-bmp280_5.15.134-1_mipsel_24kc.ipk +Size: 6597 +SHA256sum: f7dd959397a08cc7ee047f41213b49655a85f323ded8a1713f586960aa69de83 Description: This driver adds support for Bosch Sensortec BMP180 and BMP280 pressure and temperature sensors. Also supports the BME280 with an additional humidity sensor channel. Package: kmod-iio-ccs811 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-industrialio-triggered-buffer, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-industrialio-triggered-buffer, kmod-iio-core Source: package/kernel/linux SourceName: kmod-iio-ccs811 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 3385 -Filename: kmod-iio-ccs811_5.15.137-1_mipsel_24kc.ipk -Size: 4171 -SHA256sum: 2f0c68a3a5b8ce95540813bdc7e100cf6ce92f3b53ca74eb1e48a818371c5e2d +Filename: kmod-iio-ccs811_5.15.134-1_mipsel_24kc.ipk +Size: 4163 +SHA256sum: fbb7e4d226849cbe36706b961c65b498d2f923f3e2367f3b0c3e019fd9c47e83 Description: Support for the AMS CCS811 VOC (Volatile Organic Compounds) sensor Package: kmod-iio-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-iio-core License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 30887 -Filename: kmod-iio-core_5.15.137-1_mipsel_24kc.ipk -Size: 31493 -SHA256sum: 5f7d0b7b61d86ff9832c9c5b0b28817aef90d34cd6807deb0f22281fde457da0 +Installed-Size: 30719 +Filename: kmod-iio-core_5.15.134-1_mipsel_24kc.ipk +Size: 31310 +SHA256sum: e8dc62b80e5105a659655aebfceb747ac9eac7ca449b6f0c462642579a7d1d0d Description: The industrial I/O subsystem provides a unified framework for drivers for many different types of embedded sensors using a number of different physical interfaces (i2c, spi, etc) Package: kmod-iio-dht11 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iio-core Source: package/kernel/linux SourceName: kmod-iio-dht11 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2855 -Filename: kmod-iio-dht11_5.15.137-1_mipsel_24kc.ipk -Size: 3659 -SHA256sum: 28f9727724e2029f8abdc3f7b4398d7cfa34bc748cd04503ce6b4ae2867db8eb +Installed-Size: 2854 +Filename: kmod-iio-dht11_5.15.134-1_mipsel_24kc.ipk +Size: 3660 +SHA256sum: 34374ce677022a73bda1dc274182de32c91f0ab2fb35cb6410942ca5ee57f715 Description: support for DHT11 and DHT22 digitial humidity and temperature sensors attached at GPIO lines. You will need a custom device tree file to specify the GPIO line to use. Package: kmod-iio-fxas21002c-i2c -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iio-fxas21002c, kmod-i2c-core, kmod-regmap-i2c, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iio-fxas21002c, kmod-i2c-core, kmod-regmap-i2c, kmod-iio-core Source: package/kernel/linux SourceName: kmod-iio-fxas21002c-i2c License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1163 -Filename: kmod-iio-fxas21002c-i2c_5.15.137-1_mipsel_24kc.ipk -Size: 1971 -SHA256sum: 715100078079b43f51200eb4194be0ed32e2270a04c66b20e3ca671ad2a7e726 +Installed-Size: 1164 +Filename: kmod-iio-fxas21002c-i2c_5.15.134-1_mipsel_24kc.ipk +Size: 1972 +SHA256sum: f6018d80197a8f2a6a2cd778a43c7bf704428ad1e0e41098062a441e7cdd943a Description: Support for Freescale FXAS21002C 3-axis gyro connected via I2C. Package: kmod-iio-fxas21002c-spi -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iio-fxas21002c, kmod-regmap-spi, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iio-fxas21002c, kmod-regmap-spi, kmod-iio-core Source: package/kernel/linux SourceName: kmod-iio-fxas21002c-spi License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1210 -Filename: kmod-iio-fxas21002c-spi_5.15.137-1_mipsel_24kc.ipk -Size: 2010 -SHA256sum: 5d30c638de8758edd1d73b65c5bc7fe85af72c0d7f092d2e213ca35458dc0b2e +Installed-Size: 1211 +Filename: kmod-iio-fxas21002c-spi_5.15.134-1_mipsel_24kc.ipk +Size: 2015 +SHA256sum: c8599b2642e17ed03cdf46701041a8e998884af4bcaab35fd48d236bf95c6e46 Description: Support for Freescale FXAS21002C 3-axis gyro connected via SPI. Package: kmod-iio-fxas21002c -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-regmap-core, kmod-industrialio-triggered-buffer, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-regmap-core, kmod-industrialio-triggered-buffer, kmod-iio-core Source: package/kernel/linux SourceName: kmod-iio-fxas21002c License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4917 -Filename: kmod-iio-fxas21002c_5.15.137-1_mipsel_24kc.ipk -Size: 5680 -SHA256sum: c9916ac06c2a24e1065bda5321b588da28e5ed8c537307cfcce33486b2bd6745 +Installed-Size: 4919 +Filename: kmod-iio-fxas21002c_5.15.134-1_mipsel_24kc.ipk +Size: 5686 +SHA256sum: c363f5ece4ad62486d758298646964caf6558ac5bb100dd391713eb29b5d959c Description: Support for Freescale FXAS21002C 3-axis gyro. Package: kmod-iio-fxos8700-i2c -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iio-fxos8700, kmod-i2c-core, kmod-regmap-i2c, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iio-fxos8700, kmod-i2c-core, kmod-regmap-i2c, kmod-iio-core Source: package/kernel/linux SourceName: kmod-iio-fxos8700-i2c License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 1126 -Filename: kmod-iio-fxos8700-i2c_5.15.137-1_mipsel_24kc.ipk -Size: 1935 -SHA256sum: d5a630b7f4bb60f35bb3367bd3985e6a3c4ffedc0ef267810038caf79cf7247c +Filename: kmod-iio-fxos8700-i2c_5.15.134-1_mipsel_24kc.ipk +Size: 1937 +SHA256sum: 5e65fd55d4b4cd460ae14fc6530da6f25187ceb86845f59047183c1570a5ae47 Description: Support for Freescale FXOS8700 3-axis accelerometer connected via I2C. Package: kmod-iio-fxos8700-spi -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iio-fxos8700, kmod-regmap-spi, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iio-fxos8700, kmod-regmap-spi, kmod-iio-core Source: package/kernel/linux SourceName: kmod-iio-fxos8700-spi License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 1154 -Filename: kmod-iio-fxos8700-spi_5.15.137-1_mipsel_24kc.ipk +Filename: kmod-iio-fxos8700-spi_5.15.134-1_mipsel_24kc.ipk Size: 1958 -SHA256sum: 1ad9b66aeced1ad1225ab8ac7fca5ec966ea19d2e3aaad57c08a20f221ab4c9c +SHA256sum: 44d48e529ee450c99380aa75d6d9d248f8092c297596531d97f337dc3f206bba Description: Support for Freescale FXOS8700 3-axis accelerometer connected via SPI. Package: kmod-iio-fxos8700 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-regmap-core, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-regmap-core, kmod-iio-core Source: package/kernel/linux SourceName: kmod-iio-fxos8700 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2750 -Filename: kmod-iio-fxos8700_5.15.137-1_mipsel_24kc.ipk -Size: 3508 -SHA256sum: 4a7c55a4b5e69154bc91409b9fb07b60bc2f2e0b4555d7d99d16837b5d6647e8 +Installed-Size: 2749 +Filename: kmod-iio-fxos8700_5.15.134-1_mipsel_24kc.ipk +Size: 3507 +SHA256sum: 35a3798e93a27a4f2be6fab1688d0c5e17e0791a2124baf6105ff89e97e49902 Description: Support for Freescale FXOS8700 3-axis accelerometer. Package: kmod-iio-hmc5843 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-regmap-i2c, kmod-industrialio-triggered-buffer, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-regmap-i2c, kmod-industrialio-triggered-buffer, kmod-iio-core Source: package/kernel/linux SourceName: kmod-iio-hmc5843 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 4335 -Filename: kmod-iio-hmc5843_5.15.137-1_mipsel_24kc.ipk -Size: 5138 -SHA256sum: de024627198d206fc3aab81d71b048e43cfb16b7cec4fba296c2cd1238ea51e5 +Filename: kmod-iio-hmc5843_5.15.134-1_mipsel_24kc.ipk +Size: 5132 +SHA256sum: 340f4e2e0088f8e91dcf7f5b8f168f97615b171cff9591cdbfbbbea208aec5eb Description: Honeywell HMC5843/5883/5883L 3-Axis Magnetometer Package: kmod-iio-htu21 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-iio-core Source: package/kernel/linux SourceName: kmod-iio-htu21 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 5752 -Filename: kmod-iio-htu21_5.15.137-1_mipsel_24kc.ipk +Filename: kmod-iio-htu21_5.15.134-1_mipsel_24kc.ipk Size: 6586 -SHA256sum: 0f464532fcf50fcc37793ef89d3f76211597ad122a8c6c99c48766325b44f53a +SHA256sum: 4eb2740186e83d832c2902702561afe9a3099c2d9961998a499e2abc53266631 Description: support for the Measurement Specialties HTU21 humidity and temperature sensor. This driver is also used for MS8607 temperature, pressure & humidity sensor Package: kmod-iio-kfifo-buf -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iio-core Source: package/kernel/linux SourceName: kmod-iio-kfifo-buf License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1907 -Filename: kmod-iio-kfifo-buf_5.15.137-1_mipsel_24kc.ipk -Size: 2749 -SHA256sum: fb8abf8497a193eafe19f0c13ae98f0820dc6f26746cda5e6ad34cd418a24689 +Installed-Size: 1908 +Filename: kmod-iio-kfifo-buf_5.15.134-1_mipsel_24kc.ipk +Size: 2750 +SHA256sum: 66dcbe1df2af6e20cca587d37c7a039a10ad04b56fc49bcf0eeedd2f74e93a17 Description: A simple fifo based on kfifo. Note that this currently provides no buffer events so it is up to userspace to work out how often to read from the buffer. Package: kmod-iio-lsm6dsx-i2c -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iio-lsm6dsx, kmod-i2c-core, kmod-regmap-i2c, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iio-lsm6dsx, kmod-i2c-core, kmod-regmap-i2c, kmod-iio-core Source: package/kernel/linux SourceName: kmod-iio-lsm6dsx-i2c License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1443 -Filename: kmod-iio-lsm6dsx-i2c_5.15.137-1_mipsel_24kc.ipk -Size: 2218 -SHA256sum: 6e6512f54008e7e65852b09fe4a4f5a3e2a6de5dd1884af91a07cc2e363c783f +Installed-Size: 1442 +Filename: kmod-iio-lsm6dsx-i2c_5.15.134-1_mipsel_24kc.ipk +Size: 2222 +SHA256sum: fce8410869242b856708332c9a52b8b77a89d5c827768a9cc3318e9118528425 Description: Support for the ST LSM6DSx and related IMU MEMS I2C sensors. Package: kmod-iio-lsm6dsx-spi -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iio-lsm6dsx, kmod-regmap-spi, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iio-lsm6dsx, kmod-regmap-spi, kmod-iio-core Source: package/kernel/linux SourceName: kmod-iio-lsm6dsx-spi License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 1465 -Filename: kmod-iio-lsm6dsx-spi_5.15.137-1_mipsel_24kc.ipk -Size: 2244 -SHA256sum: 724a61f8d6a2c76075df99ab6c8b2aeba11dc91c199f65b3aa166072afcd6207 +Filename: kmod-iio-lsm6dsx-spi_5.15.134-1_mipsel_24kc.ipk +Size: 2235 +SHA256sum: 8ef7ffe45651f9043511852816526d47f4c7f803c8880692547538c7f2763532 Description: Support for the ST LSM6DSx and related IMU MEMS SPI sensors. Package: kmod-iio-lsm6dsx -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iio-kfifo-buf, kmod-regmap-core, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iio-kfifo-buf, kmod-regmap-core, kmod-iio-core Source: package/kernel/linux SourceName: kmod-iio-lsm6dsx License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 13547 -Filename: kmod-iio-lsm6dsx_5.15.137-1_mipsel_24kc.ipk -Size: 14318 -SHA256sum: 2b12c9252a5c002c838e63bec42a2a2e5357d449e69a1aceafdc5441f613a0ca +Installed-Size: 13548 +Filename: kmod-iio-lsm6dsx_5.15.134-1_mipsel_24kc.ipk +Size: 14316 +SHA256sum: b217a8f713d061e66b5da469e84bbed25a295580f3a6656fe41732302bfd996e Description: Support for the ST LSM6DSx and related IMU MEMS sensors. Package: kmod-iio-si7020 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-iio-core Source: package/kernel/linux SourceName: kmod-iio-si7020 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1423 -Filename: kmod-iio-si7020_5.15.137-1_mipsel_24kc.ipk -Size: 2276 -SHA256sum: 7d8f23701498ad4bcfd91544bf1d3b934afad600522c21ac09ec735ea171841e +Installed-Size: 1424 +Filename: kmod-iio-si7020_5.15.134-1_mipsel_24kc.ipk +Size: 2280 +SHA256sum: 2ea77f207e419f913a01ffddc13695c7e883b1062962de19edc6f5c43d378856 Description: Support for Silicon Labs Si7020 family of relative humidity and temperature sensors connected via I2C. Following models are usable: Si7013, Si7020, Si7021, Hoperf TH06. Package: kmod-iio-sps30 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-industrialio-triggered-buffer, kmod-lib-crc8, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-industrialio-triggered-buffer, kmod-lib-crc8, kmod-iio-core Source: package/kernel/linux SourceName: kmod-iio-sps30 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4451 -Filename: kmod-iio-sps30_5.15.137-1_mipsel_24kc.ipk -Size: 5255 -SHA256sum: 5470c431d95daef4a8983c97370de533fe53a73e80d74933e8a9b9a18f8fe4a3 +Installed-Size: 4453 +Filename: kmod-iio-sps30_5.15.134-1_mipsel_24kc.ipk +Size: 5250 +SHA256sum: 10b37ae89e0035d74eeeec574ecc58a5e81eab7ccdd049b6de263558e44f2ffb Description: Support for the Sensirion SPS30 particulate matter sensor. Package: kmod-iio-st_accel-i2c -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iio-st_accel, kmod-i2c-core, kmod-regmap-i2c, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iio-st_accel, kmod-i2c-core, kmod-regmap-i2c, kmod-iio-core Source: package/kernel/linux SourceName: kmod-iio-st_accel-i2c License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 2358 -Filename: kmod-iio-st_accel-i2c_5.15.137-1_mipsel_24kc.ipk -Size: 3166 -SHA256sum: ed78a5acf55de5841fb1600bbcb52ec0a622d0a151a46a33337e872017eb4814 +Filename: kmod-iio-st_accel-i2c_5.15.134-1_mipsel_24kc.ipk +Size: 3162 +SHA256sum: 219cc7d477818d790124bf56339b288e61505a1a6016dc8378120731c86c0954 Description: This package adds support for STMicroelectronics I2C based accelerometers Package: kmod-iio-st_accel-spi -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iio-st_accel, kmod-regmap-spi, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iio-st_accel, kmod-regmap-spi, kmod-iio-core Source: package/kernel/linux SourceName: kmod-iio-st_accel-spi License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2488 -Filename: kmod-iio-st_accel-spi_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 2487 +Filename: kmod-iio-st_accel-spi_5.15.134-1_mipsel_24kc.ipk Size: 3278 -SHA256sum: 0aae6829eba876936d99e50b21e3d4cf1b46ecd198ad9e19c5b0b59652c69edf +SHA256sum: 28e8877652720b40962bdd1a7ece1b24c5e3419de0d6428a192be78e4f5878a4 Description: This package adds support for STMicroelectronics SPI based accelerometers Package: kmod-iio-st_accel -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-regmap-core, kmod-industrialio-triggered-buffer, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-regmap-core, kmod-industrialio-triggered-buffer, kmod-iio-core Source: package/kernel/linux SourceName: kmod-iio-st_accel License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 8776 -Filename: kmod-iio-st_accel_5.15.137-1_mipsel_24kc.ipk -Size: 9682 -SHA256sum: 978c3968b563edbdb16410f90fd34b381117ca4041044637795d721a2b1ce5d0 +Installed-Size: 8775 +Filename: kmod-iio-st_accel_5.15.134-1_mipsel_24kc.ipk +Size: 9677 +SHA256sum: 7c5bd6d66f87ad5dc58450182b287cc42312d09c9b94d8b82bead82271cc261c Description: This package adds support for STMicroelectronics accelerometers: LSM303DLH, LSM303DLHC, LIS3DH, LSM330D, LSM330DL, LSM330DLC, LIS331DLH, LSM303DL, LSM303DLM, LSM330, LIS2DH12, H3LIS331DL, LNG2DM, LIS3DE, LIS2DE12 Package: kmod-iio-tsl4531 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-iio-core Source: package/kernel/linux SourceName: kmod-iio-tsl4531 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1794 -Filename: kmod-iio-tsl4531_5.15.137-1_mipsel_24kc.ipk -Size: 2630 -SHA256sum: 240cdc726184a157fa4cebb35c8272c8c9d6ded88502132040b6d9d6e0046929 +Installed-Size: 1792 +Filename: kmod-iio-tsl4531_5.15.134-1_mipsel_24kc.ipk +Size: 2626 +SHA256sum: 929120e39fd6a5c22d6fd4f066fb11dbd457cf71aa0edb8f136371b698a0f1c2 Description: Support for TAOS TSL4531x family of ambient light sensors connected via I2C. Following models are usable: TSL45311, TSL45313, TSL45315, TSL45317. Package: kmod-ikconfig -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-ikconfig License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 37285 -Filename: kmod-ikconfig_5.15.137-1_mipsel_24kc.ipk -Size: 38134 -SHA256sum: ca1baa8c3581a4076a95b331cb4d4a63904c3f6203ad24a4d2d173c75d09a42a +Installed-Size: 40159 +Filename: kmod-ikconfig_5.15.134-1_mipsel_24kc.ipk +Size: 41019 +SHA256sum: b2b7a7b90b66406b9cba1ed8bd0e556dffaa9f5f8f62b82c1fde1c796e69e98f Description: Kernel configuration via /proc/config.gz Package: kmod-imx2-wdt -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-imx2-wdt License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-imx2-wdt_5.15.137-1_mipsel_24kc.ipk -Size: 844 -SHA256sum: 5b9c0716041465927298a42127c4a04f1bf585a9538c20ece488b7475e19560e +Filename: kmod-imx2-wdt_5.15.134-1_mipsel_24kc.ipk +Size: 846 +SHA256sum: 85564462a1b85b7fbfa37cca72edb8a1d540c4ee0b009d0dabf3805959fa5840 Description: NXP (Freescale) i.MX2+ and Layerscape watchdog driver Package: kmod-imx7-ulp-wdt -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-imx7-ulp-wdt License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-imx7-ulp-wdt_5.15.137-1_mipsel_24kc.ipk -Size: 842 -SHA256sum: 6c7e5ed38c20b2c20b98ffc9f3e71c4b6b71526fc9dd2d09b67bfbb00da7ec25 +Filename: kmod-imx7-ulp-wdt_5.15.134-1_mipsel_24kc.ipk +Size: 843 +SHA256sum: bad7b54a48c674e8fbc3ef13da9a9572d0539ae4164996e546562596df8361ad Description: NXP (Freescale) i.MX7ULP and later watchdog Package: kmod-industrialio-triggered-buffer -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iio-kfifo-buf, kmod-iio-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iio-kfifo-buf, kmod-iio-core Source: package/kernel/linux SourceName: kmod-industrialio-triggered-buffer License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1349 -Filename: kmod-industrialio-triggered-buffer_5.15.137-1_mipsel_24kc.ipk -Size: 2139 -SHA256sum: 2293f9a51829c61c8bfa93e4fae5bd55ac9602658749907576b68fcc683f7445 +Installed-Size: 1350 +Filename: kmod-industrialio-triggered-buffer_5.15.134-1_mipsel_24kc.ipk +Size: 2141 +SHA256sum: fb06d0d584c9b8750b892a476183b6a6a566d88881cd3de64ea283bf88b2dc20 Description: Provides helper functions for setting up triggered buffers. Package: kmod-inet-diag -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-inet-diag License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 11833 -Filename: kmod-inet-diag_5.15.137-1_mipsel_24kc.ipk -Size: 12624 -SHA256sum: b2a91b53775eab48680e456937c92b275febbf924c4e515d3f38ce2477f2b72a +Installed-Size: 11830 +Filename: kmod-inet-diag_5.15.134-1_mipsel_24kc.ipk +Size: 12613 +SHA256sum: 815654f15f9e28d98ea66a2aaee94b0e413477f5d557f4e7c8b0a2157df806e7 Description: Support for INET (TCP, DCCP, etc) socket monitoring interface used by native Linux tools such as ss. Package: kmod-input-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-input-core License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 21181 -Filename: kmod-input-core_5.15.137-1_mipsel_24kc.ipk -Size: 21749 -SHA256sum: 21d7e80c4894545d1778224b628c3950b847f5129c1696945cf1e26116d69a97 +Installed-Size: 21182 +Filename: kmod-input-core_5.15.134-1_mipsel_24kc.ipk +Size: 21734 +SHA256sum: 9ec69fd575e78550e10f4e8a3de92e20fe5b5852120e5c2a0d7702c66e2ce21d Description: Kernel modules for support of input device Package: kmod-input-evdev -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-input-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-input-core Source: package/kernel/linux SourceName: kmod-input-evdev License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 7633 -Filename: kmod-input-evdev_5.15.137-1_mipsel_24kc.ipk -Size: 8365 -SHA256sum: 5895ae8331cc4bdcb63e4f62e0b49556a45c1548ee49718818707dfcbb7d1210 +Installed-Size: 7630 +Filename: kmod-input-evdev_5.15.134-1_mipsel_24kc.ipk +Size: 8385 +SHA256sum: f607bd42029fe553615d7bd23356289906ac8270bafe0d380508b240f242a331 Description: Kernel modules for support of input device events Package: kmod-input-gpio-encoder -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-input-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-input-core Source: package/kernel/linux SourceName: kmod-input-gpio-encoder License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3041 -Filename: kmod-input-gpio-encoder_5.15.137-1_mipsel_24kc.ipk -Size: 3786 -SHA256sum: 293f2397731571808314660b2751c5b8b7dcc307c1b3d5b3f55e9d1056a8e31a +Installed-Size: 3043 +Filename: kmod-input-gpio-encoder_5.15.134-1_mipsel_24kc.ipk +Size: 3787 +SHA256sum: 4d29cd883591d946d09b69535b06a76e78c08ca7e3a27a06f102fad0442db5f9 Description: Kernel module to use rotary encoders connected to GPIO pins Package: kmod-input-gpio-keys-polled -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-input-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-input-core Source: package/kernel/linux SourceName: kmod-input-gpio-keys-polled License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3891 -Filename: kmod-input-gpio-keys-polled_5.15.137-1_mipsel_24kc.ipk -Size: 4730 -SHA256sum: 8c624199d01b0522bc155bd049d5b0e35090ddb828ecbed07df8fa92d29cdda2 +Installed-Size: 3890 +Filename: kmod-input-gpio-keys-polled_5.15.134-1_mipsel_24kc.ipk +Size: 4723 +SHA256sum: 592a94bbd6824440f652b9a32b469f2d4f72d77ffbfe9dc2e8b3e65a08a536d1 Description: Kernel module for support polled GPIO keys input device See also gpio-button-hotplug which is an alternative, lower overhead implementation that generates uevents instead of kernel input events. Package: kmod-input-gpio-keys -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-input-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-input-core Source: package/kernel/linux SourceName: kmod-input-gpio-keys License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 6242 -Filename: kmod-input-gpio-keys_5.15.137-1_mipsel_24kc.ipk -Size: 7173 -SHA256sum: b44a5606389e1fe8322223e28fe4b1040500ce3d0f2f6cfd48d5972da31e115d +Installed-Size: 6241 +Filename: kmod-input-gpio-keys_5.15.134-1_mipsel_24kc.ipk +Size: 7168 +SHA256sum: 942deda81742ac2777316a810ba8af2b0dd2977a46b3f76f4132ef81c99a256c Description: This driver implements support for buttons connected to GPIO pins of various CPUs (and some other chips). @@ -5647,229 +5647,229 @@ Description: This driver implements support for buttons connected implementation that generates uevents instead of kernel input events. Package: kmod-input-joydev -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-input-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-input-core Source: package/kernel/linux SourceName: kmod-input-joydev License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 6222 -Filename: kmod-input-joydev_5.15.137-1_mipsel_24kc.ipk -Size: 7008 -SHA256sum: 9581a9a7cd7677f4489e6ca2e80a1aa6225ac2a984be27fa657be8e746c85e8a +Filename: kmod-input-joydev_5.15.134-1_mipsel_24kc.ipk +Size: 7013 +SHA256sum: fb6e2dac4a546c7dcf93d06701c4b84d0aae7554462507d81f91ee9732fa03f6 Description: Kernel module for joystick support Package: kmod-input-leds -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-input-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-input-core Source: package/kernel/linux SourceName: kmod-input-leds License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2174 -Filename: kmod-input-leds_5.15.137-1_mipsel_24kc.ipk -Size: 2935 -SHA256sum: 1821c312aa63b7f8d9512872f7b8f7788e3cc65acb0cab43f76f5556b8e0e60a +Installed-Size: 2171 +Filename: kmod-input-leds_5.15.134-1_mipsel_24kc.ipk +Size: 2934 +SHA256sum: feaf06947a4f85919b9ed7f5071327f92fbfffcb0306e75199241f3e299a7930 Description: Provides support for LEDs on input devices- for example, keyboard num/caps/scroll lock. Package: kmod-input-matrixkmap -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-input-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-input-core Source: package/kernel/linux SourceName: kmod-input-matrixkmap License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 2106 -Filename: kmod-input-matrixkmap_5.15.137-1_mipsel_24kc.ipk -Size: 2876 -SHA256sum: 6c848842ecfcf29e0fbc1c77a97704601888c9a3aa911c45d448c8c88f86feaf +Filename: kmod-input-matrixkmap_5.15.134-1_mipsel_24kc.ipk +Size: 2878 +SHA256sum: 5071c4aeccb54fffbd6dd215c9ab0a96e71879266a6ff1308cbe810b4d144aaf Description: Kernel module support for input matrix devices Package: kmod-input-touchscreen-ads7846 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-input-core, kmod-spi-bitbang +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-input-core, kmod-spi-bitbang Source: package/kernel/linux SourceName: kmod-input-touchscreen-ads7846 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 7823 -Filename: kmod-input-touchscreen-ads7846_5.15.137-1_mipsel_24kc.ipk -Size: 8620 -SHA256sum: 03b420c35d4023dbac96a028ae114731d31242bc852db7073fa5f01f46d3bc0c +Installed-Size: 7821 +Filename: kmod-input-touchscreen-ads7846_5.15.134-1_mipsel_24kc.ipk +Size: 8619 +SHA256sum: 720e852e4a88f40be38c86b54e643dc7672fc5eda9e380e43a1c7f7a23784e4c Description: Kernel module for ADS7846/TSC2046/AD7873 and AD(S)7843 based touchscreens Package: kmod-input-touchscreen-edt-ft5x06 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-input-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-input-core Source: package/kernel/linux SourceName: kmod-input-touchscreen-edt-ft5x06 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 8283 -Filename: kmod-input-touchscreen-edt-ft5x06_5.15.137-1_mipsel_24kc.ipk -Size: 9113 -SHA256sum: ecf16ea28190e7440deeb10a5ec5e707e305b11d1ad43b1ea41158cea0dd7076 +Installed-Size: 8284 +Filename: kmod-input-touchscreen-edt-ft5x06_5.15.134-1_mipsel_24kc.ipk +Size: 9102 +SHA256sum: 3611d11abbfeee53f58546f823335e307cbdd6a3b18872867470f2b0d4cc2451 Description: Kernel module for EDT FT5206, FT5306, FT5406, FT5506, Evervision FT5726 and Focaltech FT6236 based touchscreens Package: kmod-input-uinput -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-input-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-input-core Source: package/kernel/linux SourceName: kmod-input-uinput License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 5963 -Filename: kmod-input-uinput_5.15.137-1_mipsel_24kc.ipk -Size: 6705 -SHA256sum: 5520bf52e642dd4721be16e3976c232a10a5803fc85b08e150ae2d8990a622b1 +Installed-Size: 5964 +Filename: kmod-input-uinput_5.15.134-1_mipsel_24kc.ipk +Size: 6701 +SHA256sum: 8f6c8f2a6421546e1cb351c3659689962c62ba5d120227cf9ce0b983cff7ac7b Description: user input modules needed for bluez Package: kmod-iosched-bfq -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-iosched-bfq License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 28884 -Filename: kmod-iosched-bfq_5.15.137-1_mipsel_24kc.ipk -Size: 29584 -SHA256sum: a76a55bb3f02f0fcdf6590765ca7858832cd150dfae73f40b1b4fffd1cb08f9b +Installed-Size: 28885 +Filename: kmod-iosched-bfq_5.15.134-1_mipsel_24kc.ipk +Size: 29571 +SHA256sum: 78c7d4cc00a67211815c50ef84b741db6d2dd502ba4be6245b534be5277728b8 Description: Kernel support for BFQ I/O scheduler Package: kmod-ip-vti -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iptunnel, kmod-iptunnel4, kmod-ipsec4 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iptunnel, kmod-iptunnel4, kmod-ipsec4 Source: package/kernel/linux SourceName: kmod-ip-vti License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 5061 -Filename: kmod-ip-vti_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 5063 +Filename: kmod-ip-vti_5.15.134-1_mipsel_24kc.ipk Size: 5811 -SHA256sum: 41790697b57b4e0ff3d60ff0794d08fcfc9840652ffe0de7680d3d2f54e05cd6 +SHA256sum: 51d6db0fd2e7519f96737d5fe578b0aee895f1fb295e879575e2d31e95b0e5a7 Description: Kernel modules for IP VTI (Virtual Tunnel Interface) Package: kmod-ip6-tunnel -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iptunnel6 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iptunnel6 Source: package/kernel/linux SourceName: kmod-ip6-tunnel License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 17899 -Filename: kmod-ip6-tunnel_5.15.137-1_mipsel_24kc.ipk -Size: 18679 -SHA256sum: b4e84a7b768f719cdb5f4ee71e52d86b71ab35ebf62e0370b3939ece31ea8134 +Installed-Size: 17902 +Filename: kmod-ip6-tunnel_5.15.134-1_mipsel_24kc.ipk +Size: 18678 +SHA256sum: 49b05b2a882d796d3462691eb64b95e2705850f7974132e27f9c6835047981db Description: Kernel modules for IPv6-in-IPv6 and IPv4-in-IPv6 tunnelling Package: kmod-ip6-vti -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iptunnel, kmod-ip6-tunnel, kmod-ipsec6 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iptunnel, kmod-ip6-tunnel, kmod-ipsec6 Source: package/kernel/linux SourceName: kmod-ip6-vti License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 8510 -Filename: kmod-ip6-vti_5.15.137-1_mipsel_24kc.ipk -Size: 9291 -SHA256sum: 9fb5ee6e017a041f56951b1baac0307b06deb8c0954f065773975610aaccfb68 +Filename: kmod-ip6-vti_5.15.134-1_mipsel_24kc.ipk +Size: 9286 +SHA256sum: 88f8b275f40047ceb366c5dd7413e5fd831ae66bdde9cffcc1d21acb4e7f839b Description: Kernel modules for IPv6 VTI (Virtual Tunnel Interface) Package: kmod-ip6tables-extra -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ip6tables +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ip6tables Source: package/kernel/linux SourceName: kmod-ip6tables-extra License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4646 -Filename: kmod-ip6tables-extra_5.15.137-1_mipsel_24kc.ipk -Size: 5390 -SHA256sum: 901f6a2009b548873060d605eb7643a2e6a42560fdda855f46f0e28d26de76ae +Installed-Size: 4647 +Filename: kmod-ip6tables-extra_5.15.134-1_mipsel_24kc.ipk +Size: 5385 +SHA256sum: 225b859ae95806a555735bf6f11e0d4cd32f888862f07860c9b9ecc7ca4ea046 Description: Netfilter IPv6 extra header matching modules Package: kmod-ip6tables -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-reject6, kmod-nf-ipt6, kmod-ipt-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-reject6, kmod-nf-ipt6, kmod-ipt-core Source: package/kernel/linux SourceName: kmod-ip6tables License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 3254 -Filename: kmod-ip6tables_5.15.137-1_mipsel_24kc.ipk -Size: 4017 -SHA256sum: 96e17f1671f7b55946420261430e1a2d5e512849de3005fee5c647aa53513ff0 +Filename: kmod-ip6tables_5.15.134-1_mipsel_24kc.ipk +Size: 4013 +SHA256sum: 75cd5c7175ea9b49a752bb935ab67ff7998674100b903956346156f9425765b5 Description: Netfilter IPv6 firewalling support Package: kmod-ipip -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iptunnel, kmod-iptunnel4 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iptunnel, kmod-iptunnel4 Source: package/kernel/linux SourceName: kmod-ipip License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4201 -Filename: kmod-ipip_5.15.137-1_mipsel_24kc.ipk -Size: 4942 -SHA256sum: 682bcb12d28b4f1bdf2959328f96a640e5d7f0e34645ed3025b37b02f1362909 +Installed-Size: 4202 +Filename: kmod-ipip_5.15.134-1_mipsel_24kc.ipk +Size: 4936 +SHA256sum: 24d9b5443c493d9814409644a19e9ee3314229c4178396cb342730587956593c Description: Kernel modules for IP-in-IP encapsulation Package: kmod-ipoa -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-atm +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-atm Source: package/kernel/linux SourceName: kmod-ipoa License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 7126 -Filename: kmod-ipoa_5.15.137-1_mipsel_24kc.ipk -Size: 7896 -SHA256sum: 109ea676c0f577f2a61aba193eb802ba16f9182da70fed0d35d9eae8c175f43c +Installed-Size: 7127 +Filename: kmod-ipoa_5.15.134-1_mipsel_24kc.ipk +Size: 7883 +SHA256sum: 470be156c7bf364f2a509e07481e02a320dfc4e7e32b437b4583dca9241d8da8 Description: Kernel modules for IPoA (IP over ATM) support Package: kmod-ipsec4 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipsec, kmod-iptunnel4 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipsec, kmod-iptunnel4 Source: package/kernel/linux SourceName: kmod-ipsec4 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 12499 -Filename: kmod-ipsec4_5.15.137-1_mipsel_24kc.ipk -Size: 13267 -SHA256sum: eb6210ddf2909717f863fcdeb80fdcc4198fcf787057554de14eccf37e993892 +Installed-Size: 12486 +Filename: kmod-ipsec4_5.15.134-1_mipsel_24kc.ipk +Size: 13253 +SHA256sum: 2c4d62924bc2bd05a3cb3a4870d898e258f8d2861ddce4c9073f0d2c5609b41a Description: Kernel modules for IPsec support in IPv4. Includes: - ah4 @@ -5878,18 +5878,18 @@ Description: Kernel modules for IPsec support in IPv4. - xfrm4_tunnel Package: kmod-ipsec6 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipsec, kmod-iptunnel6 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipsec, kmod-iptunnel6 Source: package/kernel/linux SourceName: kmod-ipsec6 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 14788 -Filename: kmod-ipsec6_5.15.137-1_mipsel_24kc.ipk -Size: 15521 -SHA256sum: 05efef8ef033f6f6cfc25d7e204b529f9516de625044c49b88dc7f3779fcc091 +Installed-Size: 14780 +Filename: kmod-ipsec6_5.15.134-1_mipsel_24kc.ipk +Size: 15502 +SHA256sum: 4b682f10d1861b93978a26e36e754b6adc39253059f6fb057e03a956875a6b40 Description: Kernel modules for IPsec support in IPv6. Includes: - ah6 @@ -5898,18 +5898,18 @@ Description: Kernel modules for IPsec support in IPv6. - xfrm6_tunnel Package: kmod-ipsec -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-authenc, kmod-crypto-cbc, kmod-crypto-deflate, kmod-crypto-des, kmod-crypto-echainiv, kmod-crypto-hmac, kmod-crypto-md5, kmod-crypto-sha1 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-authenc, kmod-crypto-cbc, kmod-crypto-deflate, kmod-crypto-des, kmod-crypto-echainiv, kmod-crypto-hmac, kmod-crypto-md5, kmod-crypto-sha1 Source: package/kernel/linux SourceName: kmod-ipsec License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 37487 -Filename: kmod-ipsec_5.15.137-1_mipsel_24kc.ipk -Size: 38356 -SHA256sum: 822c8f6ea7e5d4ffd35be1432c7d77318b22d82c2146277e3980d30af88c37ee +Installed-Size: 37484 +Filename: kmod-ipsec_5.15.134-1_mipsel_24kc.ipk +Size: 38348 +SHA256sum: 6ce504570f799ca375a88a8d0da18406270bfb3e40c8e4ed550556106ce395bd Description: Kernel modules for IPsec support in both IPv4 and IPv6. Includes: - af_key @@ -5918,67 +5918,67 @@ Description: Kernel modules for IPsec support in both IPv4 and IPv6. - xfrm_user Package: kmod-ipt-account -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ipt-compat-xtables +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ipt-compat-xtables Source: feeds/packages/net/xtables-addons SourceName: kmod-ipt-account License: GPL-2.0 LicenseFiles: COPYING Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 Maintainer: Jo-Philipp Wich Architecture: mipsel_24kc -Installed-Size: 8185 -Filename: kmod-ipt-account_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 9004 -SHA256sum: cd1305b4c39b21c0fbe33ea241c9cce02bf3820ea085f71e06eba25df1fd02ab +Installed-Size: 8186 +Filename: kmod-ipt-account_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 9011 +SHA256sum: 05a77ed334c938cf1346db05b7929dd4928a03b61761cbe812937359fb6a71c4 Description: ACCOUNT netfilter module Package: kmod-ipt-chaos -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ipt-compat-xtables, kmod-ipt-delude, kmod-ipt-tarpit +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ipt-compat-xtables, kmod-ipt-delude, kmod-ipt-tarpit Source: feeds/packages/net/xtables-addons SourceName: kmod-ipt-chaos License: GPL-2.0 LicenseFiles: COPYING Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 Maintainer: Jo-Philipp Wich Architecture: mipsel_24kc Installed-Size: 2337 -Filename: kmod-ipt-chaos_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 3144 -SHA256sum: 341dc14465aceb319e52d94dd011ab87a9c9c6d1827b93cd162ceca07f468c47 +Filename: kmod-ipt-chaos_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 3140 +SHA256sum: 260639529a78e6c17c18c516dac425778fe1d92462ceee6e384cab7d62f4daae Description: CHAOS netfilter module Package: kmod-ipt-checksum -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core Source: package/kernel/linux SourceName: kmod-ipt-checksum License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 1405 -Filename: kmod-ipt-checksum_5.15.137-1_mipsel_24kc.ipk -Size: 2176 -SHA256sum: 4b5347e299d339fd26bd70b577c663d833f4d672c46f509bceeb0d1ae0d0e5fe +Filename: kmod-ipt-checksum_5.15.134-1_mipsel_24kc.ipk +Size: 2175 +SHA256sum: 12ef7147d8b0f6a2ee5079674699ae0fe194ccda7dad20d62bace8ff46ea6c72 Description: Kernel modules for CHECKSUM fillin target Package: kmod-ipt-cluster -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-nf-conntrack +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-nf-conntrack Source: package/kernel/linux SourceName: kmod-ipt-cluster License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1786 -Filename: kmod-ipt-cluster_5.15.137-1_mipsel_24kc.ipk -Size: 2857 -SHA256sum: 5d7d3e9576ed7fe09d1bee0c37857b9e2f688b45271bcd20e9f359304de561b3 +Installed-Size: 1787 +Filename: kmod-ipt-cluster_5.15.134-1_mipsel_24kc.ipk +Size: 2854 +SHA256sum: 67b9eb231bc2cd5cac1b40f9635eeb25a2e2ec784fd96569b20cf8e132ffff8e Description: Netfilter (IPv4/IPv6) module for matching cluster This option allows you to build work-load-sharing clusters of network servers/stateful firewalls without having a dedicated @@ -5995,18 +5995,18 @@ Description: Netfilter (IPv4/IPv6) module for matching cluster see `iptables -m cluster --help` for more information. Package: kmod-ipt-clusterip -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-nf-conntrack +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-nf-conntrack Source: package/kernel/linux SourceName: kmod-ipt-clusterip License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 6755 -Filename: kmod-ipt-clusterip_5.15.137-1_mipsel_24kc.ipk +Filename: kmod-ipt-clusterip_5.15.134-1_mipsel_24kc.ipk Size: 7704 -SHA256sum: 5292882f601171f43eb40ff968053bc839c16287ec51e814ffd77aa8154568d3 +SHA256sum: 4b4b96d869c2aa560dda1cf410310bbc52d7f05f695dd714631a2553bf8dceea Description: Netfilter (IPv4-only) module for CLUSTERIP The CLUSTERIP target allows you to build load-balancing clusters of network servers without having a dedicated load-balancing @@ -6017,52 +6017,52 @@ Description: Netfilter (IPv4-only) module for CLUSTERIP see `iptables -j CLUSTERIP --help` for more information. Package: kmod-ipt-compat-xtables -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ip6tables +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ip6tables Source: feeds/packages/net/xtables-addons SourceName: kmod-ipt-compat-xtables License: GPL-2.0 LicenseFiles: COPYING Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 Maintainer: Jo-Philipp Wich Architecture: mipsel_24kc Installed-Size: 850 -Filename: kmod-ipt-compat-xtables_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 1674 -SHA256sum: e22a2847f3e26c7eabe77c69ae9b3a955099046f1be9e46afcac4876e5b2f2c7 +Filename: kmod-ipt-compat-xtables_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 1672 +SHA256sum: 300445162b306990fb923388eab711b60f484d8cbd0feb48d2e932b66860e23c Description: API compatibilty layer netfilter module Package: kmod-ipt-condition -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core Source: feeds/packages/net/xtables-addons SourceName: kmod-ipt-condition License: GPL-2.0 LicenseFiles: COPYING Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 Maintainer: Jo-Philipp Wich Architecture: mipsel_24kc -Installed-Size: 2771 -Filename: kmod-ipt-condition_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 3558 -SHA256sum: 64b44475275ee85b520e6f20994f76903ff4570ddbc97c2806ceb20a9a4fc39a +Installed-Size: 2773 +Filename: kmod-ipt-condition_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 3557 +SHA256sum: cd386eb82d7ff9c8bf849d5adfa18bab89381b56ef75dc28499ff351d9514f02 Description: Condition netfilter module Package: kmod-ipt-conntrack-extra -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-conncount, kmod-ipt-core, kmod-ipt-conntrack +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-conncount, kmod-ipt-core, kmod-ipt-conntrack Source: package/kernel/linux SourceName: kmod-ipt-conntrack-extra License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 10665 -Filename: kmod-ipt-conntrack-extra_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 10664 +Filename: kmod-ipt-conntrack-extra_5.15.134-1_mipsel_24kc.ipk Size: 11499 -SHA256sum: 611ed3a984ca45a4db1331201c59797131f3721e9166b67372d188a200f1f861 +SHA256sum: 97d037a5ce35330fade47dab870a8eba350a6cb1409fef1c18755d6f0bd522fc Description: Netfilter (IPv4) extra kernel modules for connection tracking Includes: - connbytes @@ -6072,35 +6072,35 @@ Description: Netfilter (IPv4) extra kernel modules for connection tracking - recent Package: kmod-ipt-conntrack-label -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ipt-conntrack +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ipt-conntrack Source: package/kernel/linux SourceName: kmod-ipt-conntrack-label License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1518 -Filename: kmod-ipt-conntrack-label_5.15.137-1_mipsel_24kc.ipk -Size: 2319 -SHA256sum: 0b455d2da65dc52e947255b9c4000637edfc59efcdaf533080541b5ff7286d36 +Installed-Size: 1516 +Filename: kmod-ipt-conntrack-label_5.15.134-1_mipsel_24kc.ipk +Size: 2317 +SHA256sum: 6b3ad5c836f894e745f963a807286d6c4265f732e3a5de8b3594f966da522f6a Description: Netfilter (IPv4) module for handling connection tracking labels Includes: - connlabel Package: kmod-ipt-conntrack -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-nf-conntrack +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-nf-conntrack Source: package/kernel/linux SourceName: kmod-ipt-conntrack License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 4563 -Filename: kmod-ipt-conntrack_5.15.137-1_mipsel_24kc.ipk -Size: 5376 -SHA256sum: a8e2d33ee531f002705466abc2ff72697994baf65ea57aa9b9e2020de4e7bc1c +Filename: kmod-ipt-conntrack_5.15.134-1_mipsel_24kc.ipk +Size: 5374 +SHA256sum: 349b9c4b737a9aead0f34b34d275d6dd2e7e0fcd2c1b9761efdf24acbb523ca9 Description: Netfilter (IPv4) kernel modules for connection tracking Includes: - conntrack @@ -6110,35 +6110,35 @@ Description: Netfilter (IPv4) kernel modules for connection tracking - state Package: kmod-ipt-coova -Version: 5.15.137+1.6-9.1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, libxtables12 +Version: 5.15.134+1.6-9.1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, libxtables12 Source: feeds/packages/net/coova-chilli SourceName: kmod-ipt-coova License: GPL-2.0-or-later LicenseFiles: COPYING Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 Maintainer: Jaehoon You Architecture: mipsel_24kc Installed-Size: 5806 -Filename: kmod-ipt-coova_5.15.137+1.6-9.1_mipsel_24kc.ipk -Size: 6623 -SHA256sum: a2c428bd8fe7f08391d6b9dbab8de6008ef1c3dd7174f646e9a8d246de9935ec +Filename: kmod-ipt-coova_5.15.134+1.6-9.1_mipsel_24kc.ipk +Size: 6621 +SHA256sum: 1555254021cf129c6e164277669091298f6cc5fc2d3051699ee3c6b953fdd9c5 Description: Netfilter kernel module for CoovaChilli Package: kmod-ipt-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-reject, kmod-nf-ipt, kmod-nf-log +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-reject, kmod-nf-ipt, kmod-nf-log Source: package/kernel/linux SourceName: kmod-ipt-core License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 10899 -Filename: kmod-ipt-core_5.15.137-1_mipsel_24kc.ipk -Size: 11688 -SHA256sum: 955c985d820dc87d729fe5df0e57c79beea57b2cfaaf7f6c73bc97c98e78f451 +Installed-Size: 10898 +Filename: kmod-ipt-core_5.15.134-1_mipsel_24kc.ipk +Size: 11680 +SHA256sum: e6558fcc3055cf7d1ff0c74d4cb7073fa1b0bce1277c2bd5bfbf2d59302657e9 Description: Netfilter core kernel modules Includes: - comment @@ -6150,86 +6150,86 @@ Description: Netfilter core kernel modules - TCPMSS Package: kmod-ipt-debug -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ipt-raw, kmod-ipt-raw6 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ipt-raw, kmod-ipt-raw6 Source: package/kernel/linux SourceName: kmod-ipt-debug License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 966 -Filename: kmod-ipt-debug_5.15.137-1_mipsel_24kc.ipk -Size: 1753 -SHA256sum: 5d6bb537f63a0be63d39758b32c37f284d3fe0d8b4ddb313c4208c05c4559fc5 +Installed-Size: 968 +Filename: kmod-ipt-debug_5.15.134-1_mipsel_24kc.ipk +Size: 1760 +SHA256sum: a149a5e401dedc4dd9225408fd2577654305050240d7a692eb175d420d4b3b97 Description: Netfilter modules for debugging/development of the firewall Includes: - TRACE Package: kmod-ipt-delude -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ipt-compat-xtables +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ipt-compat-xtables Source: feeds/packages/net/xtables-addons SourceName: kmod-ipt-delude License: GPL-2.0 LicenseFiles: COPYING Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 Maintainer: Jo-Philipp Wich Architecture: mipsel_24kc -Installed-Size: 1966 -Filename: kmod-ipt-delude_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 2790 -SHA256sum: d7a3867f5ddaecf2141b1cd442612e49354f3f7664a8fa995ba6b6ae7b4737e2 +Installed-Size: 1963 +Filename: kmod-ipt-delude_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 2792 +SHA256sum: 4edd6319b40282333b586c1e3e1cf02711d961b355997cab9c3ed6ae5dfef668 Description: DELUDE netfilter module Package: kmod-ipt-dhcpmac -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ipt-compat-xtables +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ipt-compat-xtables Source: feeds/packages/net/xtables-addons SourceName: kmod-ipt-dhcpmac License: GPL-2.0 LicenseFiles: COPYING Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 Maintainer: Jo-Philipp Wich Architecture: mipsel_24kc -Installed-Size: 1810 -Filename: kmod-ipt-dhcpmac_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 2646 -SHA256sum: 2e57a3874f4c4efdf5b3b5ffef3dc704ebcdf01149742f802f0c1f9cd640902d +Installed-Size: 1811 +Filename: kmod-ipt-dhcpmac_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 2642 +SHA256sum: e4e6b99352d74962e0242b1e5bec8cadef962cb08bb29a401824756a56bd63d9 Description: DHCPMAC netfilter module Package: kmod-ipt-dnetmap -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ipt-compat-xtables, kmod-ipt-nat +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ipt-compat-xtables, kmod-ipt-nat Source: feeds/packages/net/xtables-addons SourceName: kmod-ipt-dnetmap License: GPL-2.0 LicenseFiles: COPYING Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 Maintainer: Jo-Philipp Wich Architecture: mipsel_24kc -Installed-Size: 849 -Filename: kmod-ipt-dnetmap_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 1680 -SHA256sum: 76bcf0664a1b98a63c0eb1892c2fec3bb31ad66a24328b5066f1b84a63d0ddae +Installed-Size: 851 +Filename: kmod-ipt-dnetmap_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 1685 +SHA256sum: dbb074cf57159defe57e623ae94eebb028722b502cd5d078776ee9131398d815 Description: DNETMAP netfilter module Package: kmod-ipt-extra -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core Source: package/kernel/linux SourceName: kmod-ipt-extra License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 5118 -Filename: kmod-ipt-extra_5.15.137-1_mipsel_24kc.ipk -Size: 5880 -SHA256sum: 3ef9e4b36d9b1c82c087dea17d64b076b7e1181b02fd5db661eef50ab1d3f5c2 +Installed-Size: 5116 +Filename: kmod-ipt-extra_5.15.134-1_mipsel_24kc.ipk +Size: 5873 +SHA256sum: 793c7b7e2aefaa7593eac40826c145ce12e6e0140adf0d1be2589530e023d647 Description: Other Netfilter (IPv4) kernel modules Includes: - addrtype @@ -6238,119 +6238,119 @@ Description: Other Netfilter (IPv4) kernel modules - quota Package: kmod-ipt-filter -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-lib-textsearch, kmod-ipt-conntrack +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-lib-textsearch, kmod-ipt-conntrack Source: package/kernel/linux SourceName: kmod-ipt-filter License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2565 -Filename: kmod-ipt-filter_5.15.137-1_mipsel_24kc.ipk -Size: 3349 -SHA256sum: d0e717440f87701a0bfd7af71ef3548e17877b46b02986be981d2e77884f217c +Installed-Size: 2566 +Filename: kmod-ipt-filter_5.15.134-1_mipsel_24kc.ipk +Size: 3357 +SHA256sum: 1c79d6f621cc56118065915b51b038554416877aaf3d8c6a6487f7e936f9a9ee Description: Netfilter (IPv4) kernel modules for packet content inspection Includes: - string - bpf Package: kmod-ipt-fuzzy -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core Source: feeds/packages/net/xtables-addons SourceName: kmod-ipt-fuzzy License: GPL-2.0 LicenseFiles: COPYING Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 Maintainer: Jo-Philipp Wich Architecture: mipsel_24kc -Installed-Size: 1336 -Filename: kmod-ipt-fuzzy_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 2150 -SHA256sum: abe6c09964083220e3903d11a018f61282652d2827eb644105585de280de045c +Installed-Size: 1335 +Filename: kmod-ipt-fuzzy_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 2147 +SHA256sum: 625dc33afd3b0cb358f9a9bd4c6bb2465557912076576fac41c045eb83ed0363 Description: fuzzy netfilter module Package: kmod-ipt-geoip -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core Source: feeds/packages/net/xtables-addons SourceName: kmod-ipt-geoip License: GPL-2.0 LicenseFiles: COPYING Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 Maintainer: Jo-Philipp Wich Architecture: mipsel_24kc -Installed-Size: 2911 -Filename: kmod-ipt-geoip_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 3674 -SHA256sum: 7b16a8aa5e80f346de1f914af4e28a9de92f0ba47f714c1862dedd20466ee40e +Installed-Size: 2912 +Filename: kmod-ipt-geoip_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 3673 +SHA256sum: 1e7b5fdebfc2085bc9742416205f0fa9861f8da1ce825beb9fd6c7693a081100 Description: geoip netfilter module Package: kmod-ipt-hashlimit -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core Source: package/kernel/linux SourceName: kmod-ipt-hashlimit License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 7924 -Filename: kmod-ipt-hashlimit_5.15.137-1_mipsel_24kc.ipk -Size: 8674 -SHA256sum: c3c3d688c3274b065daff07e0ce700c16f538f65bf8a28c7f69de044a713675e +Installed-Size: 7925 +Filename: kmod-ipt-hashlimit_5.15.134-1_mipsel_24kc.ipk +Size: 8693 +SHA256sum: 0e4a317d0fb241ee4a983a2e03627645dfe474f0ef475e33a334b4c2eec7cd23 Description: Kernel modules support for the hashlimit bucket match module Package: kmod-ipt-iface -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core Source: feeds/packages/net/xtables-addons SourceName: kmod-ipt-iface License: GPL-2.0 LicenseFiles: COPYING Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 Maintainer: Jo-Philipp Wich Architecture: mipsel_24kc -Installed-Size: 1184 -Filename: kmod-ipt-iface_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 1997 -SHA256sum: 76e7f9441ed750a264266f50705332fd648db088107f7918ecc2fc0b121ba37f +Installed-Size: 1183 +Filename: kmod-ipt-iface_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 1999 +SHA256sum: dbec5c7c1a517d7cb22dd6b01c255c6b9a96bad07bc9750090fbe145849e7728 Description: iface netfilter module Package: kmod-ipt-ipmark -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ipt-compat-xtables +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ipt-compat-xtables Source: feeds/packages/net/xtables-addons SourceName: kmod-ipt-ipmark License: GPL-2.0 LicenseFiles: COPYING Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 Maintainer: Jo-Philipp Wich Architecture: mipsel_24kc -Installed-Size: 1145 -Filename: kmod-ipt-ipmark_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 1962 -SHA256sum: bd48b7f789ae391566ed1ebec729d7adfe82efa07aba7a6d6a233826431dbf17 +Installed-Size: 1144 +Filename: kmod-ipt-ipmark_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 1970 +SHA256sum: cc72a59196ca371744bb5b4dd4cd04d905a7acc9aeeea58306d61f787fff3df5 Description: IPMARK netfilter module Package: kmod-ipt-ipopt -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core Source: package/kernel/linux SourceName: kmod-ipt-ipopt License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 6059 -Filename: kmod-ipt-ipopt_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 6060 +Filename: kmod-ipt-ipopt_5.15.134-1_mipsel_24kc.ipk Size: 6898 -SHA256sum: 998cb567363aee5e07f080ac0d19f8dffe082b2d7ad9dfd10bcd2b6f5ba6cf8d +SHA256sum: 50615f621d4216330ab2010c23c4cdec2e31ce5971722c336cea6b3fb252f95f Description: Netfilter (IPv4) modules for matching/changing IP packet options Includes: - CLASSIFY @@ -6366,52 +6366,52 @@ Description: Netfilter (IPv4) modules for matching/changing IP packet options - unclean Package: kmod-ipt-ipp2p -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ipt-compat-xtables +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ipt-compat-xtables Source: feeds/packages/net/xtables-addons SourceName: kmod-ipt-ipp2p License: GPL-2.0 LicenseFiles: COPYING Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 Maintainer: Jo-Philipp Wich Architecture: mipsel_24kc Installed-Size: 5689 -Filename: kmod-ipt-ipp2p_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 6495 -SHA256sum: 8f5decfbcf77a6924008ad75ede4619185a44f37296f52bf76ef2cd5331bf8f7 +Filename: kmod-ipt-ipp2p_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 6493 +SHA256sum: 46371dd9af0e7ff803e4ebcaa069c1aa6efb6dccf5caa475f60aa96ca16bbda8 Description: IPP2P netfilter module Package: kmod-ipt-iprange -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core Source: package/kernel/linux SourceName: kmod-ipt-iprange License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1216 -Filename: kmod-ipt-iprange_5.15.137-1_mipsel_24kc.ipk -Size: 1999 -SHA256sum: bd49823bd63c46ebd468c10a4c6f66508c68fd34b5f77943cf2417a794273f9a +Installed-Size: 1219 +Filename: kmod-ipt-iprange_5.15.134-1_mipsel_24kc.ipk +Size: 2001 +SHA256sum: e44ec9f586b547c4cdd940bedeff3e09deed895dbe448024e1cf3b83b23e9fb7 Description: Netfilter (IPv4) module for matching ip ranges Includes: - iprange Package: kmod-ipt-ipsec -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core Source: package/kernel/linux SourceName: kmod-ipt-ipsec License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 2939 -Filename: kmod-ipt-ipsec_5.15.137-1_mipsel_24kc.ipk -Size: 3716 -SHA256sum: 0888ce9bf6c9d0f5fae3359019b982e81edb0258532ca8cd9c3db9a478375822 +Filename: kmod-ipt-ipsec_5.15.134-1_mipsel_24kc.ipk +Size: 3721 +SHA256sum: 300b260ee39d1115ef1d83802f9cee37f38bfaee0b0fd72d646712660c7aab63 Description: Netfilter (IPv4) modules for matching IPSec packets Includes: - ah @@ -6419,350 +6419,350 @@ Description: Netfilter (IPv4) modules for matching IPSec packets - policy Package: kmod-ipt-ipset -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-nfnetlink +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-nfnetlink Source: package/kernel/linux SourceName: kmod-ipt-ipset License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 190638 -Filename: kmod-ipt-ipset_5.15.137-1_mipsel_24kc.ipk -Size: 191075 -SHA256sum: bd08144670359cb77ff29719c3e8917a957b5f9c5ff15bc92ff156b924513564 +Installed-Size: 190646 +Filename: kmod-ipt-ipset_5.15.134-1_mipsel_24kc.ipk +Size: 191130 +SHA256sum: 5fec89c6da68e284cb18053886a3e63c21a81240d32dd2611745235b14212366 Description: IPset netfilter modules Package: kmod-ipt-ipv4options -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core Source: feeds/packages/net/xtables-addons SourceName: kmod-ipt-ipv4options License: GPL-2.0 LicenseFiles: COPYING Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 Maintainer: Jo-Philipp Wich Architecture: mipsel_24kc -Installed-Size: 977 -Filename: kmod-ipt-ipv4options_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 1789 -SHA256sum: bacec46da7e501ce558401150ab80a413e17d4e956e7c1b77716c0c5c35b4ce2 +Installed-Size: 976 +Filename: kmod-ipt-ipv4options_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 1783 +SHA256sum: 703b682e8507f9e1a632e811b38b50aeac7072d0a0f9b6fb881e11494c9e57aa Description: ipv4options netfilter module Package: kmod-ipt-led -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core Source: package/kernel/linux SourceName: kmod-ipt-led License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 1857 -Filename: kmod-ipt-led_5.15.137-1_mipsel_24kc.ipk -Size: 2646 -SHA256sum: f8c61689cba714b07924757dc5e197f28d07af9cb736917ce125fb2a53add9f2 +Filename: kmod-ipt-led_5.15.134-1_mipsel_24kc.ipk +Size: 2640 +SHA256sum: a50183bcd42b3f07f17cc1744040259fe99c377adea551b24f5390a3694888f2 Description: Netfilter target to trigger a LED when a network packet is matched. Package: kmod-ipt-length2 -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ipt-compat-xtables +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ipt-compat-xtables Source: feeds/packages/net/xtables-addons SourceName: kmod-ipt-length2 License: GPL-2.0 LicenseFiles: COPYING Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 Maintainer: Jo-Philipp Wich Architecture: mipsel_24kc -Installed-Size: 2142 -Filename: kmod-ipt-length2_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 2968 -SHA256sum: 7d34cef734ac61600c4d2bf2a4d8aae52a4b4dba9142ae6062d98d864b3b759c +Installed-Size: 2143 +Filename: kmod-ipt-length2_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 2966 +SHA256sum: 61d4106c5cece73347f285576e33b60fc5e43875cf96e91ed71b036d52b1b525 Description: length2 netfilter module Package: kmod-ipt-logmark -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ipt-compat-xtables +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ipt-compat-xtables Source: feeds/packages/net/xtables-addons SourceName: kmod-ipt-logmark License: GPL-2.0 LicenseFiles: COPYING Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 Maintainer: Jo-Philipp Wich Architecture: mipsel_24kc -Installed-Size: 1947 -Filename: kmod-ipt-logmark_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 2779 -SHA256sum: 2d444d7fa7e77526d21c5bc179d7682e540a29f433aa9f41d9ef846619b8f463 +Installed-Size: 1948 +Filename: kmod-ipt-logmark_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 2780 +SHA256sum: eec8e1ef16e268bb2a965ad9445a1d3cfd802af8d73e2740089b7c99e85f7e63 Description: LOGMARK netfilter module Package: kmod-ipt-lscan -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core Source: feeds/packages/net/xtables-addons SourceName: kmod-ipt-lscan License: GPL-2.0 LicenseFiles: COPYING Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 Maintainer: Jo-Philipp Wich Architecture: mipsel_24kc -Installed-Size: 2287 -Filename: kmod-ipt-lscan_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 3063 -SHA256sum: 63d63397bb0022c54887e555b9c866b2158f594c25104652da0499ee267a09a7 +Installed-Size: 2288 +Filename: kmod-ipt-lscan_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 3067 +SHA256sum: f10bd5052ae2890d12f23639604567e769aabe6c18c841379546c5b151a33075 Description: lscan netfilter module Package: kmod-ipt-lua -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ipt-conntrack-extra +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ipt-conntrack-extra Source: feeds/packages/net/xtables-addons SourceName: kmod-ipt-lua License: GPL-2.0 LicenseFiles: COPYING Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 Maintainer: Jo-Philipp Wich Architecture: mipsel_24kc -Installed-Size: 80821 -Filename: kmod-ipt-lua_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 81164 -SHA256sum: 9ed0f8346dfb796560d14c455eb0363c00c1f65b5eb03c35a6c0c57878f3346a +Installed-Size: 80819 +Filename: kmod-ipt-lua_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 81161 +SHA256sum: 532d8296d79cd3b752a511b2fa06403c71fc6d2d8a6d54425c059df0ecef9835 Description: Lua PacketScript netfilter module Package: kmod-ipt-nat-extra -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ipt-nat +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ipt-nat Source: package/kernel/linux SourceName: kmod-ipt-nat-extra License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 1743 -Filename: kmod-ipt-nat-extra_5.15.137-1_mipsel_24kc.ipk -Size: 2548 -SHA256sum: 2a4370ebe8de36d25408145fd2e0dd72069646e8c4d39e038cc975a350442ff4 +Filename: kmod-ipt-nat-extra_5.15.134-1_mipsel_24kc.ipk +Size: 2543 +SHA256sum: 5aad96720b82812a3660b4dc9a08153cb7cbb94e360d0cac8c9515e569f6a2a6 Description: Netfilter (IPv4) kernel modules for extra NAT targets Includes: - NETMAP - REDIRECT Package: kmod-ipt-nat6 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-nf-nat6, kmod-ipt-core, kmod-ipt-conntrack, kmod-ipt-core, kmod-ipt-nat, kmod-ipt-core, kmod-ip6tables +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-nf-nat6, kmod-ipt-core, kmod-ipt-conntrack, kmod-ipt-core, kmod-ipt-nat, kmod-ipt-core, kmod-ip6tables Source: package/kernel/linux SourceName: kmod-ipt-nat6 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 3396 -Filename: kmod-ipt-nat6_5.15.137-1_mipsel_24kc.ipk -Size: 4168 -SHA256sum: 83df7be04cda991daac9f1d1a712ce234cbb333c83fa4cdfcac01f477ca339b0 +Filename: kmod-ipt-nat6_5.15.134-1_mipsel_24kc.ipk +Size: 4169 +SHA256sum: 1622dae2675cb5b82ca17b6158b5b6de6b3c298a0b794f1de00123af7e7c391a Description: Netfilter (IPv6) kernel modules for NAT targets Package: kmod-ipt-nat -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-nf-nat +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-nf-nat Source: package/kernel/linux SourceName: kmod-ipt-nat License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4228 -Filename: kmod-ipt-nat_5.15.137-1_mipsel_24kc.ipk -Size: 4977 -SHA256sum: a9572e948aaab71cdfc329b57a7518f16b1d8f47a29e13338dd9726a7ad1aa9c +Installed-Size: 4227 +Filename: kmod-ipt-nat_5.15.134-1_mipsel_24kc.ipk +Size: 4981 +SHA256sum: ee52fecd9f6cc3aaf7dd76a853ba0507627edec4c1111d9317bdbdcc487fe2b8 Description: Netfilter (IPv4) kernel modules for basic NAT targets Includes: - MASQUERADE Package: kmod-ipt-nathelper-rtsp -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ipt-conntrack-extra, kmod-ipt-nat +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ipt-conntrack-extra, kmod-ipt-nat Source: feeds/packages/net/xtables-addons SourceName: kmod-ipt-nathelper-rtsp License: GPL-2.0 LicenseFiles: COPYING Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 Maintainer: Jo-Philipp Wich Architecture: mipsel_24kc -Installed-Size: 9536 -Filename: kmod-ipt-nathelper-rtsp_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 10338 -SHA256sum: 24a4a44d5e7ee546ea1875e943cefc0d046246958df55e18d759340874eb8ef7 +Installed-Size: 9535 +Filename: kmod-ipt-nathelper-rtsp_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 10336 +SHA256sum: c2afdfed5adf9745fc1873011e0aa2aea744e6b57bce74b793adc2d0d71c8d52 Description: RTSP Conntrack and NAT netfilter module Package: kmod-ipt-nflog -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-nfnetlink-log +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-nfnetlink-log Source: package/kernel/linux SourceName: kmod-ipt-nflog License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1251 -Filename: kmod-ipt-nflog_5.15.137-1_mipsel_24kc.ipk -Size: 2047 -SHA256sum: 3a00398eebf7706b04fa69b0bda35a609cd36439ff439f5033bfd27a9ab63d4c +Installed-Size: 1253 +Filename: kmod-ipt-nflog_5.15.134-1_mipsel_24kc.ipk +Size: 2046 +SHA256sum: 7063467d922866f8b041ceb6f20231098b201a6bb40c16814aae298cd7b47510 Description: Netfilter module for user-space packet logging Includes: - NFLOG Package: kmod-ipt-nfqueue -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-nfnetlink-queue +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-nfnetlink-queue Source: package/kernel/linux SourceName: kmod-ipt-nfqueue License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 2270 -Filename: kmod-ipt-nfqueue_5.15.137-1_mipsel_24kc.ipk -Size: 3036 -SHA256sum: af061c8e6b7645bb9ba66f6f0c5cc1afe8d26189e45fe0a659ef18fd85027f15 +Filename: kmod-ipt-nfqueue_5.15.134-1_mipsel_24kc.ipk +Size: 3031 +SHA256sum: 740c41f2a3f9f89733298195d2dc0ae1cce2c7d1ee7778f4d7a6ed873ba9a50f Description: Netfilter module for user-space packet queuing Includes: - NFQUEUE Package: kmod-ipt-offload -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-nf-flow +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-nf-flow Source: package/kernel/linux SourceName: kmod-ipt-offload License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4760 -Filename: kmod-ipt-offload_5.15.137-1_mipsel_24kc.ipk -Size: 5505 -SHA256sum: c8b8d59f4a994684ddc19524b98e223180f3e7df00bfe4bba5dd900c6dddc7ee +Installed-Size: 4761 +Filename: kmod-ipt-offload_5.15.134-1_mipsel_24kc.ipk +Size: 5508 +SHA256sum: db265b716a09b6d764cd0c0b14b086782b7d388b5f8573114c5e30120c26ab03 Description: Netfilter routing/NAT offload support Package: kmod-ipt-physdev -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-br-netfilter +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-br-netfilter Source: package/kernel/linux SourceName: kmod-ipt-physdev License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1676 -Filename: kmod-ipt-physdev_5.15.137-1_mipsel_24kc.ipk -Size: 2449 -SHA256sum: 352610b25f6626a0334c373db29f5c8bc07fafbafd881b389e3e9a1a6d1e4d57 +Installed-Size: 1675 +Filename: kmod-ipt-physdev_5.15.134-1_mipsel_24kc.ipk +Size: 2445 +SHA256sum: a2b9a8cf04f12ba9c7c38bd512340d5f73c16a33505704d0af2d985576d5ac3b Description: The iptables physdev kernel module Package: kmod-ipt-proto -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core Source: feeds/packages/net/xtables-addons SourceName: kmod-ipt-proto License: GPL-2.0 LicenseFiles: COPYING Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 Maintainer: Jo-Philipp Wich Architecture: mipsel_24kc -Installed-Size: 1848 -Filename: kmod-ipt-proto_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 2665 -SHA256sum: cd0800409793b9f779ede62e44efa3b9c3fcda9bfbea7561e3c6b0040f3a0d2d +Installed-Size: 1850 +Filename: kmod-ipt-proto_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 2666 +SHA256sum: 19e7df3ce6324c4c96fd54634a03eca93ded5cba54f02d074d7dd9ad73ca6e5c Description: PROTO netfilter module Package: kmod-ipt-psd -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core Source: feeds/packages/net/xtables-addons SourceName: kmod-ipt-psd License: GPL-2.0 LicenseFiles: COPYING Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 Maintainer: Jo-Philipp Wich Architecture: mipsel_24kc Installed-Size: 2857 -Filename: kmod-ipt-psd_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 3639 -SHA256sum: 20e126fcfcbd985ed108f7c8ca3ef141098c212bd0fd57081ae7bfc21b5c40ee +Filename: kmod-ipt-psd_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 3621 +SHA256sum: 5c84a22d887d2aa868a8bb77df799a4414c8d0c592d97eb05537984fc7fe7a34 Description: psd netfilter module Package: kmod-ipt-quota2 -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core Source: feeds/packages/net/xtables-addons SourceName: kmod-ipt-quota2 License: GPL-2.0 LicenseFiles: COPYING Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 Maintainer: Jo-Philipp Wich Architecture: mipsel_24kc -Installed-Size: 3398 -Filename: kmod-ipt-quota2_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 4178 -SHA256sum: a282939b3d674b7f5ef060c2b28282c388a9f4775aee12c3c730d1bfa23d4803 +Installed-Size: 3399 +Filename: kmod-ipt-quota2_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 4175 +SHA256sum: ab67cd5a24014be1ea2817aa867732a63cac3a29157cbe9decaa5887c27d994e Description: quota2 netfilter module Package: kmod-ipt-raw6 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ip6tables +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ip6tables Source: package/kernel/linux SourceName: kmod-ipt-raw6 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1551 -Filename: kmod-ipt-raw6_5.15.137-1_mipsel_24kc.ipk -Size: 2320 -SHA256sum: 8a811d468fd0abfa4acb46276f7bf18b8c2dc714a38c97f9499cbac87231e693 +Installed-Size: 1554 +Filename: kmod-ipt-raw6_5.15.134-1_mipsel_24kc.ipk +Size: 2316 +SHA256sum: e87533262be3c457f1b6a38cd22d40b8525735548e2acbce9fe96fa6336b62ad Description: Netfilter IPv6 raw table support Package: kmod-ipt-raw -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core Source: package/kernel/linux SourceName: kmod-ipt-raw License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1551 -Filename: kmod-ipt-raw_5.15.137-1_mipsel_24kc.ipk -Size: 2312 -SHA256sum: 9da09bd1e7b646ace80b22e2d45705cd5caeee1c685c1250fe7b50a5cf7b5946 +Installed-Size: 1554 +Filename: kmod-ipt-raw_5.15.134-1_mipsel_24kc.ipk +Size: 2314 +SHA256sum: 2b796ec17a5f50c4ee520751aa60987e6bb5f814b8c9191b28741e14a513060d Description: Netfilter IPv4 raw table support Package: kmod-ipt-rpfilter -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core Source: package/kernel/linux SourceName: kmod-ipt-rpfilter License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2589 -Filename: kmod-ipt-rpfilter_5.15.137-1_mipsel_24kc.ipk -Size: 3338 -SHA256sum: 663e84e12d852e1fb7ed93121c29053cab2710936a662ac2613772a053f2df4e +Installed-Size: 2588 +Filename: kmod-ipt-rpfilter_5.15.134-1_mipsel_24kc.ipk +Size: 3333 +SHA256sum: 1d2dad028bf4875835fd9f37bd5dbf202b23a657f45e01bfde45aa37defdad16 Description: Kernel modules support for the Netfilter rpfilter match Package: kmod-ipt-rtpengine -Version: 5.15.137+10.5.2.6-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-aead, kmod-crypto-hash, kmod-ipt-core +Version: 5.15.134+10.5.2.6-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-aead, kmod-crypto-hash, kmod-ipt-core Source: feeds/telephony/net/rtpengine SourceName: kmod-ipt-rtpengine License: GPL-3.0 @@ -6773,197 +6773,197 @@ SourceDateEpoch: 1696666302 Maintainer: Sebastian Kemper Architecture: mipsel_24kc Installed-Size: 24389 -Filename: kmod-ipt-rtpengine_5.15.137+10.5.2.6-3_mipsel_24kc.ipk -Size: 25229 -SHA256sum: 6fe98274294bcbbe5af0d86f282b57e8d1581a20480c41f01344e4f4209b5119 +Filename: kmod-ipt-rtpengine_5.15.134+10.5.2.6-3_mipsel_24kc.ipk +Size: 25226 +SHA256sum: bdb6095dd0528b72d79f31bd28587d7cfb304f282a49a179d3ac85db4a99ec6c Description: Netfilter kernel module for rtpengine Package: kmod-ipt-socket -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-socket, kmod-nf-conntrack, kmod-ipt-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-socket, kmod-nf-conntrack, kmod-ipt-core Source: package/kernel/linux SourceName: kmod-ipt-socket License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2289 -Filename: kmod-ipt-socket_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 2288 +Filename: kmod-ipt-socket_5.15.134-1_mipsel_24kc.ipk Size: 3028 -SHA256sum: 29182fdb7e5d9f7e7820827d45688808230b51af6626abfcb36e19322ee31679 +SHA256sum: ff005a4cb83a45d2a3fade72eedf1537f28c4764b912002aedde25aa03f25708 Description: Kernel modules for socket matching Package: kmod-ipt-sysrq -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ipt-compat-xtables, kmod-crypto-hash +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ipt-compat-xtables, kmod-crypto-hash Source: feeds/packages/net/xtables-addons SourceName: kmod-ipt-sysrq License: GPL-2.0 LicenseFiles: COPYING Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 Maintainer: Jo-Philipp Wich Architecture: mipsel_24kc -Installed-Size: 3516 -Filename: kmod-ipt-sysrq_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 4315 -SHA256sum: c70a3c8108a39152279ed4ce2a5768eb44aef08c07aade318e8c1242ba3b6254 +Installed-Size: 3514 +Filename: kmod-ipt-sysrq_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 4313 +SHA256sum: 222a46c599615a2e4b94e048f75ef47d638f2e7bec8575ccafdcbeeae456096e Description: SYSRQ netfilter module Package: kmod-ipt-tarpit -Version: 5.15.137+3.24-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-ipt-compat-xtables +Version: 5.15.134+3.24-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-ipt-compat-xtables Source: feeds/packages/net/xtables-addons SourceName: kmod-ipt-tarpit License: GPL-2.0 LicenseFiles: COPYING Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 Maintainer: Jo-Philipp Wich Architecture: mipsel_24kc Installed-Size: 3607 -Filename: kmod-ipt-tarpit_5.15.137+3.24-1_mipsel_24kc.ipk -Size: 4396 -SHA256sum: d663cc18b67383b8f3120c50f9a624cc789deec1d5449124e90293b443246761 +Filename: kmod-ipt-tarpit_5.15.134+3.24-1_mipsel_24kc.ipk +Size: 4394 +SHA256sum: 4db9c3e82ab56eed5f4ee1a05bae36fc9a272d5538baef56dc62f0f4009a6aa9 Description: TARPIT netfilter module Package: kmod-ipt-tee -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-conntrack, kmod-ipt-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-conntrack, kmod-ipt-core Source: package/kernel/linux SourceName: kmod-ipt-tee License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3935 -Filename: kmod-ipt-tee_5.15.137-1_mipsel_24kc.ipk -Size: 4673 -SHA256sum: 7810ed99a42503a58340ed9cb4136fceb426a94a793411b7d226132c7e7c37e8 +Installed-Size: 3938 +Filename: kmod-ipt-tee_5.15.134-1_mipsel_24kc.ipk +Size: 4680 +SHA256sum: 5aea424b99655be3ceee82f2a841170e87572e26cdf8dad1a1f1c97a222d37a2 Description: Kernel modules for TEE Package: kmod-ipt-tproxy -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-tproxy, kmod-nf-conntrack, kmod-ipt-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-tproxy, kmod-nf-conntrack, kmod-ipt-core Source: package/kernel/linux SourceName: kmod-ipt-tproxy License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2478 -Filename: kmod-ipt-tproxy_5.15.137-1_mipsel_24kc.ipk -Size: 3217 -SHA256sum: a9f08530ae6b61f649def48ff9aba6d4b046993cd2dc1d4b52af5f6da3a08aa7 +Installed-Size: 2479 +Filename: kmod-ipt-tproxy_5.15.134-1_mipsel_24kc.ipk +Size: 3213 +SHA256sum: bd36e2d4cb67a4f549c765a463f6c26a194fc75e9ee29a967a96c43ed876349d Description: Kernel modules for Transparent Proxying Package: kmod-ipt-u32 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core Source: package/kernel/linux SourceName: kmod-ipt-u32 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 1339 -Filename: kmod-ipt-u32_5.15.137-1_mipsel_24kc.ipk -Size: 2098 -SHA256sum: 9788ffa860545e6459d83320c90b6631f18e61ede5110c25ae6f2652a3ae97bd +Filename: kmod-ipt-u32_5.15.134-1_mipsel_24kc.ipk +Size: 2094 +SHA256sum: d62c2cdfd3d3baf29e2f1a9fb3ff22b636050a1f0328a81f51f37aec46078442 Description: Kernel modules for U32 Package: kmod-iptunnel4 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-iptunnel4 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 2345 -Filename: kmod-iptunnel4_5.15.137-1_mipsel_24kc.ipk -Size: 3063 -SHA256sum: 28dfb00626c99fdf983565ef070cf406b003d9deec0cb60ef28795d99873cdc3 +Filename: kmod-iptunnel4_5.15.134-1_mipsel_24kc.ipk +Size: 3069 +SHA256sum: f2ef4e034905437e425717d99c12fd353a631ae781d75b44cc1572c8cdb0eb31 Description: Kernel modules for IPv4 tunneling Package: kmod-iptunnel6 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-iptunnel6 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2494 -Filename: kmod-iptunnel6_5.15.137-1_mipsel_24kc.ipk -Size: 3219 -SHA256sum: 0ce3077d0863f0a9cdaa2998f14ae61b0f9614926bd49c6f695092b7b2e4266a +Installed-Size: 2493 +Filename: kmod-iptunnel6_5.15.134-1_mipsel_24kc.ipk +Size: 3209 +SHA256sum: bd7a5c189b8c7a3288f77123b5eedbaf968dfdb044372dd75960bdfa91ba2e84 Description: Kernel modules for IPv6 tunneling Package: kmod-iptunnel -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-iptunnel License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 10526 -Filename: kmod-iptunnel_5.15.137-1_mipsel_24kc.ipk -Size: 11278 -SHA256sum: 257b3fcddfbd40f5ebb3c1de7ac2ffe05beec8974869fc453b27acc11d0b494c +Installed-Size: 10525 +Filename: kmod-iptunnel_5.15.134-1_mipsel_24kc.ipk +Size: 11268 +SHA256sum: 75d0aa627983dce995f2fb15e4d1620c1fe3b795b85401ec36228a0ed35f3bfc Description: Kernel module for generic IP tunnel support Package: kmod-ipvlan -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-ipvlan License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 12900 -Filename: kmod-ipvlan_5.15.137-1_mipsel_24kc.ipk -Size: 13680 -SHA256sum: 6db3a672f9e0280a8504f49d5128d6a5faa523b2fffdf30e8d580c462178e815 +Installed-Size: 12902 +Filename: kmod-ipvlan_5.15.134-1_mipsel_24kc.ipk +Size: 13683 +SHA256sum: 072fa5e9703b11571620db87dabfa777d8431221298a04b447a11d938935f92f Description: A kernel module which allows one to create virtual interfaces that map packets to or from specific IP addresses to a particular interface Package: kmod-iscsi-initiator -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-scsi-core, kmod-crypto-hash +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-scsi-core, kmod-crypto-hash Source: package/kernel/linux SourceName: kmod-iscsi-initiator License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 72834 -Filename: kmod-iscsi-initiator_5.15.137-1_mipsel_24kc.ipk -Size: 72961 -SHA256sum: 3632f5a2ac8187a874bd2a3c1c8e8014a9f76a70c16fb1e56620c668ae5d1bb4 +Installed-Size: 72831 +Filename: kmod-iscsi-initiator_5.15.134-1_mipsel_24kc.ipk +Size: 72962 +SHA256sum: 3882547f76db2c9c329423c73fac663000db91bc522ca4c72d38035d9be5763f Description: The iSCSI Driver provides a host with the ability to access storage through an IP network. The driver uses the iSCSI protocol to transport SCSI requests and responses over a TCP/IP network between the host (the "initiator") and "targets". Package: kmod-iwlwifi -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211 +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211 Source: package/kernel/mac80211 SourceName: kmod-iwlwifi Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 363837 -Filename: kmod-iwlwifi_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 362994 -SHA256sum: f36fd1f97f85c92b9aee7572f7d3b0d61ce0b6ddbe6b5bcabcc22e17841fae91 +Installed-Size: 363839 +Filename: kmod-iwlwifi_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 362921 +SHA256sum: 7afa9098e248e4e384afa0b858ad0145ac3d26d1a2268c5ba919ee0b4cb46bfb Description: iwlwifi kernel module for Intel Wireless WiFi Link 6250AGN Adapter Intel 6000 Series Wi-Fi Adapters (6200AGN and 6300AGN) @@ -6982,66 +6982,66 @@ Description: iwlwifi kernel module for Intel 3165 Wi-Fi Adapter Package: kmod-ixgbe -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mdio, kmod-ptp, kmod-hwmon-core, kmod-libphy, kmod-mdio-devres +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mdio, kmod-ptp, kmod-hwmon-core, kmod-libphy, kmod-mdio-devres Source: package/kernel/linux SourceName: kmod-ixgbe License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 122011 -Filename: kmod-ixgbe_5.15.137-1_mipsel_24kc.ipk -Size: 122479 -SHA256sum: 5893394b052a99f2294de9e0343ec408612a2a89ac07095ee6e849c345362d00 +Installed-Size: 122013 +Filename: kmod-ixgbe_5.15.134-1_mipsel_24kc.ipk +Size: 122500 +SHA256sum: 5f5e001a3bc963782787363f28d9c87c76e30a4d0e0e9dd2d432369a51c1c446 Description: Kernel modules for Intel(R) 82598/82599 PCI-Express 10 Gigabit Ethernet adapters. Package: kmod-ixgbevf -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ixgbe +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ixgbe Source: package/kernel/linux SourceName: kmod-ixgbevf License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-ixgbevf_5.15.137-1_mipsel_24kc.ipk -Size: 846 -SHA256sum: 421ef366f9a58837440063ecc5b13fe9b3eba7ae9b870a4c1207059df7f56cff +Filename: kmod-ixgbevf_5.15.134-1_mipsel_24kc.ipk +Size: 847 +SHA256sum: cec6532f9c99e6fd8a0a2f399e7e536cde7ece0421f10361e2c4adfd8607eca3 Description: Kernel modules for Intel(R) 82599 Virtual Function Ethernet adapters. Package: kmod-jool-netfilter -Version: 5.15.137+4.1.8-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-md5, kmod-nf-conntrack, kmod-nf-conntrack6 +Version: 5.15.134+4.1.8-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-md5, kmod-nf-conntrack, kmod-nf-conntrack6 Source: feeds/packages/net/jool SourceName: kmod-jool-netfilter License: GPL-2.0-only LicenseFiles: COPYING Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 Architecture: mipsel_24kc Installed-Size: 95259 -Filename: kmod-jool-netfilter_5.15.137+4.1.8-1_mipsel_24kc.ipk -Size: 95731 -SHA256sum: cc2235813456db5de786046206b2ec156d42ed0c9608c6f15512f23c9b02b016 +Filename: kmod-jool-netfilter_5.15.134+4.1.8-1_mipsel_24kc.ipk +Size: 95768 +SHA256sum: 289d7852fa7d7aa8b35efdacfcfca493973c2fb7ac87c1bb2af60f16fdddd802 Description: Jool is an Open Source SIIT and NAT64 for Linux. This package provides the kernel module for Jool with netfilter API Only. Package: kmod-keys-encrypted -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-cbc, kmod-crypto-hmac, kmod-crypto-rng, kmod-crypto-sha256, kmod-keys-trusted +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-cbc, kmod-crypto-hmac, kmod-crypto-rng, kmod-crypto-sha256, kmod-keys-trusted Source: package/kernel/linux SourceName: kmod-keys-encrypted License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 7396 -Filename: kmod-keys-encrypted_5.15.137-1_mipsel_24kc.ipk -Size: 8333 -SHA256sum: 8dc43b8f897b313c801325b7727362776c33715d905b0a1a1ab445d004acd593 +Installed-Size: 7399 +Filename: kmod-keys-encrypted_5.15.134-1_mipsel_24kc.ipk +Size: 8335 +SHA256sum: 6b898cf3d78ea3c12f9f04761058addfd2d7cfd914a95183fa2ebbf8fe4e36e1 Description: This module provides support for create/encrypting/decrypting keys in the kernel. Encrypted keys are kernel generated random numbers, which are encrypted/decrypted with a 'master' symmetric key. The @@ -7049,18 +7049,18 @@ Description: This module provides support for create/encrypting/decrypting keys Userspace only ever sees/stores encrypted blobs. Package: kmod-keys-trusted -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-hash, kmod-crypto-hmac, kmod-crypto-sha1, kmod-tpm +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-hash, kmod-crypto-hmac, kmod-crypto-sha1, kmod-tpm Source: package/kernel/linux SourceName: kmod-keys-trusted License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 13001 -Filename: kmod-keys-trusted_5.15.137-1_mipsel_24kc.ipk -Size: 13891 -SHA256sum: 6a53dbb785cbbea4f01d43aac9a038c0e1e61cbd82afcec1cfe84aaa2f923523 +Installed-Size: 12762 +Filename: kmod-keys-trusted_5.15.134-1_mipsel_24kc.ipk +Size: 13656 +SHA256sum: 06ad80abafa1de31d695848559b2c59582b52e604fa0d1dc3f65401a9a9c9780 Description: This module provides support for creating, sealing, and unsealing keys in the kernel. Trusted keys are random number symmetric keys, generated and RSA-sealed by the TPM. The TPM only unseals the keys, @@ -7068,596 +7068,596 @@ Description: This module provides support for creating, sealing, and unsealing see encrypted blobs. Package: kmod-l2tp-eth -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-l2tp +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-l2tp Source: package/kernel/linux SourceName: kmod-l2tp-eth License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 2978 -Filename: kmod-l2tp-eth_5.15.137-1_mipsel_24kc.ipk -Size: 3714 -SHA256sum: 3838de0529c902f6ff16e7fda8f0290bad618e3872ed2f93fdeef6950832b8aa +Filename: kmod-l2tp-eth_5.15.134-1_mipsel_24kc.ipk +Size: 3712 +SHA256sum: 592179acd44ac04c01ffd84a8af73821475c013c924de92a20cffed82b25dcd4 Description: Kernel modules for L2TP ethernet pseudowire support for L2TPv3 Package: kmod-l2tp-ip -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-l2tp +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-l2tp Source: package/kernel/linux SourceName: kmod-l2tp-ip License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 10141 -Filename: kmod-l2tp-ip_5.15.137-1_mipsel_24kc.ipk -Size: 10877 -SHA256sum: e04a082ed2128f88b387caf806d90b3516770aa3dcc90b869a46ef405b841e1a +Installed-Size: 10121 +Filename: kmod-l2tp-ip_5.15.134-1_mipsel_24kc.ipk +Size: 10854 +SHA256sum: e35779b310525a3aecf58b546c17e718f6ee15f6afa87d6a96d11205396fb24f Description: Kernel modules for L2TP IP encapsulation for L2TPv3 Package: kmod-l2tp -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-udptunnel4, kmod-udptunnel6 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-udptunnel4, kmod-udptunnel6 Source: package/kernel/linux SourceName: kmod-l2tp License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 13810 -Filename: kmod-l2tp_5.15.137-1_mipsel_24kc.ipk -Size: 14557 -SHA256sum: bcea9caf45788bd160239bfdb65444cfb4eb7fbf73dbbf5596c25a3d8b345508 +Installed-Size: 13812 +Filename: kmod-l2tp_5.15.134-1_mipsel_24kc.ipk +Size: 14558 +SHA256sum: fa5d77bddae05ad15996f087c17711ae5164e940dc8682cf806a97654b05940f Description: Kernel modules for L2TP V3 Support Package: kmod-lan743x -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ptp, kmod-mdio-devres +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ptp, kmod-mdio-devres Source: package/kernel/linux SourceName: kmod-lan743x License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 22973 -Filename: kmod-lan743x_5.15.137-1_mipsel_24kc.ipk -Size: 23670 -SHA256sum: 50faf3acd850b6a9a193e4fdd492f68b030fe3da2fd775055ffdd7b3dc8bf379 +Filename: kmod-lan743x_5.15.134-1_mipsel_24kc.ipk +Size: 23672 +SHA256sum: c3e000b5a80a837d16e03ede8fc7d8079d2f1893d5ea5cd21612c0f16e598d8f Description: Kernel module for Microchip LAN743x PCI Express Gigabit Ethernet NIC Package: kmod-leds-gpio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-leds-gpio License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2655 -Filename: kmod-leds-gpio_5.15.137-1_mipsel_24kc.ipk -Size: 3399 -SHA256sum: 85e1f372d1855dfa746031951b58d033e1cc566e76534c4d41dcccea90159d41 +Installed-Size: 2654 +Filename: kmod-leds-gpio_5.15.134-1_mipsel_24kc.ipk +Size: 3384 +SHA256sum: 443e50cc21b317a6b17e16ee2e7ea065bb82f62e6c2fb071ff6eeb6a29e9fe9a Description: Kernel module for LEDs on GPIO lines Package: kmod-leds-pca955x -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core Source: package/kernel/linux SourceName: kmod-leds-pca955x License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4405 -Filename: kmod-leds-pca955x_5.15.137-1_mipsel_24kc.ipk -Size: 5215 -SHA256sum: 1752cb32e26447e42cb3c3d85c83fba61789d8480aff4a3d9bdf3678db482278 +Installed-Size: 4407 +Filename: kmod-leds-pca955x_5.15.134-1_mipsel_24kc.ipk +Size: 5213 +SHA256sum: 8f53830760d6833574f43d6fad99f1ca5fe7761520e432129f263aa595b11c2a Description: This option enables support for LEDs connected to PCA955x LED driver chips accessed via the I2C bus. Supported devices include PCA9550, PCA9551, PCA9552, and PCA9553. Package: kmod-leds-pca963x -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core Source: package/kernel/linux SourceName: kmod-leds-pca963x License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 3273 -Filename: kmod-leds-pca963x_5.15.137-1_mipsel_24kc.ipk -Size: 4023 -SHA256sum: 8dc699fe34617cb297ded57200ebb4f8ae3949b6b0964e99612edfc871faf287 +Filename: kmod-leds-pca963x_5.15.134-1_mipsel_24kc.ipk +Size: 4020 +SHA256sum: 8f3f0ad65379c1989f0c5ceb630382e79bd04a77bf026a036195647897621c27 Description: Driver for the NXP PCA963x I2C LED controllers. Package: kmod-leds-tlc591xx -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-regmap-i2c +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-regmap-i2c Source: package/kernel/linux SourceName: kmod-leds-tlc591xx License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2008 -Filename: kmod-leds-tlc591xx_5.15.137-1_mipsel_24kc.ipk -Size: 2779 -SHA256sum: 70d6fe9940656ff36a98e860145d738d65d97143f78b627498af6199bf70bac4 +Installed-Size: 1999 +Filename: kmod-leds-tlc591xx_5.15.134-1_mipsel_24kc.ipk +Size: 2776 +SHA256sum: d14bb0484fcc637f8577d2b9f7f96d12a79d702a1b5e2968345a65137b22358d Description: This option enables support for Texas Instruments TLC59108 and TLC59116 LED controllers. Package: kmod-leds-uleds -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-leds-uleds License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 2242 -Filename: kmod-leds-uleds_5.15.137-1_mipsel_24kc.ipk -Size: 2977 -SHA256sum: f2a64628fefc8517cc3b8de9e803e832d84acee6dcade79954dbef3fb9fe705a +Filename: kmod-leds-uleds_5.15.134-1_mipsel_24kc.ipk +Size: 2972 +SHA256sum: 3584cdffda4997d9a85c70e613d6925cc6ce623fede5177ce45e62b98c0bef73 Description: This option enables support for userspace LEDs. Package: kmod-ledtrig-activity -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-ledtrig-activity License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2218 -Filename: kmod-ledtrig-activity_5.15.137-1_mipsel_24kc.ipk -Size: 2993 -SHA256sum: b89ffcef45ada5974910b0895c7f104315f9f5045c08ddb4acc21e0b6a946b96 +Installed-Size: 2216 +Filename: kmod-ledtrig-activity_5.15.134-1_mipsel_24kc.ipk +Size: 2988 +SHA256sum: e6449369777ed0df9643b5301174287920edd18fe5e614eac6ce2057f9323437 Description: Kernel module that allows LEDs to blink based on system load Package: kmod-ledtrig-audio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-ledtrig-audio License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1151 -Filename: kmod-ledtrig-audio_5.15.137-1_mipsel_24kc.ipk -Size: 1944 -SHA256sum: 501693d27ffd6133d28cf666dc9d2902b200deb59107e7f490b470c4a6cd1752 +Installed-Size: 1150 +Filename: kmod-ledtrig-audio_5.15.134-1_mipsel_24kc.ipk +Size: 1943 +SHA256sum: e12ac60ae6916f3572632dd4377f0ffbcb32d17e75cf61b9a71393c815532db1 Description: Kernel module that allows LEDs to be controlled by audio drivers to follow audio mute and mic-mute changes. Package: kmod-ledtrig-gpio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-ledtrig-gpio License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2039 -Filename: kmod-ledtrig-gpio_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 2040 +Filename: kmod-ledtrig-gpio_5.15.134-1_mipsel_24kc.ipk Size: 2813 -SHA256sum: 55bf10961a06e42e078b2822f776b10b13243171c67fdbc6e8b95ce9fe33606b +SHA256sum: 637e650692158d8570a8871f041ddade3f2babfee16ddb38c5810bcc059b3492 Description: Kernel module that allows LEDs to be controlled by gpio events Package: kmod-ledtrig-oneshot -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-ledtrig-oneshot License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1662 -Filename: kmod-ledtrig-oneshot_5.15.137-1_mipsel_24kc.ipk -Size: 2453 -SHA256sum: 196ab5aabe49db65dea2672b6748c2a6384baa3f558379068f2e6f55e48fbff3 +Installed-Size: 1664 +Filename: kmod-ledtrig-oneshot_5.15.134-1_mipsel_24kc.ipk +Size: 2459 +SHA256sum: 05e2f90281d3b22d8815c28a24616e1e62b464403a1a7c8e11e2b999c60e3f65 Description: Kernel module that allows LEDs to be triggered by sporadic events in one-shot pulses Package: kmod-ledtrig-pattern -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-ledtrig-pattern License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3132 -Filename: kmod-ledtrig-pattern_5.15.137-1_mipsel_24kc.ipk -Size: 3910 -SHA256sum: 65bf0326607c4fcb2d8c919bb72b3dd052c7b21d75a0181791516ea52f9cac70 +Installed-Size: 3131 +Filename: kmod-ledtrig-pattern_5.15.134-1_mipsel_24kc.ipk +Size: 3907 +SHA256sum: ce73b1ddf63a5a5476fd0ee39982f7028617a34efe0507ca1cf8dd9225adc606 Description: This allows LEDs to be controlled by a software or hardware pattern which is a series of tuples, of brightness and duration (ms). Package: kmod-ledtrig-transient -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-ledtrig-transient License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1729 -Filename: kmod-ledtrig-transient_5.15.137-1_mipsel_24kc.ipk -Size: 2514 -SHA256sum: 8985bd66b046488ba1b7a569dd61fc8fa85edbc9cd2f3822f344675700688eb1 +Installed-Size: 1727 +Filename: kmod-ledtrig-transient_5.15.134-1_mipsel_24kc.ipk +Size: 2506 +SHA256sum: 57a1d612461cf6f1ba4cc08c6d1156c09a1d13253cf3a0883ecf632679b67e6d Description: Kernel module that allows LEDs one time activation of a transient state. Package: kmod-ledtrig-tty -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-ledtrig-tty License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2016 -Filename: kmod-ledtrig-tty_5.15.137-1_mipsel_24kc.ipk -Size: 2821 -SHA256sum: c481d8e2ebd48e3a988f1b824d42514c3315ac52c41c8cf936a8eab0850c10cf +Installed-Size: 2013 +Filename: kmod-ledtrig-tty_5.15.134-1_mipsel_24kc.ipk +Size: 2816 +SHA256sum: f23b34496e07c41402f9f43ca6f3bc15b2f9ba5495c062b05f868ce043b48803 Description: This allows LEDs to be controlled by activity on ttys which includes serial devices like '/dev/ttyS0'. Package: kmod-lib-842 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-acompress, kmod-crypto-crc32 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-acompress, kmod-crypto-crc32 Source: package/kernel/linux SourceName: kmod-lib-842 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 8534 -Filename: kmod-lib-842_5.15.137-1_mipsel_24kc.ipk -Size: 9279 -SHA256sum: 8989ee883d83705a43d4a6b5f88d7c288e52494cddcbb4f9f991016bb5f65b51 +Filename: kmod-lib-842_5.15.134-1_mipsel_24kc.ipk +Size: 9285 +SHA256sum: 0b325df3272be4cdb956f770d157705c1dd8d771320bb22f551b9bd60299ff76 Description: Kernel module for 842 compression/decompression support Package: kmod-lib-cordic -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-lib-cordic License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1034 -Filename: kmod-lib-cordic_5.15.137-1_mipsel_24kc.ipk -Size: 1788 -SHA256sum: df2eb15bb0cf3d4ecb2c4852986c656ec29e5eac956d350d00213995fc9d6d1c +Installed-Size: 1035 +Filename: kmod-lib-cordic_5.15.134-1_mipsel_24kc.ipk +Size: 1779 +SHA256sum: 70e866e8ce734c0208b84ad2b090851ec3e8eff4d43020fad2f43e2eb92b5b16 Description: Kernel module for Cordic function support Package: kmod-lib-crc-ccitt -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-lib-crc-ccitt License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2023 -Filename: kmod-lib-crc-ccitt_5.15.137-1_mipsel_24kc.ipk -Size: 2784 -SHA256sum: 9361ba59d27552bd051bd8d25c113f42f6f8c63a6719e0ec6eb2b7e250e6f525 +Installed-Size: 2020 +Filename: kmod-lib-crc-ccitt_5.15.134-1_mipsel_24kc.ipk +Size: 2781 +SHA256sum: 3fab3618acbd173427a6db208416c1bb729eec0d106e6a51272c5bce06bba88b Description: Kernel module for CRC-CCITT support Package: kmod-lib-crc-itu-t -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-lib-crc-itu-t License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1387 -Filename: kmod-lib-crc-itu-t_5.15.137-1_mipsel_24kc.ipk -Size: 2152 -SHA256sum: 7944b99df05760f6bda14246a75f4e163009e4a53653da01df7a75cb34121d21 +Installed-Size: 1386 +Filename: kmod-lib-crc-itu-t_5.15.134-1_mipsel_24kc.ipk +Size: 2144 +SHA256sum: 3cd02dc33257f0fc04d96a08a2775a3505e003858177208a9e14e0be579477a6 Description: Kernel module for CRC ITU-T V.41 support Package: kmod-lib-crc16 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-lib-crc16 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1342 -Filename: kmod-lib-crc16_5.15.137-1_mipsel_24kc.ipk -Size: 2109 -SHA256sum: 482146d0032d27bc95cd32e0cad230287ee166dc0722188fc611bf16ec3c360d +Installed-Size: 1343 +Filename: kmod-lib-crc16_5.15.134-1_mipsel_24kc.ipk +Size: 2100 +SHA256sum: 1f088f8888d0fc531402027f104e5557f5cff2bbdd0d3a88ae984391b0c905a4 Description: Kernel module for CRC16 support Package: kmod-lib-crc32c -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-crc32c +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-crc32c Source: package/kernel/linux SourceName: kmod-lib-crc32c License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1142 -Filename: kmod-lib-crc32c_5.15.137-1_mipsel_24kc.ipk -Size: 1909 -SHA256sum: f4a334cd8eda01fcd52be959c0201fb2123d7a05e570ef4be7f09d512d94e33c +Installed-Size: 1141 +Filename: kmod-lib-crc32c_5.15.134-1_mipsel_24kc.ipk +Size: 1902 +SHA256sum: a79fac92b49498d310547934ead70d80aedac2b192dfee778511621c4bb9c9a0 Description: Kernel module for CRC32 support Package: kmod-lib-crc7 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-lib-crc7 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 1101 -Filename: kmod-lib-crc7_5.15.137-1_mipsel_24kc.ipk -Size: 1844 -SHA256sum: 3ca5a7cbd0d645abe90d9aabdc66c79e12820763e5bc71ed2378ed3982cd006e +Filename: kmod-lib-crc7_5.15.134-1_mipsel_24kc.ipk +Size: 1846 +SHA256sum: 2b9b7819ee7fd9f35834f4cb7f079796e42ed2659f56ce92b29688ba22d9e9e6 Description: Kernel module for CRC7 support Package: kmod-lib-crc8 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-lib-crc8 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 943 -Filename: kmod-lib-crc8_5.15.137-1_mipsel_24kc.ipk -Size: 1684 -SHA256sum: 51a58e5ac9ea0bcead8c3b80c3dc70bc84302a7f215e9b0e07b430c894a07bfd +Installed-Size: 951 +Filename: kmod-lib-crc8_5.15.134-1_mipsel_24kc.ipk +Size: 1693 +SHA256sum: b528fd4284d8dac29d37420dfc40bfc4bb54f218653f1c345f4d96b0abe647f2 Description: Kernel module for CRC8 support Package: kmod-lib-lz4 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-acompress +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-acompress Source: package/kernel/linux SourceName: kmod-lib-lz4 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 25048 -Filename: kmod-lib-lz4_5.15.137-1_mipsel_24kc.ipk -Size: 25752 -SHA256sum: 1735fe7afb78bcf7122223b2392c176dbff3430ef2abcc4e75ebb1e34faa5866 +Filename: kmod-lib-lz4_5.15.134-1_mipsel_24kc.ipk +Size: 25751 +SHA256sum: 8232d85df73aab656a877b41413be29c81bf4df6e820cc2690ff05976bb3f6e6 Description: Kernel module for LZ4 compression/decompression support Package: kmod-lib-lzo -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-acompress +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-acompress Source: package/kernel/linux SourceName: kmod-lib-lzo License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4794 -Filename: kmod-lib-lzo_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 4795 +Filename: kmod-lib-lzo_5.15.134-1_mipsel_24kc.ipk Size: 5529 -SHA256sum: bab70698875e954df2c8704058932087e40669df97fdd325550a5663b8a35878 +SHA256sum: c111563bbefb320f99176e737e7a0390f9a56129e8d8cc6bface34a597cb2f81 Description: Kernel module for LZO compression/decompression support Package: kmod-lib-raid6 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-lib-raid6 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 76614 -Filename: kmod-lib-raid6_5.15.137-1_mipsel_24kc.ipk -Size: 77385 -SHA256sum: 7553c9dc27c51f3a79e5d0d8d6009108cdef0fb36f3a45d6620937c2dd30963d +Installed-Size: 76613 +Filename: kmod-lib-raid6_5.15.134-1_mipsel_24kc.ipk +Size: 77376 +SHA256sum: 15fa5cd353c54cade409bd08178e6c7df5dd32fb62bccecc6feac44ee3f61307 Description: Kernel module for RAID6 algorithms Package: kmod-lib-textsearch -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-lib-textsearch License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3793 -Filename: kmod-lib-textsearch_5.15.137-1_mipsel_24kc.ipk -Size: 4531 -SHA256sum: 9068d7e75d8795b7bbc250e37d2df089ad63c5115d5a4a083c0615576e6e7626 +Installed-Size: 3794 +Filename: kmod-lib-textsearch_5.15.134-1_mipsel_24kc.ipk +Size: 4529 +SHA256sum: 9ad1860c1e165f40c47885c50b978ff9d939e1766977a2a39fb9baeae72d9364 Description: Textsearch support Package: kmod-lib-xor -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-lib-xor License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4706 -Filename: kmod-lib-xor_5.15.137-1_mipsel_24kc.ipk -Size: 5423 -SHA256sum: 1582be06965d026141a9c1af935b2a4be0298543cefa821027b307ff71b30e91 +Installed-Size: 4707 +Filename: kmod-lib-xor_5.15.134-1_mipsel_24kc.ipk +Size: 5427 +SHA256sum: bdc42a648f9753551fe03a6d499f0c5c919e9627803abdad55a52ff0369bb568 Description: Kernel module for XOR blocks algorithms Package: kmod-lib-zlib-deflate -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-lib-zlib-deflate License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 10969 -Filename: kmod-lib-zlib-deflate_5.15.137-1_mipsel_24kc.ipk -Size: 11709 -SHA256sum: e9d81f0c5493f15ae4235eb747047682dacd9403269d23b1582bed07c277b0d8 +Installed-Size: 10968 +Filename: kmod-lib-zlib-deflate_5.15.134-1_mipsel_24kc.ipk +Size: 11699 +SHA256sum: 436fe3851c6692cacd9671873c943297b940d12bbdf0ebd54bdd553909a966a8 Description: Zlib support Package: kmod-lib-zlib-inflate -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-lib-zlib-inflate License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 8821 -Filename: kmod-lib-zlib-inflate_5.15.137-1_mipsel_24kc.ipk -Size: 9489 -SHA256sum: 5f635c9d06274c15ef7e28bbe6d71344337a6aab6cdb2583f8c9e896eabc762b +Installed-Size: 8820 +Filename: kmod-lib-zlib-inflate_5.15.134-1_mipsel_24kc.ipk +Size: 9491 +SHA256sum: 94a583089df584c749567545aa9a88aa79923973b76034b5c07c3ea8b504bd22 Description: Zlib support Package: kmod-lib-zstd -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-acompress +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-acompress Source: package/kernel/linux SourceName: kmod-lib-zstd License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 121105 -Filename: kmod-lib-zstd_5.15.137-1_mipsel_24kc.ipk -Size: 121732 -SHA256sum: 4e835b230d5a3854f8c5d05c946fbeed07d2e7b7c12503df48ec7bc74238733a +Installed-Size: 121106 +Filename: kmod-lib-zstd_5.15.134-1_mipsel_24kc.ipk +Size: 121736 +SHA256sum: 56e54baf96a61a2620556b161ca95c460a7b0db09b285d77d1301c945a472504 Description: Kernel module for ZSTD compression/decompression support Package: kmod-libphy -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-libphy License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 224 -Filename: kmod-libphy_5.15.137-1_mipsel_24kc.ipk -Size: 937 -SHA256sum: 9be05cfc1a2668d010bc285ebf97b2ecee6be81001e092e6c1fce08544475912 +Filename: kmod-libphy_5.15.134-1_mipsel_24kc.ipk +Size: 939 +SHA256sum: 6b41e5039d813c40cc5c2fcaf654cdc6410a63333064adef914ead7f8a43b4b7 Description: PHY library Package: kmod-lkdtm -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-lkdtm License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 17982 -Filename: kmod-lkdtm_5.15.137-1_mipsel_24kc.ipk -Size: 18731 -SHA256sum: ff5c012c9a51a99a2e484ee8a4ead242addc5c7facb8ec6dd9b28d17c7be6fd8 +Installed-Size: 17984 +Filename: kmod-lkdtm_5.15.134-1_mipsel_24kc.ipk +Size: 18719 +SHA256sum: 5debe1c68c186af1f88bded51f5a02795f6af4802747346d554b906f3877e71b Description: This module enables testing of the different dumping mechanisms by inducing system failures at predefined crash points. Package: kmod-loop -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-loop License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 16137 -Filename: kmod-loop_5.15.137-1_mipsel_24kc.ipk -Size: 16866 -SHA256sum: 773c1a4e436800f00fd48fcdde525f11c06dc206edbb626dbff6075c0991f4fa +Installed-Size: 16138 +Filename: kmod-loop_5.15.134-1_mipsel_24kc.ipk +Size: 16864 +SHA256sum: 45337dd90c1485abc3c4318b8e78ee68c4621560914e1210eb2c026bc3f7a9de Description: Kernel module for loopback device support Package: kmod-lp -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ppdev +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ppdev Source: package/kernel/linux SourceName: kmod-lp License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 6932 -Filename: kmod-lp_5.15.137-1_mipsel_24kc.ipk -Size: 7714 -SHA256sum: e78f08b8ca1ba98ebaccd90b2534aa34ae362078301d40360cdf474c6c5b0552 +Filename: kmod-lp_5.15.134-1_mipsel_24kc.ipk +Size: 7715 +SHA256sum: 5b8d755bae99fa77c0ee0dd4d738582aa61568ac30cb0c8788aaba584a03f2fb Description: Parallel port line printer device support Package: kmod-mac80211-hwsim -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211 +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211 Source: package/kernel/mac80211 SourceName: kmod-mac80211-hwsim Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 26224 -Filename: kmod-mac80211-hwsim_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 26918 -SHA256sum: 9b0a0d0df1672f863493bdb5dc099de4b128568d69a1aee4f3524c45d305b6c8 +Installed-Size: 26223 +Filename: kmod-mac80211-hwsim_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 26926 +SHA256sum: 159d4f6266eb095cd50b7656ff400f4e6d4b1698334dc702e3a06544afb6ee2b Description: mac80211 HW simulation device Package: kmod-mac80211 -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-cfg80211, kmod-crypto-cmac, kmod-crypto-ccm, kmod-crypto-gcm, hostapd-common +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-cfg80211, kmod-crypto-cmac, kmod-crypto-ccm, kmod-crypto-gcm, hostapd-common Source: package/kernel/mac80211 SourceName: kmod-mac80211 Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc Installed-Size: 344848 -Filename: kmod-mac80211_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 343691 -SHA256sum: c5db7e591a1c6a328624f14e722bae4d47c3cbbd7d3e498ec378274d7e4aece2 +Filename: kmod-mac80211_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 343845 +SHA256sum: 777fc34662acbe5340c78442b9940a985767b804a6c566044c24adeac8fcf304 Description: Generic IEEE 802.11 Networking Stack (mac80211) Package: kmod-mac802154 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ieee802154, kmod-crypto-aead, kmod-lib-crc-ccitt +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ieee802154, kmod-crypto-aead, kmod-lib-crc-ccitt Source: package/kernel/linux SourceName: kmod-mac802154 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 16200 -Filename: kmod-mac802154_5.15.137-1_mipsel_24kc.ipk -Size: 17048 -SHA256sum: 64518be8e23336687baa7da483b757971774406b8fa7a42231917e137690751b +Installed-Size: 16197 +Filename: kmod-mac802154_5.15.134-1_mipsel_24kc.ipk +Size: 17049 +SHA256sum: a495a242686c0d0b631452c713e9ef956fcca5251b2e84c16fc42db23e532cde Description: This option enables the hardware independent IEEE 802.15.4 networking stack for SoftMAC devices (the ones implementing only PHY level of IEEE 802.15.4 standard). @@ -7667,157 +7667,157 @@ Description: This option enables the hardware independent IEEE 802.15.4 been tested yet! Package: kmod-macremapper -Version: 5.15.137-ramips-2 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-cfg80211, kmod-br-netfilter +Version: 5.15.134-ramips-2 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-cfg80211, kmod-br-netfilter Source: feeds/packages/kernel/macremapper SourceName: kmod-macremapper License: GPL-2.0-only LicenseFiles: kernelmod/COPYING Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 Maintainer: Carey Sonsino Architecture: mipsel_24kc Installed-Size: 9737 -Filename: kmod-macremapper_5.15.137-ramips-2_mipsel_24kc.ipk -Size: 10594 -SHA256sum: 916e3ecfe62406f486087f89ef768960c1bcbe89121de3ed5e7f54fa69e18f0b +Filename: kmod-macremapper_5.15.134-ramips-2_mipsel_24kc.ipk +Size: 10593 +SHA256sum: 3d8021844fe860f48c7393f344bf4bcaeab64fe6751bf59d433ce12021134add Description: Linux kernel module for implementation the DCW filtering mechanism Package: kmod-macsec -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-gcm +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-gcm Source: package/kernel/linux SourceName: kmod-macsec License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 20362 -Filename: kmod-macsec_5.15.137-1_mipsel_24kc.ipk -Size: 21112 -SHA256sum: 36f7378fbff3486f998d2e6bd46f608c6c1a8773033580b20bc945e7c596f9d3 +Installed-Size: 20351 +Filename: kmod-macsec_5.15.134-1_mipsel_24kc.ipk +Size: 21101 +SHA256sum: c7ec5f04138ffd7f0edda13080e0fb8cd67dc48782f9b7e0cc0a51a78f426d7b Description: MACsec is an encryption standard for Ethernet. Package: kmod-macvlan -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-macvlan License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 10431 -Filename: kmod-macvlan_5.15.137-1_mipsel_24kc.ipk -Size: 11248 -SHA256sum: 572a616fb539efa151607c2edf92738b6bc0b1fe6f66438c976ddac5cdaa1d00 +Installed-Size: 10433 +Filename: kmod-macvlan_5.15.134-1_mipsel_24kc.ipk +Size: 11239 +SHA256sum: 5796941264cfb7f2a5d60f984f22dff298ab32772f37ca5582fc6b8055371fc7 Description: A kernel module which allows one to create virtual interfaces that map packets to or from specific MAC addresses to a particular interface Package: kmod-md-linear -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-md-mod +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-md-mod Source: package/kernel/linux SourceName: kmod-md-linear License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3567 -Filename: kmod-md-linear_5.15.137-1_mipsel_24kc.ipk -Size: 4304 -SHA256sum: 7bc46dc91ba2dcfd6527409edacbf594415c5d9904e07fcd859734d777afbed8 +Installed-Size: 3566 +Filename: kmod-md-linear_5.15.134-1_mipsel_24kc.ipk +Size: 4301 +SHA256sum: 74d7eea47c8ee7dfb97849a1520aa0e68f58f3690a369e97a7b728d68f7db182 Description: RAID "Linear" or "Append" driver module (linear.ko) Package: kmod-md-mod -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-md-mod License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 75289 -Filename: kmod-md-mod_5.15.137-1_mipsel_24kc.ipk -Size: 75840 -SHA256sum: eb78cbfd30311c74fbaba1d7a0ffa993d5a928a8bccdef7f369c59a1a4d99d61 +Installed-Size: 75290 +Filename: kmod-md-mod_5.15.134-1_mipsel_24kc.ipk +Size: 75837 +SHA256sum: 627fd802f39a86091be204c213e86578432a2821291d4efdc3aa5c63afd19d4f Description: Kernel RAID md module (md-mod.ko). You will need to select at least one RAID level module below. Package: kmod-md-multipath -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-md-mod +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-md-mod Source: package/kernel/linux SourceName: kmod-md-multipath License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4650 -Filename: kmod-md-multipath_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 4652 +Filename: kmod-md-multipath_5.15.134-1_mipsel_24kc.ipk Size: 5366 -SHA256sum: 7ab53ebec5cc27da4c525fe64c85f0890922b4ba1b14a6725c6406de17292656 +SHA256sum: bcdd45f5329b08837cb935db9eb693fa0b1335d21a52b19a683d71c413b8c779 Description: Multipath driver module (multipath.ko) Package: kmod-md-raid0 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-md-mod +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-md-mod Source: package/kernel/linux SourceName: kmod-md-raid0 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 7826 -Filename: kmod-md-raid0_5.15.137-1_mipsel_24kc.ipk -Size: 8567 -SHA256sum: 819547b739dc6b9c300f95cfa8468d3d26e03c188e066905abe4d4b883349b31 +Installed-Size: 7827 +Filename: kmod-md-raid0_5.15.134-1_mipsel_24kc.ipk +Size: 8562 +SHA256sum: 5222bf6cde12261d63190690868ba9ee6d071d07999ad54837229ac17ba58aa2 Description: RAID Level 0 (Striping) driver module (raid0.ko) Package: kmod-md-raid10 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-md-mod +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-md-mod Source: package/kernel/linux SourceName: kmod-md-raid10 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 33451 -Filename: kmod-md-raid10_5.15.137-1_mipsel_24kc.ipk -Size: 34229 -SHA256sum: d45de756abff86894ce34a65fd6fcc05ebfa196b31af97718f72892fde3c3d6a +Filename: kmod-md-raid10_5.15.134-1_mipsel_24kc.ipk +Size: 34234 +SHA256sum: 489d4b4946e2a7665ef3a7bda406dac18a9f12e13b043ae69509e36f46cc482f Description: RAID Level 10 (Mirroring+Striping) driver module (raid10.ko) Package: kmod-md-raid1 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-md-mod +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-md-mod Source: package/kernel/linux SourceName: kmod-md-raid1 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 22729 -Filename: kmod-md-raid1_5.15.137-1_mipsel_24kc.ipk -Size: 23485 -SHA256sum: d3e1842d1d60d152f3ca715dddc7113c3743b3b28fd0deff5d97234699ed5807 +Installed-Size: 22728 +Filename: kmod-md-raid1_5.15.134-1_mipsel_24kc.ipk +Size: 23472 +SHA256sum: a90b855fcc62a9e9f96a8c489ef6b1702196bc8bf1d41d1bd859b32bc872900a Description: RAID Level 1 (Mirroring) driver (raid1.ko) Package: kmod-md-raid456 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-md-mod, kmod-lib-raid6, kmod-lib-xor, kmod-lib-crc32c +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-md-mod, kmod-lib-raid6, kmod-lib-xor, kmod-lib-crc32c Source: package/kernel/linux SourceName: kmod-md-raid456 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 80819 -Filename: kmod-md-raid456_5.15.137-1_mipsel_24kc.ipk -Size: 81577 -SHA256sum: 02e1d0c93381b9f223793e3acebe57f8deb713b3a60f4fac89f418ab6a1b8e5d +Filename: kmod-md-raid456_5.15.134-1_mipsel_24kc.ipk +Size: 81580 +SHA256sum: 99969f7a54ac2153adf750e8175f6e4686c0acaa78d5f2c01de6bcf7cd0e7200 Description: RAID Level 4,5,6 kernel module (raid456.ko) Includes the following modules required by @@ -7831,282 +7831,282 @@ Description: RAID Level 4,5,6 kernel module (raid456.ko) raid6_pq.ko Package: kmod-mdio-devres -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy Source: package/kernel/linux SourceName: kmod-mdio-devres License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 183 -Filename: kmod-mdio-devres_5.15.137-1_mipsel_24kc.ipk -Size: 925 -SHA256sum: b5d7576d9d7b797b9824db1212ad2e4fd1b65636f36c37305ba15f2e4168fede +Filename: kmod-mdio-devres_5.15.134-1_mipsel_24kc.ipk +Size: 918 +SHA256sum: 06ca99cfa98999ded1ee269cc43ca6a2b76ba0ff9d2d2761562db689984d29c0 Description: Supports MDIO device registration Package: kmod-mdio-gpio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy Source: package/kernel/linux SourceName: kmod-mdio-gpio License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2996 -Filename: kmod-mdio-gpio_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 2997 +Filename: kmod-mdio-gpio_5.15.134-1_mipsel_24kc.ipk Size: 3734 -SHA256sum: 4c98120f6ce87dee39a087df4af76523a9df7cbdb39d4be1558aaeef7d1e5beb +SHA256sum: 445a6b8848c2ee029388c3a31a2bf377dcb6c1f53d4ae08aed7b3fd1eff6f8e1 Description: Supports GPIO lib-based MDIO busses Package: kmod-mdio-netlink -Version: 5.15.137+1.2.0-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134+1.2.0-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: feeds/packages/kernel/mdio-netlink SourceName: kmod-mdio-netlink License: GPL-2.0-only LicenseFiles: COPYING Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 Maintainer: Damien Mascord Architecture: mipsel_24kc -Installed-Size: 3163 -Filename: kmod-mdio-netlink_5.15.137+1.2.0-1_mipsel_24kc.ipk -Size: 3941 -SHA256sum: c87a6bee95df2d8faea068c7d927b60849fca7037d50f1c5c0546fa98032762f +Installed-Size: 3162 +Filename: kmod-mdio-netlink_5.15.134+1.2.0-1_mipsel_24kc.ipk +Size: 3942 +SHA256sum: 2f929050decc3b86a18b9bf39c44b8db72a4efa2935e2fb92a6f39f79cf8a316 Description: mdio-netlink Linux MDIO netlink kernel module Package: kmod-mdio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-mdio License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2973 -Filename: kmod-mdio_5.15.137-1_mipsel_24kc.ipk -Size: 3695 -SHA256sum: 2455411dc52c3b70fc06acbf9182119f2a6d3dc933e39034d9ad05274085d984 +Installed-Size: 2972 +Filename: kmod-mdio_5.15.134-1_mipsel_24kc.ipk +Size: 3699 +SHA256sum: 9d6b3e7372974444f0c88abc5b6a97b10b302b83b02edb7c082aacc261c960ee Description: Kernel modules for MDIO (clause 45) PHY support Package: kmod-mhi-bus -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-mhi-bus License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 28501 -Filename: kmod-mhi-bus_5.15.137-1_mipsel_24kc.ipk -Size: 29200 -SHA256sum: 3f710bbb954615ad14a93de541e1d89acb060e9f6a71a925dc0ef92c2dce8b12 +Filename: kmod-mhi-bus_5.15.134-1_mipsel_24kc.ipk +Size: 29196 +SHA256sum: eaeff5e9e55d905931e478836d54edee8a262c12ebe62664faee9829764e7428 Description: Kernel module for the Qualcomm MHI bus. Package: kmod-mhi-net -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mhi-bus +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mhi-bus Source: package/kernel/linux SourceName: kmod-mhi-net License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3006 -Filename: kmod-mhi-net_5.15.137-1_mipsel_24kc.ipk -Size: 3736 -SHA256sum: ffa363aede158a4437c393a57c46675d580c690ef324307861ede2e80a4f851a +Installed-Size: 3008 +Filename: kmod-mhi-net_5.15.134-1_mipsel_24kc.ipk +Size: 3727 +SHA256sum: b33f526e5edfd29b94335a9b0d259d08f8c6f7feb112364be377ab9e64b31d7d Description: Driver for MHI network interface Package: kmod-mhi-pci-generic -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mhi-bus +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mhi-bus Source: package/kernel/linux SourceName: kmod-mhi-pci-generic License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4687 -Filename: kmod-mhi-pci-generic_5.15.137-1_mipsel_24kc.ipk -Size: 5436 -SHA256sum: c2f7bc0d44587542602af318655b0f452f3b9b8b27c74e3a973e2b75fc60915a +Installed-Size: 4688 +Filename: kmod-mhi-pci-generic_5.15.134-1_mipsel_24kc.ipk +Size: 5440 +SHA256sum: 3b5a967ba519ef18553dc184f4cd36903ad01b73735ae9313b53b0bb6569c26d Description: Kernel module for the MHI PCI controller driver. Package: kmod-mhi-wwan-ctrl -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mhi-bus, kmod-wwan +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mhi-bus, kmod-wwan Source: package/kernel/linux SourceName: kmod-mhi-wwan-ctrl License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2429 -Filename: kmod-mhi-wwan-ctrl_5.15.137-1_mipsel_24kc.ipk -Size: 3202 -SHA256sum: 473546db4d635da55ab4c235cd0ab29cf60a20343e395f3d04b3c61b70d70577 +Installed-Size: 2430 +Filename: kmod-mhi-wwan-ctrl_5.15.134-1_mipsel_24kc.ipk +Size: 3204 +SHA256sum: 69850aec3279c654f0e1ed35ab1b0a9228c9f12f0115488b18eae133674af5d7 Description: Driver for MHI WWAN Control This exposes all modem control ports like AT, MBIM, QMI, DIAG, .. Package: kmod-mhi-wwan-mbim -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mhi-bus, kmod-wwan +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mhi-bus, kmod-wwan Source: package/kernel/linux SourceName: kmod-mhi-wwan-mbim License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4394 -Filename: kmod-mhi-wwan-mbim_5.15.137-1_mipsel_24kc.ipk -Size: 5140 -SHA256sum: ccd74557d2b262be36193e5061cf773913ab129161a452123c4b1076595808b4 +Installed-Size: 4395 +Filename: kmod-mhi-wwan-mbim_5.15.134-1_mipsel_24kc.ipk +Size: 5144 +SHA256sum: 62b7625f8b2677ea4d2b88df99fb436223b00bf398e766aef8ac0d502cee65f1 Description: Driver for MHI MBIM This implements MBIM over MHI Package: kmod-mii -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-mii License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3648 -Filename: kmod-mii_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 3649 +Filename: kmod-mii_5.15.134-1_mipsel_24kc.ipk Size: 4356 -SHA256sum: 603ce1c1e09b0c72035400d684ffe4bf7681d7ec8eebb53bfd733551433e35b8 +SHA256sum: 362669cfe668f46732a7003a4765ffac22e35bc2a77c28634bd7bf13ca01e967 Description: MII library Package: kmod-misdn -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-misdn License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 92460 -Filename: kmod-misdn_5.15.137-1_mipsel_24kc.ipk -Size: 92983 -SHA256sum: bd07423d43d39415f8d80af50738432265015567d125d165845a0a827bca4ef9 +Installed-Size: 92458 +Filename: kmod-misdn_5.15.134-1_mipsel_24kc.ipk +Size: 93004 +SHA256sum: 1f8e25a5567b99a46ed8a6da95c0d36ece8ff60f7459889f9b81ee0140761033 Description: Modular ISDN driver support Package: kmod-mlx4-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ptp +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ptp Source: package/kernel/linux SourceName: kmod-mlx4-core License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 197696 -Filename: kmod-mlx4-core_5.15.137-1_mipsel_24kc.ipk -Size: 197996 -SHA256sum: 4b9a1f23f655ea4a00e5c1008e35fd1988b54ca8282d59297a9fdada314dba60 +Installed-Size: 197699 +Filename: kmod-mlx4-core_5.15.134-1_mipsel_24kc.ipk +Size: 198026 +SHA256sum: ef869f7181e9d1900ff4f54fb9a0e68da25984ec8d2a8d63fab774248fff8f94 Description: Supports Mellanox ConnectX-3 series and previous cards Package: kmod-mlx5-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ptp +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ptp Source: package/kernel/linux SourceName: kmod-mlx5-core License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 260517 -Filename: kmod-mlx5-core_5.15.137-1_mipsel_24kc.ipk -Size: 258332 -SHA256sum: 5a465668061fe9ceaeb2f8df25af701072e96ed6099e0ca816dff9b636b225a8 +Installed-Size: 260548 +Filename: kmod-mlx5-core_5.15.134-1_mipsel_24kc.ipk +Size: 258382 +SHA256sum: d8cd692cc5f4edbccf8819290a3130fdfc76decebc968b2a76d04041fee0526e Description: Supports Mellanox Connect-IB/ConnectX-4 series and later cards Package: kmod-mmc-spi -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mmc, kmod-lib-crc-itu-t, kmod-lib-crc7 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mmc, kmod-lib-crc-itu-t, kmod-lib-crc7 Source: package/kernel/linux SourceName: kmod-mmc-spi License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 7964 -Filename: kmod-mmc-spi_5.15.137-1_mipsel_24kc.ipk -Size: 8723 -SHA256sum: 34717253d39e5cd56ac869c80f6dd5955bcfad6551ae6107d7f4b31a92a2aacf +Installed-Size: 7965 +Filename: kmod-mmc-spi_5.15.134-1_mipsel_24kc.ipk +Size: 8730 +SHA256sum: ee76feb6b56e3c9c94f1c9e6b70b88ba1fd0a11711bdecbb8f6dca292cdb19ba Description: Kernel support for MMC/SD over SPI Package: kmod-mmc -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-mmc License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 74231 -Filename: kmod-mmc_5.15.137-1_mipsel_24kc.ipk -Size: 74750 -SHA256sum: ac97015bd79b88706195ac663a7614f4e748e6a3456acc721322823ccd9f58ba +Installed-Size: 74207 +Filename: kmod-mmc_5.15.134-1_mipsel_24kc.ipk +Size: 74742 +SHA256sum: 42522a239afdcabf2ef8ad4a250164584c5ef31aa05580bce6e1bbd340431f6b Description: Kernel support for MMC/SD cards Package: kmod-mpls -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iptunnel +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iptunnel Source: package/kernel/linux SourceName: kmod-mpls License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 18386 -Filename: kmod-mpls_5.15.137-1_mipsel_24kc.ipk -Size: 19131 -SHA256sum: 62300196ad6f8bfb58454a999e35dd25c4bc48e7855d2330a3c0110babb45919 +Installed-Size: 18384 +Filename: kmod-mpls_5.15.134-1_mipsel_24kc.ipk +Size: 19120 +SHA256sum: abc72ecbb7ffc910b10142472539bfbb779474e50fd9fc2810ecba7ddfacc705 Description: Kernel support for MPLS Package: kmod-mppe -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ppp, kmod-crypto-arc4, kmod-crypto-sha1, kmod-crypto-ecb +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ppp, kmod-crypto-arc4, kmod-crypto-sha1, kmod-crypto-ecb Source: package/kernel/linux SourceName: kmod-mppe License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3804 -Filename: kmod-mppe_5.15.137-1_mipsel_24kc.ipk -Size: 4552 -SHA256sum: 5b27753239e0bfd1c4fad47949ec4025caddca1fb327ba46c6e06e741381da45 +Installed-Size: 3805 +Filename: kmod-mppe_5.15.134-1_mipsel_24kc.ipk +Size: 4558 +SHA256sum: 0b483929af661fe020d50555889f984b49e7907eb42e9f304a6964eb4c2e9264 Description: Kernel modules for Microsoft PPP compression/encryption Package: kmod-mrf24j40 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac802154, kmod-regmap-spi +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac802154, kmod-regmap-spi Source: package/kernel/linux SourceName: kmod-mrf24j40 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 6293 -Filename: kmod-mrf24j40_5.15.137-1_mipsel_24kc.ipk -Size: 7085 -SHA256sum: 106bf2c4391313dd8b7d44ac980a67effd75ac21b4a43a10b62ee7071b35fe65 +Installed-Size: 6291 +Filename: kmod-mrf24j40_5.15.134-1_mipsel_24kc.ipk +Size: 7075 +SHA256sum: bce56f33c768f4b650cf3e8d45e7754c024c8e69c00d241394466ffbdf87663b Description: MRF24J40 transceiver driver Package: kmod-mt76-connac -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt76-core +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt76-core Source: package/kernel/mt76 SourceName: kmod-mt76-connac License: GPLv2 @@ -8114,15 +8114,15 @@ Section: kernel SourceDateEpoch: 1693049425 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 25315 -Filename: kmod-mt76-connac_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 25644 -SHA256sum: df1c52419e87421e72f8be549d182626ae66b5c3d22cc038dfa7ef2eb351ab9f +Installed-Size: 25316 +Filename: kmod-mt76-connac_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 25636 +SHA256sum: 87e89d172e2d0effdaa8b5a6e21c4dccd68428b9db900c0582d3a4983135e2fa Description: MediaTek MT7615/MT79xx wireless driver common code Package: kmod-mt76-core -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211 +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211 Source: package/kernel/mt76 SourceName: kmod-mt76-core License: GPLv2 @@ -8131,14 +8131,14 @@ SourceDateEpoch: 1693049425 Maintainer: Felix Fietkau Architecture: mipsel_24kc Installed-Size: 30263 -Filename: kmod-mt76-core_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 31013 -SHA256sum: 7eaf6ab5d7a58d6601659d13c8992d7c840f92dc4cbf878465c272297667472b +Filename: kmod-mt76-core_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 30996 +SHA256sum: e4e06d0cabccf1ed91eba2a852243b9a4c0b8bf83e1358d7063715c61f0b3b65 Description: MediaTek MT76xx wireless driver Package: kmod-mt76-sdio -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt76-core, kmod-mmc +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt76-core, kmod-mmc Source: package/kernel/mt76 SourceName: kmod-mt76-sdio License: GPLv2 @@ -8146,15 +8146,15 @@ Section: kernel SourceDateEpoch: 1693049425 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 7648 -Filename: kmod-mt76-sdio_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 8507 -SHA256sum: 52cc0ebf4d8b0041e1a059fab6dc26b3b6b5f6cb5f4e49edef103ffd8b68f202 +Installed-Size: 7647 +Filename: kmod-mt76-sdio_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 8513 +SHA256sum: 79699bdf0bc6d947d93863c272a10d3d565fee9458a9ac0b1408a9bde7732f99 Description: MediaTek MT7615/MT79xx SDIO driver common code Package: kmod-mt76-usb -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-usb-core, kmod-mt76-core +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-usb-core, kmod-mt76-core Source: package/kernel/mt76 SourceName: kmod-mt76-usb License: GPLv2 @@ -8163,29 +8163,29 @@ SourceDateEpoch: 1693049425 Maintainer: Felix Fietkau Architecture: mipsel_24kc Installed-Size: 9030 -Filename: kmod-mt76-usb_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 9825 -SHA256sum: e7924aa03a472d8a3e325cd1d4b2287bea2ca173b1b3095e93ec6c07bf1c5ffd +Filename: kmod-mt76-usb_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 9831 +SHA256sum: 8f4b16b4d09b51c2b33e7ad3925cbc41dd412f9210b823463841610482afb85b Description: MediaTek MT76xx wireless driver USB support Package: kmod-mt7601u -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-usb-core, mt7601u-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-usb-core, mt7601u-firmware Source: package/kernel/mac80211 SourceName: kmod-mt7601u Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc Installed-Size: 31977 -Filename: kmod-mt7601u_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 32720 -SHA256sum: 6c7d4c0a51a61fb60c2311b11897e14ea48c04831e9373ac9368b6205d2dbaa6 +Filename: kmod-mt7601u_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 32707 +SHA256sum: 29fd43c6e59b72af3e007a6fa747cd28e0bc9f98f13849091d6da6a5c005f1db Description: MT7601U-based USB dongles Wireless Driver Package: kmod-mt7603 -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt76-core +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt76-core Source: package/kernel/mt76 SourceName: kmod-mt7603 License: GPLv2 @@ -8193,15 +8193,15 @@ Section: kernel SourceDateEpoch: 1693049425 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 96335 -Filename: kmod-mt7603_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 97089 -SHA256sum: 8b65635b084f3573a42ed73866e3dfbf7a912ffbbf237f57118557f8a312c1de +Installed-Size: 96333 +Filename: kmod-mt7603_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 97080 +SHA256sum: ffb0b6886d48d797af6592352c569b37df7638faa2badc2aa545868176db77d6 Description: MediaTek MT7603 wireless driver Package: kmod-mt7615-common -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt76-core, kmod-mt76-connac, kmod-hwmon-core +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt76-core, kmod-mt76-connac, kmod-hwmon-core Source: package/kernel/mt76 SourceName: kmod-mt7615-common License: GPLv2 @@ -8209,15 +8209,15 @@ Section: kernel SourceDateEpoch: 1693049425 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 44151 -Filename: kmod-mt7615-common_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 44805 -SHA256sum: d9b20a6b99431dd84610ad6eb6900863256d252a340567ee2e62142320027d85 +Installed-Size: 44149 +Filename: kmod-mt7615-common_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 44818 +SHA256sum: 189322b89d2aa24941da13d4fbfdd842eda5fca025c77c5e016be676e5acea7d Description: MediaTek MT7615 wireless driver common code Package: kmod-mt7615-firmware -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt7615e +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt7615e Source: package/kernel/mt76 SourceName: kmod-mt7615-firmware License: GPLv2 @@ -8226,14 +8226,14 @@ SourceDateEpoch: 1693049425 Maintainer: Felix Fietkau Architecture: mipsel_24kc Installed-Size: 551543 -Filename: kmod-mt7615-firmware_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Filename: kmod-mt7615-firmware_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk Size: 552416 -SHA256sum: 224f2f2c8bf13382d17fcc8ff94ad5bb6e24c2b3c258dcaa71d4a06ac9b7476c +SHA256sum: 10b7833ad5c23e6728a8de45928b15ebea5c88dfb9208fb18d345a6b058a9612 Description: MediaTek MT7615e firmware Package: kmod-mt7615e -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt7615-common +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt7615-common Source: package/kernel/mt76 SourceName: kmod-mt7615e License: GPLv2 @@ -8241,15 +8241,15 @@ Section: kernel SourceDateEpoch: 1693049425 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 7642 -Filename: kmod-mt7615e_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 8446 -SHA256sum: 5b82d0dfddc687d76bbfdda25c320a85152058e4407ef0cb04db3943c9351a3e +Installed-Size: 7640 +Filename: kmod-mt7615e_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 8440 +SHA256sum: 396704995ff18bc2ea137b2e3c5a99b3accccd05e685c0a9efd5170a47f0333c Description: MediaTek MT7615e wireless driver Package: kmod-mt7622-firmware -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt7615e +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt7615e Source: package/kernel/mt76 SourceName: kmod-mt7622-firmware License: GPLv2 @@ -8258,14 +8258,14 @@ SourceDateEpoch: 1693049425 Maintainer: Felix Fietkau Architecture: mipsel_24kc Installed-Size: 332330 -Filename: kmod-mt7622-firmware_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 333202 -SHA256sum: f192aa7e86f299af977665afd7cd640d8d9b69257aedb45ba47f2f4d4e076798 +Filename: kmod-mt7622-firmware_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 333200 +SHA256sum: 3750f147b4ab5325b20d22c95aab11859bb2bce0f30dc012581aca293cc10b7a Description: MediaTek MT7622 firmware Package: kmod-mt7663-firmware-ap -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211 +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211 Source: package/kernel/mt76 SourceName: kmod-mt7663-firmware-ap License: GPLv2 @@ -8274,14 +8274,14 @@ SourceDateEpoch: 1693049425 Maintainer: Felix Fietkau Architecture: mipsel_24kc Installed-Size: 460350 -Filename: kmod-mt7663-firmware-ap_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 461143 -SHA256sum: 370d68a03b237e263ff09d95c193f7f6877d60982a7b6e47ed3ef0c40b6ebcaf +Filename: kmod-mt7663-firmware-ap_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 461141 +SHA256sum: 2a45477c2f201d8d952fc05a1f85718c7d38bdccef875ace450a3c1275bea71f Description: MediaTek MT7663e firmware (optimized for AP) Package: kmod-mt7663-firmware-sta -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211 +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211 Source: package/kernel/mt76 SourceName: kmod-mt7663-firmware-sta License: GPLv2 @@ -8290,14 +8290,14 @@ SourceDateEpoch: 1693049425 Maintainer: Felix Fietkau Architecture: mipsel_24kc Installed-Size: 564547 -Filename: kmod-mt7663-firmware-sta_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 564998 -SHA256sum: eadd5723784c6f91807d32ae0074e74d5f41d1bf12882188c424cce7199dc79c +Filename: kmod-mt7663-firmware-sta_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 564994 +SHA256sum: afe8b1e29a7c72a23b7d315cde7f55951e2a6dbbf2bbcef3becb45896f50e3d5 Description: MediaTek MT7663e firmware (client mode offload) Package: kmod-mt7663-usb-sdio -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt7615-common +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt7615-common Source: package/kernel/mt76 SourceName: kmod-mt7663-usb-sdio License: GPLv2 @@ -8305,15 +8305,15 @@ Section: kernel SourceDateEpoch: 1693049425 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 3066 -Filename: kmod-mt7663-usb-sdio_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 3898 -SHA256sum: 051c4bc4a6f543716e35f21ce4517ef04513f5b29e1059dd9f51baf918d68df7 +Installed-Size: 3063 +Filename: kmod-mt7663-usb-sdio_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 3888 +SHA256sum: 1c6814e76c2d00c8b0f715a1ea6e2ff0db8eb1068ee1faa26aa1817e6ec3a678 Description: MediaTek MT7663 USB/SDIO shared code Package: kmod-mt7663s -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt76-sdio, kmod-mt7615-common, kmod-mt7663-usb-sdio +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt76-sdio, kmod-mt7615-common, kmod-mt7663-usb-sdio Source: package/kernel/mt76 SourceName: kmod-mt7663s License: GPLv2 @@ -8321,15 +8321,15 @@ Section: kernel SourceDateEpoch: 1693049425 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 3574 -Filename: kmod-mt7663s_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Installed-Size: 3573 +Filename: kmod-mt7663s_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk Size: 4377 -SHA256sum: 8757c11309ed1e5db2fedefde80f3a6dc80d09bb48bf46961a37a8ced0ba88d5 +SHA256sum: a99273e077d344f5907768c99e743917be3610735eeef613be9b20be458721a0 Description: MediaTek MT7663s wireless driver Package: kmod-mt7663u -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt76-usb, kmod-mt7615-common, kmod-mt7663-usb-sdio +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt76-usb, kmod-mt7615-common, kmod-mt7663-usb-sdio Source: package/kernel/mt76 SourceName: kmod-mt7663u License: GPLv2 @@ -8337,15 +8337,15 @@ Section: kernel SourceDateEpoch: 1693049425 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 3126 -Filename: kmod-mt7663u_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 3928 -SHA256sum: 6017da109f118148c045a0ca0fa8b7bb59e13f2761bf973d14fcf91aa1ec8f3a +Installed-Size: 3127 +Filename: kmod-mt7663u_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 3930 +SHA256sum: 35c2b59a78776cc5c5d66d0155825b93e5e83a00333dc531b908f7661522aaf3 Description: MediaTek MT7663u wireless driver Package: kmod-mt76 -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mt76-core, kmod-mt76x2, kmod-mt7603 +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mt76-core, kmod-mt76x2, kmod-mt7603 Source: package/kernel/mt76 SourceName: kmod-mt76 License: GPLv2 @@ -8354,14 +8354,14 @@ SourceDateEpoch: 1693049425 Maintainer: Felix Fietkau Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-mt76_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 896 -SHA256sum: ae7d352e5fb5a9f8ecf9addb7a341bc95b8087a96af340515eac02e6ea4b5594 +Filename: kmod-mt76_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 894 +SHA256sum: c73a04f1f0a416a9f98ea87c672618d562b1eb361480390d73d98089b3edfdb6 Description: MediaTek MT76x2/MT7603 wireless driver (metapackage) Package: kmod-mt76x0-common -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt76x02-common +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt76x02-common Source: package/kernel/mt76 SourceName: kmod-mt76x0-common License: GPLv2 @@ -8369,15 +8369,15 @@ Section: kernel SourceDateEpoch: 1693049425 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 60612 -Filename: kmod-mt76x0-common_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 61313 -SHA256sum: a7eb960ee2873c5518430acafa7b57499cac9dc26e5f25cb2b53514135f2e3b0 +Installed-Size: 60610 +Filename: kmod-mt76x0-common_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 61301 +SHA256sum: 1e877c63562848b13b8557b5a207f4091dce3618d7061e394a465d663ecca7f0 Description: MediaTek MT76x0 wireless driver common code Package: kmod-mt76x02-common -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt76-core +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt76-core Source: package/kernel/mt76 SourceName: kmod-mt76x02-common License: GPLv2 @@ -8385,15 +8385,15 @@ Section: kernel SourceDateEpoch: 1693049425 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 26245 -Filename: kmod-mt76x02-common_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 27005 -SHA256sum: 7bb2589bb33532b475309aa5d7cf4738f899759534f69248073e64401f27b793 +Installed-Size: 26247 +Filename: kmod-mt76x02-common_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 26998 +SHA256sum: 7a16604c7b4bd70129b16366be1855c277b8a835c8b13e3d8c90a2d381f5282d Description: MediaTek MT76x0/MT76x2 wireless driver common code Package: kmod-mt76x02-usb -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt76-usb, kmod-mt76x02-common +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt76-usb, kmod-mt76x02-common Source: package/kernel/mt76 SourceName: kmod-mt76x02-usb License: GPLv2 @@ -8401,15 +8401,15 @@ Section: kernel SourceDateEpoch: 1693049425 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 4990 -Filename: kmod-mt76x02-usb_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 5776 -SHA256sum: e69509403d06b5ca7192e5dfd517fc013a21befc230cb7935261f9fe2a442b1e +Installed-Size: 4989 +Filename: kmod-mt76x02-usb_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 5767 +SHA256sum: daf637800adec3ec2c8ed55ce53be6a8812761af2f31a23739134dd8c60e40bb Description: MediaTek MT76x0/MT76x2 USB wireless driver common code Package: kmod-mt76x0e -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt76x0-common +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt76x0-common Source: package/kernel/mt76 SourceName: kmod-mt76x0e License: GPLv2 @@ -8417,15 +8417,15 @@ Section: kernel SourceDateEpoch: 1693049425 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 3617 -Filename: kmod-mt76x0e_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 4405 -SHA256sum: 2b7d224de4796b45446305ee6e21fca85e91e582bf052c6c5d470fcc7bb83934 +Installed-Size: 3616 +Filename: kmod-mt76x0e_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 4398 +SHA256sum: bf5e06f8a0b8b83b4978b733bf08010d4a03f07a2786525e21a0a1218877a858 Description: MediaTek MT76x0E wireless driver Package: kmod-mt76x0u -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt76x0-common, kmod-mt76x02-usb +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt76x0-common, kmod-mt76x02-usb Source: package/kernel/mt76 SourceName: kmod-mt76x0u License: GPLv2 @@ -8433,15 +8433,15 @@ Section: kernel SourceDateEpoch: 1693049425 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 4117 -Filename: kmod-mt76x0u_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 4911 -SHA256sum: 0b08420af3f8d453e583b96f7da892fc4d3dab04fe32833d34d8428e09c40ca3 +Installed-Size: 4118 +Filename: kmod-mt76x0u_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 4918 +SHA256sum: 3a4b272c8d348dab7b398410e434421e46fadd9d4a1bc61dcfde3a3a0ea943bb Description: MediaTek MT76x0U wireless driver Package: kmod-mt76x2-common -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt76-core, kmod-mt76x02-common +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt76-core, kmod-mt76x02-common Source: package/kernel/mt76 SourceName: kmod-mt76x2-common License: GPLv2 @@ -8450,14 +8450,14 @@ SourceDateEpoch: 1693049425 Maintainer: Felix Fietkau Architecture: mipsel_24kc Installed-Size: 79452 -Filename: kmod-mt76x2-common_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Filename: kmod-mt76x2-common_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk Size: 80389 -SHA256sum: 952a344f46875a2dcac81d1bddacbcc3189e34d7611d037aca12a24b7d8ae8d3 +SHA256sum: fc5396e36f743c7b39262d83cb1efd92c51f3d799171d6f1816eca6861aaa5d9 Description: MediaTek MT76x2 wireless driver common code Package: kmod-mt76x2 -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt76x2-common +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt76x2-common Source: package/kernel/mt76 SourceName: kmod-mt76x2 License: GPLv2 @@ -8465,15 +8465,15 @@ Section: kernel SourceDateEpoch: 1693049425 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 7802 -Filename: kmod-mt76x2_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 8619 -SHA256sum: 8ad0569277f6b02f56ff386b07ba475522c0c6c1f59c735cbabf0eb854c1c046 +Installed-Size: 7800 +Filename: kmod-mt76x2_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 8611 +SHA256sum: b17df39b45cdab3a1fbd2dac17d9baae4603f27f6e25ad9926b652c3e78d03d2 Description: MediaTek MT76x2 wireless driver Package: kmod-mt76x2u -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt76x2-common, kmod-mt76x02-usb +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt76x2-common, kmod-mt76x02-usb Source: package/kernel/mt76 SourceName: kmod-mt76x2u License: GPLv2 @@ -8482,14 +8482,14 @@ SourceDateEpoch: 1693049425 Maintainer: Felix Fietkau Architecture: mipsel_24kc Installed-Size: 7839 -Filename: kmod-mt76x2u_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 8671 -SHA256sum: 2638ded99ff2d5df0b62ab81c63cc0b38280f59653f29635f670404b5ef91811 +Filename: kmod-mt76x2u_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 8670 +SHA256sum: fb1ff0828fa15dd918abf205f4e8ff3edca56f9c3f2b8355592ef7667a04f4ae Description: MediaTek MT76x2U wireless driver Package: kmod-mt7915-firmware -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt7915e +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt7915e Source: package/kernel/mt76 SourceName: kmod-mt7915-firmware License: GPLv2 @@ -8498,14 +8498,14 @@ SourceDateEpoch: 1693049425 Maintainer: Felix Fietkau Architecture: mipsel_24kc Installed-Size: 515666 -Filename: kmod-mt7915-firmware_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 511996 -SHA256sum: fb50dfa0d63243f0a5e434dc5ce5966f2b7ac9a79874db12aeae1162a96af064 +Filename: kmod-mt7915-firmware_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 511993 +SHA256sum: d69252f24afb2627164b61363e613958b50d40598ea03c09ad9c8f2bfb49e096 Description: MediaTek MT7915 firmware Package: kmod-mt7915e -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt76-connac, kmod-hwmon-core, kmod-thermal +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt76-connac, kmod-hwmon-core, kmod-thermal Source: package/kernel/mt76 SourceName: kmod-mt7915e License: GPLv2 @@ -8513,15 +8513,15 @@ Section: kernel SourceDateEpoch: 1693049425 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 67635 -Filename: kmod-mt7915e_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 68356 -SHA256sum: 20250e4c131ed25cfd2eea1b54cacd095ce7a7c6db418b7cdfe4d98352251ad2 +Installed-Size: 67634 +Filename: kmod-mt7915e_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 68352 +SHA256sum: 783b80d976576ba7177f8818b03530813aa1a55b7d12ce91d11a0f902bc9e6e0 Description: MediaTek MT7915e wireless driver Package: kmod-mt7916-firmware -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt7915e +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt7915e Source: package/kernel/mt76 SourceName: kmod-mt7916-firmware License: GPLv2 @@ -8530,14 +8530,14 @@ SourceDateEpoch: 1693049425 Maintainer: Felix Fietkau Architecture: mipsel_24kc Installed-Size: 693569 -Filename: kmod-mt7916-firmware_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 689368 -SHA256sum: 19f7b3c81bb04f874ea0cde72ee31f9bbd3cd0bb0b7e5a2c54eb16ff996d5cd5 +Filename: kmod-mt7916-firmware_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 689366 +SHA256sum: 38fff6986739edbf8be810bdb73ea634b39024cdfdde2b17033c3a15db85a0f4 Description: MediaTek MT7916 firmware Package: kmod-mt7921-common -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt792x-common, kmod-mt7921-firmware, kmod-hwmon-core +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt792x-common, kmod-mt7921-firmware, kmod-hwmon-core Source: package/kernel/mt76 SourceName: kmod-mt7921-common License: GPLv2 @@ -8545,15 +8545,15 @@ Section: kernel SourceDateEpoch: 1693049425 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 27191 -Filename: kmod-mt7921-common_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 27883 -SHA256sum: 2ea4092e7c30680196fae0f94d28a77060d1ca95d4f066575e3506dd93cdba91 +Installed-Size: 27192 +Filename: kmod-mt7921-common_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 27869 +SHA256sum: 40b3deec98a5dbb052f7b264ce028ad1712efd1b361ff4e53d2930375011e3b9 Description: MediaTek MT7921 wireless driver common code Package: kmod-mt7921-firmware -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211 +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211 Source: package/kernel/mt76 SourceName: kmod-mt7921-firmware License: GPLv2 @@ -8562,14 +8562,14 @@ SourceDateEpoch: 1693049425 Maintainer: Felix Fietkau Architecture: mipsel_24kc Installed-Size: 456897 -Filename: kmod-mt7921-firmware_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 456288 -SHA256sum: d8692d13f360435cd7700330f564f076ce5b3db9e3026ce195b9027d19fc7f6f +Filename: kmod-mt7921-firmware_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 456293 +SHA256sum: c04217604120ca3cb2a3c5f245e730901a7c00d9d4cc4a73c98b49affe62e09e Description: MediaTek MT7921 firmware Package: kmod-mt7921e -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt7921-common +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt7921-common Source: package/kernel/mt76 SourceName: kmod-mt7921e License: GPLv2 @@ -8577,15 +8577,15 @@ Section: kernel SourceDateEpoch: 1693049425 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 5120 -Filename: kmod-mt7921e_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Installed-Size: 5118 +Filename: kmod-mt7921e_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk Size: 5893 -SHA256sum: 39952ab6a10f35ec396abddc2142c2e81e08bc38691a6942657c256c195ae20c +SHA256sum: 420d5279bd6fd2b47d044a97185312917e77206605f8af1e48051f3ff0a1f3d4 Description: MediaTek MT7921e wireless driver Package: kmod-mt7921s -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt76-sdio, kmod-mt7921-common +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt76-sdio, kmod-mt7921-common Source: package/kernel/mt76 SourceName: kmod-mt7921s License: GPLv2 @@ -8594,14 +8594,14 @@ SourceDateEpoch: 1693049425 Maintainer: Felix Fietkau Architecture: mipsel_24kc Installed-Size: 4637 -Filename: kmod-mt7921s_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 5434 -SHA256sum: a751f6bca7990739973bef1a3cdf79c87cd4a319e594900f88186492dedb95f4 +Filename: kmod-mt7921s_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 5436 +SHA256sum: 9c307a300815cd969879e5ff9acaffc18851f8cea67357953d2ef13469056123 Description: MediaTek MT7921S wireless driver Package: kmod-mt7921u -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt792x-usb, kmod-mt7921-common +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt792x-usb, kmod-mt7921-common Source: package/kernel/mt76 SourceName: kmod-mt7921u License: GPLv2 @@ -8609,15 +8609,15 @@ Section: kernel SourceDateEpoch: 1693049425 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 2807 -Filename: kmod-mt7921u_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 3602 -SHA256sum: 38a998105176778c37bc56f2d9e12699d23117f0c77e0d6d41dcc99f9ada2062 +Installed-Size: 2806 +Filename: kmod-mt7921u_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 3597 +SHA256sum: be192bab12a83652440d12b49bdc6f8ca2fb8eec5e31b9137df24b2a4cb24257 Description: MediaTek MT7921U wireless driver Package: kmod-mt792x-common -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt76-connac +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt76-connac Source: package/kernel/mt76 SourceName: kmod-mt792x-common License: GPLv2 @@ -8625,15 +8625,15 @@ Section: kernel SourceDateEpoch: 1693049425 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 12555 -Filename: kmod-mt792x-common_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 13343 -SHA256sum: e3d52ac5192add226b4685a092a273af04c6b370980ef094570c74c4a9360b8b +Installed-Size: 12554 +Filename: kmod-mt792x-common_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 13344 +SHA256sum: b53b56b679b73bd6e39412204aec63fc5d7d0703acf765618d7fbf8ae7d8b49a Description: MediaTek MT792x wireless driver common code Package: kmod-mt792x-usb -Version: 5.15.137+2023-08-14-b14c2351-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mt792x-common, kmod-mt76-usb +Version: 5.15.134+2023-08-14-b14c2351-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mt792x-common, kmod-mt76-usb Source: package/kernel/mt76 SourceName: kmod-mt792x-usb License: GPLv2 @@ -8642,151 +8642,151 @@ SourceDateEpoch: 1693049425 Maintainer: Felix Fietkau Architecture: mipsel_24kc Installed-Size: 2594 -Filename: kmod-mt792x-usb_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk -Size: 3430 -SHA256sum: 8e63b38068c2b298537ee6eee055e19746d0c15ccb9c00b28014fb5267160119 +Filename: kmod-mt792x-usb_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk +Size: 3421 +SHA256sum: f4263c143b2d09774acfb0dcd74734975affe91175198f5a781bd57575af34f0 Description: MediaTek MT792x wireless driver USB code Package: kmod-mtd-rw -Version: 5.15.137+git-20160214-2 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134+git-20160214-2 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: feeds/packages/kernel/mtd-rw SourceName: kmod-mtd-rw License: GPL-2.0 LicenseFiles: LICENSE Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 Maintainer: Joseph C. Lehner Architecture: mipsel_24kc -Installed-Size: 1462 -Filename: kmod-mtd-rw_5.15.137+git-20160214-2_mipsel_24kc.ipk -Size: 2302 -SHA256sum: a2fa7d88dd835cc20f58b13939fbe7912d5c188247753d3b1868cb4d84bfa999 +Installed-Size: 1463 +Filename: kmod-mtd-rw_5.15.134+git-20160214-2_mipsel_24kc.ipk +Size: 2306 +SHA256sum: 0c9010d0f1a517e350736b89fd2bf7cf606a03f88da0185d7e40b63285d0554e Description: A kernel module that temporarily makes all MTD partitions writeable. Package: kmod-mtdoops -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-mtdoops License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4282 -Filename: kmod-mtdoops_5.15.137-1_mipsel_24kc.ipk -Size: 5019 -SHA256sum: 9bc406cefe6ef5e97384832cc60a8f88ec1288e378081fb3d25314552f516bef +Installed-Size: 4279 +Filename: kmod-mtdoops_5.15.134-1_mipsel_24kc.ipk +Size: 4993 +SHA256sum: dd201ffd939619e1c868812f2e19e718ede1c2d69ac01ec3162907a1254b7aa4 Description: Kernel modules for Log panic/oops to an MTD buffer Package: kmod-mtdram -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-mtdram License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1966 -Filename: kmod-mtdram_5.15.137-1_mipsel_24kc.ipk -Size: 2716 -SHA256sum: ea86bc3575a42cd4a4f38bfb5988a97b069ae93eba0a1bf19fbb640079a165eb +Installed-Size: 1965 +Filename: kmod-mtdram_5.15.134-1_mipsel_24kc.ipk +Size: 2710 +SHA256sum: a70e07a09803bd20f4b6589f5ccf5cff9d5c38592ac82e7686c78a0753303e82 Description: Test MTD driver using RAM Package: kmod-mtdtests -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-mtdtests License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 28082 -Filename: kmod-mtdtests_5.15.137-1_mipsel_24kc.ipk -Size: 28703 -SHA256sum: 8bc331e96a3f5b3c81d86591421ee70c6ea9a9260c4f346ec0a5e7246c4e870b +Installed-Size: 28079 +Filename: kmod-mtdtests_5.15.134-1_mipsel_24kc.ipk +Size: 28704 +SHA256sum: b259aacb04d6f3a5d4c189d4b55548bd9f3cfbc521a34ec2cdbb2d4eb9445c1c Description: Kernel modules for MTD subsystem/driver testing Package: kmod-mux-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-mux-core License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3715 -Filename: kmod-mux-core_5.15.137-1_mipsel_24kc.ipk -Size: 4450 -SHA256sum: 7fa14bcce1bd3f6545c9933be1a6ab172eaad17a64325c16c07cc994e7b2d64a +Installed-Size: 3717 +Filename: kmod-mux-core_5.15.134-1_mipsel_24kc.ipk +Size: 4454 +SHA256sum: 8b7898de2c9eb49762fc9abf60d3264f9df531c44f3b90a47ba04ab1add795a6 Description: Kernel module for multiplexer support Package: kmod-mux-gpio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mux-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mux-core Source: package/kernel/linux SourceName: kmod-mux-gpio License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1721 -Filename: kmod-mux-gpio_5.15.137-1_mipsel_24kc.ipk -Size: 2455 -SHA256sum: 70d6e28e4b9e94841ad63942188a733f1bf6f9ef65acf7bdb387be4d2513a9c3 +Installed-Size: 1723 +Filename: kmod-mux-gpio_5.15.134-1_mipsel_24kc.ipk +Size: 2457 +SHA256sum: 00344b35a14b7272c8d61fd0da6e6c657a35531d5034f0424f2fd44fcaf1345a Description: Kernel modules for GPIO-controlled Multiplexer controller Package: kmod-mwifiex-pcie -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, mwifiex-pcie-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, mwifiex-pcie-firmware Source: package/kernel/mac80211 SourceName: kmod-mwifiex-pcie Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 162259 -Filename: kmod-mwifiex-pcie_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 161053 -SHA256sum: 8474d618d40d2b19707ec5919204fd7990c0c2f9134dfe3d8965833aa2decc38 +Installed-Size: 162258 +Filename: kmod-mwifiex-pcie_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 161027 +SHA256sum: 7e2dec6a0e3c79e5bfd9170c103b1e3bb6b1331caeb4738bca4b12a12f30d9d4 Description: Kernel modules for Marvell 802.11n/802.11ac PCIe Wireless cards Package: kmod-mwifiex-sdio -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mmc, kmod-mac80211, mwifiex-sdio-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mmc, kmod-mac80211, mwifiex-sdio-firmware Source: package/kernel/mac80211 SourceName: kmod-mwifiex-sdio Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 160803 -Filename: kmod-mwifiex-sdio_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 159646 -SHA256sum: 1636115105ee46711a74337a2badbb467f20b630e01b0a293f7000ea7b98753e +Installed-Size: 160806 +Filename: kmod-mwifiex-sdio_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 159651 +SHA256sum: 76650279bc012b0176cd1457693237a50737be3187072e36e3a721c77e5989fb Description: Kernel modules for Marvell 802.11n/802.11ac SDIO Wireless cards Package: kmod-mwl8k -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, mwl8k-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, mwl8k-firmware Source: package/kernel/mac80211 SourceName: kmod-mwl8k Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 26748 -Filename: kmod-mwl8k_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 27488 -SHA256sum: 4eaf2b2673eb2530d2d2d3b7c52394af9eac5bfe85c9d5fd17dff02fa735cc69 +Installed-Size: 26746 +Filename: kmod-mwl8k_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 27494 +SHA256sum: c8e2b6118a714b1c6075cf85642892b35a169c5c55a4a339dc0ad6e5d2310eaf Description: Kernel modules for Marvell TOPDOG 802.11 Wireless cards Package: kmod-nat46 -Version: 5.15.137+2022-09-19-4c5beee2-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-conntrack6 +Version: 5.15.134+2022-09-19-4c5beee2-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-conntrack6 Source: package/kernel/nat46 SourceName: kmod-nat46 License: GPL-2.0 @@ -8794,87 +8794,87 @@ Section: kernel SourceDateEpoch: 1683854133 Maintainer: Hans Dedecker Architecture: mipsel_24kc -Installed-Size: 17742 -Filename: kmod-nat46_5.15.137+2022-09-19-4c5beee2-1_mipsel_24kc.ipk -Size: 18518 -SHA256sum: 464105a2842addc3f9ffda328960598bb686e647c124cef41f7405937206fe8d +Installed-Size: 17741 +Filename: kmod-nat46_5.15.134+2022-09-19-4c5beee2-1_mipsel_24kc.ipk +Size: 18516 +SHA256sum: 7ce5e9a3905f5c9db6c995ba1db2e386a9a052c0811899d113627374caf88a5d Description: Stateless NAT46 translation kernel module Package: kmod-natsemi -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-natsemi License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 14706 -Filename: kmod-natsemi_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 14709 +Filename: kmod-natsemi_5.15.134-1_mipsel_24kc.ipk Size: 15472 -SHA256sum: 0fdbb9f1f7363b156ff39c204e9fb9792bf61dc2e24a991ed13af030016ab15e +SHA256sum: d5b4f458e218e834b2b906861d572a15e16125cc3f24936ceb022a46401de1cb Description: Kernel modules for National Semiconductor DP8381x series PCI Ethernet adapters. Package: kmod-nbd -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-nbd License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 17855 -Filename: kmod-nbd_5.15.137-1_mipsel_24kc.ipk -Size: 18605 -SHA256sum: 5d1c7e6d91bbe619086d8fcd5a0f636cb1e372411f0f806369eb5972bb959f9a +Installed-Size: 17854 +Filename: kmod-nbd_5.15.134-1_mipsel_24kc.ipk +Size: 18599 +SHA256sum: b907f52ecf559da10a3ffb9ed62a0e3c640ee12ee00f74e40a26772b24eba7fc Description: Kernel module for network block device support Package: kmod-ne2k-pci -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-ne2k-pci License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 10369 -Filename: kmod-ne2k-pci_5.15.137-1_mipsel_24kc.ipk -Size: 11152 -SHA256sum: 7259002d2ecc6ecbf8860b9341b46af12b941bc7032a077f1f0cfbbd9345b0d5 +Installed-Size: 10373 +Filename: kmod-ne2k-pci_5.15.134-1_mipsel_24kc.ipk +Size: 11153 +SHA256sum: 562ee3fcb70937a44fecf98d9af50a6009f439ba1a68c4838fb2d1a68ebed904 Description: Kernel modules for NE2000 PCI Ethernet Adapter kernel Package: kmod-net-selftests -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy Source: package/kernel/linux SourceName: kmod-net-selftests License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 188 -Filename: kmod-net-selftests_5.15.137-1_mipsel_24kc.ipk -Size: 928 -SHA256sum: 0f80a5831b90b66bab80e8d683386076028539ffc482ecf6fe1a8bb836c167ae +Installed-Size: 187 +Filename: kmod-net-selftests_5.15.134-1_mipsel_24kc.ipk +Size: 929 +SHA256sum: 0aa9cd37b3ad9ac00b30eb3f900d6a8ad19f24af19632e33bca38bd944751e2b Description: Kernel modules for the generic selftest support Package: kmod-netatop -Version: 5.15.137+3.1-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134+3.1-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: feeds/packages/admin/netatop SourceName: kmod-netatop License: GPL-2.0 Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 Maintainer: Toni Uhlig Architecture: mipsel_24kc -Installed-Size: 7654 -Filename: kmod-netatop_5.15.137+3.1-1_mipsel_24kc.ipk -Size: 8723 -SHA256sum: 3e2f78e06d6e22cf8ab4a3ade7faeac2e23933fea3dbdb5ade5f024c40e45c79 +Installed-Size: 7656 +Filename: kmod-netatop_5.15.134+3.1-1_mipsel_24kc.ipk +Size: 8722 +SHA256sum: 59f7c9ae151766888bb67612d64236e83fcfc7230b324183341e35553c39a82e Description: The optional kernel module netatop can be loaded to gather statistics about the TCP and UDP packets that have been transmitted/received per process and per thread. As soon as atop discovers that this module is active, it shows @@ -8885,169 +8885,169 @@ Description: The optional kernel module netatop can be loaded to gather statist for input and output per process/thread. Package: kmod-netconsole -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-netconsole License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3457 -Filename: kmod-netconsole_5.15.137-1_mipsel_24kc.ipk -Size: 4158 -SHA256sum: 2d8ade196e6a51d88267457f79d11014a00bebb3b22e748776ef82859c72fe7f +Installed-Size: 3455 +Filename: kmod-netconsole_5.15.134-1_mipsel_24kc.ipk +Size: 4166 +SHA256sum: 30686822482f51892747a0ba9094c2e9a73f9b00772bb6532fe427388e8a2b4b Description: Network console logging support. Package: kmod-netem -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sched +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sched Source: package/kernel/linux SourceName: kmod-netem License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 8307 -Filename: kmod-netem_5.15.137-1_mipsel_24kc.ipk -Size: 9070 -SHA256sum: 8bb9c287ed230bbec78e499d4ec0a3630c1b6b2e676262e05c9f44f1098b038f +Installed-Size: 8309 +Filename: kmod-netem_5.15.134-1_mipsel_24kc.ipk +Size: 9079 +SHA256sum: 2bcb819471eb49fb997a9299fc41752a8bce4dfb4a6fe7258f6159f16eda1afe Description: Kernel modules for emulating the properties of wide area networks Package: kmod-netlink-diag -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-netlink-diag License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2275 -Filename: kmod-netlink-diag_5.15.137-1_mipsel_24kc.ipk -Size: 3056 -SHA256sum: 6b1cace2649be4bda70273340b4441f34558b15597379be39bd305adef52b8f8 +Installed-Size: 2276 +Filename: kmod-netlink-diag_5.15.134-1_mipsel_24kc.ipk +Size: 3046 +SHA256sum: cda36ffebcf472f9edd371daadee03a71b70bc703e0edcf434af380e9a085019 Description: Netlink diag is a module made for use with iproute2's ss utility Package: kmod-nf-conncount -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-conntrack +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-conntrack Source: package/kernel/linux SourceName: kmod-nf-conncount License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4894 -Filename: kmod-nf-conncount_5.15.137-1_mipsel_24kc.ipk -Size: 5619 -SHA256sum: 2ff10fee922bc6551e1049fd79763bcbaf994aedb0709c9c3dce0170db31791b +Installed-Size: 4896 +Filename: kmod-nf-conncount_5.15.134-1_mipsel_24kc.ipk +Size: 5615 +SHA256sum: 498c0032284f61021401ae97e653815c6a4184199ff783239e3efa29deaa8ae4 Description: Netfilter conncount support Package: kmod-nf-conntrack-netlink -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nfnetlink, kmod-nf-conntrack +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nfnetlink, kmod-nf-conntrack Source: package/kernel/linux SourceName: kmod-nf-conntrack-netlink License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 16804 -Filename: kmod-nf-conntrack-netlink_5.15.137-1_mipsel_24kc.ipk -Size: 17575 -SHA256sum: e660971db246bdd38fd70e3dcc73d73476eec1de667d81ce412c1daf4f2b999e +Installed-Size: 16803 +Filename: kmod-nf-conntrack-netlink_5.15.134-1_mipsel_24kc.ipk +Size: 17583 +SHA256sum: 7ba8149ffead174384617686a607858b833eb4873c5f46f67e4364728d4e2bd4 Description: Kernel modules support for a netlink-based connection tracking userspace interface Package: kmod-nf-conntrack6 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-conntrack +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-conntrack Source: package/kernel/linux SourceName: kmod-nf-conntrack6 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-nf-conntrack6_5.15.137-1_mipsel_24kc.ipk -Size: 826 -SHA256sum: aaf947449b11d1c4b56d576e6cd34db99415ecfb7a15e46fd1a1a3dd88447b03 +Filename: kmod-nf-conntrack6_5.15.134-1_mipsel_24kc.ipk +Size: 825 +SHA256sum: 3919e4b898b6bc3d52f4e2e9ef87609e28cd1c102a26062b3fadd7782ab6362d Description: Netfilter IPv6 connection tracking Package: kmod-nf-conntrack -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-nf-conntrack License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 52976 -Filename: kmod-nf-conntrack_5.15.137-1_mipsel_24kc.ipk -Size: 53598 -SHA256sum: 26f24a40257b2cc26bed2633af37cb0bd8eca0baffca1c9ab9bee4ac083f3701 +Installed-Size: 52977 +Filename: kmod-nf-conntrack_5.15.134-1_mipsel_24kc.ipk +Size: 53611 +SHA256sum: e698c26aae81ef28cb7e4cb9bb6882bad703aff1bcae7637447b496a34a8bfd1 Description: Netfilter connection tracking Package: kmod-nf-flow -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-conntrack +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-conntrack Source: package/kernel/linux SourceName: kmod-nf-flow License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 15354 -Filename: kmod-nf-flow_5.15.137-1_mipsel_24kc.ipk -Size: 16056 -SHA256sum: 34b21cd794df44d2c94ef36c6df7ebcda31e13714bdbfc3463300de3eb9037bf +Installed-Size: 15355 +Filename: kmod-nf-flow_5.15.134-1_mipsel_24kc.ipk +Size: 16067 +SHA256sum: 11ab9e0a1271c48f745ac3d19c73fb8cbfc31e106dd4abeb5192f8c6d33c04d3 Description: Netfilter flowtable support Package: kmod-nf-ipt6 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-ipt, kmod-nf-log6 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-ipt, kmod-nf-log6 Source: package/kernel/linux SourceName: kmod-nf-ipt6 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 9430 -Filename: kmod-nf-ipt6_5.15.137-1_mipsel_24kc.ipk -Size: 10162 -SHA256sum: 0dfdca132592fd52477dfd887b12b8c25de7186cd36b08ed17177c0a090f53e3 +Installed-Size: 9431 +Filename: kmod-nf-ipt6_5.15.134-1_mipsel_24kc.ipk +Size: 10165 +SHA256sum: 5b8c49c17175f2ea8f4fb6d82b441d18f94c7b8bd591addf2f59ce257bd60bbc Description: Ip6tables core Package: kmod-nf-ipt -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-nf-ipt License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 19853 -Filename: kmod-nf-ipt_5.15.137-1_mipsel_24kc.ipk -Size: 20544 -SHA256sum: d3793a6724a2cc59f5dfc906cb9f68565cbd3a32fa5f334c74ced20b6096059b +Installed-Size: 19854 +Filename: kmod-nf-ipt_5.15.134-1_mipsel_24kc.ipk +Size: 20546 +SHA256sum: a6f60be23697fab435a2eb5a369a13b121277d54977e6faf263dcdcb57706b10 Description: Iptables core Package: kmod-nf-ipvs-ftp -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-ipvs, kmod-nf-nat, kmod-nf-nathelper +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-ipvs, kmod-nf-nat, kmod-nf-nathelper Source: package/kernel/linux SourceName: kmod-nf-ipvs-ftp License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3765 -Filename: kmod-nf-ipvs-ftp_5.15.137-1_mipsel_24kc.ipk -Size: 4625 -SHA256sum: 0b6a4e74b16a3cc94cb1dea3d624d6030339028539759d1735343483fc145260 +Installed-Size: 3763 +Filename: kmod-nf-ipvs-ftp_5.15.134-1_mipsel_24kc.ipk +Size: 4626 +SHA256sum: 77df9806f7161c1a7817957ab1e896a9a220df8e438768ecb337f1229db353e0 Description: In the virtual server via Network Address Translation, the IP address and port number of real servers cannot be sent to clients in ftp connections directly, so FTP protocol helper is @@ -9055,109 +9055,109 @@ Description: In the virtual server via Network Address Translation, virtual service. Package: kmod-nf-ipvs-sip -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-ipvs, kmod-nf-nathelper-extra +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-ipvs, kmod-nf-nathelper-extra Source: package/kernel/linux SourceName: kmod-nf-ipvs-sip License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2278 -Filename: kmod-nf-ipvs-sip_5.15.137-1_mipsel_24kc.ipk -Size: 3055 -SHA256sum: 4803036d08d574bd6b902621319120757b6517eaeadbbf03fb52c8c2ad57727b +Installed-Size: 2276 +Filename: kmod-nf-ipvs-sip_5.15.134-1_mipsel_24kc.ipk +Size: 3054 +SHA256sum: 6814c7254d5ff0c8c6762662c82a6405e44935b340450c5443ac8cd0b9b2d520 Description: Allow persistence based on the SIP Call-ID Package: kmod-nf-ipvs -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-lib-crc32c, kmod-ipt-conntrack, kmod-nf-conntrack, kmod-ipt-core, kmod-ipt-conntrack +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-lib-crc32c, kmod-ipt-conntrack, kmod-nf-conntrack, kmod-ipt-core, kmod-ipt-conntrack Source: package/kernel/linux SourceName: kmod-nf-ipvs License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 83118 -Filename: kmod-nf-ipvs_5.15.137-1_mipsel_24kc.ipk -Size: 83895 -SHA256sum: 2aed4f649bb3556ebcb227f6536e144bd1a11ce5b94a3bdc976a1ab6e6186838 +Installed-Size: 83082 +Filename: kmod-nf-ipvs_5.15.134-1_mipsel_24kc.ipk +Size: 83825 +SHA256sum: ee672baac4aadf4687e858e5fb7e2899b3c1104a3f9b877fde4e2f21196c1f52 Description: IPVS (IP Virtual Server) implements transport-layer load balancing inside the Linux kernel so called Layer-4 switching. Package: kmod-nf-log6 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-log +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-log Source: package/kernel/linux SourceName: kmod-nf-log6 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-nf-log6_5.15.137-1_mipsel_24kc.ipk -Size: 818 -SHA256sum: c1fd92e2ee0a73b70a12620e5f36762d5d2ac2e39e04d96bab11adeb72a0c78b +Filename: kmod-nf-log6_5.15.134-1_mipsel_24kc.ipk +Size: 820 +SHA256sum: b47882491bc8d808d239b45e071f582ca56f0004791109aea1e3b7dca17862a7 Description: Netfilter IPV6 Logging Package: kmod-nf-log -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-nf-log License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 8638 -Filename: kmod-nf-log_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 8639 +Filename: kmod-nf-log_5.15.134-1_mipsel_24kc.ipk Size: 9356 -SHA256sum: 46ef176b6d9258e76d84ce39bf598b31d2947750b0694e9617ee906f6641bed3 +SHA256sum: b87f043c66b6a19596efa5f5c67e91afdbce463ad8a141c9aca3ce53854bc601 Description: Netfilter Logging Package: kmod-nf-nat6 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-conntrack6, kmod-nf-nat +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-conntrack6, kmod-nf-nat Source: package/kernel/linux SourceName: kmod-nf-nat6 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-nf-nat6_5.15.137-1_mipsel_24kc.ipk -Size: 821 -SHA256sum: 20b583640bdaa9c4de2f7f113ab887c7ed0e85113e2104624ac8a47b695d1b34 +Filename: kmod-nf-nat6_5.15.134-1_mipsel_24kc.ipk +Size: 822 +SHA256sum: ad628246d672acc3d65a5ca7e70af4c33cdef0f66c8622cb1c4d76ec75c1426f Description: Netfilter IPV6-NAT Package: kmod-nf-nat -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-conntrack +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-conntrack Source: package/kernel/linux SourceName: kmod-nf-nat License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 15910 -Filename: kmod-nf-nat_5.15.137-1_mipsel_24kc.ipk -Size: 16610 -SHA256sum: 67e9488294e902470f30b609f8214087491db38c1032c3e1f5ed70718204401e +Installed-Size: 15911 +Filename: kmod-nf-nat_5.15.134-1_mipsel_24kc.ipk +Size: 16612 +SHA256sum: 6888c6239f9cef9f5602c8f95ced5b3bd2dc9f4cef3e962a229933791f5c848f Description: Netfilter NAT Package: kmod-nf-nathelper-extra -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-nat, kmod-lib-textsearch, kmod-asn1-decoder +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-nat, kmod-lib-textsearch, kmod-asn1-decoder Source: package/kernel/linux SourceName: kmod-nf-nathelper-extra License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 50310 -Filename: kmod-nf-nathelper-extra_5.15.137-1_mipsel_24kc.ipk -Size: 51145 -SHA256sum: d72dcedf1a3bce1f9222711cff34b14ed4eb10b4aa63f128718961e68d403ce8 +Installed-Size: 50316 +Filename: kmod-nf-nathelper-extra_5.15.134-1_mipsel_24kc.ipk +Size: 51158 +SHA256sum: 3da6873e4b5ce96ba09ad19a3242a9ffa06726c7ee4ae8ff3996875a37be7827 Description: Extra Netfilter (IPv4) Conntrack and NAT helpers Includes: - amanda @@ -9172,850 +9172,850 @@ Description: Extra Netfilter (IPv4) Conntrack and NAT helpers - broadcast Package: kmod-nf-nathelper -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-nat +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-nat Source: package/kernel/linux SourceName: kmod-nf-nathelper License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 5402 -Filename: kmod-nf-nathelper_5.15.137-1_mipsel_24kc.ipk -Size: 6175 -SHA256sum: 9e3fa45324561e46910468a836d92b1979f7377fd4379c895e0989fbfcb58448 +Filename: kmod-nf-nathelper_5.15.134-1_mipsel_24kc.ipk +Size: 6180 +SHA256sum: da38361016ee7f45633ec53b2e65af71bb862300ff41414d5f86f52d166a1e7c Description: Default Netfilter (IPv4) Conntrack and NAT helpers Includes: - ftp Package: kmod-nf-reject6 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-nf-reject6 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3867 -Filename: kmod-nf-reject6_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 3868 +Filename: kmod-nf-reject6_5.15.134-1_mipsel_24kc.ipk Size: 4594 -SHA256sum: 0bb09dbac068e070d7efeaaf2570692765f04a6616086523c696bd7436855104 +SHA256sum: 58f153d503143e476e5b94940d333b2e8fffaf09e969bad2dab9b9a6b626263a Description: Netfilter IPv6 reject support Package: kmod-nf-reject -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-nf-reject License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3430 -Filename: kmod-nf-reject_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 3431 +Filename: kmod-nf-reject_5.15.134-1_mipsel_24kc.ipk Size: 4148 -SHA256sum: f5948efae70be85c19576357490525ef1fc4ba1fcf15910ec5e4dd0573c57077 +SHA256sum: e660117252ce364382fb9e25a56c57ddbacf76c2b6017644c0d8b4e744fe8995 Description: Netfilter IPv4 reject support Package: kmod-nf-socket -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-nf-socket License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2481 -Filename: kmod-nf-socket_5.15.137-1_mipsel_24kc.ipk -Size: 3213 -SHA256sum: ce843aa91d9471800228b36341dfd6cb4cf0f6df8eb49df5974f2c40a8385c09 +Installed-Size: 2479 +Filename: kmod-nf-socket_5.15.134-1_mipsel_24kc.ipk +Size: 3202 +SHA256sum: 91f3e6b0f0aa6cef313c86a7bf6aa99227fe7e8016289c7fcfac29181fe36df9 Description: Netfilter socket lookup support Package: kmod-nf-tproxy -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-nf-tproxy License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2901 -Filename: kmod-nf-tproxy_5.15.137-1_mipsel_24kc.ipk -Size: 3616 -SHA256sum: e7143bce7d76be4f3dd1b50695e6cef8f8a0695b7d641f8f9881feabbbb6b172 +Installed-Size: 2898 +Filename: kmod-nf-tproxy_5.15.134-1_mipsel_24kc.ipk +Size: 3623 +SHA256sum: 559f25ea5fc54801cae908be5459a532f335f35e81bbf7f5010549870d0b5aa5 Description: Netfilter tproxy support Package: kmod-nfnetlink-log -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nfnetlink +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nfnetlink Source: package/kernel/linux SourceName: kmod-nfnetlink-log License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 6971 -Filename: kmod-nfnetlink-log_5.15.137-1_mipsel_24kc.ipk -Size: 7792 -SHA256sum: 9fd380e235111100f9f1dd8fa769ee3c8ed7cab7616bcb3b2c6381186e72d225 +Installed-Size: 6972 +Filename: kmod-nfnetlink-log_5.15.134-1_mipsel_24kc.ipk +Size: 7785 +SHA256sum: 4d4e243498c5a41d569d893e6fbfd45c5be95592052ccc672163bf7534879b22 Description: Kernel modules support for logging packets via NFNETLINK Includes: - NFLOG Package: kmod-nfnetlink-queue -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nfnetlink +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nfnetlink Source: package/kernel/linux SourceName: kmod-nfnetlink-queue License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 8203 -Filename: kmod-nfnetlink-queue_5.15.137-1_mipsel_24kc.ipk -Size: 8990 -SHA256sum: e7c41466cf0d913b60d84f3914cad49f6f8f2651f1975a1da33520637aabf977 +Filename: kmod-nfnetlink-queue_5.15.134-1_mipsel_24kc.ipk +Size: 8976 +SHA256sum: 482372134ebb8d1eda09c9847192011ddef74a97f899ee9514542e7056ab2369 Description: Kernel modules support for queueing packets via NFNETLINK Includes: - NFQUEUE Package: kmod-nfnetlink -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-nfnetlink License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 4759 -Filename: kmod-nfnetlink_5.15.137-1_mipsel_24kc.ipk +Filename: kmod-nfnetlink_5.15.134-1_mipsel_24kc.ipk Size: 5473 -SHA256sum: 9207b2140c0096ac2c34518d4717a693d24ab1ab79ef2cc1d4007aad1b749790 +SHA256sum: 3c3b2fc3816625a5ee27854176ed6880680db87c3e86a760dd518edeafb811a3 Description: Kernel modules support for a netlink-based userspace interface Package: kmod-nft-arp -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nft-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nft-core Source: package/kernel/linux SourceName: kmod-nft-arp License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-nft-arp_5.15.137-1_mipsel_24kc.ipk -Size: 834 -SHA256sum: 04739e38dfb68e3dfca304c451359252be9243e46918bd09d8bf4a21ce8c810c +Filename: kmod-nft-arp_5.15.134-1_mipsel_24kc.ipk +Size: 827 +SHA256sum: 943d3914814e003609f3e592677202f9f7b44756d58f2a5ce90c4b88e076049d Description: Netfilter nf_tables ARP table support Package: kmod-nft-bridge -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nft-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nft-core Source: package/kernel/linux SourceName: kmod-nft-bridge License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 5323 -Filename: kmod-nft-bridge_5.15.137-1_mipsel_24kc.ipk -Size: 6039 -SHA256sum: fe3803d557f3a1b392773bb95f446a9d7883afde0051636fd218c3bf4452e7f9 +Installed-Size: 5325 +Filename: kmod-nft-bridge_5.15.134-1_mipsel_24kc.ipk +Size: 6038 +SHA256sum: 677e10633af3db151d121c95057822e6df3ad742978745000f55275953aa4597 Description: Netfilter nf_tables bridge table support Package: kmod-nft-compat -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nft-core, kmod-nf-ipt +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nft-core, kmod-nf-ipt Source: package/kernel/linux SourceName: kmod-nft-compat License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4893 -Filename: kmod-nft-compat_5.15.137-1_mipsel_24kc.ipk -Size: 5630 -SHA256sum: 9bead4b5c527b1786d52ea33f7ff9f6aa8d7f23481833ab025929be3d1588f1d +Installed-Size: 4892 +Filename: kmod-nft-compat_5.15.134-1_mipsel_24kc.ipk +Size: 5624 +SHA256sum: 1985c6071b95eb40be6327c459aad6303b8b0e1dc81bad85d80baa3417016c6d Description: Netfilter nf_tables compat support Package: kmod-nft-connlimit -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nft-core, kmod-nf-conncount +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nft-core, kmod-nf-conncount Source: package/kernel/linux SourceName: kmod-nft-connlimit License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2100 -Filename: kmod-nft-connlimit_5.15.137-1_mipsel_24kc.ipk -Size: 2834 -SHA256sum: 3ec05c2c9a79b10f3709b4ae945c03fb2546cb14eee905ddf569e55d7ea6606c +Installed-Size: 2099 +Filename: kmod-nft-connlimit_5.15.134-1_mipsel_24kc.ipk +Size: 2840 +SHA256sum: 446bd536185f397ccfc097c125114899c9758007dbdc5ee345d701765cd498f5 Description: Netfilter nf_tables connlimit support Package: kmod-nft-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nfnetlink, kmod-nf-reject, kmod-nf-reject6, kmod-nf-conntrack6, kmod-nf-nat, kmod-nf-log, kmod-nf-log6, kmod-lib-crc32c +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nfnetlink, kmod-nf-reject, kmod-nf-reject6, kmod-nf-conntrack6, kmod-nf-nat, kmod-nf-log, kmod-nf-log6, kmod-lib-crc32c Source: package/kernel/linux SourceName: kmod-nft-core License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 116395 -Filename: kmod-nft-core_5.15.137-1_mipsel_24kc.ipk -Size: 116758 -SHA256sum: b57ea3fe29e928558b3a25fb4ed10cfbed7304ee4e0033d501732052c23ff8a9 +Installed-Size: 116149 +Filename: kmod-nft-core_5.15.134-1_mipsel_24kc.ipk +Size: 116392 +SHA256sum: 1cf4089c685c27c353a7ff68b98f25330c0c0177b22a442a149ecee7af8ac1ef Description: Kernel module support for nftables Package: kmod-nft-dup-inet -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nft-core, kmod-nf-conntrack, kmod-nf-conntrack6 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nft-core, kmod-nf-conntrack, kmod-nf-conntrack6 Source: package/kernel/linux SourceName: kmod-nft-dup-inet License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2847 -Filename: kmod-nft-dup-inet_5.15.137-1_mipsel_24kc.ipk -Size: 3631 -SHA256sum: 5327c83d8125c9ee2be9ef5d244c082a1fb17ca2ecc835e74e593a18d5a63abd +Installed-Size: 2846 +Filename: kmod-nft-dup-inet_5.15.134-1_mipsel_24kc.ipk +Size: 3632 +SHA256sum: 22316cbf047c5bcc7fd8e7209e7c568e10ba53d21ef37b4ec7780d458b978f06 Description: Netfilter nf_tables dup in ip/ip6/inet family support Package: kmod-nft-fib -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nft-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nft-core Source: package/kernel/linux SourceName: kmod-nft-fib License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 5580 -Filename: kmod-nft-fib_5.15.137-1_mipsel_24kc.ipk -Size: 6320 -SHA256sum: fe9bda50551f37b5a4dee416dccac78669fa07602e4b8c0a6c5ea725f51f198d +Installed-Size: 5579 +Filename: kmod-nft-fib_5.15.134-1_mipsel_24kc.ipk +Size: 6308 +SHA256sum: 56a3b7690922e12111baa6d3aa6cad9986f983490dd6f5135ab6e425597608ed Description: Netfilter nf_tables fib support Package: kmod-nft-nat -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nft-core, kmod-nf-nat +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nft-core, kmod-nf-nat Source: package/kernel/linux SourceName: kmod-nft-nat License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4440 -Filename: kmod-nft-nat_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 4439 +Filename: kmod-nft-nat_5.15.134-1_mipsel_24kc.ipk Size: 5200 -SHA256sum: 90f1cbb921004cb08f37acb837f94e8265e1962ed6f404ee5428457a25eb4382 +SHA256sum: 4ea4d0b43a251ff09621d989cedf5052f01a469ddf845ec2764032fb969a7b6c Description: Netfilter nf_tables NAT support Package: kmod-nft-netdev -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nft-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nft-core Source: package/kernel/linux SourceName: kmod-nft-netdev License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2834 -Filename: kmod-nft-netdev_5.15.137-1_mipsel_24kc.ipk -Size: 3577 -SHA256sum: 707a5e7ecbd919ffdede5a2f448a9a2a906aacbf3375c6fe6d16915c23fb0102 +Installed-Size: 2835 +Filename: kmod-nft-netdev_5.15.134-1_mipsel_24kc.ipk +Size: 3573 +SHA256sum: f593bc268e12c93de9e782f57f8191b3d815a863248a71b425fc49f7c4907464 Description: Netfilter nf_tables netdev support Package: kmod-nft-offload -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nf-flow, kmod-nft-nat +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nf-flow, kmod-nft-nat Source: package/kernel/linux SourceName: kmod-nft-offload License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4516 -Filename: kmod-nft-offload_5.15.137-1_mipsel_24kc.ipk -Size: 5286 -SHA256sum: 1186e756125e9081e690cda8fee55225142735244bda9db46654fd109d2fce76 +Installed-Size: 4514 +Filename: kmod-nft-offload_5.15.134-1_mipsel_24kc.ipk +Size: 5289 +SHA256sum: a1eb3a62a37d734da99d67fce5b7a650a198aa89e3b916dafb104bf73604e3c1 Description: Netfilter nf_tables routing/NAT offload support Package: kmod-nft-queue -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nft-core, kmod-nfnetlink-queue +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nft-core, kmod-nfnetlink-queue Source: package/kernel/linux SourceName: kmod-nft-queue License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2349 -Filename: kmod-nft-queue_5.15.137-1_mipsel_24kc.ipk -Size: 3083 -SHA256sum: d16c2da11695196e022f42e3b106759d0a5fb04e61bf98304f0f325b396151dd +Installed-Size: 2347 +Filename: kmod-nft-queue_5.15.134-1_mipsel_24kc.ipk +Size: 3086 +SHA256sum: 5224e30601ab5787a7f2ff950f39554af2e8f625dd410cd666a508e497afb805 Description: Netfilter nf_tables queue support Package: kmod-nft-socket -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nft-core, kmod-nf-socket +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nft-core, kmod-nf-socket Source: package/kernel/linux SourceName: kmod-nft-socket License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 2018 -Filename: kmod-nft-socket_5.15.137-1_mipsel_24kc.ipk -Size: 2785 -SHA256sum: 949277a9107146483de4db61dfaf0d1c05fa5b6a81db7ee1157d6b50242e28b9 +Filename: kmod-nft-socket_5.15.134-1_mipsel_24kc.ipk +Size: 2789 +SHA256sum: 1265fe50461cf6e5bcd4e302ef083a219472d31607aa6bd98e5a19a2776cbee9 Description: Netfilter nf_tables socket support Package: kmod-nft-tproxy -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nft-core, kmod-nf-tproxy, kmod-nf-conntrack +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nft-core, kmod-nf-tproxy, kmod-nf-conntrack Source: package/kernel/linux SourceName: kmod-nft-tproxy License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2681 -Filename: kmod-nft-tproxy_5.15.137-1_mipsel_24kc.ipk -Size: 3413 -SHA256sum: 99b6095894d19a937a7634a5f0206f485ca12243e85054f5030d63fc65a13516 +Installed-Size: 2682 +Filename: kmod-nft-tproxy_5.15.134-1_mipsel_24kc.ipk +Size: 3415 +SHA256sum: 7ed436d778055a0d760a6ae47e37fc80db60fbe1dc0d5e988c6060d59ec89608 Description: Netfilter nf_tables tproxy support Package: kmod-nft-xfrm -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nft-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nft-core Source: package/kernel/linux SourceName: kmod-nft-xfrm License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2067 -Filename: kmod-nft-xfrm_5.15.137-1_mipsel_24kc.ipk -Size: 2837 -SHA256sum: caa6e9534ccc6a18c6e746d51cf2e86a5f3e9db0435f448e335dfff730e5e588 +Installed-Size: 2065 +Filename: kmod-nft-xfrm_5.15.134-1_mipsel_24kc.ipk +Size: 2820 +SHA256sum: b86034cf05ec35d53d98b4d89f32e0bfe565a65b3837df668bccefd21b4925a9 Description: Netfilter nf_tables xfrm support (ipsec) Package: kmod-niu -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-niu License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 46598 -Filename: kmod-niu_5.15.137-1_mipsel_24kc.ipk -Size: 47181 -SHA256sum: 5d593da68614e6f06eb795179d53429cd81b4df5a94924ee97c60f2e7134e8ab +Installed-Size: 46595 +Filename: kmod-niu_5.15.134-1_mipsel_24kc.ipk +Size: 47165 +SHA256sum: a2047900fd3b5fe7b94e439d59d1dcec366e06bcaa12b0e7c0f9f409bdf4b9ff Description: This enables support for cards based upon Sun's Neptune chipset. Package: kmod-nlmon -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-nlmon License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1370 -Filename: kmod-nlmon_5.15.137-1_mipsel_24kc.ipk -Size: 2145 -SHA256sum: 08128ff8ce7a1cb52a7abf24aa6eb83e27071a1c15fde6988cea467f7ca07ddc +Installed-Size: 1371 +Filename: kmod-nlmon_5.15.134-1_mipsel_24kc.ipk +Size: 2140 +SHA256sum: a18e4c850a1204d0517224893ac676d3631b76aac1372ab5d84fb4083f628be8 Description: Kernel module which adds a monitoring device for netlink. Package: kmod-nls-base -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-nls-base License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 3188 -Filename: kmod-nls-base_5.15.137-1_mipsel_24kc.ipk -Size: 3932 -SHA256sum: 407a08f470d48114a27fe5a4c5ddf8784c88f1d25c7993f7edfca9975b489feb +Filename: kmod-nls-base_5.15.134-1_mipsel_24kc.ipk +Size: 3923 +SHA256sum: 8dc695ee7adb0cd9212f3b6247320b2768c809a43ca07ac85b738fde549b01f3 Description: Kernel module for NLS (Native Language Support) Package: kmod-nls-cp1250 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base Source: package/kernel/linux SourceName: kmod-nls-cp1250 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2062 -Filename: kmod-nls-cp1250_5.15.137-1_mipsel_24kc.ipk -Size: 2803 -SHA256sum: 1f2fedeabed932f48ed6ccc5bb92983f306597f6eed3379f576df382325d401c +Installed-Size: 2060 +Filename: kmod-nls-cp1250_5.15.134-1_mipsel_24kc.ipk +Size: 2808 +SHA256sum: bd77a2c68f56c65dd494d97139a7d93bdf596990766d0582c9dbe41a43a70072 Description: Kernel module for NLS Codepage 1250 (Eastern Europe) Package: kmod-nls-cp1251 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base Source: package/kernel/linux SourceName: kmod-nls-cp1251 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1969 -Filename: kmod-nls-cp1251_5.15.137-1_mipsel_24kc.ipk -Size: 2714 -SHA256sum: c26b2c392c02bfb87a4f9a097c00af4bdddf429a5782e9848f054a742668eb5a +Installed-Size: 1968 +Filename: kmod-nls-cp1251_5.15.134-1_mipsel_24kc.ipk +Size: 2711 +SHA256sum: 7e619b50283bee0b2e882b4955537cb06c3ef6dc4dee8a3255806b7668c14a38 Description: Kernel module for NLS Codepage 1251 (Russian) Package: kmod-nls-cp437 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base Source: package/kernel/linux SourceName: kmod-nls-cp437 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2133 -Filename: kmod-nls-cp437_5.15.137-1_mipsel_24kc.ipk -Size: 2880 -SHA256sum: 52223dbb156d5a617cf8bda2d24618f34843cb9fd160093903f647280e80bd25 +Installed-Size: 2134 +Filename: kmod-nls-cp437_5.15.134-1_mipsel_24kc.ipk +Size: 2881 +SHA256sum: 15bd44e2a59f0d4094e9f5aacb5c2e376dc66e8ce2c8796c3da1507823a6f85d Description: Kernel module for NLS Codepage 437 (United States, Canada) Package: kmod-nls-cp775 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base Source: package/kernel/linux SourceName: kmod-nls-cp775 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2169 -Filename: kmod-nls-cp775_5.15.137-1_mipsel_24kc.ipk -Size: 2913 -SHA256sum: 2f5d9955341c2462409a1298eb43d751450c07cc537494ca90e78ab7baf827fb +Installed-Size: 2168 +Filename: kmod-nls-cp775_5.15.134-1_mipsel_24kc.ipk +Size: 2916 +SHA256sum: ca366dbd4e8810f7fd3c0f1dfbad49433c51e46dce8b03d6a513816ea1ba07d8 Description: Kernel module for NLS Codepage 775 (Baltic Rim) Package: kmod-nls-cp850 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base Source: package/kernel/linux SourceName: kmod-nls-cp850 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2091 -Filename: kmod-nls-cp850_5.15.137-1_mipsel_24kc.ipk -Size: 2836 -SHA256sum: 8afdc50cad44967d40dbbd020df3e6413ca3f4d83a53eef24cd8a7aaff155db4 +Installed-Size: 2090 +Filename: kmod-nls-cp850_5.15.134-1_mipsel_24kc.ipk +Size: 2832 +SHA256sum: aa67b8792dc1302b305315edefb72a2c89a2af5ec231b4539185417b5f0e2396 Description: Kernel module for NLS Codepage 850 (Europe) Package: kmod-nls-cp852 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base Source: package/kernel/linux SourceName: kmod-nls-cp852 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2160 -Filename: kmod-nls-cp852_5.15.137-1_mipsel_24kc.ipk -Size: 2906 -SHA256sum: ff4cb87ec2d5eed55cbd4adb7532743c15618f9c1003cc36be74734bc5161293 +Installed-Size: 2159 +Filename: kmod-nls-cp852_5.15.134-1_mipsel_24kc.ipk +Size: 2905 +SHA256sum: 6b9822ac2e87d1b3546ac933bd02dce093ff6bd85d02f60e3112511633d88080 Description: Kernel module for NLS Codepage 852 (Europe) Package: kmod-nls-cp862 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base Source: package/kernel/linux SourceName: kmod-nls-cp862 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2099 -Filename: kmod-nls-cp862_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 2102 +Filename: kmod-nls-cp862_5.15.134-1_mipsel_24kc.ipk Size: 2851 -SHA256sum: 31157299aa8b8bffc411f536e3dc3be8e649c8e486895705a98c81191c8751c4 +SHA256sum: a6af3a75d2868b32b7bc4d6d761e2cac27afb94ce7e4886ed6b9cd313e61a9b9 Description: Kernel module for NLS Codepage 862 (Hebrew) Package: kmod-nls-cp864 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base Source: package/kernel/linux SourceName: kmod-nls-cp864 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 2081 -Filename: kmod-nls-cp864_5.15.137-1_mipsel_24kc.ipk -Size: 2839 -SHA256sum: 08392b994e3ed86686b44641344070e2dad05cd7abaf055994d11382416623d6 +Filename: kmod-nls-cp864_5.15.134-1_mipsel_24kc.ipk +Size: 2824 +SHA256sum: 84a2234a998104ef4d2073edad737747cc14148fa1395b7fd9572a7bf356529a Description: Kernel module for NLS Codepage 864 (Arabic) Package: kmod-nls-cp866 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base Source: package/kernel/linux SourceName: kmod-nls-cp866 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1987 -Filename: kmod-nls-cp866_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 1985 +Filename: kmod-nls-cp866_5.15.134-1_mipsel_24kc.ipk Size: 2731 -SHA256sum: fc62604e375a8b1979fefcaaa0ae6de5ee308260440b223f0090c5e1a42d499e +SHA256sum: 1afb0f660575da88185f3c99fffdfbc4918553ba5ab00914942cd4394d91aab5 Description: Kernel module for NLS Codepage 866 (Cyrillic) Package: kmod-nls-cp932 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base Source: package/kernel/linux SourceName: kmod-nls-cp932 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 40905 -Filename: kmod-nls-cp932_5.15.137-1_mipsel_24kc.ipk -Size: 41705 -SHA256sum: e4508083ac45c325391c93b2d86d6111f61d59eb64ffe038cca5391ea2245ea0 +Installed-Size: 40907 +Filename: kmod-nls-cp932_5.15.134-1_mipsel_24kc.ipk +Size: 41703 +SHA256sum: 5cf21da9852ea2d88d1fb71ea5f9598a750d2809d6d7aafd7ff1fdf1adc83d91 Description: Kernel module for NLS Codepage 932 (Japanese) Package: kmod-nls-cp936 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base Source: package/kernel/linux SourceName: kmod-nls-cp936 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 85673 -Filename: kmod-nls-cp936_5.15.137-1_mipsel_24kc.ipk -Size: 86158 -SHA256sum: 6459effd3c2c0cbd3808195928a56f6cd9125453478df78555da27caba457703 +Installed-Size: 85676 +Filename: kmod-nls-cp936_5.15.134-1_mipsel_24kc.ipk +Size: 86149 +SHA256sum: 4870b880e0ba47ac86bc39b6224832ddcbb565235ed29318ce3e640977a243d6 Description: Kernel module for NLS Codepage 936 (Simplified Chinese) Package: kmod-nls-cp950 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base Source: package/kernel/linux SourceName: kmod-nls-cp950 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 61380 -Filename: kmod-nls-cp950_5.15.137-1_mipsel_24kc.ipk -Size: 62202 -SHA256sum: 56029c9c95276d92a2c94c20cd117b3acd7fe435a475a44cf64c03b7e0067d34 +Installed-Size: 61379 +Filename: kmod-nls-cp950_5.15.134-1_mipsel_24kc.ipk +Size: 62198 +SHA256sum: df1a12815b158e4ed6278bea32d61d4a378d2906e53352b3ab979ae583a51a65 Description: Kernel module for NLS Codepage 950 (Traditional Chinese) Package: kmod-nls-iso8859-13 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base Source: package/kernel/linux SourceName: kmod-nls-iso8859-13 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 2010 -Filename: kmod-nls-iso8859-13_5.15.137-1_mipsel_24kc.ipk -Size: 2766 -SHA256sum: a1696bfa8298cb8263129416310e11da5a458275a5e7def64c1789f4ce06cec4 +Filename: kmod-nls-iso8859-13_5.15.134-1_mipsel_24kc.ipk +Size: 2763 +SHA256sum: 12954124202c03fb922385d2eac330dfbf8a2ef4e44e16270950897f939f2df1 Description: Kernel module for NLS ISO 8859-13 (Latin 7; Baltic) Package: kmod-nls-iso8859-15 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base Source: package/kernel/linux SourceName: kmod-nls-iso8859-15 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1879 -Filename: kmod-nls-iso8859-15_5.15.137-1_mipsel_24kc.ipk -Size: 2626 -SHA256sum: c52c5c7310529da3dd77bb2cbcd44dc2b5bbc23d79fe663d0b53e352e6742001 +Installed-Size: 1878 +Filename: kmod-nls-iso8859-15_5.15.134-1_mipsel_24kc.ipk +Size: 2627 +SHA256sum: f7d21c47ea8f7e70c10374373e478404223db32a5c94c7a13559df7702045a1b Description: Kernel module for NLS ISO 8859-15 (Latin 9) Package: kmod-nls-iso8859-1 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base Source: package/kernel/linux SourceName: kmod-nls-iso8859-1 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1762 -Filename: kmod-nls-iso8859-1_5.15.137-1_mipsel_24kc.ipk -Size: 2537 -SHA256sum: bf9d14d1dea38b09ec087902a7b93b965368d05f6a8531be5f50d7ee4afffba6 +Installed-Size: 1760 +Filename: kmod-nls-iso8859-1_5.15.134-1_mipsel_24kc.ipk +Size: 2525 +SHA256sum: 770db4bed64ce1ff1888b7c55d7051f73d19097a13c14dbfd06f2c037829d384 Description: Kernel module for NLS ISO 8859-1 (Latin 1) Package: kmod-nls-iso8859-2 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base Source: package/kernel/linux SourceName: kmod-nls-iso8859-2 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2008 -Filename: kmod-nls-iso8859-2_5.15.137-1_mipsel_24kc.ipk -Size: 2758 -SHA256sum: b2722386fd7992376f2e85f8d4b27f9a86b3f4a0d3b6b33ac62d442cff519fd7 +Installed-Size: 2009 +Filename: kmod-nls-iso8859-2_5.15.134-1_mipsel_24kc.ipk +Size: 2756 +SHA256sum: 66497787b93e96e7af8cb3e98363be204155227649a321d9f0d17b78c91351fd Description: Kernel module for NLS ISO 8859-2 (Latin 2) Package: kmod-nls-iso8859-6 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base Source: package/kernel/linux SourceName: kmod-nls-iso8859-6 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1708 -Filename: kmod-nls-iso8859-6_5.15.137-1_mipsel_24kc.ipk -Size: 2458 -SHA256sum: bbe246e54993ec0851c82bbebc6fd1392987922c975fca81235e8d1ac3558038 +Installed-Size: 1706 +Filename: kmod-nls-iso8859-6_5.15.134-1_mipsel_24kc.ipk +Size: 2449 +SHA256sum: e533cab7fb0c79bfd7417248751c13f720dd7925a3fcf6676a86945112566c6c Description: Kernel module for NLS ISO 8859-6 (Arabic) Package: kmod-nls-iso8859-8 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base Source: package/kernel/linux SourceName: kmod-nls-iso8859-8 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1871 -Filename: kmod-nls-iso8859-8_5.15.137-1_mipsel_24kc.ipk -Size: 2636 -SHA256sum: c231408f84ded0db0c4437377cee01b8fac66ff6ad9b4395d62a864fac670616 +Installed-Size: 1867 +Filename: kmod-nls-iso8859-8_5.15.134-1_mipsel_24kc.ipk +Size: 2627 +SHA256sum: 3d1673978937bb07346d17c5031d794b6012016b82d3aa92065be563790a2615 Description: Kernel module for Hebrew charsets (ISO-8859-8, CP1255) Package: kmod-nls-koi8r -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base Source: package/kernel/linux SourceName: kmod-nls-koi8r License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2018 -Filename: kmod-nls-koi8r_5.15.137-1_mipsel_24kc.ipk -Size: 2767 -SHA256sum: a6672a54bccbec2ba3fbefde2de6da7407136272aee7b351d19608c71b1b5c87 +Installed-Size: 2016 +Filename: kmod-nls-koi8r_5.15.134-1_mipsel_24kc.ipk +Size: 2758 +SHA256sum: c24bc6d2fe8fcba218937d71eea735c039c44782d8185ed0ddf4c480288d9b5b Description: Kernel module for NLS KOI8-R (Russian) Package: kmod-nls-utf8 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base Source: package/kernel/linux SourceName: kmod-nls-utf8 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1061 -Filename: kmod-nls-utf8_5.15.137-1_mipsel_24kc.ipk -Size: 1807 -SHA256sum: 2f7b28f0455b7c7a458ccc45974215475c1e3ca9965fde492fac944b1dc328ce +Installed-Size: 1060 +Filename: kmod-nls-utf8_5.15.134-1_mipsel_24kc.ipk +Size: 1805 +SHA256sum: 3f6dd8d6164e3c5fa8b3f5e784ff307a29bac663f504876c80eb1e3222a36569 Description: Kernel module for NLS UTF-8 Package: kmod-nsh -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-nsh License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 2043 -Filename: kmod-nsh_5.15.137-1_mipsel_24kc.ipk -Size: 2840 -SHA256sum: f85bc74b6c55adb5903a6e8f66acd499650a32d146a6312d165764eaa0acdd74 +Filename: kmod-nsh_5.15.134-1_mipsel_24kc.ipk +Size: 2841 +SHA256sum: 0b0fc8f982175bdbf0664a0fcd67a158224e5a1162685d42f78c014a274adadd Description: Network Service Header is an implementation of Service Function Chaining (RFC 7665). Requires kernel 4.14 or newer Package: kmod-nvme -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-nvme License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 50439 -Filename: kmod-nvme_5.15.137-1_mipsel_24kc.ipk -Size: 51162 -SHA256sum: fb65d575fd05516fc67ddd9f03337b48baec33a010ca8b7980d62529cfeac2f1 +Filename: kmod-nvme_5.15.134-1_mipsel_24kc.ipk +Size: 51166 +SHA256sum: 902f0354d771d299ce90d3721c5ad53186626e28600cefa55892b0c66397a792 Description: Kernel module for NVM Express solid state drives directly connected to the PCI or PCI Express bus. Package: kmod-of-mdio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy, kmod-fixed-phy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy, kmod-fixed-phy Source: package/kernel/linux SourceName: kmod-of-mdio License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 185 -Filename: kmod-of-mdio_5.15.137-1_mipsel_24kc.ipk -Size: 937 -SHA256sum: 3f40693ef148839ad27aa69ce7ac780d050eaa253123d6f16355ec5e41a34077 +Installed-Size: 182 +Filename: kmod-of-mdio_5.15.134-1_mipsel_24kc.ipk +Size: 931 +SHA256sum: 2cd71400cb42b78d877de132b364b12c75ef60aefff3ed61c626d532211b2b00 Description: Kernel driver for OpenFirmware MDIO support Package: kmod-oid-registry -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-oid-registry License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2451 -Filename: kmod-oid-registry_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 2452 +Filename: kmod-oid-registry_5.15.134-1_mipsel_24kc.ipk Size: 3204 -SHA256sum: 2666a68c9abb4c2d66b0f18d0ebd78ee87e3bcab273c08cdd4111014929fd1d0 +SHA256sum: 1a5e3ff094b36ba2601e847a658866bd0bf26ff30d54b5cfb44e7cc00e374480 Description: Object identifier registry Package: kmod-openvswitch-geneve -Version: 5.15.137+2.17.0-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-openvswitch, kmod-geneve +Version: 5.15.134+2.17.0-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-openvswitch, kmod-geneve Source: feeds/packages/net/openvswitch SourceName: kmod-openvswitch-geneve License: Apache-2.0 LicenseFiles: LICENSE Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 CPE-ID: cpe:/a:openvswitch:openvswitch Maintainer: Yousong Zhou Architecture: mipsel_24kc Installed-Size: 1354 -Filename: kmod-openvswitch-geneve_5.15.137+2.17.0-3_mipsel_24kc.ipk -Size: 2217 -SHA256sum: 9aa6e969186b233832a421047e05e6c01f9eb842aade2d03ce5b2b7a13e34633 +Filename: kmod-openvswitch-geneve_5.15.134+2.17.0-3_mipsel_24kc.ipk +Size: 2215 +SHA256sum: 0e18093c3410aac30fe1d6d2cdd05362998383ad2ef3e5964368bcaa10f810c3 Description: Open vSwitch Geneve tunneling support (upstream) Package: kmod-openvswitch-gre -Version: 5.15.137+2.17.0-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-openvswitch, kmod-gre +Version: 5.15.134+2.17.0-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-openvswitch, kmod-gre Source: feeds/packages/net/openvswitch SourceName: kmod-openvswitch-gre License: Apache-2.0 LicenseFiles: LICENSE Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 CPE-ID: cpe:/a:openvswitch:openvswitch Maintainer: Yousong Zhou Architecture: mipsel_24kc -Installed-Size: 1207 -Filename: kmod-openvswitch-gre_5.15.137+2.17.0-3_mipsel_24kc.ipk -Size: 2060 -SHA256sum: 90b01ab5965e6c14ba8e6e05b45a18e42806a986c45311b1c4538f8981cdeb01 +Installed-Size: 1206 +Filename: kmod-openvswitch-gre_5.15.134+2.17.0-3_mipsel_24kc.ipk +Size: 2062 +SHA256sum: 51c62a96c2af82b85243abc9849ed8e2210db5c4069908020c6e6f9fdbd9485c Description: Open vSwitch GRE tunneling support (upstream) Package: kmod-openvswitch-vxlan -Version: 5.15.137+2.17.0-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-openvswitch, kmod-vxlan +Version: 5.15.134+2.17.0-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-openvswitch, kmod-vxlan Source: feeds/packages/net/openvswitch SourceName: kmod-openvswitch-vxlan License: Apache-2.0 LicenseFiles: LICENSE Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 CPE-ID: cpe:/a:openvswitch:openvswitch Maintainer: Yousong Zhou Architecture: mipsel_24kc -Installed-Size: 1716 -Filename: kmod-openvswitch-vxlan_5.15.137+2.17.0-3_mipsel_24kc.ipk -Size: 2573 -SHA256sum: 5a0e4e0e6c9a9b7bf492d4adcf5a74ffd634d944377c4e8cb27e818372e84c58 +Installed-Size: 1715 +Filename: kmod-openvswitch-vxlan_5.15.134+2.17.0-3_mipsel_24kc.ipk +Size: 2569 +SHA256sum: edf90e22de777a6a1ec354fac155711b1bad97153f4e1609ab703653af1c9d74 Description: Open vSwitch VXLAN tunneling support (upstream) Package: kmod-openvswitch -Version: 5.15.137+2.17.0-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-lib-crc32c, kmod-mpls, kmod-nf-nat, kmod-nf-nat6, kmod-nf-conntrack, kmod-nf-conntrack6, kmod-nsh, kmod-ipt-conntrack-extra +Version: 5.15.134+2.17.0-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-lib-crc32c, kmod-mpls, kmod-nf-nat, kmod-nf-nat6, kmod-nf-conntrack, kmod-nf-conntrack6, kmod-nsh, kmod-ipt-conntrack-extra Source: feeds/packages/net/openvswitch SourceName: kmod-openvswitch License: Apache-2.0 LicenseFiles: LICENSE Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 CPE-ID: cpe:/a:openvswitch:openvswitch Maintainer: Yousong Zhou Architecture: mipsel_24kc -Installed-Size: 73593 -Filename: kmod-openvswitch_5.15.137+2.17.0-3_mipsel_24kc.ipk -Size: 74310 -SHA256sum: 5f6566267553a81e885247ab7357bcee9253608aab497d3d2b917b100d5d72ba +Installed-Size: 73590 +Filename: kmod-openvswitch_5.15.134+2.17.0-3_mipsel_24kc.ipk +Size: 74308 +SHA256sum: 69b58319eb9c363cb161d5aca204ee8b151a0497ca9f5c4ea565b28baf267b1f Description: Open vSwitch kernel datapath (upstream) Package: kmod-ovpn-dco -Version: 5.15.137+2022-10-23-d1d53564-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-aead, kmod-udptunnel4, kmod-udptunnel6 +Version: 5.15.134+2022-10-23-d1d53564-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-aead, kmod-udptunnel4, kmod-udptunnel6 Source: feeds/packages/kernel/ovpn-dco SourceName: kmod-ovpn-dco License: GPL-2.0-only Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 Maintainer: Jianhui Zhao Architecture: mipsel_24kc -Installed-Size: 25190 -Filename: kmod-ovpn-dco_5.15.137+2022-10-23-d1d53564-3_mipsel_24kc.ipk -Size: 25998 -SHA256sum: a1d57da7f6fa4007a35a89201b6e323838baaef3e8a10a7abf6e58a402ebedbf +Installed-Size: 25191 +Filename: kmod-ovpn-dco_5.15.134+2022-10-23-d1d53564-3_mipsel_24kc.ipk +Size: 25997 +SHA256sum: e4886874f0021c4eca97068f3b663531b212d09616a885f36b2d71c7074db926 Description: This module enhances the performance of the OpenVPN userspace software by offloading the data channel processing to kernelspace. Package: kmod-owl-loader -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ath9k +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ath9k Source: package/kernel/mac80211 SourceName: kmod-owl-loader Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 2810 -Filename: kmod-owl-loader_5.15.137+6.1.24-3_mipsel_24kc.ipk +Installed-Size: 2807 +Filename: kmod-owl-loader_5.15.134+6.1.24-3_mipsel_24kc.ipk Size: 3714 -SHA256sum: 8b4e35e9b490b05c5ad507a90623df08e2273f524d63a5e858192a97538fbf83 +SHA256sum: aa6191a2d442017b8103ca794ccfcb83c5cf2a269f43153ef4304f344b81c191 Description: Kernel module that helps to initialize certain Qualcomm Atheros' PCI(e) Wifi chips, which have the init data (which contains the PCI device ID for example) stored @@ -10024,141 +10024,141 @@ Description: Kernel module that helps to initialize certain Qualcomm This is necessary for devices like the Cisco Meraki Z1. Package: kmod-parport-pc -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ppdev +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ppdev Source: package/kernel/linux SourceName: kmod-parport-pc License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-parport-pc_5.15.137-1_mipsel_24kc.ipk -Size: 841 -SHA256sum: 62d52c8bafa7c1e9d0a92d19721bf4e5701851fa5d1a8598a3ef58e104db652d +Filename: kmod-parport-pc_5.15.134-1_mipsel_24kc.ipk +Size: 837 +SHA256sum: 9fb4d982fc5b06409a089c40790091cad611b819686b2037810dbcff97fe4344 Description: Parallel port interface (PC-style) support Package: kmod-pcnet32 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mii +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mii Source: package/kernel/linux SourceName: kmod-pcnet32 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 18481 -Filename: kmod-pcnet32_5.15.137-1_mipsel_24kc.ipk -Size: 19238 -SHA256sum: 3a1c3f56ea4296a850fdd600df9830b8ba0673f20350e3eef58f49194941ada4 +Installed-Size: 18482 +Filename: kmod-pcnet32_5.15.134-1_mipsel_24kc.ipk +Size: 19241 +SHA256sum: 855d300041ef0d51d4a6254e2bbe884aa2ba91ecd09d6fed5a2d1e4850b82c06 Description: Kernel modules for AMD PCnet32 Ethernet adapters Package: kmod-pf-ring -Version: 5.15.137+8.0.0-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134+8.0.0-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: feeds/packages/libs/libpfring SourceName: kmod-pf-ring License: GPL-2.0-or-later Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 Maintainer: Banglang Huang Architecture: mipsel_24kc -Installed-Size: 65064 -Filename: kmod-pf-ring_5.15.137+8.0.0-1_mipsel_24kc.ipk -Size: 65667 -SHA256sum: 9ee8b601a41ee78f4765a581446c08d7fdac5231ff05b8a418962d320188dce5 +Installed-Size: 65061 +Filename: kmod-pf-ring_5.15.134+8.0.0-1_mipsel_24kc.ipk +Size: 65648 +SHA256sum: c0d8c9062cabb081e80d75265e95da88ffdfc33a9566f19d4c272f0676a0110f Description: Kernel module for libpf-ring package Package: kmod-phy-aquantia -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy, kmod-hwmon-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy, kmod-hwmon-core Source: package/kernel/linux SourceName: kmod-phy-aquantia License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 5465 -Filename: kmod-phy-aquantia_5.15.137-1_mipsel_24kc.ipk -Size: 6223 -SHA256sum: ef2d35800ea17a6112b47885c834c80c0c235a069feb37d55b6bcfc55243691c +Installed-Size: 5462 +Filename: kmod-phy-aquantia_5.15.134-1_mipsel_24kc.ipk +Size: 6211 +SHA256sum: 831ab5f7099c9b03b55a48a64d61eb4b3c72c7cd61e4ba1a81ecb7aee701b3f8 Description: Kernel modules for Aquantia Ethernet PHYs Package: kmod-phy-ax88796b -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy Source: package/kernel/linux SourceName: kmod-phy-ax88796b License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1326 -Filename: kmod-phy-ax88796b_5.15.137-1_mipsel_24kc.ipk -Size: 2123 -SHA256sum: 4eac41f797da9591bbf144aa28847351125a8ab5643c80a50bea0128f93543db +Installed-Size: 1329 +Filename: kmod-phy-ax88796b_5.15.134-1_mipsel_24kc.ipk +Size: 2128 +SHA256sum: 5f00b563e35dddd36e80c9ee6d4429aab2a2711d882df358a6bd32d24bf41601 Description: Currently supports the Asix Electronics PHY found in the X-Surf 100 AX88796B package. Package: kmod-phy-bcm84881 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy Source: package/kernel/linux SourceName: kmod-phy-bcm84881 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2192 -Filename: kmod-phy-bcm84881_5.15.137-1_mipsel_24kc.ipk -Size: 2928 -SHA256sum: 8e6ae3f643db374d61694a1bc472261c7ad5f0a8799b8775c001892b8f789f15 +Installed-Size: 2193 +Filename: kmod-phy-bcm84881_5.15.134-1_mipsel_24kc.ipk +Size: 2922 +SHA256sum: 4eca4325311fe00c8087bfb487dab8676364255ff613943bd15b266e11bf7166 Description: Supports the Broadcom 84881 PHY. Package: kmod-phy-broadcom -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy, kmod-phylib-broadcom +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy, kmod-phylib-broadcom Source: package/kernel/linux SourceName: kmod-phy-broadcom License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4105 -Filename: kmod-phy-broadcom_5.15.137-1_mipsel_24kc.ipk -Size: 4890 -SHA256sum: bd5a6e6111e184f578e233708a6cd1cc0e1b790a2ee17a21f0ac78d9eefeefd7 +Installed-Size: 4106 +Filename: kmod-phy-broadcom_5.15.134-1_mipsel_24kc.ipk +Size: 4891 +SHA256sum: c3afa61bb60cbf82f814955d2a39ab8a2c50dca9c3ebb97e41ef1aa3dc2adb22 Description: Currently supports the BCM5411, BCM5421, BCM5461, BCM5464, BCM5481, BCM5482 and BCM57780 PHYs. Package: kmod-phy-marvell-10g -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy Source: package/kernel/linux SourceName: kmod-phy-marvell-10g License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4133 -Filename: kmod-phy-marvell-10g_5.15.137-1_mipsel_24kc.ipk -Size: 4873 -SHA256sum: 7caf128aec699af6488c6bda0aa1c4ac1b05aca4ca18a48b3273be6f244a977e +Installed-Size: 4132 +Filename: kmod-phy-marvell-10g_5.15.134-1_mipsel_24kc.ipk +Size: 4868 +SHA256sum: 267ac5e4e4f722ea09483d28f6850b5edc75fd0bfc03c545b8b4cd048e648449 Description: Marvell 10 Gigabit Ethernet PHY driver Package: kmod-phy-marvell -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy Source: package/kernel/linux SourceName: kmod-phy-marvell License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 8889 -Filename: kmod-phy-marvell_5.15.137-1_mipsel_24kc.ipk -Size: 9708 -SHA256sum: 7451ec5de303a35b48c0bdf8bfa84b30fad021357eba660629bc948fc044fc46 +Installed-Size: 8891 +Filename: kmod-phy-marvell_5.15.134-1_mipsel_24kc.ipk +Size: 9716 +SHA256sum: d1a680c61e51605098a2500d1a7d26c2b98fbff86009d2099e3a14be6cd1d9b7 Description: Supports Marvell Gigabit Ethernet PHYs: * 88E1101 * 88E1112 @@ -10181,828 +10181,828 @@ Description: Supports Marvell Gigabit Ethernet PHYs: * 88E1548P Package: kmod-phy-microchip -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy Source: package/kernel/linux SourceName: kmod-phy-microchip License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2957 -Filename: kmod-phy-microchip_5.15.137-1_mipsel_24kc.ipk -Size: 3686 -SHA256sum: da2a48370a19d942313e76d1c3b95fd87f7a1a7eca502522cf78fec2b08d8296 +Installed-Size: 2956 +Filename: kmod-phy-microchip_5.15.134-1_mipsel_24kc.ipk +Size: 3680 +SHA256sum: 322bb022fcbd9c6b15d7fb9ef0ae5c03a75886f1f026dbe0cafc5bba308c6b0a Description: Supports the LAN88XX PHYs. Package: kmod-phy-realtek -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy Source: package/kernel/linux SourceName: kmod-phy-realtek License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 5487 -Filename: kmod-phy-realtek_5.15.137-1_mipsel_24kc.ipk -Size: 6200 -SHA256sum: be900aeafc16fa4dffe4da01d3e8361dbced7c5699343db6d6cc3e99e41dc080 +Installed-Size: 5488 +Filename: kmod-phy-realtek_5.15.134-1_mipsel_24kc.ipk +Size: 6204 +SHA256sum: dd88791b72d26a1d34b34cade21c46e93c8ecbb3f3852809f950312626a948d4 Description: Supports the Realtek 821x PHY. Package: kmod-phy-smsc -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy Source: package/kernel/linux SourceName: kmod-phy-smsc License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 2675 -Filename: kmod-phy-smsc_5.15.137-1_mipsel_24kc.ipk -Size: 3425 -SHA256sum: 1e8b4f778887025a7f46ebd2780ac605bcebff333df464255318d6aa0e7ec429 +Filename: kmod-phy-smsc_5.15.134-1_mipsel_24kc.ipk +Size: 3418 +SHA256sum: 5b1669b1b6755eae4bc21eb83e2bf0575ac7e5194e2c4c7e502a344f20826147 Description: Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs Package: kmod-phylib-broadcom -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy Source: package/kernel/linux SourceName: kmod-phylib-broadcom License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4690 -Filename: kmod-phylib-broadcom_5.15.137-1_mipsel_24kc.ipk -Size: 5429 -SHA256sum: 7beeec3aa0018c62b0c863d4555ef1c535b1bdbf352036cc48a4bd0e760d763b +Installed-Size: 4691 +Filename: kmod-phylib-broadcom_5.15.134-1_mipsel_24kc.ipk +Size: 5430 +SHA256sum: fbc788184edeac73e0cdd675ade09494fa7cf6bb80316f4093e43ae4102036dd Description: Broadcom Ethernet PHY library Package: kmod-phylink -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-phylink License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-phylink_5.15.137-1_mipsel_24kc.ipk -Size: 826 -SHA256sum: 3822f72b7b9dd366e25e75d86dd6aad29d76edf6b8f2b6b5303ca09bcdce49bd +Filename: kmod-phylink_5.15.134-1_mipsel_24kc.ipk +Size: 825 +SHA256sum: 82c45ef2e45a156b3376ef8733a4f8fb8e661ea701b5a804311c56051413d5f2 Description: Model for MAC to optional PHY connection Package: kmod-pinctrl-mcp23s08-i2c -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-pinctrl-mcp23s08, kmod-i2c-core, kmod-regmap-i2c +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-pinctrl-mcp23s08, kmod-i2c-core, kmod-regmap-i2c Source: package/kernel/linux SourceName: kmod-pinctrl-mcp23s08-i2c License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1444 -Filename: kmod-pinctrl-mcp23s08-i2c_5.15.137-1_mipsel_24kc.ipk -Size: 2244 -SHA256sum: 9d0bf3a91032766f2b4e1790646a2e58aee105dd7fc4c95cb62c6af4a007e676 +Installed-Size: 1445 +Filename: kmod-pinctrl-mcp23s08-i2c_5.15.134-1_mipsel_24kc.ipk +Size: 2240 +SHA256sum: a42f9bc729576aa840d0dc59d1a35690d1b7857befadefcadc70f1e89c15cee0 Description: Kernel module for Microchip MCP23xxx I/O expander via I2C Package: kmod-pinctrl-mcp23s08-spi -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-pinctrl-mcp23s08 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-pinctrl-mcp23s08 Source: package/kernel/linux SourceName: kmod-pinctrl-mcp23s08-spi License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2653 -Filename: kmod-pinctrl-mcp23s08-spi_5.15.137-1_mipsel_24kc.ipk -Size: 3412 -SHA256sum: c3bbbb3dce28036faaaaf785cf166659ac458a728c72ff716c5fb5875db81684 +Installed-Size: 2655 +Filename: kmod-pinctrl-mcp23s08-spi_5.15.134-1_mipsel_24kc.ipk +Size: 3409 +SHA256sum: b691dc710786bfc776849ea6f3e410193cb9281a16fedf6ba6ae58fcbc060e1a Description: Kernel module for Microchip MCP23xxx I/O expander via SPI Package: kmod-pinctrl-mcp23s08 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-regmap-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-regmap-core Source: package/kernel/linux SourceName: kmod-pinctrl-mcp23s08 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4176 -Filename: kmod-pinctrl-mcp23s08_5.15.137-1_mipsel_24kc.ipk -Size: 4927 -SHA256sum: 75c4c6467328c3229a078407962b72bf70dfc24df5022f2d204be0bf5b2ec0c8 +Installed-Size: 4175 +Filename: kmod-pinctrl-mcp23s08_5.15.134-1_mipsel_24kc.ipk +Size: 4936 +SHA256sum: 65860ac838469e8dac2f611fdf338cf4ed10578237947151aec018c3ee96b64e Description: Kernel module for Microchip MCP23xxx I/O expander Package: kmod-pktgen -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-pktgen License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 25742 -Filename: kmod-pktgen_5.15.137-1_mipsel_24kc.ipk -Size: 26407 -SHA256sum: eeb603cfe452061ed23d7edfba773939865ed36d5e253723b54f6a58f88a0e29 +Installed-Size: 25625 +Filename: kmod-pktgen_5.15.134-1_mipsel_24kc.ipk +Size: 26273 +SHA256sum: 227402cca9bacc44f724d6a0c57336978213b92379562f642a24d7738ea52076 Description: Kernel modules for the Network Packet Generator Package: kmod-pmbus-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-i2c-core Source: package/kernel/linux SourceName: kmod-pmbus-core License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 13617 -Filename: kmod-pmbus-core_5.15.137-1_mipsel_24kc.ipk -Size: 14330 -SHA256sum: 74b36ffa5195e5a8882b7cfe6586a7bca2d211efa3f50c808c29e3166ef2c152 +Installed-Size: 13616 +Filename: kmod-pmbus-core_5.15.134-1_mipsel_24kc.ipk +Size: 14337 +SHA256sum: 744185a3a439ac20bffb854ad6e48395412b70bf9f02bff8015098386a31aa23 Description: Kernel modules for Power Management Bus Package: kmod-pmbus-zl6100 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core, kmod-pmbus-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core, kmod-pmbus-core Source: package/kernel/linux SourceName: kmod-pmbus-zl6100 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3571 -Filename: kmod-pmbus-zl6100_5.15.137-1_mipsel_24kc.ipk -Size: 4339 -SHA256sum: 77d1be9036248dbe73d3d27f44694dc9a1ac22fc04cc79be1f2f70a5f1e3c218 +Installed-Size: 3572 +Filename: kmod-pmbus-zl6100_5.15.134-1_mipsel_24kc.ipk +Size: 4337 +SHA256sum: 6217fd866cb4029da3532de751e2a8d5c9dbe9a774f963ab7393196e3972439f Description: Kernel module for Intersil / Zilker Labs ZL6100 and compatible digital DC-DC controllers Package: kmod-ppdev -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-ppdev License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 22995 -Filename: kmod-ppdev_5.15.137-1_mipsel_24kc.ipk -Size: 23641 -SHA256sum: 8a99bdfbe3fc1c7b4bdfc3554d03d3c941037c037539bc07b21c027f1829872a +Installed-Size: 22998 +Filename: kmod-ppdev_5.15.134-1_mipsel_24kc.ipk +Size: 23640 +SHA256sum: 0059ba1f40c4faa5f2cb4578a3e623cd1bcbc73017d725ca53d27e43ec71c582 Description: Parallel port support Package: kmod-ppp-synctty -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ppp +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ppp Source: package/kernel/linux SourceName: kmod-ppp-synctty License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 4420 -Filename: kmod-ppp-synctty_5.15.137-1_mipsel_24kc.ipk -Size: 5152 -SHA256sum: d2f70bf15a7afce5b24cb97943067bc70c78378da30041a8e3166a9bc357303d +Filename: kmod-ppp-synctty_5.15.134-1_mipsel_24kc.ipk +Size: 5147 +SHA256sum: fcab0fc58226d0408a5c80f6db3719589b7a927ac68cb3ef2bd2f42f1568241b Description: Kernel modules for PPP sync tty support Package: kmod-ppp -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-lib-crc-ccitt, kmod-slhc +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-lib-crc-ccitt, kmod-slhc Source: package/kernel/linux SourceName: kmod-ppp License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 23935 -Filename: kmod-ppp_5.15.137-1_mipsel_24kc.ipk -Size: 24658 -SHA256sum: a5f2370133fdd86e494c43dd72188f6676703c35e791907b75767e4725b3f1f3 +Installed-Size: 23937 +Filename: kmod-ppp_5.15.134-1_mipsel_24kc.ipk +Size: 24661 +SHA256sum: b00bc14f50da7f9b7857a6df9f7a70520d2fa10dc85c20eb75d86a8517b2395c Description: Kernel modules for PPP support Package: kmod-pppoa -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ppp, kmod-atm +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ppp, kmod-atm Source: package/kernel/linux SourceName: kmod-pppoa License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3009 -Filename: kmod-pppoa_5.15.137-1_mipsel_24kc.ipk -Size: 3735 -SHA256sum: a028f5310f3659a76aff52e25c16c7315817b05588c41a81d8fbbf47bff1e9d5 +Installed-Size: 3008 +Filename: kmod-pppoa_5.15.134-1_mipsel_24kc.ipk +Size: 3741 +SHA256sum: a86ebcb2d8c7bc8242d398b66baeff65cb7bbe0a586fc487b941e888a606be57 Description: Kernel modules for PPPoA (PPP over ATM) support Package: kmod-pppoe -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ppp, kmod-pppox +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ppp, kmod-pppox Source: package/kernel/linux SourceName: kmod-pppoe License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 7348 -Filename: kmod-pppoe_5.15.137-1_mipsel_24kc.ipk -Size: 8110 -SHA256sum: 58a5c1b46a0d92127f1378b4fbef1759ef89a3a38d5f90b8a2c6c6034d6322e2 +Installed-Size: 7349 +Filename: kmod-pppoe_5.15.134-1_mipsel_24kc.ipk +Size: 8114 +SHA256sum: 92dfea824f918cf70fa2be9e0861c7f710be8683d788541fdb56b2082062832b Description: Kernel module for PPPoE (PPP over Ethernet) support Package: kmod-pppol2tp -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ppp, kmod-pppox, kmod-l2tp +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ppp, kmod-pppox, kmod-l2tp Source: package/kernel/linux SourceName: kmod-pppol2tp License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 9147 -Filename: kmod-pppol2tp_5.15.137-1_mipsel_24kc.ipk -Size: 9919 -SHA256sum: a36a7a8ea9e54f186e9d7a29a8668d925d0ed12e4db465056d2e4271b2a6a104 +Filename: kmod-pppol2tp_5.15.134-1_mipsel_24kc.ipk +Size: 9918 +SHA256sum: e430cd35a983012da11f1f528667f424196fc731bd2df8d529e90c0b222dc669 Description: Kernel modules for PPPoL2TP (PPP over L2TP) support Package: kmod-pppox -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ppp +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ppp Source: package/kernel/linux SourceName: kmod-pppox License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1658 -Filename: kmod-pppox_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 1657 +Filename: kmod-pppox_5.15.134-1_mipsel_24kc.ipk Size: 2417 -SHA256sum: 334c32704f0463d1accfb89ca937cce302045700b9bae984a232399688ec3c55 +SHA256sum: 748924f6cb4997f3c97b6af3df5d36cc2a23bf92cadc1b8545ad2482459399ae Description: Kernel helper module for PPPoE and PPTP support Package: kmod-pps-gpio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-pps +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-pps Source: package/kernel/linux SourceName: kmod-pps-gpio License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2518 -Filename: kmod-pps-gpio_5.15.137-1_mipsel_24kc.ipk -Size: 3325 -SHA256sum: 5aba4e27c32c6333013ecf03fa818ef708a455adaad75b2abb878fb4c6abc6c5 +Installed-Size: 2519 +Filename: kmod-pps-gpio_5.15.134-1_mipsel_24kc.ipk +Size: 3329 +SHA256sum: 34c566f21c9a77b60b917f565da53f6ddb8f4c3cfe86d49d4e0465ddf1be2d80 Description: Support for a PPS source using GPIO. To be useful you must also register a platform device specifying the GPIO pin and other options, usually in your board setup. Package: kmod-pps-ldisc -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-pps +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-pps Source: package/kernel/linux SourceName: kmod-pps-ldisc License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 2065 -Filename: kmod-pps-ldisc_5.15.137-1_mipsel_24kc.ipk -Size: 2825 -SHA256sum: 614bb3293a55043dd33519323595ee3487e8d558eba7090d74a7e3da653f67ad +Filename: kmod-pps-ldisc_5.15.134-1_mipsel_24kc.ipk +Size: 2824 +SHA256sum: 4e2541c76706bf0f354e69db991b21d2a112a824f5f425947bb59f3eff0c1e9c Description: Support for a PPS source connected with the CD (Carrier Detect) pin of your serial port. Package: kmod-pps -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-pps License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 5122 -Filename: kmod-pps_5.15.137-1_mipsel_24kc.ipk -Size: 5912 -SHA256sum: a8c5c1109f6463c58ca74a03d65af38e247f3adeab2092fa94bc37c5a40a1110 +Installed-Size: 5123 +Filename: kmod-pps_5.15.134-1_mipsel_24kc.ipk +Size: 5903 +SHA256sum: fd9bc605a3ecb21ab983115026ac838674bc150b639e88d5def768858cf7f9ab Description: PPS (Pulse Per Second) is a special pulse provided by some GPS antennae. Userland can use it to get a high-precision time reference. Package: kmod-pptp -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ppp, kmod-gre, kmod-pppox +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ppp, kmod-gre, kmod-pppox Source: package/kernel/linux SourceName: kmod-pptp License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 5360 -Filename: kmod-pptp_5.15.137-1_mipsel_24kc.ipk -Size: 6078 -SHA256sum: 05a468b0ed75d2277a364fc0d47df259ee3f2a541f7e0ac51557efb1fda08640 +Installed-Size: 5356 +Filename: kmod-pptp_5.15.134-1_mipsel_24kc.ipk +Size: 6082 +SHA256sum: acb6f1f9ddf84a86b53cae70b81fb58ffcba83fdc1ea6a16a4b0ca5c7f649f18 Description: PPtP support Package: kmod-pstore -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-pstore License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 8792 -Filename: kmod-pstore_5.15.137-1_mipsel_24kc.ipk -Size: 9540 -SHA256sum: c3f450358ad6e8184b44ee3e2cb42d3f99586ba4b731b478d7224379906c1e03 +Installed-Size: 8795 +Filename: kmod-pstore_5.15.134-1_mipsel_24kc.ipk +Size: 9543 +SHA256sum: 733703bc4ece5b0d7feaf9bb2793bc92b082acc85a6c39c1644578b3586e1372 Description: Kernel module for pstore filesystem support Package: kmod-ptp -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-pps +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-pps Source: package/kernel/linux SourceName: kmod-ptp License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 11234 -Filename: kmod-ptp_5.15.137-1_mipsel_24kc.ipk -Size: 12048 -SHA256sum: 45bdcb5276cb60455f832e7b9bf23514653203f56eeb85e71908407ed75280af +Installed-Size: 11235 +Filename: kmod-ptp_5.15.134-1_mipsel_24kc.ipk +Size: 12047 +SHA256sum: 2fe3db2b7a029fc43dfbbd8934049339b57b3cf0bcdf50e2671eebe021501afb Description: The IEEE 1588 standard defines a method to precisely synchronize distributed clocks over Ethernet networks. Package: kmod-pwm-mediatek-ramips -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-pwm-mediatek-ramips License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1718 -Filename: kmod-pwm-mediatek-ramips_5.15.137-1_mipsel_24kc.ipk -Size: 2489 -SHA256sum: 5d5a580c463acfc0de5a212a01277f35d2723ce71f93245c4a621870cc4e8ab8 +Installed-Size: 1719 +Filename: kmod-pwm-mediatek-ramips_5.15.134-1_mipsel_24kc.ipk +Size: 2492 +SHA256sum: 8ebfcb8361b8fb529fa7b8f995cc8e14ef7d4343964f1e6c064cd32d437d317b Description: Kernel modules for MediaTek Pulse Width Modulator Package: kmod-qlcnic -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core Source: package/kernel/linux SourceName: kmod-qlcnic License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 121917 -Filename: kmod-qlcnic_5.15.137-1_mipsel_24kc.ipk -Size: 122198 -SHA256sum: 780181fbfed9f0a1aa89bf8d62c870c86b85bf6db68f3e69122dfbcce5dd7a6d +Installed-Size: 121922 +Filename: kmod-qlcnic_5.15.134-1_mipsel_24kc.ipk +Size: 122213 +SHA256sum: a579f5a8a726620ab34040cedbefc05cd27e94b48ee16103e6fd253d5564f18d Description: This driver supports QLogic QLE8240 and QLE8242 Converged Ethernet devices. Package: kmod-qrtr-mhi -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mhi-bus, kmod-qrtr +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mhi-bus, kmod-qrtr Source: package/kernel/linux SourceName: kmod-qrtr-mhi License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1629 -Filename: kmod-qrtr-mhi_5.15.137-1_mipsel_24kc.ipk -Size: 2396 -SHA256sum: 1fba6af0eb49cdc3a860fbd2ede82ccdc6a96ed12ef37feb56ba908696d8c42a +Installed-Size: 1631 +Filename: kmod-qrtr-mhi_5.15.134-1_mipsel_24kc.ipk +Size: 2394 +SHA256sum: 8a7e279c1cf7547abc81b14c121614ce0dc2c1369e7481104d3aea829bbd05f3 Description: MHI IPC Router channels Package: kmod-qrtr-tun -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-qrtr +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-qrtr Source: package/kernel/linux SourceName: kmod-qrtr-tun License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2103 -Filename: kmod-qrtr-tun_5.15.137-1_mipsel_24kc.ipk -Size: 2869 -SHA256sum: 6770cbf542c8aaf006cab7c6e984d94f2bba3b243dab3a82ceded0e6ccc3f956 +Installed-Size: 2106 +Filename: kmod-qrtr-tun_5.15.134-1_mipsel_24kc.ipk +Size: 2866 +SHA256sum: 12218e21e8f70063767842335d78a0acde3a927b59b31765ce9f26f76cc4ccdb Description: TUN device for Qualcomm IPC Router Package: kmod-qrtr -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-qrtr License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 10924 -Filename: kmod-qrtr_5.15.137-1_mipsel_24kc.ipk -Size: 11692 -SHA256sum: 2a9ba730736205db90cb3392216167a510221bc049749bc0acbe9bea01d6bc00 +Filename: kmod-qrtr_5.15.134-1_mipsel_24kc.ipk +Size: 11690 +SHA256sum: dad060af6502e33c62892ae2920561bbe24f60307e106742642237826cba205a Description: Qualcomm IPC Router support Package: kmod-r6040 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy Source: package/kernel/linux SourceName: kmod-r6040 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 6974 -Filename: kmod-r6040_5.15.137-1_mipsel_24kc.ipk -Size: 7739 -SHA256sum: a3e1635723d743e59483c37c948fcdab0ae7d83e8945099385bca1420977697f +Installed-Size: 6973 +Filename: kmod-r6040_5.15.134-1_mipsel_24kc.ipk +Size: 7736 +SHA256sum: 68d17d9a01601f9c3b6d113bd182d356b8584604587caae008f125046e7839d3 Description: Kernel modules for RDC Fast-Ethernet adapters. Package: kmod-r8169 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mii, r8169-firmware, kmod-phy-realtek, kmod-mdio-devres +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mii, r8169-firmware, kmod-phy-realtek, kmod-mdio-devres Source: package/kernel/linux SourceName: kmod-r8169 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 34531 -Filename: kmod-r8169_5.15.137-1_mipsel_24kc.ipk -Size: 35157 -SHA256sum: a8c4782b3f4026dd536cee6931c9c833c907ba5a3660664214600c3faaeb73f1 +Installed-Size: 34532 +Filename: kmod-r8169_5.15.134-1_mipsel_24kc.ipk +Size: 35176 +SHA256sum: 2922dcb7e9be46ff2b2883d0086719a585652557a0103282ed86925392d9018d Description: Kernel modules for RealTek RTL-8169 PCI Gigabit Ethernet adapters Package: kmod-ramoops -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-pstore, kmod-reed-solomon +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-pstore, kmod-reed-solomon Source: package/kernel/linux SourceName: kmod-ramoops License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 10333 -Filename: kmod-ramoops_5.15.137-1_mipsel_24kc.ipk -Size: 11120 -SHA256sum: 45adf76eda07ce44b5a860eb12856dff290a229cdb7055ccc187441e5d655968 +Filename: kmod-ramoops_5.15.134-1_mipsel_24kc.ipk +Size: 11111 +SHA256sum: b189217747e95d67be347dd6bd821ddba30ad121a4b39698ad406eed409d3223 Description: Kernel module for pstore-ram (ramoops) crash log storage Package: kmod-random-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-random-core License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-random-core_5.15.137-1_mipsel_24kc.ipk +Filename: kmod-random-core_5.15.134-1_mipsel_24kc.ipk Size: 840 -SHA256sum: b164a63b869d9222902919de93544d6e3911e6335395dd392623af0a0b0ad610 +SHA256sum: 86bb3b9d22ca0a0e3ea22fda3a0a92f67f6375b085f2fd502a63b7ce4c7dbe30 Description: Kernel module for the HW random number generator core infrastructure Package: kmod-reed-solomon -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-reed-solomon License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 5069 -Filename: kmod-reed-solomon_5.15.137-1_mipsel_24kc.ipk -Size: 5780 -SHA256sum: 94dcf97d3cfbc47c2ecd1143c7f5ad40397b83eb408f75cecc2f990bb3f0d582 +Filename: kmod-reed-solomon_5.15.134-1_mipsel_24kc.ipk +Size: 5776 +SHA256sum: c91fabf0b587ed36f742c8ff6ef6578a536565261bee32823d2bf1be655b119e Description: Kernel module for Reed-Solomon error correction Package: kmod-regmap-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-regmap-core License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-regmap-core_5.15.137-1_mipsel_24kc.ipk -Size: 825 -SHA256sum: 5569d74e9f53dbaeeb8e081e4f1e5ff1a575b66a61e1410b451c3a70ae6d05f4 +Filename: kmod-regmap-core_5.15.134-1_mipsel_24kc.ipk +Size: 823 +SHA256sum: 1b4b433bce3e3f93a87888935699c7f4d93e6adbff65dce4a6e75ff6c6a16564 Description: Generic register map support Package: kmod-regmap-i2c -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-regmap-core, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-regmap-core, kmod-i2c-core Source: package/kernel/linux SourceName: kmod-regmap-i2c License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2076 -Filename: kmod-regmap-i2c_5.15.137-1_mipsel_24kc.ipk -Size: 2837 -SHA256sum: 9de92329bc578de06c8eb18d74eb3e5b82819be99101eb111bb1e4de89cb6d18 +Installed-Size: 2074 +Filename: kmod-regmap-i2c_5.15.134-1_mipsel_24kc.ipk +Size: 2834 +SHA256sum: d20f5dbf77b5815d375e82bbd714d1b9f2be3db9764d2b41191073fb94629102 Description: I2C register map support Package: kmod-regmap-spi -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-regmap-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-regmap-core Source: package/kernel/linux SourceName: kmod-regmap-spi License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1404 -Filename: kmod-regmap-spi_5.15.137-1_mipsel_24kc.ipk -Size: 2158 -SHA256sum: 0bd9ba07648b2c891d1d7a44b25d70a5e91d324f569b59bb3d5d390e11bb15f9 +Installed-Size: 1403 +Filename: kmod-regmap-spi_5.15.134-1_mipsel_24kc.ipk +Size: 2152 +SHA256sum: aaa59200ca218f7402bf7a81cdcd5f407ac29c8c596f12762c27da0410a0e0b2 Description: SPI register map support Package: kmod-rsi91x-sdio -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, kmod-mmc, kmod-rsi91x, rs9113-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, kmod-mmc, kmod-rsi91x, rs9113-firmware Source: package/kernel/mac80211 SourceName: kmod-rsi91x-sdio Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc Installed-Size: 10317 -Filename: kmod-rsi91x-sdio_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 11121 -SHA256sum: 16763c1cffa73764f380a21f75a4ddf9a4aa8d19cc7616a7069e04ac44066df4 +Filename: kmod-rsi91x-sdio_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 11114 +SHA256sum: ca4f02cf411568247eb6105b32a0bce10759dace8b48e7ac6b749d5b4b372c67 Description: Redpine Signals SDIO bus support Package: kmod-rsi91x-usb -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core, kmod-mac80211, kmod-rsi91x, rs9113-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core, kmod-mac80211, kmod-rsi91x, rs9113-firmware Source: package/kernel/mac80211 SourceName: kmod-rsi91x-usb Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 6615 -Filename: kmod-rsi91x-usb_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 7437 -SHA256sum: 4bbf7239127156daffde6590017ba624ef175468a7f3bdac1dd850f87951bc23 +Installed-Size: 6616 +Filename: kmod-rsi91x-usb_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 7447 +SHA256sum: d4f0310b28c6645c5a2cddb3857adab36b1570ede1ac7187b90f88dbae686ec4 Description: Redpine Signals USB bus support Package: kmod-rsi91x -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, rs9113-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, rs9113-firmware Source: package/kernel/mac80211 SourceName: kmod-rsi91x Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 33664 -Filename: kmod-rsi91x_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 34421 -SHA256sum: bd5a6338d49dc6a6579bbd80f557627befc04b5ff7952ae16edda765e5736599 +Installed-Size: 33660 +Filename: kmod-rsi91x_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 34420 +SHA256sum: c4afc685a5f4e71a8ae4ee5356c01090aab5de142034b153c854c001aab3c85e Description: Redpine Signals Inc 91x WLAN driver support Package: kmod-rt2800-lib -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-rt2x00-lib, kmod-lib-crc-ccitt +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-rt2x00-lib, kmod-lib-crc-ccitt Source: package/kernel/mac80211 SourceName: kmod-rt2800-lib Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 55667 -Filename: kmod-rt2800-lib_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 55235 -SHA256sum: 752587456b68571f214153c1cfe9278411f87e74a004ffd9b6a73074558a0dcf +Installed-Size: 55664 +Filename: kmod-rt2800-lib_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 55260 +SHA256sum: b9de5661b83fbf0f09d649c0c8eb906845e14a0018939165e5281bb6925dd02b Description: Ralink Drivers for RT2x00 cards (rt2800 LIB) Package: kmod-rt2800-mmio -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-rt2800-lib, kmod-rt2x00-mmio +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-rt2800-lib, kmod-rt2x00-mmio Source: package/kernel/mac80211 SourceName: kmod-rt2800-mmio Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 4306 -Filename: kmod-rt2800-mmio_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 5065 -SHA256sum: 09054576b2ec2cd4a10f0be15efa5395ae00fe7b6f3b3352b1ec2191254275d0 +Installed-Size: 4305 +Filename: kmod-rt2800-mmio_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 5061 +SHA256sum: 11da1d150b3995c1e0bd20b8b949940737e76ba0b83f6940c4dc1bb6b5004608 Description: Ralink Drivers for RT2x00 cards (RT28xx/RT3xxx MMIO) Package: kmod-rt2800-pci -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-rt2x00-pci, kmod-rt2800-lib, kmod-rt2800-mmio, kmod-eeprom-93cx6, rt2800-pci-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-rt2x00-pci, kmod-rt2800-lib, kmod-rt2800-mmio, kmod-eeprom-93cx6, rt2800-pci-firmware Source: package/kernel/mac80211 SourceName: kmod-rt2800-pci Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 3746 -Filename: kmod-rt2800-pci_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 4562 -SHA256sum: 7e6b7d759ea2b80941a6f69c3d94c482c203ff33904eeaccc23d4593fdb35a89 +Installed-Size: 3747 +Filename: kmod-rt2800-pci_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 4559 +SHA256sum: 42a3813da474b0976ec907fea8d12288329b26ce5c4d29d2c592f82c760b3c46 Description: Ralink Drivers for RT2x00 cards (RT2860 PCI) Package: kmod-rt2800-usb -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-rt2x00-usb, kmod-rt2800-lib, kmod-lib-crc-ccitt, rt2800-usb-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-rt2x00-usb, kmod-rt2800-lib, kmod-lib-crc-ccitt, rt2800-usb-firmware Source: package/kernel/mac80211 SourceName: kmod-rt2800-usb Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc Installed-Size: 6775 -Filename: kmod-rt2800-usb_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 7619 -SHA256sum: 4b322960be58275f7455e91adb338c55955529895fc4b4cd7b338f3dba9767d8 +Filename: kmod-rt2800-usb_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 7611 +SHA256sum: fe7c1ecb627d9db56eeadaef1102478383c5cf584745818cdc640f1056bbf8e6 Description: Ralink Drivers for RT2x00 cards (RT2870 USB) Package: kmod-rt2x00-lib -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211 +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211 Source: package/kernel/mac80211 SourceName: kmod-rt2x00-lib Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 24247 -Filename: kmod-rt2x00-lib_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 24962 -SHA256sum: 8bf4517110f52bf1bc837aae6bf46caf0cfc54b9f60bd8e39cdca5cd7124a790 +Installed-Size: 24244 +Filename: kmod-rt2x00-lib_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 24963 +SHA256sum: aa1cab6b92cf4bc7c2966db5f91a3fddae23a6c06084b4028dc90725d10bfe24 Description: Ralink Drivers for RT2x00 cards (LIB) Package: kmod-rt2x00-mmio -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-rt2x00-lib +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-rt2x00-lib Source: package/kernel/mac80211 SourceName: kmod-rt2x00-mmio Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 2055 -Filename: kmod-rt2x00-mmio_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 2846 -SHA256sum: c17bd3841d80ed6e6d63c3e71adb1d4929a5d9dff39d5067d8bfdf4b768ebf44 +Installed-Size: 2052 +Filename: kmod-rt2x00-mmio_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 2842 +SHA256sum: 6e01c6d7b9f811d54189f969badd8e8dedaa63fb276a7dad04f631a385fe48b8 Description: Ralink Drivers for RT2x00 cards (MMIO) Package: kmod-rt2x00-pci -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-rt2x00-mmio, kmod-rt2x00-lib +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-rt2x00-mmio, kmod-rt2x00-lib Source: package/kernel/mac80211 SourceName: kmod-rt2x00-pci Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc Installed-Size: 1828 -Filename: kmod-rt2x00-pci_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 2627 -SHA256sum: 6169e2f6d06f8683d44ee63f2ab431d148d4ba7e1bbf6dec31cf69f0106bac11 +Filename: kmod-rt2x00-pci_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 2626 +SHA256sum: df90178c9bfaadc837c243c1eca888a21fd679e414b51f75a01ad6dcdb7978cc Description: Ralink Drivers for RT2x00 cards (PCI) Package: kmod-rt2x00-usb -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-rt2x00-lib, kmod-usb-core +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-rt2x00-lib, kmod-usb-core Source: package/kernel/mac80211 SourceName: kmod-rt2x00-usb Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 6476 -Filename: kmod-rt2x00-usb_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 7299 -SHA256sum: 18e0c5f46ab3bfb54b5a4225b82a80fc8682b4607704a6fa36291e06c0561074 +Installed-Size: 6477 +Filename: kmod-rt2x00-usb_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 7303 +SHA256sum: 787ac1fc5368021d53ef0722e926d42351d90e757927714abb331d61bc0f5937 Description: Ralink Drivers for RT2x00 cards (USB) Package: kmod-rtl8192c-common -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-rtlwifi +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-rtlwifi Source: package/kernel/mac80211 SourceName: kmod-rtl8192c-common Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 18995 -Filename: kmod-rtl8192c-common_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 19799 -SHA256sum: 042a4634c691eaaf9646ab4ff9d003b43353963de45613390427c67180077221 +Installed-Size: 18994 +Filename: kmod-rtl8192c-common_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 19787 +SHA256sum: f23581f5575814f5efb38cef52508ffcd60abfbc843ebfa4ace46b2981208f10 Description: Realtek RTL8192CE/RTL8192CU common support module Package: kmod-rtl8192ce -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-rtlwifi-pci, kmod-rtl8192c-common, rtl8192ce-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-rtlwifi-pci, kmod-rtl8192c-common, rtl8192ce-firmware Source: package/kernel/mac80211 SourceName: kmod-rtl8192ce Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 24801 -Filename: kmod-rtl8192ce_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 25546 -SHA256sum: 790ffcaa3cc33abadc4d840c680df16170a00bbab6a0e7d9444162f783d62d36 +Installed-Size: 24797 +Filename: kmod-rtl8192ce_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 25541 +SHA256sum: 53feee7a88399ca8040466175a8959e7d3071c4b9c7ef1fa095d171ad57c6c71 Description: Realtek RTL8192CE/RTL8188CE support Package: kmod-rtl8192cu -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-rtlwifi-usb, kmod-rtl8192c-common, rtl8192cu-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-rtlwifi-usb, kmod-rtl8192c-common, rtl8192cu-firmware Source: package/kernel/mac80211 SourceName: kmod-rtl8192cu Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 26782 -Filename: kmod-rtl8192cu_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 27545 -SHA256sum: 5714b6cc9b758033c78fca5dd1a4e85d551bafedb5455b40d6696301bde55eee +Installed-Size: 26791 +Filename: kmod-rtl8192cu_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 27561 +SHA256sum: 2301fc9b20324834e3e0a10e5314efcbe17d28e62d25d7d271cd352f26c4d096 Description: Realtek RTL8192CU/RTL8188CU support Package: kmod-rtl8192de -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-rtlwifi-pci, rtl8192de-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-rtlwifi-pci, rtl8192de-firmware Source: package/kernel/mac80211 SourceName: kmod-rtl8192de Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 48090 -Filename: kmod-rtl8192de_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 48911 -SHA256sum: 6433b9329554f859880446a8dd13b4254bc520f0ece867629716f19e885a9536 +Installed-Size: 48089 +Filename: kmod-rtl8192de_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 48905 +SHA256sum: ecc2970b44f0c66191ef1f0bab17664bf65e4ecb656566b4f542fca43bff0f5b Description: Realtek RTL8192DE/RTL8188DE support Package: kmod-rtl8192se -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-rtlwifi-pci, rtl8192se-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-rtlwifi-pci, rtl8192se-firmware Source: package/kernel/mac80211 SourceName: kmod-rtl8192se Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 31010 -Filename: kmod-rtl8192se_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 31792 -SHA256sum: fbdeeae53bc6fb65317673bf83abe8e403ce69ab4888d24c24596d9c88e15c04 +Installed-Size: 31009 +Filename: kmod-rtl8192se_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 31798 +SHA256sum: a8013c2a3a58e1fc10201b24e8c043fc561420dafa07dee8fc6dfb370cca9ca4 Description: Realtek RTL8192SE/RTL8191SE support Package: kmod-rtl8723bs -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mmc, kmod-mac80211 +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mmc, kmod-mac80211 Source: package/kernel/mac80211 SourceName: kmod-rtl8723bs Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 212651 -Filename: kmod-rtl8723bs_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 210995 -SHA256sum: 853f65f550af02e98f9263964e5fb77797550f926ee8443e46cc2b8fb47434a3 +Installed-Size: 212649 +Filename: kmod-rtl8723bs_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 210998 +SHA256sum: 127970489a4d130bdbdfc086aa496d30ce37e2a38bb79f674893f0fe260af92f Description: This option enables support for RTL8723BS SDIO drivers, such as the wifi found on the 1st gen Intel Compute Stick, the CHIP and many other Intel Atom and ARM based devices. Package: kmod-rtl8812au-ct -Version: 5.15.137+2021-11-07-39df5596-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-cfg80211, kmod-usb-core +Version: 5.15.134+2021-11-07-39df5596-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-cfg80211, kmod-usb-core Provides: kmod-rtl8812au Source: package/kernel/rtl8812au-ct SourceName: kmod-rtl8812au-ct @@ -11011,40 +11011,40 @@ Section: kernel SourceDateEpoch: 1673220202 Maintainer: Ben Greear Architecture: mipsel_24kc -Installed-Size: 520025 -Filename: kmod-rtl8812au-ct_5.15.137+2021-11-07-39df5596-1_mipsel_24kc.ipk -Size: 471782 -SHA256sum: 10b101006ac25cf7af1b4472fa21a8cfacf4af18133444f93779ff35cf4515c3 +Installed-Size: 520024 +Filename: kmod-rtl8812au-ct_5.15.134+2021-11-07-39df5596-1_mipsel_24kc.ipk +Size: 471761 +SHA256sum: 8f4f3ac6031868064bb4bef6030f135f29b803358f6af1df2c25906c6fd23387 Description: Driver for Realtek 8812 AU devices comfast 912-ac, etc Package: kmod-rtl8821ae -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-rtlwifi-btcoexist, kmod-rtlwifi-pci, rtl8821ae-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-rtlwifi-btcoexist, kmod-rtlwifi-pci, rtl8821ae-firmware Source: package/kernel/mac80211 SourceName: kmod-rtl8821ae Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 77661 -Filename: kmod-rtl8821ae_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 67259 -SHA256sum: 967d85a12a0ce10d00ac6d2771e0eaf96527bd140306d58a5c502ee8b3757cd0 +Installed-Size: 77663 +Filename: kmod-rtl8821ae_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 67239 +SHA256sum: b6bf4a384e32adf55b1dc7caab9c508cdad3cc29cbb5bb27e7164fcb14c57f7b Description: Realtek RTL8821AE support Package: kmod-rtl8xxxu -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core, kmod-mac80211 +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core, kmod-mac80211 Source: package/kernel/mac80211 SourceName: kmod-rtl8xxxu Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 45338 -Filename: kmod-rtl8xxxu_5.15.137+6.1.24-3_mipsel_24kc.ipk +Installed-Size: 45334 +Filename: kmod-rtl8xxxu_5.15.134+6.1.24-3_mipsel_24kc.ipk Size: 46494 -SHA256sum: ce01147abe92bf9933d0cd304aaff53861d74a62db5295867f2359517128e54c +SHA256sum: 3b613f4dcac29d30235a1e9fcd240f2a496ec553dcc0399f130ea0941c423c34 Description: This is an alternative driver for various Realtek RTL8XXX parts written to utilize the Linux mac80211 stack. The driver is known to work with a number of RTL8723AU, @@ -11068,635 +11068,635 @@ Description: This is an alternative driver for various Realtek RTL8XXX Please report your results! Package: kmod-rtlwifi-btcoexist -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-rtlwifi +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-rtlwifi Source: package/kernel/mac80211 SourceName: kmod-rtlwifi-btcoexist Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 61441 -Filename: kmod-rtlwifi-btcoexist_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 61227 -SHA256sum: e43984f3e59e06a72977809b4ea15065a8d85faa21bcb484def2766bf343d5ba +Installed-Size: 61440 +Filename: kmod-rtlwifi-btcoexist_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 61197 +SHA256sum: daea5ac2fc03e10fd79f84bf144fb797d6517fa3c60b298b7ad9ed490436a067 Description: Realtek BT coexist support Package: kmod-rtlwifi-pci -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-rtlwifi +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-rtlwifi Source: package/kernel/mac80211 SourceName: kmod-rtlwifi-pci Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 12541 -Filename: kmod-rtlwifi-pci_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 13332 -SHA256sum: 22940a015085e6ac2bdaadb1048cc84a4340a11e7d5f82cb0f41916adf2d3881 +Installed-Size: 12538 +Filename: kmod-rtlwifi-pci_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 13331 +SHA256sum: 5f9a250dc69d1c1a3493444cabe131c79abce49660b8298e9937449f0d741e41 Description: Realtek common driver part (PCI support) Package: kmod-rtlwifi-usb -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core, kmod-rtlwifi +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core, kmod-rtlwifi Source: package/kernel/mac80211 SourceName: kmod-rtlwifi-usb Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 7449 -Filename: kmod-rtlwifi-usb_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 8238 -SHA256sum: b0b571107afea10f22fbdb511e6cb6664477591dbb9b1a66a4e513142068efa7 +Installed-Size: 7446 +Filename: kmod-rtlwifi-usb_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 8241 +SHA256sum: 07d012c33fc61bdb4c76ef9074cffde233a41bbf24d99d8ec0e4d9033f29f2fa Description: Realtek common driver part (USB support) Package: kmod-rtlwifi -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211 +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211 Source: package/kernel/mac80211 SourceName: kmod-rtlwifi Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 34850 -Filename: kmod-rtlwifi_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 35503 -SHA256sum: d493ba7c8eba3b28f6329b051d5233101d9855408263d2130b4587075f845a84 +Installed-Size: 34849 +Filename: kmod-rtlwifi_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 35502 +SHA256sum: 51171bfc102a9454e743eb02a5e30246132d3281fa04db50a9877767ce662406 Description: Realtek common driver part Package: kmod-rtw88 -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211 +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211 Source: package/kernel/mac80211 SourceName: kmod-rtw88 Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 191766 -Filename: kmod-rtw88_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 180400 -SHA256sum: 8862c69b8de374df9914d9a21b36850777e48bf9a41a017f2e88540828bb70f9 +Installed-Size: 191770 +Filename: kmod-rtw88_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 180498 +SHA256sum: 817983a352f158f22189ed7eb6c306926fa78ccbb8ede00649989bf162d3184c Description: Realtek RTL8822BE/RTL8822CE/RTL8723DE Package: kmod-sched-act-ipt -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipt-core, kmod-sched-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipt-core, kmod-sched-core Source: package/kernel/linux SourceName: kmod-sched-act-ipt License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 4065 -Filename: kmod-sched-act-ipt_5.15.137-1_mipsel_24kc.ipk -Size: 4823 -SHA256sum: 2882b3a56701c2745fe9b26fe30320e512286bbed0896b4dc3b31197d697ffaf +Filename: kmod-sched-act-ipt_5.15.134-1_mipsel_24kc.ipk +Size: 4816 +SHA256sum: 8f1661973ccbb9d373280ad5fe2509bcc870802131c6774b6d623b3865278969 Description: Allows to invoke iptables targets after successful classification. Package: kmod-sched-act-police -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sched-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sched-core Source: package/kernel/linux SourceName: kmod-sched-act-police License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 5107 -Filename: kmod-sched-act-police_5.15.137-1_mipsel_24kc.ipk -Size: 5829 -SHA256sum: 329bf30569f6232d7d29ee61bf136a35a1feaeec321e98dd80ba412f9fda4315 +Installed-Size: 5106 +Filename: kmod-sched-act-police_5.15.134-1_mipsel_24kc.ipk +Size: 5821 +SHA256sum: 15c154e8f5d4095690b9f7c5b0654a7e532ec3b6b3407e8aefcc3d7123200a43 Description: Traffic Policing Package: kmod-sched-act-sample -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sched-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sched-core Source: package/kernel/linux SourceName: kmod-sched-act-sample License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 6731 -Filename: kmod-sched-act-sample_5.15.137-1_mipsel_24kc.ipk -Size: 7487 -SHA256sum: c24309ff345acd2330f5af3a8e2076ca52b98c07b6c87f335414488003b460b5 +Installed-Size: 6732 +Filename: kmod-sched-act-sample_5.15.134-1_mipsel_24kc.ipk +Size: 7492 +SHA256sum: 82b86453dddc26f295321a9ed20ae99df153f23f109ae5a404d921bf59c4a789 Description: Packet sampling tc action. Package: kmod-sched-act-vlan -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sched-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sched-core Source: package/kernel/linux SourceName: kmod-sched-act-vlan License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 3911 -Filename: kmod-sched-act-vlan_5.15.137-1_mipsel_24kc.ipk -Size: 4652 -SHA256sum: 489f54a9d1916d9fd25dd8218fb97e6caf51b98ffb1f8c24c79c6e14e0a986d3 +Filename: kmod-sched-act-vlan_5.15.134-1_mipsel_24kc.ipk +Size: 4648 +SHA256sum: 5a97d7ced332cfc7a42068e0578e28873ef5250c97f2d38a99e7b9a7f8dc2d45 Description: Allows to configure rules to push or pop vlan headers. Package: kmod-sched-bpf -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-sched-bpf License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 8264 -Filename: kmod-sched-bpf_5.15.137-1_mipsel_24kc.ipk -Size: 9042 -SHA256sum: 210e947d699f67c2814e806af7b4d3239133a9235b18b6e8ad6b5bd017df9f5f +Installed-Size: 8262 +Filename: kmod-sched-bpf_5.15.134-1_mipsel_24kc.ipk +Size: 9044 +SHA256sum: b345e65a1abdc1cebb23321c227d749acef42edfc78a010543a22798f557b58a Description: Traffic shaper support for Berkeley Packet Filter Package: kmod-sched-cake -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sched-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sched-core Source: package/kernel/linux SourceName: kmod-sched-cake License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 18539 -Filename: kmod-sched-cake_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 18541 +Filename: kmod-sched-cake_5.15.134-1_mipsel_24kc.ipk Size: 19330 -SHA256sum: ed39978dbbb075edf8c1d441b29bd97f37bbbedc6c6b5e45ffbf8526d1107df6 +SHA256sum: ac3feff52b3e6e73168540b62c8b1e0d9e7b8892fbfccf02bf8b273a2e37cb28 Description: Common Applications Kept Enhanced fq_codel/blue derived shaper Package: kmod-sched-connmark -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sched-core, kmod-ipt-core, kmod-ipt-conntrack-extra +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sched-core, kmod-ipt-core, kmod-ipt-conntrack-extra Source: package/kernel/linux SourceName: kmod-sched-connmark License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3207 -Filename: kmod-sched-connmark_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 3208 +Filename: kmod-sched-connmark_5.15.134-1_mipsel_24kc.ipk Size: 3949 -SHA256sum: e4a5e79ae0c97c684bb0849ee3ae4d6d4c09b6cc9c235f14266256092d69d4bc +SHA256sum: f6265eae2e6a530658149d89de5f81b0a669049235cf469d7ddf50a42f53f309 Description: Traffic shaper conntrack mark support Package: kmod-sched-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-sched-core License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 64154 -Filename: kmod-sched-core_5.15.137-1_mipsel_24kc.ipk -Size: 64871 -SHA256sum: 013935a109a6ef38e7550fd33b0053e0b0d43e2c451c5e9c40c5a2ce801464f4 +Installed-Size: 64035 +Filename: kmod-sched-core_5.15.134-1_mipsel_24kc.ipk +Size: 64836 +SHA256sum: 961027be8296969052c30113277aa4193b2927a1c125fd0d0c5e33ebaa5e2cfc Description: Core kernel scheduler support for IP traffic Package: kmod-sched-ctinfo -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sched-core, kmod-ipt-core, kmod-ipt-conntrack-extra +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sched-core, kmod-ipt-core, kmod-ipt-conntrack-extra Source: package/kernel/linux SourceName: kmod-sched-ctinfo License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4461 -Filename: kmod-sched-ctinfo_5.15.137-1_mipsel_24kc.ipk -Size: 5211 -SHA256sum: 38ce16523b0f5a87cbef72393dd89fc1a7b3183539b4b3a94f920c86409d2246 +Installed-Size: 4464 +Filename: kmod-sched-ctinfo_5.15.134-1_mipsel_24kc.ipk +Size: 5205 +SHA256sum: caf98da5dda0e4d3f1769b478370ea0be1b554554204ea70c562c9f856d2fb6b Description: Traffic shaper ctinfo support Package: kmod-sched-drr -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sched-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sched-core Source: package/kernel/linux SourceName: kmod-sched-drr License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 5112 -Filename: kmod-sched-drr_5.15.137-1_mipsel_24kc.ipk -Size: 5835 -SHA256sum: 1e4c187eaff0dfe89672b8d3063517ceaa0487b089e4ded662e8395d14fd6d59 +Installed-Size: 5113 +Filename: kmod-sched-drr_5.15.134-1_mipsel_24kc.ipk +Size: 5830 +SHA256sum: d8d7c4ccb96f612ba31a9fcf11b3ca93d4a89227a830d34dc64ce9682c492c34 Description: DRR algorithm Configuration Package: kmod-sched-flower -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sched-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sched-core Source: package/kernel/linux SourceName: kmod-sched-flower License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 18561 -Filename: kmod-sched-flower_5.15.137-1_mipsel_24kc.ipk -Size: 19332 -SHA256sum: d2f3b22b0136824b36e42d8ba93f19b5d24837facbe276a4ce3c281f9c604dc9 +Installed-Size: 18562 +Filename: kmod-sched-flower_5.15.134-1_mipsel_24kc.ipk +Size: 19331 +SHA256sum: dafffa367c4028ef13b2871e052b5a0a965b3d84e763ee8afd174739a4067673 Description: Allows to classify packets based on a configurable combination of packet keys and masks. Package: kmod-sched-fq-pie -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sched-core, kmod-sched-pie +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sched-core, kmod-sched-pie Source: package/kernel/linux SourceName: kmod-sched-fq-pie License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 5099 -Filename: kmod-sched-fq-pie_5.15.137-1_mipsel_24kc.ipk -Size: 5847 -SHA256sum: b54e29e9aec7a0853543eb0869281469028cdee3a4e71a7c7203500286e5d159 +Filename: kmod-sched-fq-pie_5.15.134-1_mipsel_24kc.ipk +Size: 5844 +SHA256sum: 567be32544da39c129394d8a1a7a202c54f92319436988a566477ae85fb7c489 Description: A queuing discipline that combines Flow Queuing with the PIE AQM. Package: kmod-sched-ipset -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sched-core, kmod-ipt-ipset +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sched-core, kmod-ipt-ipset Source: package/kernel/linux SourceName: kmod-sched-ipset License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1829 -Filename: kmod-sched-ipset_5.15.137-1_mipsel_24kc.ipk -Size: 2598 -SHA256sum: e847bd53bafc0b64fdf64505807fa5019680de903b247d23b8fee5a9ad44920e +Installed-Size: 1830 +Filename: kmod-sched-ipset_5.15.134-1_mipsel_24kc.ipk +Size: 2595 +SHA256sum: 53876e5cef77cc0510de5e1a270e60826d3098a75c07c3826c8e6481753dcb28 Description: Traffic shaper ipset support Package: kmod-sched-mqprio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sched-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sched-core Source: package/kernel/linux SourceName: kmod-sched-mqprio License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 5658 -Filename: kmod-sched-mqprio_5.15.137-1_mipsel_24kc.ipk -Size: 6442 -SHA256sum: be923093a421473b0ee74900878ee27510f764da4f51df3e433e35d643777536 +Filename: kmod-sched-mqprio_5.15.134-1_mipsel_24kc.ipk +Size: 6444 +SHA256sum: 569e2bf47f72e452766daa7c4028997a915cc0c59be9708eec0b2c80764f6676 Description: This scheduler allows QOS to be offloaded on NICs that have support for offloading QOS schedulers. Package: kmod-sched-pie -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sched-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sched-core Source: package/kernel/linux SourceName: kmod-sched-pie License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 5825 -Filename: kmod-sched-pie_5.15.137-1_mipsel_24kc.ipk -Size: 6570 -SHA256sum: 01d6629f79b9a6e3c5bb3626c1996ba3db034c9c542de4a5df082664d1383fab +Filename: kmod-sched-pie_5.15.134-1_mipsel_24kc.ipk +Size: 6574 +SHA256sum: 7fc65b3d1c95536f2734949d57a8ff37e4a7789bf8352602585fa1d28dd701db Description: A control theoretic active queue management scheme. Package: kmod-sched-prio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sched-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sched-core Source: package/kernel/linux SourceName: kmod-sched-prio License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 4264 -Filename: kmod-sched-prio_5.15.137-1_mipsel_24kc.ipk -Size: 4991 -SHA256sum: edb3b166522d6dce9b7ac479061d553d60846a7b302ac85f2649583a9d07d598 +Filename: kmod-sched-prio_5.15.134-1_mipsel_24kc.ipk +Size: 4987 +SHA256sum: 00a450e07985c965fd0ae27d54f90e2e472fcbbf0f987020c09d5a87f14f7b1f Description: PRIO algorithm Configuration Package: kmod-sched-red -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sched-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sched-core Source: package/kernel/linux SourceName: kmod-sched-red License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 5950 -Filename: kmod-sched-red_5.15.137-1_mipsel_24kc.ipk -Size: 6703 -SHA256sum: 8226f814cc8381e9182698890f3c61f87b688b5894efdee6a03a98fa25779845 +Filename: kmod-sched-red_5.15.134-1_mipsel_24kc.ipk +Size: 6695 +SHA256sum: fa05e0ef21691f17090e588c406928ef8669c760c5e43e5117b5c88db88aee07 Description: Random Early Detection (RED) algorithm Configuration Package: kmod-sched-skbprio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sched-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sched-core Source: package/kernel/linux SourceName: kmod-sched-skbprio License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2296 -Filename: kmod-sched-skbprio_5.15.137-1_mipsel_24kc.ipk -Size: 3067 -SHA256sum: 524de328dd2b094871b9029429006f3d9be2b6d16728f2cf59c3d20e039ea389 +Installed-Size: 2295 +Filename: kmod-sched-skbprio_5.15.134-1_mipsel_24kc.ipk +Size: 3061 +SHA256sum: 3d0c5c0dbdd8dae4f24ecbd68fef9d2d98686bf69df0881ebf55bbb27a948f29 Description: SKB priority queue scheduler (SKBPRIO) Package: kmod-sched -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sched-core, kmod-lib-crc32c, kmod-lib-textsearch +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sched-core, kmod-lib-crc32c, kmod-lib-textsearch Source: package/kernel/linux SourceName: kmod-sched License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 47225 -Filename: kmod-sched_5.15.137-1_mipsel_24kc.ipk -Size: 48037 -SHA256sum: 2a949d27e70567390396c6b3990eb935acb5c2e2097c94121ebe05eb8eab387e +Installed-Size: 47226 +Filename: kmod-sched_5.15.134-1_mipsel_24kc.ipk +Size: 48028 +SHA256sum: 39888713b60e30017d8a687e62a0698e8d0648f91215a1622aaaa07a068d873a Description: Extra kernel schedulers modules for IP traffic Package: kmod-scsi-cdrom -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-scsi-core, kmod-cdrom +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-scsi-core, kmod-cdrom Source: package/kernel/linux SourceName: kmod-scsi-cdrom License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 11077 -Filename: kmod-scsi-cdrom_5.15.137-1_mipsel_24kc.ipk -Size: 11852 -SHA256sum: bddd7895ba1800f211a88cbc5243ca78169dbcf10c9792115f3a62e81c6f0cb9 +Installed-Size: 11080 +Filename: kmod-scsi-cdrom_5.15.134-1_mipsel_24kc.ipk +Size: 11849 +SHA256sum: 0ede34572a2702d7f0f7eadcb71c4649f6d76b11ae3e28456a6bda1671e486ef Description: Kernel support for CD / DVD drives Package: kmod-scsi-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-scsi-core License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 88732 -Filename: kmod-scsi-core_5.15.137-1_mipsel_24kc.ipk -Size: 89044 -SHA256sum: 145bd15cd08f84dba0699dc4edc2350c4519630f3676741bf488dd7f5134df3b +Installed-Size: 88680 +Filename: kmod-scsi-core_5.15.134-1_mipsel_24kc.ipk +Size: 88951 +SHA256sum: 0045fdd4bc521cfdb16abd43eabd67fcf2b123ca5e1349f0b23925606dc80ce1 Description: SCSI device support Package: kmod-scsi-generic -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-scsi-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-scsi-core Source: package/kernel/linux SourceName: kmod-scsi-generic License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 16590 -Filename: kmod-scsi-generic_5.15.137-1_mipsel_24kc.ipk -Size: 17312 -SHA256sum: 1ca84e20d563bfb9c44b8d6ddf2a9580dad31c3a7935633b29178b42818157e9 +Installed-Size: 16591 +Filename: kmod-scsi-generic_5.15.134-1_mipsel_24kc.ipk +Size: 17309 +SHA256sum: 7e716e6fcb1d2fe5ec80435f8ed46558fb17a29e65cc8b40262176a53a52ea6a Description: Kernel support for SCSI generic Package: kmod-scsi-tape -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-scsi-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-scsi-core Source: package/kernel/linux SourceName: kmod-scsi-tape License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 31301 -Filename: kmod-scsi-tape_5.15.137-1_mipsel_24kc.ipk -Size: 32004 -SHA256sum: f815fd980dc33df3ed1520603ea438f0443a576dee99dbd9c0a644aaa643deeb +Installed-Size: 31303 +Filename: kmod-scsi-tape_5.15.134-1_mipsel_24kc.ipk +Size: 32001 +SHA256sum: 3dce12a415399f5608e95ff9b27e1c175c67bf636b23e25c1b6ef3516a42e5e6 Description: Kernel support for scsi tape drives Package: kmod-sctp -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-lib-crc32c, kmod-crypto-md5, kmod-crypto-hmac, kmod-udptunnel4, kmod-udptunnel6 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-lib-crc32c, kmod-crypto-md5, kmod-crypto-hmac, kmod-udptunnel4, kmod-udptunnel6 Source: package/kernel/linux SourceName: kmod-sctp License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 150347 -Filename: kmod-sctp_5.15.137-1_mipsel_24kc.ipk -Size: 150489 -SHA256sum: b9de38cc608eb7411ef472abe7f1015be6a223b8e614b09f5911126267aeeb86 +Installed-Size: 150381 +Filename: kmod-sctp_5.15.134-1_mipsel_24kc.ipk +Size: 150591 +SHA256sum: 18d5eb4ba83ca6481c7d0fb09d482d4205e2ca35cbe5cfa65cd36cf4fb425174 Description: Kernel modules for SCTP protocol support Package: kmod-sdhci-mt7620 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mmc +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mmc Source: package/kernel/linux SourceName: kmod-sdhci-mt7620 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 10070 -Filename: kmod-sdhci-mt7620_5.15.137-1_mipsel_24kc.ipk -Size: 10818 -SHA256sum: 320797393dba8e6b05015ffad9315ac7edd1b8b504f442811eb73511dab0f273 +Installed-Size: 10071 +Filename: kmod-sdhci-mt7620_5.15.134-1_mipsel_24kc.ipk +Size: 10809 +SHA256sum: 9c1266a5c4607f1a99f0c91c2e2f5b8f345469a6199a7f9a2a8571cd4619ec04 Description: MT7620 SDCI Package: kmod-sdhci -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mmc +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mmc Source: package/kernel/linux SourceName: kmod-sdhci License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 23979 -Filename: kmod-sdhci_5.15.137-1_mipsel_24kc.ipk -Size: 24702 -SHA256sum: 53a869628f4e195a53b5f3ba14768e5a81ba93d13df058d94f2e3f9a0596eddf +Installed-Size: 23982 +Filename: kmod-sdhci_5.15.134-1_mipsel_24kc.ipk +Size: 24705 +SHA256sum: 2f6606d6090cce87e91f1d091e1ffb8fda90c7e3ca6afb42b1ccaa8d9c6ceb90 Description: Kernel support for SDHCI Hosts Package: kmod-serial-8250-exar -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-serial-8250 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-serial-8250 Source: package/kernel/linux SourceName: kmod-serial-8250-exar License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 3671 -Filename: kmod-serial-8250-exar_5.15.137-1_mipsel_24kc.ipk +Filename: kmod-serial-8250-exar_5.15.134-1_mipsel_24kc.ipk Size: 4395 -SHA256sum: f0312ec01f90bf7fefc4087afbf4e2a00a0effa63b17d5a827d4ac66136db889 +SHA256sum: 3a6ea6f6c2a7a3aef5da416c8fc5180bd352995792a3bb7573e96ceadb72f9b8 Description: Kernel module for Exar serial ports Package: kmod-serial-8250 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-serial-8250 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 14273 -Filename: kmod-serial-8250_5.15.137-1_mipsel_24kc.ipk -Size: 14951 -SHA256sum: ca197a1048f47f31d15786912a3de82fec6b435645be5ae2e1984395379d9b08 +Installed-Size: 14274 +Filename: kmod-serial-8250_5.15.134-1_mipsel_24kc.ipk +Size: 14944 +SHA256sum: c5a87ee39abd6bd7764cf59fb51a6a7a7c941df823af2e614785a48925596fe0 Description: Kernel module for 8250 UART based serial ports Package: kmod-sfc-falcon -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mdio, kmod-lib-crc32c, kmod-i2c-algo-bit +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mdio, kmod-lib-crc32c, kmod-i2c-algo-bit Source: package/kernel/linux SourceName: kmod-sfc-falcon License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 69442 -Filename: kmod-sfc-falcon_5.15.137-1_mipsel_24kc.ipk -Size: 70140 -SHA256sum: 80d357663143e798c55b3f8c6caf63e793d922d6583a348fdacc2f911a25704a +Filename: kmod-sfc-falcon_5.15.134-1_mipsel_24kc.ipk +Size: 70122 +SHA256sum: 0cb3308b238c7a3c1c42171e60d2480446128a50f8fbb63246664561fabafa70 Description: Solarflare SFC4000 support Package: kmod-sfc -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mdio, kmod-lib-crc32c, kmod-ptp, kmod-hwmon-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mdio, kmod-lib-crc32c, kmod-ptp, kmod-hwmon-core Source: package/kernel/linux SourceName: kmod-sfc License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 135422 -Filename: kmod-sfc_5.15.137-1_mipsel_24kc.ipk -Size: 135624 -SHA256sum: aed759cb78b688867a1894491894ac83cfb9587994e1e6e66693cc470b620001 +Installed-Size: 135423 +Filename: kmod-sfc_5.15.134-1_mipsel_24kc.ipk +Size: 135702 +SHA256sum: 3dbe0cd9b2e9ebfc211016b29c1a7417cd8ece27aedf5eee41804823d8d0dcb9 Description: Solarflare SFC9000/SFC9100/EF100-family support Solarflare EF100 support requires at least kernel version 5.9 Package: kmod-sfp -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-i2c-core, kmod-hwmon-core, kmod-phylink +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core, kmod-hwmon-core, kmod-phylink Source: package/kernel/linux SourceName: kmod-sfp License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-sfp_5.15.137-1_mipsel_24kc.ipk +Filename: kmod-sfp_5.15.134-1_mipsel_24kc.ipk Size: 839 -SHA256sum: f251b0b7ab6f149f7af67d599bf207d350889f7df17755ffbb9086d18a04323f +SHA256sum: 014fd8ee15b7322e4cabbd76d887f7d62aee13e3e005de4abf1884f55ac49d3c Description: Kernel module to support SFP cages Package: kmod-siit -Version: 5.15.137+1.2-4 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134+1.2-4 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: feeds/packages/net/siit SourceName: kmod-siit License: GPL-2.0-or-later Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 Maintainer: Vladimir Ulrich Architecture: mipsel_24kc -Installed-Size: 5262 -Filename: kmod-siit_5.15.137+1.2-4_mipsel_24kc.ipk -Size: 6042 -SHA256sum: 2f8b2ac8c8b3eadf1d254229e45b6ebf8ba33257130a081283f04ba05e7564b8 +Installed-Size: 5264 +Filename: kmod-siit_5.15.134+1.2-4_mipsel_24kc.ipk +Size: 6046 +SHA256sum: f5198ef5c4a7e1b40372abe987e93efc5715917a254811eb1aa89d716dc17703 Description: Stateless IP ICMP Translation Algorithm Package: kmod-sis190 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mii +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mii Source: package/kernel/linux SourceName: kmod-sis190 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 10523 -Filename: kmod-sis190_5.15.137-1_mipsel_24kc.ipk -Size: 11285 -SHA256sum: eb77645084c8c475390d56b2e4b27c97e4787627f5d914c66e2ce8278e7a381b +Filename: kmod-sis190_5.15.134-1_mipsel_24kc.ipk +Size: 11280 +SHA256sum: db0683fa4cdfd35200f62b884fd34db3d18aa542ad9a479a640494a23c6d8313 Description: SiS 190 Fast/Gigabit Ethernet support Package: kmod-sis900 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mii +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mii Source: package/kernel/linux SourceName: kmod-sis900 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 12548 -Filename: kmod-sis900_5.15.137-1_mipsel_24kc.ipk -Size: 13290 -SHA256sum: 8c25d8e08d9a7ad524994cc32da04bd97e1f06314dceea8cf90b2412ec1f768c +Installed-Size: 12549 +Filename: kmod-sis900_5.15.134-1_mipsel_24kc.ipk +Size: 13291 +SHA256sum: e5612939dd480224c7cfd0bbb660c4f7be9c764a0abd0cc741e9dd2deb89415c Description: Kernel modules for Sis 900 Ethernet adapters. Package: kmod-sit -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iptunnel, kmod-iptunnel4 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iptunnel, kmod-iptunnel4 Source: package/kernel/linux SourceName: kmod-sit License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 12732 -Filename: kmod-sit_5.15.137-1_mipsel_24kc.ipk -Size: 13450 -SHA256sum: 2110a9163fe9f702bf9d2f3f092c9229bf29fad52bdc26651411a54d676f35a6 +Installed-Size: 12731 +Filename: kmod-sit_5.15.134-1_mipsel_24kc.ipk +Size: 13445 +SHA256sum: 8823a43da282886127fec4bc52e955e72eefcca392b6093d8caafba11039c8ec Description: Kernel modules for IPv6-in-IPv4 tunnelling Package: kmod-skge -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-skge License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 17436 -Filename: kmod-skge_5.15.137-1_mipsel_24kc.ipk -Size: 18153 -SHA256sum: a799069488301a821177d2cacfb77b596c70e105d0375f330fd7512769b534e0 +Filename: kmod-skge_5.15.134-1_mipsel_24kc.ipk +Size: 18149 +SHA256sum: d697f7489c963d3f7e5a397e72572b771ed89162502594918a44706a13cdda6d Description: SysKonnect Yukon support Package: kmod-sky2 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-sky2 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 26631 -Filename: kmod-sky2_5.15.137-1_mipsel_24kc.ipk -Size: 27487 -SHA256sum: 145fec1a3c010e8ca7ee924c8c0147bc9ea6097f5a748cad7837fc1ab735f2d0 +Installed-Size: 26630 +Filename: kmod-sky2_5.15.134-1_mipsel_24kc.ipk +Size: 27492 +SHA256sum: 07aa32556c60ae4f1d3b7dc641aad2c52f50f8881251db0c31b7693bd9af4038 Description: This driver supports Gigabit Ethernet adapters based on the Marvell Yukon 2 chipset: Marvell 88E8021/88E8022/88E8035/88E8036/88E8038/88E8050/88E8052/ @@ -11706,814 +11706,814 @@ Description: This driver supports Gigabit Ethernet adapters based on the Genesis based adapters: skge. Package: kmod-slhc -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-lib-crc-ccitt +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-lib-crc-ccitt Source: package/kernel/linux SourceName: kmod-slhc License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4015 -Filename: kmod-slhc_5.15.137-1_mipsel_24kc.ipk -Size: 4720 -SHA256sum: ec067a49fa90a603684572479374b61a381c98d399e836f11714f8a61bdaa82c +Installed-Size: 4014 +Filename: kmod-slhc_5.15.134-1_mipsel_24kc.ipk +Size: 4713 +SHA256sum: 7a3818f26db78fd6d30befe64dd948720550acb936bfe87e05db8862cb380e2d Description: Serial Line Header Compression Package: kmod-slip -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-slhc +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-slhc Source: package/kernel/linux SourceName: kmod-slip License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 7820 -Filename: kmod-slip_5.15.137-1_mipsel_24kc.ipk -Size: 8563 -SHA256sum: 594d490d73c06a0a95f4f31360db857a8fd0b45396c4ae68094ce0a6c54f4ab6 +Filename: kmod-slip_5.15.134-1_mipsel_24kc.ipk +Size: 8556 +SHA256sum: 2f86b57a75359565c2a08c39b7502cf6fbc15f5edfdf9edbeeb69b9c1fe8c707 Description: Kernel modules for SLIP support Package: kmod-softdog -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-softdog License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2505 -Filename: kmod-softdog_5.15.137-1_mipsel_24kc.ipk -Size: 3226 -SHA256sum: 86da63d7c915cb46ba2b4fafadfd70ec85a73713eb3006378a3ba2d3d3d49c64 +Installed-Size: 2506 +Filename: kmod-softdog_5.15.134-1_mipsel_24kc.ipk +Size: 3218 +SHA256sum: 560b94136ac6b6cf8174499985faa71efd444b482bf34aa0925e2de903060d45 Description: Software watchdog driver Package: kmod-solos-pci -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-atm +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-atm Source: package/kernel/linux SourceName: kmod-solos-pci License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 12678 -Filename: kmod-solos-pci_5.15.137-1_mipsel_24kc.ipk -Size: 13370 -SHA256sum: d21a5dca585daf13a1f6cdca682fa279721d22ae70bd599796d085efd605a3b8 +Installed-Size: 12677 +Filename: kmod-solos-pci_5.15.134-1_mipsel_24kc.ipk +Size: 13362 +SHA256sum: 814a15be7e41377acea2a5f277ef322a3d861dda662ec4a2c29187f29764f9bb Description: Kernel module for Traverse Technologies' Solos PCI cards and Geos ADSL2+ x86 motherboard Package: kmod-sound-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-input-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-input-core Source: package/kernel/linux SourceName: kmod-sound-core License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 152521 -Filename: kmod-sound-core_5.15.137-1_mipsel_24kc.ipk -Size: 152590 -SHA256sum: e13da1b769e07d0fc96f92f303b8e4ac8be791859fe476de750760cccfded6a8 +Installed-Size: 152518 +Filename: kmod-sound-core_5.15.134-1_mipsel_24kc.ipk +Size: 152620 +SHA256sum: bc0ea4854e87baed2f4274c259ddce860b792d54b1e2db795afb962fb240a5a3 Description: Kernel modules for sound support Package: kmod-sound-dummy -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sound-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sound-core Source: package/kernel/linux SourceName: kmod-sound-dummy License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 6184 -Filename: kmod-sound-dummy_5.15.137-1_mipsel_24kc.ipk -Size: 7000 -SHA256sum: c981485e890d56fdaab608e88626ca91e8245cb409d419c767990777bf80209d +Installed-Size: 6182 +Filename: kmod-sound-dummy_5.15.134-1_mipsel_24kc.ipk +Size: 6990 +SHA256sum: 4b300fc69b3237db5217f1d41299f4c8ca3683d80a083bc352e45262838a6a8b Description: Dummy sound device for Alsa when no hardware present Package: kmod-sound-ens1371 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ac97, kmod-sound-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ac97, kmod-sound-core Source: package/kernel/linux SourceName: kmod-sound-ens1371 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 8756 -Filename: kmod-sound-ens1371_5.15.137-1_mipsel_24kc.ipk -Size: 9529 -SHA256sum: 7b19ec9c9095169a65bc7ab4865bd23d8b3b50a85162fc312be56e6e0bc8e838 +Installed-Size: 8757 +Filename: kmod-sound-ens1371_5.15.134-1_mipsel_24kc.ipk +Size: 9532 +SHA256sum: 85b4802b1cde8d94cd7ae87fd2eb9a643378252886825ab3a39606e886730916 Description: support for (Creative) Ensoniq AudioPCI 1371 chips Package: kmod-sound-hda-codec-analog -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sound-core, kmod-sound-hda-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sound-core, kmod-sound-hda-core Source: package/kernel/linux SourceName: kmod-sound-hda-codec-analog License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-sound-hda-codec-analog_5.15.137-1_mipsel_24kc.ipk -Size: 854 -SHA256sum: 2c328dabeb8e14dfcae073e078979b7f9bdec897584500124e5a9bee26e74545 +Filename: kmod-sound-hda-codec-analog_5.15.134-1_mipsel_24kc.ipk +Size: 853 +SHA256sum: 2ff4ded37c65ead1391debf12681249b62a3441a3a94c7631803a783f4867e40 Description: Kernel modules for HD Audio Analog Devices codec support Package: kmod-sound-hda-codec-ca0110 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sound-core, kmod-sound-hda-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sound-core, kmod-sound-hda-core Source: package/kernel/linux SourceName: kmod-sound-hda-codec-ca0110 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-sound-hda-codec-ca0110_5.15.137-1_mipsel_24kc.ipk -Size: 851 -SHA256sum: bb42186997aa346189e35e9c6ee7faace356f9f7555ebedd1e7f6f805aaeac4c +Filename: kmod-sound-hda-codec-ca0110_5.15.134-1_mipsel_24kc.ipk +Size: 856 +SHA256sum: acd64392919d7595f992fda08dff04e02b31deb8435ed9642a41f3b10033f661 Description: Kernel modules for HD Audio Creative CA0110 codec support Package: kmod-sound-hda-codec-ca0132 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sound-core, kmod-sound-hda-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sound-core, kmod-sound-hda-core Source: package/kernel/linux SourceName: kmod-sound-hda-codec-ca0132 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-sound-hda-codec-ca0132_5.15.137-1_mipsel_24kc.ipk -Size: 852 -SHA256sum: 5687c2bc1b69c6aae80a67e18eaa04e40579c33b67ba5d4b8f1e6e57d0d70640 +Filename: kmod-sound-hda-codec-ca0132_5.15.134-1_mipsel_24kc.ipk +Size: 856 +SHA256sum: 04fbef42a8cbac00ac632ab014a19b7cb7647ab7e1da90bdcfca1733677a8037 Description: Kernel modules for HD Audio Creative CA0132 codec support Package: kmod-sound-hda-codec-cirrus -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sound-core, kmod-sound-hda-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sound-core, kmod-sound-hda-core Source: package/kernel/linux SourceName: kmod-sound-hda-codec-cirrus License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-sound-hda-codec-cirrus_5.15.137-1_mipsel_24kc.ipk -Size: 854 -SHA256sum: d8ef14758d5b7c4e15b9a111f7d929acb1f4bfa08b8c2cd493dea1d7770c281a +Filename: kmod-sound-hda-codec-cirrus_5.15.134-1_mipsel_24kc.ipk +Size: 852 +SHA256sum: d0bde2339ac15864b7a875885334399ba2f923c9e3dffff2964cf5128c082781 Description: Kernel modules for HD Audio Cirrus Logic codec support Package: kmod-sound-hda-codec-cmedia -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sound-core, kmod-sound-hda-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sound-core, kmod-sound-hda-core Source: package/kernel/linux SourceName: kmod-sound-hda-codec-cmedia License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-sound-hda-codec-cmedia_5.15.137-1_mipsel_24kc.ipk -Size: 848 -SHA256sum: 7e40a39f568a75ff5cbe84e2a983ac2fa1ce35b6bf7338d7d28947d4317f7f20 +Filename: kmod-sound-hda-codec-cmedia_5.15.134-1_mipsel_24kc.ipk +Size: 851 +SHA256sum: ecce81290779284dc68368c1db7725385cb6facd4ba8022c083c05d515f13599 Description: Kernel modules for HD Audio C-Media codec support Package: kmod-sound-hda-codec-conexant -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sound-core, kmod-sound-hda-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sound-core, kmod-sound-hda-core Source: package/kernel/linux SourceName: kmod-sound-hda-codec-conexant License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-sound-hda-codec-conexant_5.15.137-1_mipsel_24kc.ipk +Filename: kmod-sound-hda-codec-conexant_5.15.134-1_mipsel_24kc.ipk Size: 847 -SHA256sum: a04fe9768e0b1ef9260e1f6899807fcc3e3ff7508b0842b893f5cc812dcb829f +SHA256sum: 82622e61bdd18ac549b83b5f32d6bade0d12477bfc11c9ce7e67cfd70b95916e Description: Kernel modules for HD Audio Conexant codec support Package: kmod-sound-hda-codec-hdmi -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sound-core, kmod-sound-hda-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sound-core, kmod-sound-hda-core Source: package/kernel/linux SourceName: kmod-sound-hda-codec-hdmi License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-sound-hda-codec-hdmi_5.15.137-1_mipsel_24kc.ipk -Size: 845 -SHA256sum: 13d225b768393bea7bcb7aa19879cf52a504cae8484505bc8b8869ff7e2a2d44 +Filename: kmod-sound-hda-codec-hdmi_5.15.134-1_mipsel_24kc.ipk +Size: 841 +SHA256sum: 03fe8fa2318f476c742dd58d491201c2f6d3e3c58e92ce5726bc90eaeb1e5f89 Description: Kernel modules for HD Audio HDMI codec support Package: kmod-sound-hda-codec-idt -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sound-core, kmod-sound-hda-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sound-core, kmod-sound-hda-core Source: package/kernel/linux SourceName: kmod-sound-hda-codec-idt License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-sound-hda-codec-idt_5.15.137-1_mipsel_24kc.ipk -Size: 855 -SHA256sum: 24085bc8392f5cb32fe04648a53277d4253e561b6930d1f8608f2734f0517ea3 +Filename: kmod-sound-hda-codec-idt_5.15.134-1_mipsel_24kc.ipk +Size: 856 +SHA256sum: 98e356e40adf4440e9405cfe3a36632d4eb245875e52072558be32740589511b Description: Kernel modules for HD Audio Sigmatel IDT codec support Package: kmod-sound-hda-codec-realtek -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sound-core, kmod-sound-hda-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sound-core, kmod-sound-hda-core Source: package/kernel/linux SourceName: kmod-sound-hda-codec-realtek License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-sound-hda-codec-realtek_5.15.137-1_mipsel_24kc.ipk +Filename: kmod-sound-hda-codec-realtek_5.15.134-1_mipsel_24kc.ipk Size: 846 -SHA256sum: d69b7e051542c527ce561e8496416c8458f02b407a0fe0fb2774f04c49ae0a2d +SHA256sum: 4b598f588f4210b283180621d2c10562d3167bc70e8bc90838ea8c713ebba52d Description: Kernel modules for Intel HDA Realtek codec support Package: kmod-sound-hda-codec-si3054 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sound-core, kmod-sound-hda-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sound-core, kmod-sound-hda-core Source: package/kernel/linux SourceName: kmod-sound-hda-codec-si3054 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-sound-hda-codec-si3054_5.15.137-1_mipsel_24kc.ipk -Size: 852 -SHA256sum: e3c77b4f25eece9be6c1e9b315b59a6813a442887043c5c5bb21a17bd48df7aa +Filename: kmod-sound-hda-codec-si3054_5.15.134-1_mipsel_24kc.ipk +Size: 854 +SHA256sum: 990270e21ee4101d22b84ebe024df59a4ed8fad899a6d0490151b9f88203362f Description: Kernel modules for HD Audio Silicon Labs 3054 codec support Package: kmod-sound-hda-codec-via -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sound-core, kmod-sound-hda-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sound-core, kmod-sound-hda-core Source: package/kernel/linux SourceName: kmod-sound-hda-codec-via License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-sound-hda-codec-via_5.15.137-1_mipsel_24kc.ipk -Size: 844 -SHA256sum: c7b3e85c702262689e049d1fd13e82241a4c7dd71aef193ca9b234415565b1b0 +Filename: kmod-sound-hda-codec-via_5.15.134-1_mipsel_24kc.ipk +Size: 848 +SHA256sum: 134f7fd078d4e8b390df0632dfe761b736c660e0792f61cd47121acbef2071b3 Description: Kernel modules for HD Audio VIA codec support Package: kmod-sound-hda-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ledtrig-audio, kmod-sound-core, kmod-regmap-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ledtrig-audio, kmod-sound-core, kmod-regmap-core Source: package/kernel/linux SourceName: kmod-sound-hda-core License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-sound-hda-core_5.15.137-1_mipsel_24kc.ipk +Filename: kmod-sound-hda-core_5.15.134-1_mipsel_24kc.ipk Size: 851 -SHA256sum: b2d7ab710671ff8ac4040dcdeb05dfe76d17721d3476a80e097ec19e255e3ba6 +SHA256sum: c249e30b1cd4e05ecc2ecb02b20d67c64c9cf23e016f09bbd956fc7dfcd62e53 Description: Kernel modules for HD Audio sound support Package: kmod-sound-i8x0 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ac97, kmod-sound-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ac97, kmod-sound-core Source: package/kernel/linux SourceName: kmod-sound-i8x0 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 14294 -Filename: kmod-sound-i8x0_5.15.137-1_mipsel_24kc.ipk -Size: 15112 -SHA256sum: d02baef17013f6d564b78b6fbc5857813992229ddaf5d1547b9a8637cfe235bb +Installed-Size: 14297 +Filename: kmod-sound-i8x0_5.15.134-1_mipsel_24kc.ipk +Size: 15118 +SHA256sum: 01397aafbc0ec2cbe9ca262402442c7075a16e8fdf910c7291051beaabf920fa Description: support for the integrated AC97 sound device on motherboards with Intel/SiS/nVidia/AMD chipsets, or ALi chipsets using the M5455 Audio Controller. Package: kmod-sound-mpu401 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sound-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sound-core Source: package/kernel/linux SourceName: kmod-sound-mpu401 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3397 -Filename: kmod-sound-mpu401_5.15.137-1_mipsel_24kc.ipk -Size: 4163 -SHA256sum: db0f7d05f0cd8fcd4aec4ca7d00c878f45abbcaabef3430dbab341630eab2ad4 +Installed-Size: 3396 +Filename: kmod-sound-mpu401_5.15.134-1_mipsel_24kc.ipk +Size: 4166 +SHA256sum: b5379b2a22d6d745ba051438c8e7a123a05b31f5118c8376a960b25783b0ee42 Description: support for MIDI ports compatible with the Roland MPU-401 interface in UART mode. Package: kmod-sound-mt7620 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sound-soc-core, kmod-regmap-i2c, kmod-dma-ralink, kmod-sound-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sound-soc-core, kmod-regmap-i2c, kmod-dma-ralink, kmod-sound-core Source: package/kernel/linux SourceName: kmod-sound-mt7620 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 22834 -Filename: kmod-sound-mt7620_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 22835 +Filename: kmod-sound-mt7620_5.15.134-1_mipsel_24kc.ipk Size: 23502 -SHA256sum: f34f611bc458a5160d0b712c366b8678cdb81e11abf2b7b19d0522774f6e3ca9 +SHA256sum: 5a600e9454e0c4b1a4471e5952c1ed9f45b6fa788fcbbcdbe964567b6b167060 Description: Alsa modules for ralink i2s controller. Package: kmod-sound-seq -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sound-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sound-core Source: package/kernel/linux SourceName: kmod-sound-seq License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 33257 -Filename: kmod-sound-seq_5.15.137-1_mipsel_24kc.ipk -Size: 34028 -SHA256sum: fb7b8f7e6b84b5b6518d2424ae2a7d580a924ea3b3a211397261130482fd1d27 +Installed-Size: 33256 +Filename: kmod-sound-seq_5.15.134-1_mipsel_24kc.ipk +Size: 34029 +SHA256sum: f8204832054d13608a0562a87f914508d2453442c9f0077426ee18c1c2440dfb Description: Kernel modules for sequencer support Package: kmod-sound-soc-ac97 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ac97, kmod-sound-soc-core, kmod-sound-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ac97, kmod-sound-soc-core, kmod-sound-core Source: package/kernel/linux SourceName: kmod-sound-soc-ac97 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 1336 -Filename: kmod-sound-soc-ac97_5.15.137-1_mipsel_24kc.ipk -Size: 2101 -SHA256sum: 5bad1a6ceb9034ee1f39dc6772528858db51e5f39603f70f2181efc45f7599cd +Filename: kmod-sound-soc-ac97_5.15.134-1_mipsel_24kc.ipk +Size: 2105 +SHA256sum: d23844ade8466cd485d939dfd802dfde76833b90b66e49add5fb1ee895b9afcc Description: AC97 Codec support Package: kmod-sound-soc-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-regmap-core, kmod-ac97, kmod-sound-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-regmap-core, kmod-ac97, kmod-sound-core Source: package/kernel/linux SourceName: kmod-sound-soc-core License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 75399 -Filename: kmod-sound-soc-core_5.15.137-1_mipsel_24kc.ipk -Size: 75965 -SHA256sum: deef12d82bc338d415338f8487d79a23bf0b0d181aa2c1f89312e887ab29603a +Installed-Size: 75382 +Filename: kmod-sound-soc-core_5.15.134-1_mipsel_24kc.ipk +Size: 75926 +SHA256sum: c236ebdbfe270d5287dcd30b8c1e1cf6e8a5f70de661ae10144a1b72dca2e919 Description: SoC sound support Package: kmod-sound-soc-spdif -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-sound-soc-core, kmod-sound-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-sound-soc-core, kmod-sound-core Source: package/kernel/linux SourceName: kmod-sound-soc-spdif License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 1281 -Filename: kmod-sound-soc-spdif_5.15.137-1_mipsel_24kc.ipk -Size: 2027 -SHA256sum: 256c3dccae88186eb0d77ee6056ab74d0e1259c064126275540438764f27975d +Filename: kmod-sound-soc-spdif_5.15.134-1_mipsel_24kc.ipk +Size: 2026 +SHA256sum: 569bd795bab1266e09afd44d06c584e33757fd4dad65943aa8185d1f91bdd997 Description: SoC S/PDIF codec support Package: kmod-sound-via82xx -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ac97, kmod-sound-mpu401, kmod-sound-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ac97, kmod-sound-mpu401, kmod-sound-core Source: package/kernel/linux SourceName: kmod-sound-via82xx License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 11716 -Filename: kmod-sound-via82xx_5.15.137-1_mipsel_24kc.ipk -Size: 12528 -SHA256sum: f0bec8a9f1efd5a86496740f4bc8c6f3e4ce1f468b5c6609c1d37e2a13c76eb3 +Filename: kmod-sound-via82xx_5.15.134-1_mipsel_24kc.ipk +Size: 12518 +SHA256sum: 2fbb44c008a4ccc8efb54aad64a6e2dd9166fd665c4fe8ec1c8627ec340634d1 Description: support for the integrated AC97 sound device on motherboards with VIA chipsets. Package: kmod-spi-bitbang -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-spi-bitbang License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2524 -Filename: kmod-spi-bitbang_5.15.137-1_mipsel_24kc.ipk -Size: 3290 -SHA256sum: baa64c4d76694b2e2a8271819934ee984533206218f493603e9292bcb575c5f6 +Installed-Size: 2523 +Filename: kmod-spi-bitbang_5.15.134-1_mipsel_24kc.ipk +Size: 3288 +SHA256sum: dcc39214bad4bd0153903ba234b80630e18e6c474747952939b20e72decc8f74 Description: This package contains the SPI bitbanging library Package: kmod-spi-dev -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-spi-dev License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 5121 -Filename: kmod-spi-dev_5.15.137-1_mipsel_24kc.ipk +Filename: kmod-spi-dev_5.15.134-1_mipsel_24kc.ipk Size: 5865 -SHA256sum: 2b44e2b06a42a16ca06bf6a19dbd2ead97f10ba22f8f59dcef95e5124664c35a +SHA256sum: 9427009d5faf009c6d778ce91d57ef19b082e2005fcbd2478d24976da3919d36 Description: This package contains the user mode SPI device driver Package: kmod-spi-gpio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-spi-bitbang +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-spi-bitbang Source: package/kernel/linux SourceName: kmod-spi-gpio License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2617 -Filename: kmod-spi-gpio_5.15.137-1_mipsel_24kc.ipk -Size: 3354 -SHA256sum: 7e4b8c7c6cdff45364925b272d6b56538577cac6de68b842d07ca2c5937b56ce +Installed-Size: 2619 +Filename: kmod-spi-gpio_5.15.134-1_mipsel_24kc.ipk +Size: 3360 +SHA256sum: f4135ede2a0c4b5e26d16fb61324e3679bcd25c2f3940d7128f0c5e92ecec2c2 Description: This package contains the GPIO-based bitbanging SPI Master Package: kmod-spi-ks8995 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-spi-ks8995 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 2917 -Filename: kmod-spi-ks8995_5.15.137-1_mipsel_24kc.ipk -Size: 3647 -SHA256sum: 1cc0a9911ffd36ca9ad9b7fc1b551dbc90fe8a89a1f80c993a61b490d75e8c9b +Filename: kmod-spi-ks8995_5.15.134-1_mipsel_24kc.ipk +Size: 3655 +SHA256sum: 30a74f236807c5c77d4e7e4d3c12858fd0756a8be3e5e0ac2496cd6d73d135a3 Description: Kernel module for Micrel/Kendin KS8995 ethernet switch Package: kmod-ssb -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-ssb License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 26805 -Filename: kmod-ssb_5.15.137-1_mipsel_24kc.ipk -Size: 27487 -SHA256sum: 541260290e7431712b3bc6678ba8cb15c13501f1c62fc02d94fee4b2b618499f +Installed-Size: 26802 +Filename: kmod-ssb_5.15.134-1_mipsel_24kc.ipk +Size: 27490 +SHA256sum: 75cb04819eb9d11b5ebabf2a5ceebd08198c23761d740fc0c3308d76f7f60f2b Description: Silicon Sonics Backplane glue code. Package: kmod-swconfig -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy Source: package/kernel/linux SourceName: kmod-swconfig License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 185 -Filename: kmod-swconfig_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 186 +Filename: kmod-swconfig_5.15.134-1_mipsel_24kc.ipk Size: 917 -SHA256sum: fbe40f2a7fb9176de4fc27750b55a53ebe47540934d55331e26125f798d02892 +SHA256sum: 0f9569d01ba5f2b52286a679fc68a1a92b904b083344013d3dcc8a0f3aff270e Description: Switch configuration API module Package: kmod-switch-ar8xxx -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-swconfig, kmod-mdio-devres +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-swconfig, kmod-mdio-devres Source: package/kernel/linux SourceName: kmod-switch-ar8xxx License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 18232 -Filename: kmod-switch-ar8xxx_5.15.137-1_mipsel_24kc.ipk -Size: 18949 -SHA256sum: 1452efd5c7f4139bcb00034538da51f97f5c7cd0ffe7c31ee976293412953d05 +Filename: kmod-switch-ar8xxx_5.15.134-1_mipsel_24kc.ipk +Size: 18951 +SHA256sum: 7dba12a9c011ffcc3070245d0b61344fa123922bd7a8691e471b6266e6bde58d Description: Atheros AR8216/8327 switch support Package: kmod-switch-bcm53xx-mdio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-switch-bcm53xx +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-switch-bcm53xx Source: package/kernel/linux SourceName: kmod-switch-bcm53xx-mdio License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 2723 -Filename: kmod-switch-bcm53xx-mdio_5.15.137-1_mipsel_24kc.ipk -Size: 3459 -SHA256sum: 4951a8c0324dbbce7ec279b10b6f0132dd947f858dd8b1e3988652c0c88c46b0 +Filename: kmod-switch-bcm53xx-mdio_5.15.134-1_mipsel_24kc.ipk +Size: 3455 +SHA256sum: e359059d23f244bba392f1da05e26039e5d37ed76a568afd2a0194d998d8ff0e Description: Broadcom bcm53xx switch MDIO support Package: kmod-switch-bcm53xx -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-swconfig +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-swconfig Source: package/kernel/linux SourceName: kmod-switch-bcm53xx License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 8446 -Filename: kmod-switch-bcm53xx_5.15.137-1_mipsel_24kc.ipk -Size: 9207 -SHA256sum: c1b19f33601dc066081598057fd0d631bdc6282db6004371a8a1997d91cbf512 +Filename: kmod-switch-bcm53xx_5.15.134-1_mipsel_24kc.ipk +Size: 9205 +SHA256sum: 1273719c36c8cd28bd7e8c58477b727e4c746b12305ebc0ed0f909c88634b356 Description: Broadcom bcm53xx switch support Package: kmod-switch-ip17xx -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-swconfig +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-swconfig Source: package/kernel/linux SourceName: kmod-switch-ip17xx License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 7123 -Filename: kmod-switch-ip17xx_5.15.137-1_mipsel_24kc.ipk -Size: 7890 -SHA256sum: c0740aae7472f2e66319c2c0f3b3fc7fb3fe2b0a7f8f2e25753b4f449141ba42 +Installed-Size: 7124 +Filename: kmod-switch-ip17xx_5.15.134-1_mipsel_24kc.ipk +Size: 7879 +SHA256sum: 1a8524d15f8519cbfc875a7f15bfe0b4541d9a962bdfa69e7a5bcaf6717d62ec Description: IC+ IP175C/IP178C switch support Package: kmod-switch-rtl8306 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-swconfig +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-swconfig Source: package/kernel/linux SourceName: kmod-switch-rtl8306 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 5147 -Filename: kmod-switch-rtl8306_5.15.137-1_mipsel_24kc.ipk -Size: 5869 -SHA256sum: 5057f5486fbdbfb9e36382dc0d99a34b6d476654e2c5a714ecb082bcbc05a2c2 +Installed-Size: 5149 +Filename: kmod-switch-rtl8306_5.15.134-1_mipsel_24kc.ipk +Size: 5871 +SHA256sum: d997dc1a36087c748ff0fd7cb3e4f4ef6fcc63bcd94b31aa1ba4f834e03cc0c9 Description: Realtek RTL8306S switch support Package: kmod-switch-rtl8366-smi -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-swconfig +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-swconfig Source: package/kernel/linux SourceName: kmod-switch-rtl8366-smi License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 7823 -Filename: kmod-switch-rtl8366-smi_5.15.137-1_mipsel_24kc.ipk -Size: 8599 -SHA256sum: 40db653a910638eedbab1336e77edad3d351d6f363f883515412855d628a8866 +Installed-Size: 7824 +Filename: kmod-switch-rtl8366-smi_5.15.134-1_mipsel_24kc.ipk +Size: 8597 +SHA256sum: 4e268742414376a49b87651d07628edbc2ab42d9f66ee9a45a81c492c57bf04f Description: Realtek RTL8366 series SMI switch interface support Package: kmod-switch-rtl8366rb -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-switch-rtl8366-smi +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-switch-rtl8366-smi Source: package/kernel/linux SourceName: kmod-switch-rtl8366rb License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 6042 -Filename: kmod-switch-rtl8366rb_5.15.137-1_mipsel_24kc.ipk -Size: 6765 -SHA256sum: e1e6800f9ab017dc9f2321c3aad31b4c092a0cfab555c5e42ed646540827128a +Installed-Size: 6044 +Filename: kmod-switch-rtl8366rb_5.15.134-1_mipsel_24kc.ipk +Size: 6772 +SHA256sum: 56477189ebfd9b993d7487ec8a3428d062c231ad04e2e595d0c3902b8a66c02a Description: Realtek RTL8366RB switch support Package: kmod-switch-rtl8366s -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-switch-rtl8366-smi +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-switch-rtl8366-smi Source: package/kernel/linux SourceName: kmod-switch-rtl8366s License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 5865 -Filename: kmod-switch-rtl8366s_5.15.137-1_mipsel_24kc.ipk -Size: 6608 -SHA256sum: 30018f208b0e5092da05624fb8f14fa50b9a608ada88659a4320e1f7cdae873c +Installed-Size: 5869 +Filename: kmod-switch-rtl8366s_5.15.134-1_mipsel_24kc.ipk +Size: 6619 +SHA256sum: a9412e1275714bf7b2f9d18241724ae39cf1b2e246559a5efa5ad63ad0c6742e Description: Realtek RTL8366S switch support Package: kmod-switch-rtl8367 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-switch-rtl8366-smi +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-switch-rtl8366-smi Source: package/kernel/linux SourceName: kmod-switch-rtl8367 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 7750 -Filename: kmod-switch-rtl8367_5.15.137-1_mipsel_24kc.ipk -Size: 8497 -SHA256sum: 024463ae4b10c4b476697e06b47b309cd167bf6fc0cd1c88fbbfef1a3218b971 +Installed-Size: 7748 +Filename: kmod-switch-rtl8367_5.15.134-1_mipsel_24kc.ipk +Size: 8490 +SHA256sum: 505071b08ae9915ecacac7b427ea3c9b66e7672974a7bd06e2998fcaa369da10 Description: Realtek RTL8367 switch support Package: kmod-switch-rtl8367b -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-switch-rtl8366-smi +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-switch-rtl8366-smi Source: package/kernel/linux SourceName: kmod-switch-rtl8367b License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 8569 -Filename: kmod-switch-rtl8367b_5.15.137-1_mipsel_24kc.ipk -Size: 9333 -SHA256sum: 8dd62bab5753cc5eb89dfc1005eddaaa6d7c9d37915417484e9acb5213d28602 +Installed-Size: 8575 +Filename: kmod-switch-rtl8367b_5.15.134-1_mipsel_24kc.ipk +Size: 9335 +SHA256sum: e2548653615ae2f87f19da20d4297d09d3d3d99a47d2986817f8d0410e0eb215 Description: Realtek RTL8367R/B switch support Package: kmod-tcp-bbr -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-tcp-bbr License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 5787 -Filename: kmod-tcp-bbr_5.15.137-1_mipsel_24kc.ipk -Size: 6625 -SHA256sum: 9fe54807dd2c9822b5e5b73e56c656ac4f6ea43ba138de50e7e05c20fbd24466 +Installed-Size: 5790 +Filename: kmod-tcp-bbr_5.15.134-1_mipsel_24kc.ipk +Size: 6629 +SHA256sum: e533feb78aded5fcd98fadd073cdc99db82abd00bb16d31144181e1e37fdec8b Description: Kernel module for BBR (Bottleneck Bandwidth and RTT) TCP congestion control. It requires the fq ("Fair Queue") pacing packet scheduler. For kernel 4.13+, TCP internal pacing is implemented as fallback. Package: kmod-tcp-hybla -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-tcp-hybla License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1895 -Filename: kmod-tcp-hybla_5.15.137-1_mipsel_24kc.ipk -Size: 2778 -SHA256sum: 8fc916676db567e15cec727a4db24cd7f78b5fba88c848285b73f1fff2e1e17e +Installed-Size: 1889 +Filename: kmod-tcp-hybla_5.15.134-1_mipsel_24kc.ipk +Size: 2773 +SHA256sum: 3b32e49276b7664a07be3eccb8b0303361e8b2d486d7a6402e06a5674b045c39 Description: TCP-Hybla is a sender-side only change that eliminates penalization of long-RTT, large-bandwidth connections, like when satellite legs are involved, especially when sharing a common bottleneck with normal terrestrial connections. Package: kmod-tcp-scalable -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-tcp-scalable License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1036 -Filename: kmod-tcp-scalable_5.15.137-1_mipsel_24kc.ipk -Size: 1905 -SHA256sum: e18b81044e4aa10dfe2b4b2126fa775784f8b845ec19ea893cb7f648b5305ae2 +Installed-Size: 1035 +Filename: kmod-tcp-scalable_5.15.134-1_mipsel_24kc.ipk +Size: 1901 +SHA256sum: 33aa9b33ff0752d40a129eca33c0cd82b8652cfd0e8b339fce54c6fe249d5620 Description: Scalable TCP is a sender-side only change to TCP which uses a MIMD congestion control algorithm which has some nice scaling properties, though is known to have fairness issues. See http://www.deneholme.net/tom/scalable/ Package: kmod-tg3 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy, kmod-ptp +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy, kmod-ptp Source: package/kernel/linux SourceName: kmod-tg3 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 79946 -Filename: kmod-tg3_5.15.137-1_mipsel_24kc.ipk -Size: 80630 -SHA256sum: a8ba7df0fd6d79f3dfea35a682b2f9029329c18873e289db7994c8b800bf2823 +Filename: kmod-tg3_5.15.134-1_mipsel_24kc.ipk +Size: 80623 +SHA256sum: 52062f0bb83882455db5d6d0e40c28cf00baa640e6de17ddbc68a063836dce0d Description: Kernel modules for Broadcom Tigon3 Gigabit Ethernet adapters Package: kmod-thermal -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core Source: package/kernel/linux SourceName: kmod-thermal License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-thermal_5.15.137-1_mipsel_24kc.ipk -Size: 891 -SHA256sum: 9315aace8772c512409bed2ce29504d01299b262babcc20052b56c170f869073 +Filename: kmod-thermal_5.15.134-1_mipsel_24kc.ipk +Size: 889 +SHA256sum: bf0afd434ac1ad4051918bba1b7bae2c9f482261d5e5a8b58c426ba9b4dc2c60 Description: Thermal driver offers a generic mechanism for thermal management. Usually it's made up of one or more thermal zone and cooling device. Package: kmod-tls -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-tls License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 31637 -Filename: kmod-tls_5.15.137-1_mipsel_24kc.ipk -Size: 32367 -SHA256sum: d362bb0f6695a67eecdb29fc4fd02d5a705c73bb3679c46c4746af2277bc27ab +Filename: kmod-tls_5.15.134-1_mipsel_24kc.ipk +Size: 32386 +SHA256sum: 34a2aaaf9ba8dcc993cf2179f7f1d03a4346743ccb02b63c3c084ee71fd95978 Description: Kernel module for in-kernel TLS protocol support and hw offload (to supported interfaces). This allows symmetric encryption handling of the TLS protocol to be done in-kernel and it's HW offload when available. Package: kmod-tpm-i2c-atmel -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-tpm, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-tpm, kmod-i2c-core Source: package/kernel/linux SourceName: kmod-tpm-i2c-atmel License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1704 -Filename: kmod-tpm-i2c-atmel_5.15.137-1_mipsel_24kc.ipk -Size: 2461 -SHA256sum: 474cde37467b4d1ca30fed2e32f28afd041b3e97a737dc8095fd79439b4f661b +Installed-Size: 1706 +Filename: kmod-tpm-i2c-atmel_5.15.134-1_mipsel_24kc.ipk +Size: 2460 +SHA256sum: 3cfe771352aaccf344879b5dea213f5ea216359e9bf6f878f1bfc4ea1b9bdf38 Description: This enables the TPM Interface Specification 1.2 Interface (I2C - Atmel) Package: kmod-tpm-i2c-infineon -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-tpm, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-tpm, kmod-i2c-core Source: package/kernel/linux SourceName: kmod-tpm-i2c-infineon License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4303 -Filename: kmod-tpm-i2c-infineon_5.15.137-1_mipsel_24kc.ipk -Size: 5073 -SHA256sum: 0516bddf23fabb247c98601e9a5d4bae10fd731abbff79442d9709c31648f8a2 +Installed-Size: 4300 +Filename: kmod-tpm-i2c-infineon_5.15.134-1_mipsel_24kc.ipk +Size: 5071 +SHA256sum: 31612413de6fcb549e8752449fdb2aa86c54e771636cb9b56e9ee7dac3ea82ed Description: This enables the TPM Interface Specification 1.2 Interface (I2C - Infineon) Package: kmod-tpm -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-random-core, kmod-asn1-decoder, kmod-asn1-encoder, kmod-oid-registry +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-random-core, kmod-asn1-decoder, kmod-asn1-encoder, kmod-oid-registry Source: package/kernel/linux SourceName: kmod-tpm License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 25616 -Filename: kmod-tpm_5.15.137-1_mipsel_24kc.ipk -Size: 26052 -SHA256sum: 00207163ee0220cc9029bac2607fa336e772a43ec848961c425cf59907d40007 +Installed-Size: 25613 +Filename: kmod-tpm_5.15.134-1_mipsel_24kc.ipk +Size: 26060 +SHA256sum: 93c539c1fe8589c34cd48abcb3fd7a21c483fedf1d1a5a694a37688f2b07d60b Description: This enables TPM Hardware Support. Package: kmod-trelay -Version: 5.15.137-2 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-2 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/trelay SourceName: kmod-trelay Section: kernel SourceDateEpoch: 1594830836 Architecture: mipsel_24kc -Installed-Size: 3384 -Filename: kmod-trelay_5.15.137-2_mipsel_24kc.ipk -Size: 4312 -SHA256sum: 47425128cc086f4edd17b18128c8372e37fc896035cbe774d1704684234ab49b +Installed-Size: 3383 +Filename: kmod-trelay_5.15.134-2_mipsel_24kc.ipk +Size: 4307 +SHA256sum: 59cd5e075b32c7d56cd9e417d22e775968aef43e3f9968070d41d429b67ae574 Description: trelay relays ethernet packets between two devices (similar to a bridge), but without any MAC address checks. This makes it possible to bridge client mode or ad-hoc mode wifi devices to ethernet VLANs, assuming the remote end uses @@ -12521,906 +12521,906 @@ Description: trelay relays ethernet packets between two devices (similar to a b from. Package: kmod-tulip -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mii +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mii Source: package/kernel/linux SourceName: kmod-tulip License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 69804 -Filename: kmod-tulip_5.15.137-1_mipsel_24kc.ipk -Size: 70583 -SHA256sum: ac0d9a97c50a3ee3206c7741ab8d5ea4da9504df1faaaad83cde92834ad00497 +Installed-Size: 69803 +Filename: kmod-tulip_5.15.134-1_mipsel_24kc.ipk +Size: 70602 +SHA256sum: 6cd2eb7175d56906675ec6a1bbb6c3a4cbba2f875bd58e1716a977d715aa734a Description: Kernel modules for the Tulip family of network cards, including DECchip Tulip, DIGITAL EtherWORKS, Winbond W89c840, Davicom DM910x/DM980x and ULi M526x controller support. Package: kmod-tun -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-tun License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 23764 -Filename: kmod-tun_5.15.137-1_mipsel_24kc.ipk -Size: 24456 -SHA256sum: 4d5380023336884082dbdeda195ace7b9f8393f0d81e687e9ba13cc4492bcbff +Installed-Size: 23743 +Filename: kmod-tun_5.15.134-1_mipsel_24kc.ipk +Size: 24411 +SHA256sum: 3e1283cd88f8d63a572678c097767af686cd4a967e42570fae30023d03e2f27d Description: Kernel support for the TUN/TAP tunneling device Package: kmod-udptunnel4 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-udptunnel4 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 8000 -Filename: kmod-udptunnel4_5.15.137-1_mipsel_24kc.ipk -Size: 8729 -SHA256sum: 2bf3d93e25ceaef62f2946f4732e60efc6e2299e7c62f676d217a9f0959d5b93 +Installed-Size: 8002 +Filename: kmod-udptunnel4_5.15.134-1_mipsel_24kc.ipk +Size: 8737 +SHA256sum: 4ea33992c60af79cba1fa4bc333756b2670ab634f3de455b7d1ec3001fc0e78b Description: IPv4 UDP tunneling support Package: kmod-udptunnel6 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-udptunnel6 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1852 -Filename: kmod-udptunnel6_5.15.137-1_mipsel_24kc.ipk -Size: 2608 -SHA256sum: 89402699c772bde6158704c179c5c03b28b7a3d3c42dc47c70cd32aec70106fe +Installed-Size: 1865 +Filename: kmod-udptunnel6_5.15.134-1_mipsel_24kc.ipk +Size: 2620 +SHA256sum: 5fb78c0070e5b0ad348a1fcb5fcde1489df04cc9b0dc4012790b3fc15c98ac66 Description: IPv6 UDP tunneling support Package: kmod-usb-acm -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core Source: package/kernel/linux SourceName: kmod-usb-acm License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 10470 -Filename: kmod-usb-acm_5.15.137-1_mipsel_24kc.ipk -Size: 11226 -SHA256sum: 0676cf01df3076abf78cd8dd4d2a2107e512aaf241e8ecca58b96c306a629206 +Installed-Size: 10471 +Filename: kmod-usb-acm_5.15.134-1_mipsel_24kc.ipk +Size: 11236 +SHA256sum: 9cd61396c9b0ac95b5bbb12552d3bb5bdd2d7366542c40ad924c18b80693194d Description: Kernel support for USB ACM devices (modems/isdn controllers) Package: kmod-usb-atm-cxacru -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-atm +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-atm Source: package/kernel/linux SourceName: kmod-usb-atm-cxacru License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 10045 -Filename: kmod-usb-atm-cxacru_5.15.137-1_mipsel_24kc.ipk -Size: 10814 -SHA256sum: 3b03feabc2d88cba3d307fae744c50511c5974a0021f8f8efc34ef66488b9685 +Installed-Size: 10044 +Filename: kmod-usb-atm-cxacru_5.15.134-1_mipsel_24kc.ipk +Size: 10821 +SHA256sum: ba6dd5a50a28fbfb45b242819ef8acf3fab21a60da8909a2bfb3b36edf40037d Description: Kernel support for cxacru based USB ADSL modems Package: kmod-usb-atm-speedtouch -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-atm +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-atm Source: package/kernel/linux SourceName: kmod-usb-atm-speedtouch License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 6869 -Filename: kmod-usb-atm-speedtouch_5.15.137-1_mipsel_24kc.ipk -Size: 7628 -SHA256sum: 307f9473161ca032dbd31e132c69b3f2e44a7744b5a8cfb5501b0c112f7822df +Filename: kmod-usb-atm-speedtouch_5.15.134-1_mipsel_24kc.ipk +Size: 7627 +SHA256sum: 2d7ce1e3ed135694d8988f50466b258e73374fead62532c1b6bf8386215043a3 Description: Kernel support for SpeedTouch USB ADSL modems Package: kmod-usb-atm-ueagle -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-atm +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-atm Source: package/kernel/linux SourceName: kmod-usb-atm-ueagle License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 15276 -Filename: kmod-usb-atm-ueagle_5.15.137-1_mipsel_24kc.ipk -Size: 15993 -SHA256sum: fe45dc53644f6de246086e5b29cd7516c17089166b2d1c82b738ed4fc5e02968 +Installed-Size: 15277 +Filename: kmod-usb-atm-ueagle_5.15.134-1_mipsel_24kc.ipk +Size: 15994 +SHA256sum: d6cd6f1586eeaeb2500c06344b4d8f3a041a0400c5027f435c41d1d905e5738b Description: Kernel support for Eagle 8051 based USB ADSL modems Package: kmod-usb-atm -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-atm, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-atm, kmod-usb-core Source: package/kernel/linux SourceName: kmod-usb-atm License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 8046 -Filename: kmod-usb-atm_5.15.137-1_mipsel_24kc.ipk -Size: 8797 -SHA256sum: 7741a6096a82d58bd37999b37c62d256e4f7117e826060b95676ddbc25a0d7e8 +Installed-Size: 8048 +Filename: kmod-usb-atm_5.15.134-1_mipsel_24kc.ipk +Size: 8801 +SHA256sum: 637d9a0223ac84c68ca6829a539846f4b0a2b979b6bff73c66a7b5c924a6b8cd Description: Kernel support for USB DSL modems Package: kmod-usb-audio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core, kmod-sound-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core, kmod-sound-core Source: package/kernel/linux SourceName: kmod-usb-audio License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 114482 -Filename: kmod-usb-audio_5.15.137-1_mipsel_24kc.ipk -Size: 114862 -SHA256sum: 4cb35cafea9f2af9942690a55561ec9f193f0a5533c0d182ebb4069f9f8e9f09 +Installed-Size: 114456 +Filename: kmod-usb-audio_5.15.134-1_mipsel_24kc.ipk +Size: 114771 +SHA256sum: 2cb978a8c8a4cdcdabe72b57beaa636274e9563b0538c425999bb8270f480aae Description: Kernel support for USB audio devices Package: kmod-usb-cm109 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-input-evdev, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-input-evdev, kmod-usb-core Source: package/kernel/linux SourceName: kmod-usb-cm109 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 6192 -Filename: kmod-usb-cm109_5.15.137-1_mipsel_24kc.ipk -Size: 6837 -SHA256sum: 8b7dada0487a4686279cf13ea4815b27650a17ef98d70b9f6830422994dc5fe7 +Installed-Size: 6194 +Filename: kmod-usb-cm109_5.15.134-1_mipsel_24kc.ipk +Size: 6887 +SHA256sum: f0b5952c17f5f0ddbc41c3932fa2c118e28dca3ea568e38816584847ce31c86a Description: Kernel support for CM109 VOIP phone Package: kmod-usb-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-nls-base +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-nls-base Source: package/kernel/linux SourceName: kmod-usb-core License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 95624 -Filename: kmod-usb-core_5.15.137-1_mipsel_24kc.ipk -Size: 96150 -SHA256sum: 052191657e9aded25c2c771cc876aee545c6fa69eea7c5513237f7d281f7e78a +Installed-Size: 95590 +Filename: kmod-usb-core_5.15.134-1_mipsel_24kc.ipk +Size: 96039 +SHA256sum: 07962d8c39ae263a010e1f92a7e9932040411434b33d2e2dfb5133b03e3711b2 Description: Kernel support for USB Package: kmod-usb-dwc2-pci -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-dwc2, kmod-usb-phy-nop, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-dwc2, kmod-usb-phy-nop, kmod-usb-core Source: package/kernel/linux SourceName: kmod-usb-dwc2-pci License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1735 -Filename: kmod-usb-dwc2-pci_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 1736 +Filename: kmod-usb-dwc2-pci_5.15.134-1_mipsel_24kc.ipk Size: 2505 -SHA256sum: 32ced7248b725680bc87157c474faf5e71910f1dd1d133a4bce64f26374c7487 +SHA256sum: 4d841250f42ac64aff38127d01d8692a97b1a2ff526b783b516543241c0d3902 Description: The Designware USB2.0 PCI interface module for controllers connected to a PCI bus. Package: kmod-usb-dwc2 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-roles, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-roles, kmod-usb-core Source: package/kernel/linux SourceName: kmod-usb-dwc2 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 55595 -Filename: kmod-usb-dwc2_5.15.137-1_mipsel_24kc.ipk -Size: 55647 -SHA256sum: 0622063aad88e8e7d31cbf0380ae6d2c20b03501d6609b5e95f9c04c62adb8d1 +Filename: kmod-usb-dwc2_5.15.134-1_mipsel_24kc.ipk +Size: 55632 +SHA256sum: c09f8fd8cbd258982838f3447958f4440e5bb476b6686b0145d61d16dba8d73d Description: This driver provides USB Device Controller support for the Synopsys DesignWare USB OTG Core Package: kmod-usb-dwc3 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core Source: package/kernel/linux SourceName: kmod-usb-dwc3 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 16171 -Filename: kmod-usb-dwc3_5.15.137-1_mipsel_24kc.ipk -Size: 16497 -SHA256sum: 2474be91ab80207c66bf0dd11b7e848ae5ddc413649e36cdcc39e8e21c3ef6a8 +Installed-Size: 16058 +Filename: kmod-usb-dwc3_5.15.134-1_mipsel_24kc.ipk +Size: 16380 +SHA256sum: 65e2d5da049e93c7294436d21982a88d262a5e03f116e6b113b5ff06bf1d0dec Description: This driver provides support for the Dual Role SuperSpeed USB Controller based on the Synopsys DesignWare USB3 IP Core Package: kmod-usb-ehci -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core Source: package/kernel/linux SourceName: kmod-usb-ehci License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 24923 -Filename: kmod-usb-ehci_5.15.137-1_mipsel_24kc.ipk -Size: 25581 -SHA256sum: d45443dc7fac5c5cf32921b749b52622fe657b34c224f3c212c88f1fc8ced15b +Filename: kmod-usb-ehci_5.15.134-1_mipsel_24kc.ipk +Size: 25578 +SHA256sum: 1d22b7f9cfa9e92e3ec49c989f9b86d6c909ea215574f4f2afba3925e6ecf7e7 Description: EHCI controller support Package: kmod-usb-hid-cp2112 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-hid, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-hid, kmod-i2c-core Source: package/kernel/linux SourceName: kmod-usb-hid-cp2112 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 8829 -Filename: kmod-usb-hid-cp2112_5.15.137-1_mipsel_24kc.ipk -Size: 9633 -SHA256sum: 53d545ca7c4d01318e2cda32c337d12f8cf7e09bc854b421f20a337609fd5748 +Installed-Size: 8830 +Filename: kmod-usb-hid-cp2112_5.15.134-1_mipsel_24kc.ipk +Size: 9636 +SHA256sum: 9a7cd170593a533707209b2cac812a55a9ea38db3720bb6904e030a167e92aeb Description: HID device driver which registers as an i2c adapter and gpiochip to expose these functions of the CP2112. Package: kmod-usb-hid-mcp2221 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-hid, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-hid, kmod-i2c-core Source: package/kernel/linux SourceName: kmod-usb-hid-mcp2221 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4940 -Filename: kmod-usb-hid-mcp2221_5.15.137-1_mipsel_24kc.ipk -Size: 5732 -SHA256sum: 8482139de8e26ef18a730fc3353f0f1d48ed0dde9550aec74619fa78441467af +Installed-Size: 4942 +Filename: kmod-usb-hid-mcp2221_5.15.134-1_mipsel_24kc.ipk +Size: 5733 +SHA256sum: 40a5fb6af86cbdb23df68900045dd3f6df0aa7836ae54c23ca46daebdd74917c Description: HID device driver which registers as an i2c adapter and gpiochip to expose these functions of the MCP2221. Package: kmod-usb-hid -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hid, kmod-hid-generic, kmod-input-evdev, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hid, kmod-hid-generic, kmod-input-evdev, kmod-usb-core Source: package/kernel/linux SourceName: kmod-usb-hid License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 15461 -Filename: kmod-usb-hid_5.15.137-1_mipsel_24kc.ipk -Size: 16224 -SHA256sum: f5431e6ae5bf4323ddd0d27ccb57eb69fb8bca30d027264b398425fd40b0cf48 +Filename: kmod-usb-hid_5.15.134-1_mipsel_24kc.ipk +Size: 16231 +SHA256sum: 59c30dbe71cf4f74fb575ea9760ad89a6731928abb8ad09fc3c046d9fdc1572b Description: Kernel support for USB HID devices such as keyboards and mice Package: kmod-usb-ledtrig-usbport -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core Source: package/kernel/linux SourceName: kmod-usb-ledtrig-usbport License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 3095 -Filename: kmod-usb-ledtrig-usbport_5.15.137-1_mipsel_24kc.ipk -Size: 3947 -SHA256sum: 8cee25a253ab65f54a238e409e45997306edfef06b6743dd4aabeaa0c8d6ace2 +Filename: kmod-usb-ledtrig-usbport_5.15.134-1_mipsel_24kc.ipk +Size: 3950 +SHA256sum: 19eacb61cfb2e773e5c0b153891b29271fc7752739d3ef1cddb3915efdb0af70 Description: This driver allows LEDs to be controlled by USB events. Enabling this trigger allows specifying list of USB ports that should turn on LED when some USB device gets connected. If possible it should be prefered over similar ledtrig-usbdev. Package: kmod-usb-net-aqc111 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net Source: package/kernel/linux SourceName: kmod-usb-net-aqc111 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 8163 -Filename: kmod-usb-net-aqc111_5.15.137-1_mipsel_24kc.ipk -Size: 8940 -SHA256sum: acc4dbd4b6683531b7969f914ec427056c2efceab1d4450c1a3c4038e2ff8369 +Filename: kmod-usb-net-aqc111_5.15.134-1_mipsel_24kc.ipk +Size: 8933 +SHA256sum: 418af308c5ccfc9ff0ad8487ce90731912576c2880f1ca281ce09d312142d85c Description: Support for USB-to-Ethernet Aquantia AQtion 5/2.5GbE Package: kmod-usb-net-asix-ax88179 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy, kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy, kmod-usb-net Source: package/kernel/linux SourceName: kmod-usb-net-asix-ax88179 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 9267 -Filename: kmod-usb-net-asix-ax88179_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 9269 +Filename: kmod-usb-net-asix-ax88179_5.15.134-1_mipsel_24kc.ipk Size: 10095 -SHA256sum: b9e85962b5d8debaaae50f5acbe49f440e3566eda5f90b5b4e1f55d04d3c38a8 +SHA256sum: 24fd6fe48ba8d5fa74d08a3cb243df482c25e44889de3ab102914d305dc7ab3b Description: Kernel module for USB-to-Ethernet ASIX AX88179 based USB 3.0/2.0 to Gigabit Ethernet adapters. Package: kmod-usb-net-asix -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy, kmod-net-selftests, kmod-mdio-devres, kmod-phy-ax88796b, kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy, kmod-net-selftests, kmod-mdio-devres, kmod-phy-ax88796b, kmod-usb-net Source: package/kernel/linux SourceName: kmod-usb-net-asix License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 13086 -Filename: kmod-usb-net-asix_5.15.137-1_mipsel_24kc.ipk -Size: 13869 -SHA256sum: b795a9767fdbf1edd6635a9241484accffa8648c9a60b30a2a156fcbf26116a3 +Installed-Size: 13087 +Filename: kmod-usb-net-asix_5.15.134-1_mipsel_24kc.ipk +Size: 13881 +SHA256sum: 3b3ef48a2bd02eedc5bfb344bce9de0de3c8f2f3718b7e9b8cea9edb8c2cef25 Description: Kernel module for USB-to-Ethernet Asix convertors Package: kmod-usb-net-cdc-eem -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net Source: package/kernel/linux SourceName: kmod-usb-net-cdc-eem License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 2339 -Filename: kmod-usb-net-cdc-eem_5.15.137-1_mipsel_24kc.ipk -Size: 3072 -SHA256sum: 9215e1eb8aef0c3dc49d00a81cd155009dc9fdbe3b96ad71b40ff4d17f077038 +Filename: kmod-usb-net-cdc-eem_5.15.134-1_mipsel_24kc.ipk +Size: 3063 +SHA256sum: 343d25b9d814b424a4ae0b8f537fbd32b8f71527b53ddf832a90a1b62f93c8ea Description: Kernel support for USB CDC EEM Package: kmod-usb-net-cdc-ether -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net Source: package/kernel/linux SourceName: kmod-usb-net-cdc-ether License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3794 -Filename: kmod-usb-net-cdc-ether_5.15.137-1_mipsel_24kc.ipk -Size: 4537 -SHA256sum: 3455074d858a9e53b1c9f7fd120ae3492fd54cf73c2513091a33ea205576b483 +Installed-Size: 3786 +Filename: kmod-usb-net-cdc-ether_5.15.134-1_mipsel_24kc.ipk +Size: 4531 +SHA256sum: cd8511d915e259aec02935f47668905c24e569da6f3a0432af39fd1134a7760d Description: Kernel support for USB CDC Ethernet devices Package: kmod-usb-net-cdc-mbim -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net, kmod-usb-wdm, kmod-usb-net-cdc-ncm +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net, kmod-usb-wdm, kmod-usb-net-cdc-ncm Source: package/kernel/linux SourceName: kmod-usb-net-cdc-mbim License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3903 -Filename: kmod-usb-net-cdc-mbim_5.15.137-1_mipsel_24kc.ipk -Size: 4676 -SHA256sum: a4048a1db0d641e3f89ffb9aeeaa6411c4c6d74b2be58104475013d338e4f727 +Installed-Size: 3904 +Filename: kmod-usb-net-cdc-mbim_5.15.134-1_mipsel_24kc.ipk +Size: 4671 +SHA256sum: 8abe8ebfd0ceb3594c0cc0704d4f57c747de61d0dcbfabe653c2af117159a2c6 Description: Kernel module for CDC MBIM (Mobile Broadband Interface Model) devices Package: kmod-usb-net-cdc-ncm -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net, kmod-usb-net-cdc-ether +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net, kmod-usb-net-cdc-ether Source: package/kernel/linux SourceName: kmod-usb-net-cdc-ncm License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 10827 -Filename: kmod-usb-net-cdc-ncm_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 10828 +Filename: kmod-usb-net-cdc-ncm_5.15.134-1_mipsel_24kc.ipk Size: 11617 -SHA256sum: 1cf51b32a82446bdcf41b4c413c73b4e4cf9c2b86523a80f2899ee1c7847bc0a +SHA256sum: 9915d2189c93a8cae6be5d5032715ab3c4f729010d12fa70edc8a653c2bd886f Description: Kernel support for CDC NCM connections Package: kmod-usb-net-cdc-subset -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net Source: package/kernel/linux SourceName: kmod-usb-net-cdc-subset License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1370 -Filename: kmod-usb-net-cdc-subset_5.15.137-1_mipsel_24kc.ipk -Size: 2160 -SHA256sum: d2bb98955e0f0557e00244cfc857bfe9233476289cf706d3cc3c7d0c1baa2cdd +Installed-Size: 1372 +Filename: kmod-usb-net-cdc-subset_5.15.134-1_mipsel_24kc.ipk +Size: 2158 +SHA256sum: 662a1f12f70a2e25cb2b00de5d8c88deeb37f8c8809868f96cb335ec841e8a43 Description: Kernel support for Simple USB Network Links (CDC Ethernet subset) Package: kmod-usb-net-dm9601-ether -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net Source: package/kernel/linux SourceName: kmod-usb-net-dm9601-ether License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4275 -Filename: kmod-usb-net-dm9601-ether_5.15.137-1_mipsel_24kc.ipk -Size: 5029 -SHA256sum: 4197beb1c41d4b91aefa17f7d81d56e1d1b6659f2411399111aecfea3ec81626 +Installed-Size: 4204 +Filename: kmod-usb-net-dm9601-ether_5.15.134-1_mipsel_24kc.ipk +Size: 4949 +SHA256sum: 70fc4aa1d34fabe4aecd2d7599c3500b70fb05127f5040bca6cf98cf3ccafdca Description: Kernel support for USB DM9601 devices Package: kmod-usb-net-hso -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net Source: package/kernel/linux SourceName: kmod-usb-net-hso License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 17244 -Filename: kmod-usb-net-hso_5.15.137-1_mipsel_24kc.ipk -Size: 18000 -SHA256sum: 254dafd6e29995eb25fccb1abf9692966e44b379b9ba1b799390001bdde9f9b3 +Installed-Size: 17245 +Filename: kmod-usb-net-hso_5.15.134-1_mipsel_24kc.ipk +Size: 18016 +SHA256sum: 072063164ba09095f6ddcd433140e9fdeaab396b014f1e6c7fbb111f93d96136 Description: Kernel module for Option USB High Speed Mobile Devices Package: kmod-usb-net-huawei-cdc-ncm -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net, kmod-usb-net-cdc-ncm, kmod-usb-wdm +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net, kmod-usb-net-cdc-ncm, kmod-usb-wdm Source: package/kernel/linux SourceName: kmod-usb-net-huawei-cdc-ncm License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 1673 -Filename: kmod-usb-net-huawei-cdc-ncm_5.15.137-1_mipsel_24kc.ipk -Size: 2454 -SHA256sum: c87c3c59310969f2122d08b18bc2f1fec8c882a650405aa7fd1d9f18c6a9d1ec +Filename: kmod-usb-net-huawei-cdc-ncm_5.15.134-1_mipsel_24kc.ipk +Size: 2459 +SHA256sum: 2ee36c8da63119e37f0b1337a38361c4891221d58e04cf77f6965d8e448e9e6e Description: Kernel support for Huawei CDC NCM connections Package: kmod-usb-net-ipheth -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net Source: package/kernel/linux SourceName: kmod-usb-net-ipheth License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 4272 -Filename: kmod-usb-net-ipheth_5.15.137-1_mipsel_24kc.ipk -Size: 5009 -SHA256sum: d153f818e6de5fad18035ef797d63e9eab70e194999218760a7eac01dc12dcaf +Filename: kmod-usb-net-ipheth_5.15.134-1_mipsel_24kc.ipk +Size: 5002 +SHA256sum: b2e89e8f1b577834127aee1d3d8b6f799d0b59fcf65f0a1e74a975fdec6737e5 Description: Kernel support for Apple iPhone USB Ethernet driver Package: kmod-usb-net-kalmia -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net Source: package/kernel/linux SourceName: kmod-usb-net-kalmia License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 2632 -Filename: kmod-usb-net-kalmia_5.15.137-1_mipsel_24kc.ipk -Size: 3378 -SHA256sum: 2c7be342768c18d9a53cb645824fe8f7064b59a3081be9d6e5047a7b25a440c1 +Filename: kmod-usb-net-kalmia_5.15.134-1_mipsel_24kc.ipk +Size: 3374 +SHA256sum: 0ab64b33b3c4476503d633e86c02c717d4707fe3f897d83827fa189119c57ebd Description: Kernel support for Samsung Kalmia based LTE USB modem Package: kmod-usb-net-kaweth -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net Source: package/kernel/linux SourceName: kmod-usb-net-kaweth License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 5950 -Filename: kmod-usb-net-kaweth_5.15.137-1_mipsel_24kc.ipk -Size: 6711 -SHA256sum: 9b68f248a7751ce97c2e3d8582edc8911082124a2d0f506586303c550b832935 +Installed-Size: 5953 +Filename: kmod-usb-net-kaweth_5.15.134-1_mipsel_24kc.ipk +Size: 6708 +SHA256sum: feb946af6ecbeecfd89f601eb384a54aaddf6815b7f229d715ebeaab0595b9bf Description: Kernel module for USB-to-Ethernet Kaweth convertors Package: kmod-usb-net-lan78xx -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-fixed-phy, kmod-phy-microchip, kmod-of-mdio, kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-fixed-phy, kmod-phy-microchip, kmod-of-mdio, kmod-usb-net Source: package/kernel/linux SourceName: kmod-usb-net-lan78xx License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 21281 -Filename: kmod-usb-net-lan78xx_5.15.137-1_mipsel_24kc.ipk -Size: 22015 -SHA256sum: 641456866bc16c34e73f220ecda9230b3a9ae9adce7fa7b820056f16f4c414ea +Filename: kmod-usb-net-lan78xx_5.15.134-1_mipsel_24kc.ipk +Size: 22012 +SHA256sum: 775876bf4a8c2167216bd1190048489041563e64814d2dae1ab4a860bd9689ac Description: Kernel module for Microchip LAN78XX based USB 2 & USB 3 10/100/1000 Ethernet adapters. Package: kmod-usb-net-mcs7830 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net Source: package/kernel/linux SourceName: kmod-usb-net-mcs7830 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3559 -Filename: kmod-usb-net-mcs7830_5.15.137-1_mipsel_24kc.ipk -Size: 4306 -SHA256sum: da4c49629ed0acb810e17c2115caac6d251518decb3b1f5e7bbcf07bfc1b674b +Installed-Size: 3561 +Filename: kmod-usb-net-mcs7830_5.15.134-1_mipsel_24kc.ipk +Size: 4303 +SHA256sum: abee33a1e918315ffe3f492ab1abce4f2546c659e14ad79ca0d148f8afd0544e Description: Kernel module for USB-to-Ethernet MCS7830 convertors Package: kmod-usb-net-pegasus -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net Source: package/kernel/linux SourceName: kmod-usb-net-pegasus License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 9707 -Filename: kmod-usb-net-pegasus_5.15.137-1_mipsel_24kc.ipk -Size: 10479 -SHA256sum: 390c06ec8bacfdee7233261411471a82c876a3a66f6c3a9496078e60921bf78c +Installed-Size: 9709 +Filename: kmod-usb-net-pegasus_5.15.134-1_mipsel_24kc.ipk +Size: 10488 +SHA256sum: 9fff75513c9073d1436f9632fd035d7571295d092dbf14f13afc79b9236ef361 Description: Kernel module for USB-to-Ethernet Pegasus convertors Package: kmod-usb-net-pl -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net Source: package/kernel/linux SourceName: kmod-usb-net-pl License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1116 -Filename: kmod-usb-net-pl_5.15.137-1_mipsel_24kc.ipk -Size: 1893 -SHA256sum: 10436511b29506cae4dabfa98f17ce0bde27789c02a77bd5df201db3b69d72aa +Installed-Size: 1118 +Filename: kmod-usb-net-pl_5.15.134-1_mipsel_24kc.ipk +Size: 1888 +SHA256sum: 609e5ef2b491ef242e2b09c5270567349f9c129f987427da12e2d8718e8daf93 Description: Kernel support for Prolific PL-2301/2302/25A1 based cables Package: kmod-usb-net-qmi-wwan -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net, kmod-usb-wdm +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net, kmod-usb-wdm Source: package/kernel/linux SourceName: kmod-usb-net-qmi-wwan License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 8126 -Filename: kmod-usb-net-qmi-wwan_5.15.137-1_mipsel_24kc.ipk -Size: 8652 -SHA256sum: ab00aa7880a4cf4070b2eea0d1f1281e391b086b145cfa7470a9a26e2ed79104 +Installed-Size: 8127 +Filename: kmod-usb-net-qmi-wwan_5.15.134-1_mipsel_24kc.ipk +Size: 8651 +SHA256sum: 37da6eb49a9ac01a5cb1363e862ea9ee6e1f8144c9e988adcd4f99436833d232 Description: QMI WWAN driver for Qualcomm MSM based 3G and LTE modems Package: kmod-usb-net-rndis -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net, kmod-usb-net-cdc-ether +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net, kmod-usb-net-cdc-ether Source: package/kernel/linux SourceName: kmod-usb-net-rndis License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4521 -Filename: kmod-usb-net-rndis_5.15.137-1_mipsel_24kc.ipk -Size: 5265 -SHA256sum: 97ab6e8b68f60046dee78e5e76ac5ed93c4df60b79416516c9857143b2062f04 +Installed-Size: 4520 +Filename: kmod-usb-net-rndis_5.15.134-1_mipsel_24kc.ipk +Size: 5259 +SHA256sum: bdfc9e12dc7b085e0de4b8627f980e4ffc406ae747cf8265137239ede3595195 Description: Kernel support for RNDIS connections Package: kmod-usb-net-rtl8150 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net Source: package/kernel/linux SourceName: kmod-usb-net-rtl8150 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 6090 -Filename: kmod-usb-net-rtl8150_5.15.137-1_mipsel_24kc.ipk -Size: 6853 -SHA256sum: d67d4c019694e0cc8e59660cf487fcecc326c2c278f21f4f93f8043b1f2e7612 +Filename: kmod-usb-net-rtl8150_5.15.134-1_mipsel_24kc.ipk +Size: 6849 +SHA256sum: bfd6ea2bd6520ff6d70e84df90809bd42ebcbb8169c1d94e7116c3dd8c9c4273 Description: Kernel module for USB-to-Ethernet Realtek 8150 convertors Package: kmod-usb-net-rtl8152 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), r8152-firmware, kmod-crypto-sha256, kmod-usb-net-cdc-ncm, kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), r8152-firmware, kmod-crypto-sha256, kmod-usb-net-cdc-ncm, kmod-usb-net Source: package/kernel/linux SourceName: kmod-usb-net-rtl8152 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 42725 -Filename: kmod-usb-net-rtl8152_5.15.137-1_mipsel_24kc.ipk -Size: 43375 -SHA256sum: 7bdcd033eeb771ddd176f1143483fc1cc662152b84a8d1ec923c45b0ebca47d0 +Installed-Size: 42726 +Filename: kmod-usb-net-rtl8152_5.15.134-1_mipsel_24kc.ipk +Size: 43372 +SHA256sum: 236ffd0bc32e13e367469b516fe8490e03a1e5e1df3341e2133722b95e694c18 Description: Kernel module for USB-to-Ethernet Realtek 8152 USB2.0/3.0 convertors Package: kmod-usb-net-sierrawireless -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net Source: package/kernel/linux SourceName: kmod-usb-net-sierrawireless License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 5394 -Filename: kmod-usb-net-sierrawireless_5.15.137-1_mipsel_24kc.ipk -Size: 6142 -SHA256sum: 4be1621197d158805e9d587b1a8e36b9f59794c08c98f8142af387549a630d3c +Installed-Size: 5396 +Filename: kmod-usb-net-sierrawireless_5.15.134-1_mipsel_24kc.ipk +Size: 6148 +SHA256sum: 5d2124c3a6b76fe2bfa92e07d59a05bc5721813af55a5b4d73d4c8d88a76ac60 Description: Kernel support for Sierra Wireless devices Package: kmod-usb-net-smsc75xx -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy, kmod-usb-net, kmod-lib-crc16 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy, kmod-usb-net, kmod-lib-crc16 Source: package/kernel/linux SourceName: kmod-usb-net-smsc75xx License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 12357 -Filename: kmod-usb-net-smsc75xx_5.15.137-1_mipsel_24kc.ipk -Size: 13111 -SHA256sum: 08555e8060711c5924bcbd716adbafd94990dfefae127966f0c164f97a76f09b +Installed-Size: 12331 +Filename: kmod-usb-net-smsc75xx_5.15.134-1_mipsel_24kc.ipk +Size: 13075 +SHA256sum: f7746753797dcbbad14d8ef8dbf068102d9967100a465689a910d19e1592337f Description: Kernel module for SMSC LAN75XX based devices Package: kmod-usb-net-smsc95xx -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-libphy, kmod-phy-smsc, kmod-usb-net, kmod-lib-crc16 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-libphy, kmod-phy-smsc, kmod-usb-net, kmod-lib-crc16 Source: package/kernel/linux SourceName: kmod-usb-net-smsc95xx License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 10748 -Filename: kmod-usb-net-smsc95xx_5.15.137-1_mipsel_24kc.ipk -Size: 11539 -SHA256sum: 64d8c404211ca0121320f691a86114466161feca8fdcd1c35cbd77d627f48d58 +Installed-Size: 10750 +Filename: kmod-usb-net-smsc95xx_5.15.134-1_mipsel_24kc.ipk +Size: 11543 +SHA256sum: a385002dcba67210a572249841067a707e38724efaeb122c02dba2a784ed40f8 Description: Kernel module for SMSC LAN95XX based devices Package: kmod-usb-net-sr9700 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-net +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-net Source: package/kernel/linux SourceName: kmod-usb-net-sr9700 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3846 -Filename: kmod-usb-net-sr9700_5.15.137-1_mipsel_24kc.ipk -Size: 4601 -SHA256sum: 73bc471d6db50fcd36bedb2711702be17afd7cd44412b362fd2cb539f36ab89e +Installed-Size: 3848 +Filename: kmod-usb-net-sr9700_5.15.134-1_mipsel_24kc.ipk +Size: 4608 +SHA256sum: 5bc94d63026a204ef305f422cb797ca6273c7059ac7789c1b4f36e8205c7a718 Description: Kernel module for CoreChip-sz SR9700 based USB 1.1 10/100 ethernet devices Package: kmod-usb-net -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mii, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mii, kmod-usb-core Source: package/kernel/linux SourceName: kmod-usb-net License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 12796 -Filename: kmod-usb-net_5.15.137-1_mipsel_24kc.ipk -Size: 13543 -SHA256sum: c27354ae67a652c5131e6c616c2d1d5e18657828a91be775d5371306643ae5f0 +Installed-Size: 12801 +Filename: kmod-usb-net_5.15.134-1_mipsel_24kc.ipk +Size: 13551 +SHA256sum: d9acc87d3f3593b0f5734b61438cf6644348442f345e3bb6fb9b990c62ad080b Description: Kernel modules for USB-to-Ethernet convertors Package: kmod-usb-ohci-pci -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-ohci, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-ohci, kmod-usb-core Source: package/kernel/linux SourceName: kmod-usb-ohci-pci License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2144 -Filename: kmod-usb-ohci-pci_5.15.137-1_mipsel_24kc.ipk -Size: 2882 -SHA256sum: 042e088e03aa27da84704543a963556c12bc0dc7a411437a1a5f02bfa1b1741a +Installed-Size: 2145 +Filename: kmod-usb-ohci-pci_5.15.134-1_mipsel_24kc.ipk +Size: 2878 +SHA256sum: f809fc897e8258de73c1f471437d2d21beea04f771a1517e6da5326e195e114d Description: Kernel support for PCI OHCI controllers Package: kmod-usb-ohci -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core Source: package/kernel/linux SourceName: kmod-usb-ohci License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 21018 -Filename: kmod-usb-ohci_5.15.137-1_mipsel_24kc.ipk -Size: 21667 -SHA256sum: b667079764ec9246a1e2ca55a4e1a7215ef25afdee1eaf81ebbdd730d2cc3309 +Filename: kmod-usb-ohci_5.15.134-1_mipsel_24kc.ipk +Size: 21666 +SHA256sum: 3f2ecfdcb137bd916846043e75dc3d81b9a41cd3f95951f89bf01dc0e40be934 Description: Kernel support for USB OHCI controllers Package: kmod-usb-phy-nop -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core Source: package/kernel/linux SourceName: kmod-usb-phy-nop License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3447 -Filename: kmod-usb-phy-nop_5.15.137-1_mipsel_24kc.ipk -Size: 4191 -SHA256sum: f3c06a646f4e3a9ac54564dbd0bcddecce82c9b0d37963abecdf934e88c3a3b9 +Installed-Size: 3446 +Filename: kmod-usb-phy-nop_5.15.134-1_mipsel_24kc.ipk +Size: 4190 +SHA256sum: d3c017465a419f9bf076ccc4b8d074095f1d57e62db0e732d3508e166201b523 Description: Support for USB NOP transceiver Package: kmod-usb-printer -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core Source: package/kernel/linux SourceName: kmod-usb-printer License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 7444 -Filename: kmod-usb-printer_5.15.137-1_mipsel_24kc.ipk -Size: 8203 -SHA256sum: 21fd980f82c8e63669ddb23759b1979b0291fa3ee56b10ae9894e4c6394d9814 +Filename: kmod-usb-printer_5.15.134-1_mipsel_24kc.ipk +Size: 8194 +SHA256sum: f16db71436f85a952d842d16cb023c0928301e9e95563e1b3c448afbb613f895 Description: Kernel support for USB printers Package: kmod-usb-roles -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core Source: package/kernel/linux SourceName: kmod-usb-roles License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3236 -Filename: kmod-usb-roles_5.15.137-1_mipsel_24kc.ipk -Size: 3961 -SHA256sum: caeec5f92e56bbd3cebe9263b73d8db191f542b174fe9a5e2dbfc913ada69668 +Installed-Size: 3235 +Filename: kmod-usb-roles_5.15.134-1_mipsel_24kc.ipk +Size: 3955 +SHA256sum: 83ff71cd66434b90c3d65a39bd1ec2f33082f130cfcf20872281bf7859915576 Description: Support for USB Role Switch Package: kmod-usb-serial-ark3116 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial Source: package/kernel/linux SourceName: kmod-usb-serial-ark3116 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 4002 -Filename: kmod-usb-serial-ark3116_5.15.137-1_mipsel_24kc.ipk -Size: 4752 -SHA256sum: 6808b5c4cef48d1b87c43c7dcc0f60acbb6aa8e97b67e2e45deac1ecbb44c919 +Filename: kmod-usb-serial-ark3116_5.15.134-1_mipsel_24kc.ipk +Size: 4748 +SHA256sum: d41e758c6e5865eace51dc9b8b2c896572859631e22e7e9a099371b46124ae72 Description: Kernel support for ArkMicroChips ARK3116 USB-to-Serial converters Package: kmod-usb-serial-belkin -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial Source: package/kernel/linux SourceName: kmod-usb-serial-belkin License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3503 -Filename: kmod-usb-serial-belkin_5.15.137-1_mipsel_24kc.ipk -Size: 4248 -SHA256sum: 248176341fc4547e619986b76d160cdcf51aee2ae2ac1b8799ee4e2354d1c7ae +Installed-Size: 3506 +Filename: kmod-usb-serial-belkin_5.15.134-1_mipsel_24kc.ipk +Size: 4246 +SHA256sum: babd026000d05dbc18aa6341c84b4c0728cca56b3b6cbdd137d9b05b02da3380 Description: Kernel support for Belkin USB-to-Serial converters Package: kmod-usb-serial-ch341 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial Source: package/kernel/linux SourceName: kmod-usb-serial-ch341 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4771 -Filename: kmod-usb-serial-ch341_5.15.137-1_mipsel_24kc.ipk -Size: 5517 -SHA256sum: 38aa5d342fc2d0b45f5d932f1ba16c75334ae4d8fa6c0155786aebc2718a0c13 +Installed-Size: 4772 +Filename: kmod-usb-serial-ch341_5.15.134-1_mipsel_24kc.ipk +Size: 5518 +SHA256sum: b524cbdd177873cb5f56a5683ef6a71d849f005bbb2bd10e4e620f908a14dcf6 Description: Kernel support for Winchiphead CH341 USB-to-Serial converters Package: kmod-usb-serial-cp210x -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial Source: package/kernel/linux SourceName: kmod-usb-serial-cp210x License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 8015 -Filename: kmod-usb-serial-cp210x_5.15.137-1_mipsel_24kc.ipk -Size: 8804 -SHA256sum: 7a9a8d7dc5f82d7efbb3086dc8093ea4d6b6b296277cc8e9c2ee244aad1ad880 +Installed-Size: 8018 +Filename: kmod-usb-serial-cp210x_5.15.134-1_mipsel_24kc.ipk +Size: 8802 +SHA256sum: aa440da243a0d789a17d667d66cfe5180b990235fbedbd22eec48043ac0759b5 Description: Kernel support for Silicon Labs cp210x USB-to-Serial converters Package: kmod-usb-serial-cypress-m8 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial Source: package/kernel/linux SourceName: kmod-usb-serial-cypress-m8 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 5568 -Filename: kmod-usb-serial-cypress-m8_5.15.137-1_mipsel_24kc.ipk -Size: 6418 -SHA256sum: b032f16cd776df9ec58c49ef047ea717f533658648c24ddcae4ae6618bda739f +Filename: kmod-usb-serial-cypress-m8_5.15.134-1_mipsel_24kc.ipk +Size: 6429 +SHA256sum: d7963d1b301bc4cefa73e93d23a9896e0326f96df58a394a579984f6e118ca6a Description: Kernel support for devices with Cypress M8 USB to Serial chip (for example, the Delorme Earthmate LT-20 GPS) Supported microcontrollers in the CY4601 family are: CY7C63741 CY7C63742 CY7C63743 CY7C64013 Package: kmod-usb-serial-dmx_usb_module -Version: 5.15.137+19.12.1-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134+19.12.1-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial Source: feeds/packages/libs/dmx_usb_module SourceName: kmod-usb-serial-dmx_usb_module License: GPL-2.0-only Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 Maintainer: Martijn Zilverschoon Architecture: mipsel_24kc -Installed-Size: 5065 -Filename: kmod-usb-serial-dmx_usb_module_5.15.137+19.12.1-1_mipsel_24kc.ipk -Size: 5986 -SHA256sum: 2aa2a246dc3ae2e1a468a005f900d31dd3317650dd78c91fb54e1e7f717e6b3c +Installed-Size: 5067 +Filename: kmod-usb-serial-dmx_usb_module_5.15.134+19.12.1-1_mipsel_24kc.ipk +Size: 5988 +SHA256sum: 25496b5ff7d6eae716fc0bd9636caeadbe54b62d6508198cc0e087662c8954f9 Description: Open DMX USB is an open USB to DMX dongle hardware design developed by Enttec. The Open in Open DMX USB refers to the fact that everybody is free to use the design and produce its own USB DMX Dongle without paying any licenses. Package: kmod-usb-serial-edgeport -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial, edgeport-firmware +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial, edgeport-firmware Source: package/kernel/linux SourceName: kmod-usb-serial-edgeport License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 11173 -Filename: kmod-usb-serial-edgeport_5.15.137-1_mipsel_24kc.ipk -Size: 12017 -SHA256sum: 2abb843b9c5204230c1ed398e6d48dc67774a1a25a40230073b5a34a8e069f7e +Installed-Size: 11175 +Filename: kmod-usb-serial-edgeport_5.15.134-1_mipsel_24kc.ipk +Size: 12029 +SHA256sum: a9c0fe8fd447e0fb63060b9054e9bb97aadc1b88610a0ea7ff02acf0ea1bb396 Description: Kernel support for Inside Out Networks (Digi) Edgeport/4 Rapidport/4 @@ -13440,198 +13440,198 @@ Description: Kernel support for Inside Out Networks (Digi) Edgeport/16 Dual Package: kmod-usb-serial-ftdi -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial Source: package/kernel/linux SourceName: kmod-usb-serial-ftdi License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 12235 -Filename: kmod-usb-serial-ftdi_5.15.137-1_mipsel_24kc.ipk -Size: 12911 -SHA256sum: 7934b06f3c5ea457d16aa1100446614a8b6de306250eeaad024877eaa908d90b +Installed-Size: 12234 +Filename: kmod-usb-serial-ftdi_5.15.134-1_mipsel_24kc.ipk +Size: 12939 +SHA256sum: 2a56f5bd62308f4c8e912b831706a69023a83bf4f7bd4a95baff688c0f900e9c Description: Kernel support for FTDI USB-to-Serial converters Package: kmod-usb-serial-garmin -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial Source: package/kernel/linux SourceName: kmod-usb-serial-garmin License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 5393 -Filename: kmod-usb-serial-garmin_5.15.137-1_mipsel_24kc.ipk -Size: 6174 -SHA256sum: f2c87d40809bd957518e96f515e61e1b87cb30f5432cc4dc9998876cc0fba80b +Installed-Size: 5390 +Filename: kmod-usb-serial-garmin_5.15.134-1_mipsel_24kc.ipk +Size: 6172 +SHA256sum: 489b834d275cbcf6dfedb40f3809f5ac27925bbf20ef5b89d6b335451bbb6152 Description: Should work with most Garmin GPS devices which have a native USB port. Package: kmod-usb-serial-ipw -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial, kmod-usb-serial-wwan +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial, kmod-usb-serial-wwan Source: package/kernel/linux SourceName: kmod-usb-serial-ipw License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 2202 -Filename: kmod-usb-serial-ipw_5.15.137-1_mipsel_24kc.ipk -Size: 2941 -SHA256sum: 01ae55862af9c0e0e2fa6d0001fdbbb89209637127d70b8f2ee386e8a57ed1e8 +Filename: kmod-usb-serial-ipw_5.15.134-1_mipsel_24kc.ipk +Size: 2930 +SHA256sum: 913b377293a787e27156e897571ce29d238377ec038a6fa6c572127dda47be57 Description: Support for IPWireless 3G devices Package: kmod-usb-serial-keyspan -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial Source: package/kernel/linux SourceName: kmod-usb-serial-keyspan License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 10915 -Filename: kmod-usb-serial-keyspan_5.15.137-1_mipsel_24kc.ipk -Size: 11668 -SHA256sum: edb856ae1c8e7bb3af951b51b03d2ef8604a4c9cc1107f43c5f4ce735a91315b +Installed-Size: 10914 +Filename: kmod-usb-serial-keyspan_5.15.134-1_mipsel_24kc.ipk +Size: 11663 +SHA256sum: fb522a301acc00d1ee37f29851b36586ab62c110471e5601deb0e66340121694 Description: Kernel support for Keyspan USB-to-Serial devices Package: kmod-usb-serial-mct -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial Source: package/kernel/linux SourceName: kmod-usb-serial-mct License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3836 -Filename: kmod-usb-serial-mct_5.15.137-1_mipsel_24kc.ipk -Size: 4586 -SHA256sum: 82f3655eee70fbe1a41b7390005b8a3bdcc2ea4f6b8cd16489249be8e4d76173 +Installed-Size: 3839 +Filename: kmod-usb-serial-mct_5.15.134-1_mipsel_24kc.ipk +Size: 4592 +SHA256sum: d621037e8dcf9243dcf75010158576c8fbe4e43a5a9d29fc7de8df8ece7a2246 Description: Kernel support for Magic Control Technology USB-to-Serial converters Package: kmod-usb-serial-mos7720 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial Source: package/kernel/linux SourceName: kmod-usb-serial-mos7720 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4899 -Filename: kmod-usb-serial-mos7720_5.15.137-1_mipsel_24kc.ipk -Size: 5649 -SHA256sum: 2ece70b0d26521256488341d949c7968f0ae51f9c835eb5a83d52539a19e3b75 +Installed-Size: 4900 +Filename: kmod-usb-serial-mos7720_5.15.134-1_mipsel_24kc.ipk +Size: 5648 +SHA256sum: c29f9e74dec3422ea4c1edc5ede5393c6b921ffd104707ae9708a1ee6dc0a6c5 Description: Kernel support for Moschip MOS7720 USB-to-Serial converters Package: kmod-usb-serial-mos7840 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial Source: package/kernel/linux SourceName: kmod-usb-serial-mos7840 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 6276 -Filename: kmod-usb-serial-mos7840_5.15.137-1_mipsel_24kc.ipk -Size: 7085 -SHA256sum: ec0d15205cc3fa341cbea5b3e87b9919fdf2802d196718ea67aa3520774e6f1a +Installed-Size: 6278 +Filename: kmod-usb-serial-mos7840_5.15.134-1_mipsel_24kc.ipk +Size: 7079 +SHA256sum: 766c875308ffcec38e12f6d9cd07ecc0e9e130657556620bc807dffeb4c592bc Description: Kernel support for Moschip MOS7840 USB-to-Serial converters Package: kmod-usb-serial-option -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial, kmod-usb-serial-wwan +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial, kmod-usb-serial-wwan Source: package/kernel/linux SourceName: kmod-usb-serial-option License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 6125 -Filename: kmod-usb-serial-option_5.15.137-1_mipsel_24kc.ipk -Size: 5966 -SHA256sum: abec594eebbd6bb0645468b37a484c96fe813acd2cae33cf15777a444b2561ad +Installed-Size: 6104 +Filename: kmod-usb-serial-option_5.15.134-1_mipsel_24kc.ipk +Size: 5929 +SHA256sum: e156af234bfff6fbf56362bd022628398f933dcb3f34e4441ac83c1306fe2aeb Description: Kernel support for Option HSDPA modems Package: kmod-usb-serial-oti6858 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial Source: package/kernel/linux SourceName: kmod-usb-serial-oti6858 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 4235 -Filename: kmod-usb-serial-oti6858_5.15.137-1_mipsel_24kc.ipk -Size: 4993 -SHA256sum: 42f5eba0cfbe2159bb9e52699e88c24c1dc4796900e99656306978cf153f5870 +Filename: kmod-usb-serial-oti6858_5.15.134-1_mipsel_24kc.ipk +Size: 4984 +SHA256sum: 8d2bc2806d346d566873be5094f7f20105441da936fabb288062fe78974c619d Description: Kernel support for Ours Technology OTI6858 USB-to-Serial converters Package: kmod-usb-serial-pl2303 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial Source: package/kernel/linux SourceName: kmod-usb-serial-pl2303 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 6136 -Filename: kmod-usb-serial-pl2303_5.15.137-1_mipsel_24kc.ipk -Size: 6894 -SHA256sum: 9e1695410b510a88b7b5ea19be99da570fc1a666d1305214fc43af080e19ece0 +Installed-Size: 6138 +Filename: kmod-usb-serial-pl2303_5.15.134-1_mipsel_24kc.ipk +Size: 6897 +SHA256sum: 4565c1d760356c1e79f9dc687c3f9818ffc18128e23489a152d752430e62f8c7 Description: Kernel support for Prolific PL2303 USB-to-Serial converters Package: kmod-usb-serial-qualcomm -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial, kmod-usb-serial-wwan +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial, kmod-usb-serial-wwan Source: package/kernel/linux SourceName: kmod-usb-serial-qualcomm License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2512 -Filename: kmod-usb-serial-qualcomm_5.15.137-1_mipsel_24kc.ipk -Size: 3262 -SHA256sum: 5a704766cdef57be256aedec0801bb1634b2f5695448c9a9a164e9994acb0ca0 +Installed-Size: 2514 +Filename: kmod-usb-serial-qualcomm_5.15.134-1_mipsel_24kc.ipk +Size: 3265 +SHA256sum: f28c997a664c7782182eb2781d634a136bad26cde2590e6b25fa626e14f8e97d Description: Kernel support for Qualcomm USB Serial devices (Gobi) Package: kmod-usb-serial-sierrawireless -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial Source: package/kernel/linux SourceName: kmod-usb-serial-sierrawireless License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4325 -Filename: kmod-usb-serial-sierrawireless_5.15.137-1_mipsel_24kc.ipk -Size: 5071 -SHA256sum: 62edace589a2d4c8c72ffbd9fa12c12d3ef49b16cc8ed20d76d8a5c4f097f121 +Installed-Size: 4324 +Filename: kmod-usb-serial-sierrawireless_5.15.134-1_mipsel_24kc.ipk +Size: 5067 +SHA256sum: 6efa23ec0f1e63a7b43d9f1b210f6729c1843b0bfed718d85e638fbea1a92792 Description: Kernel support for Sierra Wireless devices Package: kmod-usb-serial-simple -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial Source: package/kernel/linux SourceName: kmod-usb-serial-simple License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 1656 -Filename: kmod-usb-serial-simple_5.15.137-1_mipsel_24kc.ipk -Size: 2618 -SHA256sum: b4725b3b4ed43f056335dcc1f6550cc5ba6fb973831147f91ecb2d00642c536a +Filename: kmod-usb-serial-simple_5.15.134-1_mipsel_24kc.ipk +Size: 2611 +SHA256sum: c116960be41089d85e0f9ef44c82f32ee9c6363dceab0e8425f6c7fd6f268f3b Description: Kernel support for "very simple devices". Specifically, it supports: @@ -13648,310 +13648,310 @@ Description: Kernel support for "very simple devices". - ZIO Motherboard USB serial interface Package: kmod-usb-serial-ti-usb -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial Source: package/kernel/linux SourceName: kmod-usb-serial-ti-usb License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 7551 -Filename: kmod-usb-serial-ti-usb_5.15.137-1_mipsel_24kc.ipk -Size: 8306 -SHA256sum: b8f29ff1c79a612ad7b2823f137d09c507ea5efe30a1a360890508aaf0048e67 +Filename: kmod-usb-serial-ti-usb_5.15.134-1_mipsel_24kc.ipk +Size: 8304 +SHA256sum: 2f2baaf0736cd9822993f98f74bd23d974ecb9c05d7003dcb24f529176f62970 Description: Kernel support for TI USB 3410/5052 devices Package: kmod-usb-serial-visor -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial Source: package/kernel/linux SourceName: kmod-usb-serial-visor License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3681 -Filename: kmod-usb-serial-visor_5.15.137-1_mipsel_24kc.ipk -Size: 4412 -SHA256sum: 9289fe36ee074a3dac560098c46d35fe48f29bad0e3f7d243ff47655791a2966 +Installed-Size: 3680 +Filename: kmod-usb-serial-visor_5.15.134-1_mipsel_24kc.ipk +Size: 4408 +SHA256sum: af967596cab185e7065fbd572892dbec3f726a2740340b6f27332089b56ab7ed Description: Kernel support for Handspring Visor PDAs Package: kmod-usb-serial-wwan -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial Source: package/kernel/linux SourceName: kmod-usb-serial-wwan License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3580 -Filename: kmod-usb-serial-wwan_5.15.137-1_mipsel_24kc.ipk -Size: 4318 -SHA256sum: 522440e7b859d18792258402d5d85abc34725cec9645c1b618ad23541cff4cd8 +Installed-Size: 3581 +Filename: kmod-usb-serial-wwan_5.15.134-1_mipsel_24kc.ipk +Size: 4310 +SHA256sum: e103d1622a6089a018c35019a19b6b249aade46f1f1edc4eeca887e2d7334a03 Description: Kernel support for USB GSM and CDMA modems Package: kmod-usb-serial-xr_usb_serial_common -Version: 5.15.137+2022-03-30-ecc6ebe0-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-serial +Version: 5.15.134+2022-03-30-ecc6ebe0-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-serial Source: feeds/packages/libs/xr_usb_serial_common SourceName: kmod-usb-serial-xr_usb_serial_common License: GPL-2.0-or-later LicenseFiles: LICENSE Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 Maintainer: Daniel Golle Architecture: mipsel_24kc Installed-Size: 12089 -Filename: kmod-usb-serial-xr_usb_serial_common_5.15.137+2022-03-30-ecc6ebe0-1_mipsel_24kc.ipk +Filename: kmod-usb-serial-xr_usb_serial_common_5.15.134+2022-03-30-ecc6ebe0-1_mipsel_24kc.ipk Size: 12886 -SHA256sum: 8474013c94009542b37deeeb3c5d1f7f87f54ebafbd2421e08b5539ad04b262c +SHA256sum: a8c486ae088a63b2128b1cd8879425c550ae38b90ebee93b77af81e4586c25b5 Description: Support for Exar USB to RS-485/RS-422 Package: kmod-usb-serial -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core Source: package/kernel/linux SourceName: kmod-usb-serial License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 13756 -Filename: kmod-usb-serial_5.15.137-1_mipsel_24kc.ipk -Size: 14487 -SHA256sum: 8f780f1ac5201dc00e1db0a3873b59ae8d490c79619b74bd0d96f4765d1761f7 +Filename: kmod-usb-serial_5.15.134-1_mipsel_24kc.ipk +Size: 14493 +SHA256sum: cb09d3a57e17de733a17d70036874c9007699aea1af31a11d11e8fd0f4c1f090 Description: Kernel support for USB-to-Serial converters Package: kmod-usb-storage-extras -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-storage +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-storage Source: package/kernel/linux SourceName: kmod-usb-storage-extras License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 32892 -Filename: kmod-usb-storage-extras_5.15.137-1_mipsel_24kc.ipk -Size: 33679 -SHA256sum: 93871e28d1cbf32f8876bd63b8867019a35cdb1aa6553c5847af84d2325a869b +Installed-Size: 32898 +Filename: kmod-usb-storage-extras_5.15.134-1_mipsel_24kc.ipk +Size: 33690 +SHA256sum: 386d91db6f6f1c654dea70b7dfc7b59ec1d831e55424af4a4341590f176a9189 Description: Say Y here if you want to have some more drivers, such as for SmartMedia card readers Package: kmod-usb-storage-uas -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-storage +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-storage Source: package/kernel/linux SourceName: kmod-usb-storage-uas License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 9097 -Filename: kmod-usb-storage-uas_5.15.137-1_mipsel_24kc.ipk -Size: 9928 -SHA256sum: fe00a80afec19ef6b1195bb099628457d92857c6b8b557a230f612f4b53bb294 +Installed-Size: 9100 +Filename: kmod-usb-storage-uas_5.15.134-1_mipsel_24kc.ipk +Size: 9933 +SHA256sum: 58a57e26247b6690c561d408e1d74ea2379018341caa777ce67c46e1c35271c9 Description: Say Y here if you want to include support for USB Attached SCSI (UAS/UASP), a higher performance protocol available on many newer USB 3.0 storage devices Package: kmod-usb-storage -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-scsi-core, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-scsi-core, kmod-usb-core Source: package/kernel/linux SourceName: kmod-usb-storage License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 24868 -Filename: kmod-usb-storage_5.15.137-1_mipsel_24kc.ipk -Size: 25254 -SHA256sum: 8204a3d66c8b97925752c495c8595cda63e05273ee8f07884f2ed2e58e3ba999 +Filename: kmod-usb-storage_5.15.134-1_mipsel_24kc.ipk +Size: 25243 +SHA256sum: a184ee59ae02fa83831117715698bda0b2ae397df1e61809799e8c9f73f48e4f Description: Kernel support for USB Mass Storage devices Package: kmod-usb-uhci -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core Source: package/kernel/linux SourceName: kmod-usb-uhci License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 14214 -Filename: kmod-usb-uhci_5.15.137-1_mipsel_24kc.ipk -Size: 14917 -SHA256sum: d1b35f5bdf7037d52f9ac283fb1b94aa11d79b1ad018dd68f127445f25574ac2 +Installed-Size: 14216 +Filename: kmod-usb-uhci_5.15.134-1_mipsel_24kc.ipk +Size: 14921 +SHA256sum: 9890d90cdef035823c0652d7e044f5c7c64f0624815cf4662398c008a285b2a6 Description: Kernel support for USB UHCI controllers Package: kmod-usb-wdm -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core Source: package/kernel/linux SourceName: kmod-usb-wdm License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 6353 -Filename: kmod-usb-wdm_5.15.137-1_mipsel_24kc.ipk -Size: 7165 -SHA256sum: 850082b5415ca6a2705806a3831795c4fad0637cf904491c7834ae8c7fc3b3a5 +Installed-Size: 6354 +Filename: kmod-usb-wdm_5.15.134-1_mipsel_24kc.ipk +Size: 7150 +SHA256sum: 20a635bbf78444a5b3d7b2bea693d4357e057cc3116089777f90770821b9019b Description: USB Wireless Device Management support Package: kmod-usb-xhci-hcd -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core Source: package/kernel/linux SourceName: kmod-usb-xhci-hcd License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 71144 -Filename: kmod-usb-xhci-hcd_5.15.137-1_mipsel_24kc.ipk -Size: 71596 -SHA256sum: 52a7336ea0a52a6612e9294ab5a7767880a834143a7a405adde1dd29f3dcf3f1 +Installed-Size: 71167 +Filename: kmod-usb-xhci-hcd_5.15.134-1_mipsel_24kc.ipk +Size: 71585 +SHA256sum: 2d08f9ac7b8bbf26e0c913f4787c746dbbf69b769dd80a0f1fcebdda43609d67 Description: The eXtensible Host Controller Interface (xHCI) is standard for USB 3.0 "SuperSpeed" host controller hardware. Package: kmod-usb-yealink -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-input-evdev, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-input-evdev, kmod-usb-core Source: package/kernel/linux SourceName: kmod-usb-yealink License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 6108 -Filename: kmod-usb-yealink_5.15.137-1_mipsel_24kc.ipk -Size: 6858 -SHA256sum: 1ed214bbaf3c5a7b8efcfcedfd28b255dfa565af753fbab2273a474b0b780975 +Installed-Size: 6109 +Filename: kmod-usb-yealink_5.15.134-1_mipsel_24kc.ipk +Size: 6855 +SHA256sum: 9d641b5dd3b67ff95943d08054c26da7dfff5cb1efbd178679cad463013e9067 Description: Kernel support for Yealink VOIP phone Package: kmod-usb2-pci -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb2, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb2, kmod-usb-core Source: package/kernel/linux SourceName: kmod-usb2-pci License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 3150 -Filename: kmod-usb2-pci_5.15.137-1_mipsel_24kc.ipk -Size: 3897 -SHA256sum: 02d0a226911a8eadc276db4d2b6fb9b3ba95c7ce320324a4ab2d39b3eda40467 +Filename: kmod-usb2-pci_5.15.134-1_mipsel_24kc.ipk +Size: 3896 +SHA256sum: d39d0da4fb09e8026a5d9b6a19c138d242c89c370917c1baeaccc5966058f97f Description: Kernel support for PCI USB2 (EHCI) controllers Package: kmod-usb2 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-ehci, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-ehci, kmod-usb-core Source: package/kernel/linux SourceName: kmod-usb2 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 8643 -Filename: kmod-usb2_5.15.137-1_mipsel_24kc.ipk +Filename: kmod-usb2_5.15.134-1_mipsel_24kc.ipk Size: 9393 -SHA256sum: 40e3fc775f4d13d52c4896d338488be1a2746eb58c35e484aa15511c50f4a7e5 +SHA256sum: e19b5de08ef22038ed59e36106ef5f4269667161c33597f9a81a4a0d7b184023 Description: Kernel support for USB2 (EHCI) controllers Package: kmod-usb3 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-xhci-hcd, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-xhci-hcd, kmod-usb-core Source: package/kernel/linux SourceName: kmod-usb3 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 6112 -Filename: kmod-usb3_5.15.137-1_mipsel_24kc.ipk -Size: 6862 -SHA256sum: b87f685f2005d6a7017632f02c24c989df83990d0892d97fd32040463a3d2f06 +Installed-Size: 6110 +Filename: kmod-usb3_5.15.134-1_mipsel_24kc.ipk +Size: 6849 +SHA256sum: 1eeff2227e187b4885a6a5056021aa2f781b7a5df0882379897fcbdc00d3fab0 Description: Kernel support for USB3 (XHCI) controllers Package: kmod-usbip-client -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usbip, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usbip, kmod-usb-core Source: package/kernel/linux SourceName: kmod-usbip-client License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 13511 -Filename: kmod-usbip-client_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 13512 +Filename: kmod-usbip-client_5.15.134-1_mipsel_24kc.ipk Size: 14233 -SHA256sum: f85a20c97c352b0643875485d383fbe2496592f48a840b933924f7f189c42e67 +SHA256sum: d631972a8593ea681d321dad7502073ec6f6469c4877b3384ccf2cc14bb917fe Description: USB-over-IP client driver Package: kmod-usbip-server -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usbip, kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usbip, kmod-usb-core Source: package/kernel/linux SourceName: kmod-usbip-server License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 10799 -Filename: kmod-usbip-server_5.15.137-1_mipsel_24kc.ipk -Size: 11549 -SHA256sum: d067bd15a8590fbfec9a363ece8c3f7bad9911e928648d34e588f9e99e47db9d +Filename: kmod-usbip-server_5.15.134-1_mipsel_24kc.ipk +Size: 11554 +SHA256sum: 67a64dc1319c72c8a1790e87b1451da1c2cc5f2f4f8ad0c6001f1f78d7fdf9b0 Description: USB-over-IP host driver Package: kmod-usbip -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core Source: package/kernel/linux SourceName: kmod-usbip License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4602 -Filename: kmod-usbip_5.15.137-1_mipsel_24kc.ipk -Size: 5318 -SHA256sum: 6b41bebd9cab06feeb0994a57f5efd9b8f1c5cb14d6ee9ff76634205808746dd +Installed-Size: 4600 +Filename: kmod-usbip_5.15.134-1_mipsel_24kc.ipk +Size: 5309 +SHA256sum: 4c9c4847462e2fe54d0d6a43d7f05568c69a731021240eb44a64e5496ae8cb05 Description: USB-over-IP kernel support Package: kmod-usbmon -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core Source: package/kernel/linux SourceName: kmod-usbmon License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 12680 -Filename: kmod-usbmon_5.15.137-1_mipsel_24kc.ipk -Size: 13398 -SHA256sum: 0995e91a45e9f5f50587f5992272099acc77204ba156655acc26e7e8e1f8f53b +Installed-Size: 12682 +Filename: kmod-usbmon_5.15.134-1_mipsel_24kc.ipk +Size: 13400 +SHA256sum: 59d5cc80fa0b211cdadbd67b6f54ed8a219ea6458016fe3308dc4f3546ae7822 Description: Kernel support for USB traffic monitoring Package: kmod-v4l2loopback -Version: 5.15.137+v0.12.7-2 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-core +Version: 5.15.134+v0.12.7-2 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-core Source: feeds/packages/kernel/v4l2loopback SourceName: kmod-v4l2loopback Section: kernel -SourceDateEpoch: 1699813264 +SourceDateEpoch: 1699173048 Maintainer: Michel Promonet Architecture: mipsel_24kc Installed-Size: 17308 -Filename: kmod-v4l2loopback_5.15.137+v0.12.7-2_mipsel_24kc.ipk -Size: 18206 -SHA256sum: 0f00c6abad4d5a6aeadec7846d767e256a1efba9b9caff9b817ea3d01456c917 +Filename: kmod-v4l2loopback_5.15.134+v0.12.7-2_mipsel_24kc.ipk +Size: 18210 +SHA256sum: 81ea1a4417b7c2e552deb80f026aaf5153832237501910f64db35d8ce49e1131 Description: This module allows you to create "virtual video devices". Normal (v4l2) applications will read these devices as if they were ordinary video devices, but the video will not be @@ -13959,896 +13959,896 @@ Description: This module allows you to create "virtual video devices". by another application. Package: kmod-veth -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-veth License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 11704 -Filename: kmod-veth_5.15.137-1_mipsel_24kc.ipk -Size: 12519 -SHA256sum: 73a9e2ff397167fdbf9596f0ba0fe1f5f2fa587b5753bf40e12846f4582a506b +Installed-Size: 11703 +Filename: kmod-veth_5.15.134-1_mipsel_24kc.ipk +Size: 12516 +SHA256sum: 5cb5aa70f6b2173a3510f269eaa00ba235d56da529d692ff5b488c7d26191abd Description: This device is a local ethernet tunnel. Devices are created in pairs. When one end receives the packet it appears on its pair and vice versa. Package: kmod-vhost-net -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-tun, kmod-vhost +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-tun, kmod-vhost Source: package/kernel/linux SourceName: kmod-vhost-net License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 9188 -Filename: kmod-vhost-net_5.15.137-1_mipsel_24kc.ipk -Size: 9927 -SHA256sum: 24160c468685e1dc13a5501f9d5155a0a6bb8a7431e9e9593d8af02b06c4b62b +Filename: kmod-vhost-net_5.15.134-1_mipsel_24kc.ipk +Size: 9938 +SHA256sum: 424e9275a3de01409dc14e83f5b4d5e0aa6aeee58504083d020ca1929d0a834f Description: Host kernel accelerator for virtio-net Package: kmod-vhost -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-vhost License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 18084 -Filename: kmod-vhost_5.15.137-1_mipsel_24kc.ipk -Size: 18844 -SHA256sum: 551853051f7edc4b5165fe02a991d132991a0f769728e22f79869b7f77127a51 +Installed-Size: 18085 +Filename: kmod-vhost_5.15.134-1_mipsel_24kc.ipk +Size: 18843 +SHA256sum: a65ee86f23b637c0287321418d466e05d64970da2c6f8e1557cc0f7a7761890f Description: Host kernel accelerator for virtio (base) Package: kmod-via-rhine -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mii +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mii Source: package/kernel/linux SourceName: kmod-via-rhine License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 13016 -Filename: kmod-via-rhine_5.15.137-1_mipsel_24kc.ipk -Size: 13749 -SHA256sum: e24ae45c83112e4517bce65675f702e3c4c6d8e1d4acdfddd2c776923b2d91ff +Installed-Size: 13019 +Filename: kmod-via-rhine_5.15.134-1_mipsel_24kc.ipk +Size: 13757 +SHA256sum: af06ecf04ecb343fed7f64bbd59ea983a0c6068fbbfe328f82ffa8b862ac6d3b Description: Kernel modules for Via Rhine Ethernet chipsets Package: kmod-via-velocity -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-lib-crc-ccitt +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-lib-crc-ccitt Source: package/kernel/linux SourceName: kmod-via-velocity License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 15495 -Filename: kmod-via-velocity_5.15.137-1_mipsel_24kc.ipk -Size: 16256 -SHA256sum: 324c9fb3a78737660ee6ea43afc58ba3e02b80a879a543beea78df0d19b47fce +Installed-Size: 15494 +Filename: kmod-via-velocity_5.15.134-1_mipsel_24kc.ipk +Size: 16262 +SHA256sum: dd519dc8089b7cf497f41bccda3dfcef014b0937bfde838068f064e91bcfdbe1 Description: Kernel modules for VIA Velocity Gigabit Ethernet chipsets Package: kmod-video-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-i2c-core Source: package/kernel/linux SourceName: kmod-video-core License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 79976 -Filename: kmod-video-core_5.15.137-1_mipsel_24kc.ipk -Size: 76900 -SHA256sum: b92876ea54f31f78dc52dcb115cbed4bdcdb12d5789ec1e1f28fb674fc9917d7 +Installed-Size: 79975 +Filename: kmod-video-core_5.15.134-1_mipsel_24kc.ipk +Size: 76895 +SHA256sum: ce5ded0db8003d5197c5a0327b060d73def39597dd556e64e409f1192be9b98c Description: Kernel modules for Video4Linux support Package: kmod-video-cpia2 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core, kmod-video-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core, kmod-video-core Source: package/kernel/linux SourceName: kmod-video-cpia2 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 19507 -Filename: kmod-video-cpia2_5.15.137-1_mipsel_24kc.ipk -Size: 20184 -SHA256sum: b7c085ad59d3909805b1d31e7c4e2e846158cdb588d3de646cbbb013c0c37aee +Installed-Size: 19510 +Filename: kmod-video-cpia2_5.15.134-1_mipsel_24kc.ipk +Size: 20193 +SHA256sum: a4e2d846b72982f41ba8a2bae0a9f77743899c7f0b2d89f39eebdec51283ba96 Description: Kernel modules for supporting CPIA2 USB based cameras Package: kmod-video-gspca-conex -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core Source: package/kernel/linux SourceName: kmod-video-gspca-conex License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 6448 -Filename: kmod-video-gspca-conex_5.15.137-1_mipsel_24kc.ipk -Size: 7231 -SHA256sum: 33134d6791dc3144ed28d73defa0b7d17ebb9b9b7b2c76c5576a573768e512dc +Installed-Size: 6449 +Filename: kmod-video-gspca-conex_5.15.134-1_mipsel_24kc.ipk +Size: 7227 +SHA256sum: 928a80f9254c91f36d6ead6751a0d713e7de755873d6dca577d1785650784d71 Description: The Conexant Camera Driver (conex) kernel module Package: kmod-video-gspca-core -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core, kmod-input-core, kmod-video-videobuf2, kmod-video-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core, kmod-input-core, kmod-video-videobuf2, kmod-video-core Source: package/kernel/linux SourceName: kmod-video-gspca-core License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 11530 -Filename: kmod-video-gspca-core_5.15.137-1_mipsel_24kc.ipk -Size: 12396 -SHA256sum: 4e3cbf1da2363f0bd6a19bff4a929674ac0a10098af66092b13eaa4d0d65bca0 +Installed-Size: 11532 +Filename: kmod-video-gspca-core_5.15.134-1_mipsel_24kc.ipk +Size: 12395 +SHA256sum: 5e343ccafb84bf26aa8099fba5b3c45eff183d3020c00d46c30cc4ca5cfb3076 Description: Kernel modules for supporting GSPCA based webcam devices. Note this is just the core of the driver, please select a submodule that supports your webcam. Package: kmod-video-gspca-etoms -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core Source: package/kernel/linux SourceName: kmod-video-gspca-etoms License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 5869 -Filename: kmod-video-gspca-etoms_5.15.137-1_mipsel_24kc.ipk +Filename: kmod-video-gspca-etoms_5.15.134-1_mipsel_24kc.ipk Size: 6617 -SHA256sum: cfb8a941e64e24ba6a4c802b9b4ba9ab871759b5214c0de943980626fb05b39b +SHA256sum: 1f30c8b903e1c3659ef503adcb18efd9477c0d6d126110640d5a6191dd18fcc3 Description: The Etoms USB Camera Driver (etoms) kernel module Package: kmod-video-gspca-finepix -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core Source: package/kernel/linux SourceName: kmod-video-gspca-finepix License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2293 -Filename: kmod-video-gspca-finepix_5.15.137-1_mipsel_24kc.ipk -Size: 3041 -SHA256sum: bcc982105e2f8bcc0f538a1b761f29ddf2535014150bd0c5892ae51dedc65a16 +Installed-Size: 2294 +Filename: kmod-video-gspca-finepix_5.15.134-1_mipsel_24kc.ipk +Size: 3043 +SHA256sum: eb12c4eea2fc6d2136c88c978ecd7452f36a696a1ca43fb878e9cbeccee8a50f Description: The Fujifilm FinePix USB V4L2 driver (finepix) kernel module Package: kmod-video-gspca-gl860 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core Source: package/kernel/linux SourceName: kmod-video-gspca-gl860 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 15703 -Filename: kmod-video-gspca-gl860_5.15.137-1_mipsel_24kc.ipk -Size: 16406 -SHA256sum: 54d38d2901c98078f2a00b3be97d5005678010b083dd915d62211f4e45ddb13f +Installed-Size: 15707 +Filename: kmod-video-gspca-gl860_5.15.134-1_mipsel_24kc.ipk +Size: 16421 +SHA256sum: 2b5e553b7e2ebac1f5970b8fbd6126e1e3f5c06cf916d07f2a55c908fb628a81 Description: The GL860 USB Camera Driver (gl860) kernel module Package: kmod-video-gspca-jeilinj -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core Source: package/kernel/linux SourceName: kmod-video-gspca-jeilinj License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 4357 -Filename: kmod-video-gspca-jeilinj_5.15.137-1_mipsel_24kc.ipk -Size: 5107 -SHA256sum: 909a0ea9710ad4b5cb3ed696c3615d9d5ec6b6d221b7ef970af7523d8c3ffd30 +Filename: kmod-video-gspca-jeilinj_5.15.134-1_mipsel_24kc.ipk +Size: 5108 +SHA256sum: 120ed0f6045aa2f9c06a64f1b97ee62c0c5e24888c217349dc489e6740d254a1 Description: The JEILINJ USB Camera Driver (jeilinj) kernel module Package: kmod-video-gspca-konica -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core Source: package/kernel/linux SourceName: kmod-video-gspca-konica License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3665 -Filename: kmod-video-gspca-konica_5.15.137-1_mipsel_24kc.ipk -Size: 4405 -SHA256sum: 333be42950bd8c808b0225513afc5c3400ebe943fed2e9801751a99cbc42f5e1 +Installed-Size: 3668 +Filename: kmod-video-gspca-konica_5.15.134-1_mipsel_24kc.ipk +Size: 4401 +SHA256sum: 68e4e217636f2483720d64368dc4121b5f01b059aea23d9775e28a2cd0c69bb8 Description: The Konica USB Camera Driver (konica) kernel module Package: kmod-video-gspca-m5602 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core Source: package/kernel/linux SourceName: kmod-video-gspca-m5602 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 16401 -Filename: kmod-video-gspca-m5602_5.15.137-1_mipsel_24kc.ipk -Size: 17117 -SHA256sum: 90a8c2c185af85cd679516e96f7c351854d962d5df009b80a22c2843d08ce119 +Filename: kmod-video-gspca-m5602_5.15.134-1_mipsel_24kc.ipk +Size: 17115 +SHA256sum: ec48c2f0e2b7b033760130fa9e8bc7bf6239853cce00957250f0318001f835d4 Description: The ALi USB m5602 Camera Driver (m5602) kernel module Package: kmod-video-gspca-mars -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core Source: package/kernel/linux SourceName: kmod-video-gspca-mars License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3737 -Filename: kmod-video-gspca-mars_5.15.137-1_mipsel_24kc.ipk -Size: 4484 -SHA256sum: d4fe72095eee97cf2301fe312a503528fd26eb9ebc05d3d00f7d3a9fdc3de100 +Installed-Size: 3738 +Filename: kmod-video-gspca-mars_5.15.134-1_mipsel_24kc.ipk +Size: 4482 +SHA256sum: 4d904840723f9418ec74859a70c5fa7b46a31c56d3d571ae6f42fb6439a398e5 Description: The Mars USB Camera Driver (mars) kernel module Package: kmod-video-gspca-mr97310a -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core Source: package/kernel/linux SourceName: kmod-video-gspca-mr97310a License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 5697 -Filename: kmod-video-gspca-mr97310a_5.15.137-1_mipsel_24kc.ipk -Size: 6473 -SHA256sum: b5acd82ed5cc48562a016409af8ee1f0e34bc8bd84a1d73a957cc1df6d842e6b +Filename: kmod-video-gspca-mr97310a_5.15.134-1_mipsel_24kc.ipk +Size: 6465 +SHA256sum: d088c41c994d43afa4f470d1dd1e05c7bc5d50b82261217d145be3243a09b019 Description: The Mars-Semi MR97310A USB Camera Driver (mr97310a) kernel module Package: kmod-video-gspca-ov519 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core Source: package/kernel/linux SourceName: kmod-video-gspca-ov519 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 20846 -Filename: kmod-video-gspca-ov519_5.15.137-1_mipsel_24kc.ipk -Size: 21607 -SHA256sum: 36bd8a7b7f9bb8ade5285908ab1b6b262248349da6fa070ce774580f8b121121 +Filename: kmod-video-gspca-ov519_5.15.134-1_mipsel_24kc.ipk +Size: 21600 +SHA256sum: 310e5719cb8b7a1736a41df9af5911c68d6859b7814bff1541af60c49782d073 Description: The OV519 USB Camera Driver (ov519) kernel module Package: kmod-video-gspca-ov534-9 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core Source: package/kernel/linux SourceName: kmod-video-gspca-ov534-9 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 6890 -Filename: kmod-video-gspca-ov534-9_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 6891 +Filename: kmod-video-gspca-ov534-9_5.15.134-1_mipsel_24kc.ipk Size: 7661 -SHA256sum: 7c63b5a439301ffb84164cb82e640b0cc58dea6f22f9c6f12311bf618e95eb2e +SHA256sum: fbd310b7e2b245096922b52b1a6f501c3cd4030292790b0e6f2f9d580d19f579 Description: The OV534-9 USB Camera Driver (ov534_9) kernel module Package: kmod-video-gspca-ov534 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core Source: package/kernel/linux SourceName: kmod-video-gspca-ov534 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 7936 -Filename: kmod-video-gspca-ov534_5.15.137-1_mipsel_24kc.ipk -Size: 8704 -SHA256sum: 3a624cd159debaa55c0804239c2584ef8a38b57d563c30ae01b1ba6c88e4cec1 +Installed-Size: 7940 +Filename: kmod-video-gspca-ov534_5.15.134-1_mipsel_24kc.ipk +Size: 8701 +SHA256sum: 337ff115984fec13b7dd1ce0212e659d7a8237fec8577c8c2ab724268e98a3b5 Description: The OV534 USB Camera Driver (ov534) kernel module Package: kmod-video-gspca-pac207 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core Source: package/kernel/linux SourceName: kmod-video-gspca-pac207 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4112 -Filename: kmod-video-gspca-pac207_5.15.137-1_mipsel_24kc.ipk -Size: 4865 -SHA256sum: 9f79c4141f22a2393fbc8d5ca36ca1c0dc5dafc3f7ce1fa740ddacea27ba2afa +Installed-Size: 4113 +Filename: kmod-video-gspca-pac207_5.15.134-1_mipsel_24kc.ipk +Size: 4867 +SHA256sum: 4fede5eddce40516f97b957f9cc17907a8500cd6e0f4418d342505b249fcb232 Description: The Pixart PAC207 USB Camera Driver (pac207) kernel module Package: kmod-video-gspca-pac7311 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core Source: package/kernel/linux SourceName: kmod-video-gspca-pac7311 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 4517 -Filename: kmod-video-gspca-pac7311_5.15.137-1_mipsel_24kc.ipk -Size: 5263 -SHA256sum: 23dedd44dc93fb8e449b66a1894450570542abd6d42bbd774170882213615146 +Filename: kmod-video-gspca-pac7311_5.15.134-1_mipsel_24kc.ipk +Size: 5261 +SHA256sum: e09e51b8ab524e7acf53250a3bcbec3ae53db1f8eb7fb2959fa8e8e4606ea891 Description: The Pixart PAC7311 USB Camera Driver (pac7311) kernel module Package: kmod-video-gspca-se401 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core Source: package/kernel/linux SourceName: kmod-video-gspca-se401 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4791 -Filename: kmod-video-gspca-se401_5.15.137-1_mipsel_24kc.ipk -Size: 5528 -SHA256sum: bacd88358b2c048f8cb704c68d10456c9c47f458bd969bd751518e658aa90441 +Installed-Size: 4794 +Filename: kmod-video-gspca-se401_5.15.134-1_mipsel_24kc.ipk +Size: 5532 +SHA256sum: 60ea6fd9d22464995eaad55393cb3851e2ed1311b47f8096112ec035576e1862 Description: The SE401 USB Camera Driver kernel module Package: kmod-video-gspca-sn9c20x -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core Source: package/kernel/linux SourceName: kmod-video-gspca-sn9c20x License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 14367 -Filename: kmod-video-gspca-sn9c20x_5.15.137-1_mipsel_24kc.ipk -Size: 15119 -SHA256sum: ee52ed3a047c6c32080a17679f2f1afe8027e329e6d3a93853ae00d2bdd3f2bd +Installed-Size: 14364 +Filename: kmod-video-gspca-sn9c20x_5.15.134-1_mipsel_24kc.ipk +Size: 15108 +SHA256sum: 62e365256b1fa3ff3c05fe001743d438bbc209693d2ebde2d04c2127e4a3c45e Description: The SN9C20X USB Camera Driver (sn9c20x) kernel module Package: kmod-video-gspca-sonixb -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core Source: package/kernel/linux SourceName: kmod-video-gspca-sonixb License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 6981 -Filename: kmod-video-gspca-sonixb_5.15.137-1_mipsel_24kc.ipk -Size: 7790 -SHA256sum: fb737fd3afe67fd95e4aeb65ce00fafc99bb63f65b8918cd72230e5d84ad1171 +Installed-Size: 6983 +Filename: kmod-video-gspca-sonixb_5.15.134-1_mipsel_24kc.ipk +Size: 7798 +SHA256sum: f84bb3285a2fba300e24a40d354a279b4416bfbfc339c086932a3807fd7032e2 Description: The SONIX Bayer USB Camera Driver (sonixb) kernel module Package: kmod-video-gspca-sonixj -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core Source: package/kernel/linux SourceName: kmod-video-gspca-sonixj License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 13837 -Filename: kmod-video-gspca-sonixj_5.15.137-1_mipsel_24kc.ipk -Size: 14582 -SHA256sum: 28387103c08ec94bba0eb01d98898bda6735a2359e761a2d6b81355d0167f216 +Filename: kmod-video-gspca-sonixj_5.15.134-1_mipsel_24kc.ipk +Size: 14586 +SHA256sum: e8ee3d3cb567bf59cd32da118831324429c1745ddb713882812153520ba3064f Description: The SONIX JPEG USB Camera Driver (sonixj) kernel module Package: kmod-video-gspca-spca500 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core Source: package/kernel/linux SourceName: kmod-video-gspca-spca500 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 6252 -Filename: kmod-video-gspca-spca500_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 6251 +Filename: kmod-video-gspca-spca500_5.15.134-1_mipsel_24kc.ipk Size: 7064 -SHA256sum: 92c7bc184f07753abd5e36e78b4a6bee0db51a3cfcfccb9d92873cf18e9f7aeb +SHA256sum: 049c2be4ef519cd697fdeb33a45a72683b1233485e86afdbc078bcae40de2e86 Description: The SPCA500 USB Camera Driver (spca500) kernel module Package: kmod-video-gspca-spca501 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core Source: package/kernel/linux SourceName: kmod-video-gspca-spca501 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4561 -Filename: kmod-video-gspca-spca501_5.15.137-1_mipsel_24kc.ipk -Size: 5270 -SHA256sum: 6e6fec12e902a82e3018fd2892ea4e9520ade32ed874376591961339208a6bbc +Installed-Size: 4560 +Filename: kmod-video-gspca-spca501_5.15.134-1_mipsel_24kc.ipk +Size: 5272 +SHA256sum: 9208377030236bb9aa23075d96b83f159fee6ae968cbf451c92271fdf98d141f Description: The SPCA501 USB Camera Driver (spca501) kernel module Package: kmod-video-gspca-spca505 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core Source: package/kernel/linux SourceName: kmod-video-gspca-spca505 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3418 -Filename: kmod-video-gspca-spca505_5.15.137-1_mipsel_24kc.ipk -Size: 4162 -SHA256sum: b3508e750a957e475bace40d9734f5c396ce3adb4e6fa9afa6a11d233a271c99 +Installed-Size: 3417 +Filename: kmod-video-gspca-spca505_5.15.134-1_mipsel_24kc.ipk +Size: 4164 +SHA256sum: 4d0e60108020f6c2eda2394bce5be7a81971e9d5e1dc35f88183c1fd2743d9a3 Description: The SPCA505 USB Camera Driver (spca505) kernel module Package: kmod-video-gspca-spca506 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core Source: package/kernel/linux SourceName: kmod-video-gspca-spca506 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4361 -Filename: kmod-video-gspca-spca506_5.15.137-1_mipsel_24kc.ipk -Size: 5061 -SHA256sum: 48b79b8db2df2ab7fec7d1763c8bead08734f82177ab289f4a5053eb543358fc +Installed-Size: 4362 +Filename: kmod-video-gspca-spca506_5.15.134-1_mipsel_24kc.ipk +Size: 5068 +SHA256sum: 8893614e5cd0fa2b7c17b278903069065e91a0644ddf9e4f6f60845f4d927234 Description: The SPCA506 USB Camera Driver (spca506) kernel module Package: kmod-video-gspca-spca508 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core Source: package/kernel/linux SourceName: kmod-video-gspca-spca508 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 4101 -Filename: kmod-video-gspca-spca508_5.15.137-1_mipsel_24kc.ipk -Size: 4836 -SHA256sum: 4d995cfedea85df8bc978657a6d4171d0edf0c26ca3fd8032724de4eba5229f7 +Installed-Size: 4103 +Filename: kmod-video-gspca-spca508_5.15.134-1_mipsel_24kc.ipk +Size: 4841 +SHA256sum: a5ccf444a0d4b2d4bffb5774d00c4c7ccdabc1009c0f0e26b48a0ae5a3e5cce4 Description: The SPCA508 USB Camera Driver (spca508) kernel module Package: kmod-video-gspca-spca561 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core Source: package/kernel/linux SourceName: kmod-video-gspca-spca561 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 5412 -Filename: kmod-video-gspca-spca561_5.15.137-1_mipsel_24kc.ipk -Size: 6178 -SHA256sum: 429b31c2cb6f7c847ba460732cfb9b8f2c83e69ad0c28511d9259ea562c9f81d +Installed-Size: 5413 +Filename: kmod-video-gspca-spca561_5.15.134-1_mipsel_24kc.ipk +Size: 6176 +SHA256sum: 874c39865cb2a37d963916a20858ab8bcb320649e9d6664407b9ab65625eb3b8 Description: The SPCA561 USB Camera Driver (spca561) kernel module Package: kmod-video-gspca-sq905 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core Source: package/kernel/linux SourceName: kmod-video-gspca-sq905 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3121 -Filename: kmod-video-gspca-sq905_5.15.137-1_mipsel_24kc.ipk -Size: 3871 -SHA256sum: 21b3a424e7bebf6f78af0ccf186d27187c3ad633fc9945df007a865d748c2d63 +Installed-Size: 3119 +Filename: kmod-video-gspca-sq905_5.15.134-1_mipsel_24kc.ipk +Size: 3872 +SHA256sum: 346d39004b34bdf0c3ce5a9e96880c67697ee155d4e318f3745c59287b0eee88 Description: The SQ Technologies SQ905 based USB Camera Driver (sq905) kernel module Package: kmod-video-gspca-sq905c -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core Source: package/kernel/linux SourceName: kmod-video-gspca-sq905c License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2916 -Filename: kmod-video-gspca-sq905c_5.15.137-1_mipsel_24kc.ipk -Size: 3674 -SHA256sum: 0b70b41b084615cc2994ca40da69ad02b01ad57eb963b9ad1e5ec8bf4dd87789 +Installed-Size: 2919 +Filename: kmod-video-gspca-sq905c_5.15.134-1_mipsel_24kc.ipk +Size: 3670 +SHA256sum: 2f09c4b76b4aa82448514857a74e1bedc415792d62e228735568b61e03f2834e Description: The SQ Technologies SQ905C based USB Camera Driver (sq905c) kernel module Package: kmod-video-gspca-sq930x -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core Source: package/kernel/linux SourceName: kmod-video-gspca-sq930x License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 6464 -Filename: kmod-video-gspca-sq930x_5.15.137-1_mipsel_24kc.ipk -Size: 7275 -SHA256sum: ebec65306f93527c7716e158a977be600051a9fcf8418630982da8a8dbabc3a8 +Installed-Size: 6463 +Filename: kmod-video-gspca-sq930x_5.15.134-1_mipsel_24kc.ipk +Size: 7281 +SHA256sum: 669c15104f9cc7d03b7fd13302cbe09664f5be3d8dc96dfd2cc1f141ae9ad69e Description: The SQ Technologies SQ930X based USB Camera Driver (sq930x) kernel module Package: kmod-video-gspca-stk014 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core Source: package/kernel/linux SourceName: kmod-video-gspca-stk014 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 3794 -Filename: kmod-video-gspca-stk014_5.15.137-1_mipsel_24kc.ipk -Size: 4548 -SHA256sum: 3f9208d84da6aecee62b0b5e169b5d2ed125d62632323ac54824cd10b32216d5 +Installed-Size: 3797 +Filename: kmod-video-gspca-stk014_5.15.134-1_mipsel_24kc.ipk +Size: 4555 +SHA256sum: 62d38c6beb16eba5551999f8646e51cb7a9f10d69d69aab71c50800d7b6e5c59 Description: The Syntek DV4000 (STK014) USB Camera Driver (stk014) kernel module Package: kmod-video-gspca-stv06xx -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core Source: package/kernel/linux SourceName: kmod-video-gspca-stv06xx License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 11855 -Filename: kmod-video-gspca-stv06xx_5.15.137-1_mipsel_24kc.ipk -Size: 12625 -SHA256sum: 15b30e3b588eecdca0872ea95e1bc21fd1f4cba8bbdca099a3c5fde64a3fc24d +Filename: kmod-video-gspca-stv06xx_5.15.134-1_mipsel_24kc.ipk +Size: 12636 +SHA256sum: a602e02e20d97be342b1ec69b470bb3266553ef5c883679e50f8e2c580aebe97 Description: The STV06XX USB Camera Driver (stv06xx) kernel module Package: kmod-video-gspca-sunplus -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core Source: package/kernel/linux SourceName: kmod-video-gspca-sunplus License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 6865 -Filename: kmod-video-gspca-sunplus_5.15.137-1_mipsel_24kc.ipk -Size: 7633 -SHA256sum: 8a974b52c57420904cb7398adf9b5dff973898328d0bdfbc842347b39b4a946e +Installed-Size: 6867 +Filename: kmod-video-gspca-sunplus_5.15.134-1_mipsel_24kc.ipk +Size: 7636 +SHA256sum: f0cc79775e06cdbdd7c8b5b56a8ea519013d2be5db45a0cf239b575e0c5439e3 Description: The SUNPLUS USB Camera Driver (sunplus) kernel module Package: kmod-video-gspca-t613 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core Source: package/kernel/linux SourceName: kmod-video-gspca-t613 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 7024 -Filename: kmod-video-gspca-t613_5.15.137-1_mipsel_24kc.ipk -Size: 7846 -SHA256sum: 2e1894d785bbe82f94402e77c71a6276571f71bb84580694b98cde58e48035ee +Installed-Size: 7026 +Filename: kmod-video-gspca-t613_5.15.134-1_mipsel_24kc.ipk +Size: 7851 +SHA256sum: ec164b22d897c910dbbb6d710817f419c235248f13946a9e4bf4ab141b2bb894 Description: The T613 (JPEG Compliance) USB Camera Driver (t613) kernel module Package: kmod-video-gspca-tv8532 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core Source: package/kernel/linux SourceName: kmod-video-gspca-tv8532 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2690 -Filename: kmod-video-gspca-tv8532_5.15.137-1_mipsel_24kc.ipk +Installed-Size: 2691 +Filename: kmod-video-gspca-tv8532_5.15.134-1_mipsel_24kc.ipk Size: 3435 -SHA256sum: 7202974b4cae3d3780b38e4c8769b1d54448c82e90ae39e38e799cbb3d7ef44a +SHA256sum: 7b6ac580eb6b0764e24086b7b1af4f2a0d3fe353a82506296486f1e85fd8a08e Description: The TV8532 USB Camera Driver (tv8532) kernel module Package: kmod-video-gspca-vc032x -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core Source: package/kernel/linux SourceName: kmod-video-gspca-vc032x License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 13176 -Filename: kmod-video-gspca-vc032x_5.15.137-1_mipsel_24kc.ipk -Size: 13926 -SHA256sum: 1b330b98bea23b5fb5228847627ca461fcac201bb5bef81474cb031b8207b3c8 +Filename: kmod-video-gspca-vc032x_5.15.134-1_mipsel_24kc.ipk +Size: 13927 +SHA256sum: ace15757b77427e617c88266f743678edbb215e17480a4bc3607da547c647eed Description: The VC032X USB Camera Driver (vc032x) kernel module Package: kmod-video-gspca-zc3xx -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-video-gspca-core Source: package/kernel/linux SourceName: kmod-video-gspca-zc3xx License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 16248 -Filename: kmod-video-gspca-zc3xx_5.15.137-1_mipsel_24kc.ipk -Size: 16932 -SHA256sum: dd01aaa4799502d910b485bc3254b2d7ddccbf546b93f73e874bb8d2e4dc4c1c +Installed-Size: 16246 +Filename: kmod-video-gspca-zc3xx_5.15.134-1_mipsel_24kc.ipk +Size: 16863 +SHA256sum: ca9b5edf9367b24f5c4156a00400dc3edf1436d759fe278ed0c02b46f5dca2ef Description: The ZC3XX USB Camera Driver (zc3xx) kernel module Package: kmod-video-pwc -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core, kmod-video-videobuf2, kmod-video-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core, kmod-video-videobuf2, kmod-video-core Source: package/kernel/linux SourceName: kmod-video-pwc License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 24246 -Filename: kmod-video-pwc_5.15.137-1_mipsel_24kc.ipk -Size: 24947 -SHA256sum: 1787fd6ef2c16aaa3dc5cb9435127e19139a975e091440bb3a29a6df2496e480 +Installed-Size: 24248 +Filename: kmod-video-pwc_5.15.134-1_mipsel_24kc.ipk +Size: 24942 +SHA256sum: 146278460c3b21541c341e2aa7f665a5a9a8ba841122344e03f22258276f0338 Description: Kernel modules for supporting Philips USB based cameras Package: kmod-video-uvc -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core, kmod-video-videobuf2, kmod-input-core, kmod-video-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core, kmod-video-videobuf2, kmod-input-core, kmod-video-core Source: package/kernel/linux SourceName: kmod-video-uvc License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 49797 -Filename: kmod-video-uvc_5.15.137-1_mipsel_24kc.ipk -Size: 50482 -SHA256sum: 50552dbc82f14411bd732c62c7123d7e6ec3ba5437e7d38f91774915129a5d1d +Filename: kmod-video-uvc_5.15.134-1_mipsel_24kc.ipk +Size: 50485 +SHA256sum: 47d5ac375ca51fd9a9d6d18f78bcbec94edec169bdf65bbbdf16f98fe371f67c Description: Kernel modules for supporting USB Video Class (UVC) devices Package: kmod-video-videobuf2 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-6b4ccb8decb862a3336acd580375d1d1), kmod-dma-buf, kmod-video-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-dma-buf, kmod-video-core Source: package/kernel/linux SourceName: kmod-video-videobuf2 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 30054 -Filename: kmod-video-videobuf2_5.15.137-1_mipsel_24kc.ipk -Size: 30760 -SHA256sum: 1138cc24319fe7270726926495e162234d74389f72f326389c7e93e1c9393a5b +Installed-Size: 30052 +Filename: kmod-video-videobuf2_5.15.134-1_mipsel_24kc.ipk +Size: 30768 +SHA256sum: 870e4958af26573a0a0c2073320666f2dc5ecfdfb973b854cda975fa5b60d317 Description: Kernel modules that implements three basic types of media buffers. Package: kmod-vmxnet3 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-vmxnet3 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 22061 -Filename: kmod-vmxnet3_5.15.137-1_mipsel_24kc.ipk -Size: 22826 -SHA256sum: 4fbe874ff0858f80ba58c5f77d70e6055ff0e95aa6b8393ab7ba167f0a7fe3da +Installed-Size: 22062 +Filename: kmod-vmxnet3_5.15.134-1_mipsel_24kc.ipk +Size: 22821 +SHA256sum: 161dab2bab124d8e443adbb943539815ede733c8a9589385cee38092275ceada Description: Kernel modules for VMware VMXNET3 ethernet adapters. Package: kmod-vxlan -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-iptunnel, kmod-udptunnel4, kmod-udptunnel6 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-iptunnel, kmod-udptunnel4, kmod-udptunnel6 Source: package/kernel/linux SourceName: kmod-vxlan License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 31016 -Filename: kmod-vxlan_5.15.137-1_mipsel_24kc.ipk -Size: 31763 -SHA256sum: f0e713d032d4508f1f3ccf2d9922f0d2842ec0099641d37860918e7e7165f81b +Installed-Size: 31017 +Filename: kmod-vxlan_5.15.134-1_mipsel_24kc.ipk +Size: 31775 +SHA256sum: fd8f9f405b828f9e12f55205994618a090109cca78af2c7a2e4b4595ee099f78 Description: Kernel module for supporting VXLAN in the Kernel. Requires Kernel 3.12 or newer. Package: kmod-w1-master-ds2482 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-w1, kmod-i2c-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-w1, kmod-i2c-core Source: package/kernel/linux SourceName: kmod-w1-master-ds2482 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2837 -Filename: kmod-w1-master-ds2482_5.15.137-1_mipsel_24kc.ipk -Size: 3637 -SHA256sum: ade95bdba07751448e72d0873b60f04f3a5ce63b2dbddb7d7af171522e3bc6f4 +Installed-Size: 2838 +Filename: kmod-w1-master-ds2482_5.15.134-1_mipsel_24kc.ipk +Size: 3638 +SHA256sum: 4597ae2b255a76d775e77ad93732fb4dbd3807eb553d0ad48ea39efa56b787eb Description: Kernel module for the DS2482 i2c 1-wire bus master driver NOTE: Init with: echo ds2482 0x18 > /sys/bus/i2c/devices/i2c-0/new_device or use owfs Package: kmod-w1-master-ds2490 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-usb-core, kmod-w1 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-usb-core, kmod-w1 Source: package/kernel/linux SourceName: kmod-w1-master-ds2490 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 5711 -Filename: kmod-w1-master-ds2490_5.15.137-1_mipsel_24kc.ipk -Size: 6480 -SHA256sum: dfc1a450ff7b593b1e39ea9c2dcb756b471f8d3bd59b894cc7c0e9969c88b30e +Filename: kmod-w1-master-ds2490_5.15.134-1_mipsel_24kc.ipk +Size: 6484 +SHA256sum: 6d9e47a97cf330b67648d05c76deda697d6cd2469318b281617e424b62491555 Description: Kernel module for the DS2490 usb 1-wire bus master driver Package: kmod-w1-master-gpio -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-w1 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-w1 Source: package/kernel/linux SourceName: kmod-w1-master-gpio License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 1797 -Filename: kmod-w1-master-gpio_5.15.137-1_mipsel_24kc.ipk -Size: 2574 -SHA256sum: f860381f38bf3c0e12d8456f318460c07e4f4b848ced486a6255258cb6ae0d05 +Installed-Size: 1794 +Filename: kmod-w1-master-gpio_5.15.134-1_mipsel_24kc.ipk +Size: 2564 +SHA256sum: 5519ca7fcb5870ffa93c24c0f9af0e23379f3f2252f65dd0db9a962da69943b2 Description: Kernel module for the GPIO 1-wire bus master driver Package: kmod-w1-slave-ds2413 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-w1 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-w1 Source: package/kernel/linux SourceName: kmod-w1-slave-ds2413 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 1637 -Filename: kmod-w1-slave-ds2413_5.15.137-1_mipsel_24kc.ipk -Size: 2428 -SHA256sum: 42b0538e45b08e74f64415195bbdc60c855a1840634cc2e9505edb02868f894b +Filename: kmod-w1-slave-ds2413_5.15.134-1_mipsel_24kc.ipk +Size: 2418 +SHA256sum: 42a28c1e0e13f5d4dbe2519e01a820f9a88abd5347b3011016d76d31fc86744b Description: Kernel module for 1-wire DS2413 Dual Channel Addressable Switch support Package: kmod-w1-slave-ds2431 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-w1 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-w1 Source: package/kernel/linux SourceName: kmod-w1-slave-ds2431 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 2355 -Filename: kmod-w1-slave-ds2431_5.15.137-1_mipsel_24kc.ipk -Size: 3127 -SHA256sum: bd0b7e616eafcf6746d93fe29f8c715ab4b1a0c237e3d7c2142e7417e086e8b6 +Installed-Size: 2356 +Filename: kmod-w1-slave-ds2431_5.15.134-1_mipsel_24kc.ipk +Size: 3126 +SHA256sum: 8d8efc55f040d1285d50db25eb835f1360fcab2d9366abc236eec80f6296ba9c Description: Kernel module for 1-wire 1kb EEPROM (DS2431) Package: kmod-w1-slave-ds2433 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-w1 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-w1 Source: package/kernel/linux SourceName: kmod-w1-slave-ds2433 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 1732 -Filename: kmod-w1-slave-ds2433_5.15.137-1_mipsel_24kc.ipk -Size: 2492 -SHA256sum: d26f47f4dc16453c48560f86be59a4bf127cad628e9aa6b0d069a903078c865e +Filename: kmod-w1-slave-ds2433_5.15.134-1_mipsel_24kc.ipk +Size: 2495 +SHA256sum: de011375c07d3e734840814b037896e0d4b73461830963239c3af8fbe5521a6c Description: Kernel module for 1-wire 4kb EEPROM (DS2433) Package: kmod-w1-slave-smem -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-w1 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-w1 Source: package/kernel/linux SourceName: kmod-w1-slave-smem License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 894 -Filename: kmod-w1-slave-smem_5.15.137-1_mipsel_24kc.ipk -Size: 1666 -SHA256sum: 6a587d66553c516936e69ff9ee4c4f937bab562f759e2ecfa64ae52646c8683d +Installed-Size: 893 +Filename: kmod-w1-slave-smem_5.15.134-1_mipsel_24kc.ipk +Size: 1671 +SHA256sum: 0feb3eb770f5890d04110e478545c2e29d2c84dc8496ae3472b0c75cce579568 Description: Kernel module for 1-wire simple 64bit memory rom(ds2401/ds2411/ds1990*) Package: kmod-w1-slave-therm -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-w1 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-w1 Source: package/kernel/linux SourceName: kmod-w1-slave-therm License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 9171 -Filename: kmod-w1-slave-therm_5.15.137-1_mipsel_24kc.ipk -Size: 9919 -SHA256sum: 6da11c5c35e23f94d97a33f3ac6523398df26b9fe7d5b986ff9c8b8b2d0bfd08 +Installed-Size: 9172 +Filename: kmod-w1-slave-therm_5.15.134-1_mipsel_24kc.ipk +Size: 9912 +SHA256sum: 1070f66e38a94718837046c49112869296c4fd7ce6ccb16e670a45c2a79209ef Description: Kernel module for 1-wire thermal sensors Package: kmod-w1 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-hwmon-core +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-hwmon-core Source: package/kernel/linux SourceName: kmod-w1 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 12258 -Filename: kmod-w1_5.15.137-1_mipsel_24kc.ipk -Size: 13016 -SHA256sum: a44a536ca708da619526990a379ae37a3cc59184d1cbe0634fc1ae20732551e5 +Filename: kmod-w1_5.15.134-1_mipsel_24kc.ipk +Size: 13003 +SHA256sum: 485d7f798df6f6c8aed6e98dc2037a81d2ee9dca2a6b7d0d4ea73d82b6f13708 Description: Kernel module for Dallas's 1-wire support Package: kmod-wdt-sp805 -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-wdt-sp805 License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 96 -Filename: kmod-wdt-sp805_5.15.137-1_mipsel_24kc.ipk -Size: 883 -SHA256sum: 1c0656e2a733de8cb72202bd1ba9d42fabf2495418f3667a9ec06b99323c1409 +Filename: kmod-wdt-sp805_5.15.134-1_mipsel_24kc.ipk +Size: 888 +SHA256sum: 8f1fd714985d8bd12dc7c8c9038a8db5e423020fa49d12fe687d163ddb78557e Description: Support for the ARM SP805 wathchdog module. This is present in the NXP Layerscape family, HiSilicon HI3660 among others. Package: kmod-wil6210 -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mac80211, wil6210-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mac80211, wil6210-firmware Source: package/kernel/mac80211 SourceName: kmod-wil6210 Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 137652 -Filename: kmod-wil6210_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 136995 -SHA256sum: dd333bf06d91e86a7854bd3a3e6c7629f7ca9367bed114afcbe1d646206a6a21 +Installed-Size: 137650 +Filename: kmod-wil6210_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 136991 +SHA256sum: 44bb87ce068b7266216a04b4a2bbac967c1df3d1b0a775400323159a1b56ef26 Description: QCA/Wilocity 60g WiFi card wil6210 support Package: kmod-wireguard -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-crypto-lib-chacha20poly1305, kmod-crypto-lib-curve25519, kmod-udptunnel4, kmod-udptunnel6 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-crypto-lib-chacha20poly1305, kmod-crypto-lib-curve25519, kmod-udptunnel4, kmod-udptunnel6 Source: package/kernel/linux SourceName: kmod-wireguard License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 37231 -Filename: kmod-wireguard_5.15.137-1_mipsel_24kc.ipk -Size: 38230 -SHA256sum: 43b5d8eedb999036c799eb9e590d6048a3f3727af5512bc820a869af224df2a3 +Filename: kmod-wireguard_5.15.134-1_mipsel_24kc.ipk +Size: 38221 +SHA256sum: 8d03383c2bc80c1ca84146c8745948234abd353ebb837ba8c89249bd8f33b3df Description: WireGuard is a novel VPN that runs inside the Linux Kernel and utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPSec, while avoiding the massive headache. It intends to @@ -14857,93 +14857,93 @@ Description: WireGuard is a novel VPN that runs inside the Linux Kernel and uti alike, fit for many different circumstances. It uses UDP. Package: kmod-wl12xx -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-wlcore, wl12xx-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-wlcore, wl12xx-firmware Source: package/kernel/mac80211 SourceName: kmod-wl12xx Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc Installed-Size: 19630 -Filename: kmod-wl12xx_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 19993 -SHA256sum: 27af8c0f8492891be7bee11e7b2e241343329b1621d2c7b8434f4d363d0b1725 +Filename: kmod-wl12xx_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 19947 +SHA256sum: f59d2cd2a4c53688860b1d158d65b1e408c14b2d4963a6b14747122627fa48a1 Description: Kernel modules for TI WL12xx Package: kmod-wl18xx -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-wlcore, wl18xx-firmware +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-wlcore, wl18xx-firmware Source: package/kernel/mac80211 SourceName: kmod-wl18xx Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 27221 -Filename: kmod-wl18xx_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 27174 -SHA256sum: 57f2b1ddf6caf8213467a306f93551a7c30ca601ecb76d1766d6f1fd1b5759b6 +Installed-Size: 27219 +Filename: kmod-wl18xx_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 27182 +SHA256sum: e8fabd5f850b6460fab125e426ab356852998c4c66754220d0546f262247ac1a Description: Kernel modules for TI WL18xx Package: kmod-wlcore -Version: 5.15.137+6.1.24-3 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-mmc, kmod-mac80211 +Version: 5.15.134+6.1.24-3 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-mmc, kmod-mac80211 Source: package/kernel/mac80211 SourceName: kmod-wlcore Section: kernel -SourceDateEpoch: 1699750564 +SourceDateEpoch: 1695048745 Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 88302 -Filename: kmod-wlcore_5.15.137+6.1.24-3_mipsel_24kc.ipk -Size: 88578 -SHA256sum: eba4cf6189584f2876860a4fd328ebfbb95c69b000191c7f1d9a284d3f4a45fe +Installed-Size: 88311 +Filename: kmod-wlcore_5.15.134+6.1.24-3_mipsel_24kc.ipk +Size: 88598 +SHA256sum: 5014b051a1cb1f1d9fa92322787cff4ec67c46823da674099ef19d7b57c0d41d Description: This module contains some common parts needed by TI Wireless drivers. Package: kmod-wwan -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-wwan License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 7514 -Filename: kmod-wwan_5.15.137-1_mipsel_24kc.ipk -Size: 8274 -SHA256sum: daa1d2d6814f5f557bb55fa0c50889909ce615333012375763e390a62adbcf0a +Installed-Size: 7511 +Filename: kmod-wwan_5.15.134-1_mipsel_24kc.ipk +Size: 8265 +SHA256sum: cb70ed9d381540f9b7edc836424c3a6211c86803df3a219e6663ed715ed11aa2 Description: his driver provides a common framework for WWAN drivers. Package: kmod-xfrm-interface -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf), kmod-ipsec4, kmod-ipsec6 +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1), kmod-ipsec4, kmod-ipsec6 Source: package/kernel/linux SourceName: kmod-xfrm-interface License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc -Installed-Size: 6854 -Filename: kmod-xfrm-interface_5.15.137-1_mipsel_24kc.ipk -Size: 7616 -SHA256sum: ca65ff01056023c749fc6301183049572c2d79fe5302fc2dd30e15065ece5978 +Installed-Size: 6913 +Filename: kmod-xfrm-interface_5.15.134-1_mipsel_24kc.ipk +Size: 7668 +SHA256sum: aac70d777c3523a3e61e0edf3c40a5796af54e62095acc053d7b64d5a38d1c66 Description: Kernel module for XFRM interface support Package: kmod-zram -Version: 5.15.137-1 -Depends: kernel (=5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf) +Version: 5.15.134-1 +Depends: kernel (=5.15.134-1-6b4ccb8decb862a3336acd580375d1d1) Source: package/kernel/linux SourceName: kmod-zram License: GPL-2.0 Section: kernel -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1694890838 Architecture: mipsel_24kc Installed-Size: 17960 -Filename: kmod-zram_5.15.137-1_mipsel_24kc.ipk -Size: 18710 -SHA256sum: 004422903d584adcb471af69e5a567d91bd9a67b215d80e7dbe27971b7c9c0d1 +Filename: kmod-zram_5.15.134-1_mipsel_24kc.ipk +Size: 18716 +SHA256sum: fd3893dc60c0fb1601c7007f3d24df14fa0918c00790384a2dde363a8f6fc912 Description: Compressed RAM block device support Package: libatomic1 @@ -14993,14 +14993,14 @@ Source: package/network/utils/iptables SourceName: libip4tc License: GPL-2.0 Section: libs -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 ABIVersion: 2 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 9537 +Installed-Size: 9536 Filename: libip4tc2_1.8.8-1_mipsel_24kc.ipk -Size: 10182 -SHA256sum: a9d48b2e80057750d571c693ef5fff36be2a321c12c1860a19308fb5bc99f0b7 +Size: 10188 +SHA256sum: 8bd5cb6a185374b505d100ff447d267317a8d29d3f5a1cf9423420d1f65581d3 Description: IPv4 firewall - shared libiptc library Package: libip6tc2 @@ -15011,14 +15011,14 @@ Source: package/network/utils/iptables SourceName: libip6tc License: GPL-2.0 Section: libs -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 ABIVersion: 2 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 9683 +Installed-Size: 9684 Filename: libip6tc2_1.8.8-1_mipsel_24kc.ipk Size: 10344 -SHA256sum: 641d44544bd776e5d524567ad5170713e99d11416bb9714f9b010c372cb3229e +SHA256sum: 6d8ab468cc0dc4b6be2625effff0fded6ceacb72280cb0b62443a5d8df060794 Description: IPv6 firewall - shared libiptc library Package: libiptext-nft0 @@ -15029,14 +15029,14 @@ Source: package/network/utils/iptables SourceName: libiptext-nft License: GPL-2.0 Section: libs -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 ABIVersion: 0 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 3103 +Installed-Size: 3106 Filename: libiptext-nft0_1.8.8-1_mipsel_24kc.ipk -Size: 3682 -SHA256sum: ba35563e94353a0d1b9420fb3436ea9ba5cb55a6a68f6891a6fe5a0f9c49f36b +Size: 3674 +SHA256sum: 7cb6526cd905bef3ec724d03af77c9444b66603514d2fe4f51814dbf4f5335f0 Description: IPv4/IPv6 firewall - shared libiptext nft library Package: libiptext0 @@ -15047,14 +15047,14 @@ Source: package/network/utils/iptables SourceName: libiptext License: GPL-2.0 Section: libs -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 ABIVersion: 0 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc Installed-Size: 33101 Filename: libiptext0_1.8.8-1_mipsel_24kc.ipk -Size: 33740 -SHA256sum: 44f39428aced3bd4817b1b152fe8f8be1ca02d793e19f998495c89b98ec25a8c +Size: 33739 +SHA256sum: 49bacb72f183b92f2b29cb7566b2af8f0529af5cc622d1dc063393715c2614ca Description: IPv4 firewall - shared libiptext library Package: libiptext6-0 @@ -15065,14 +15065,14 @@ Source: package/network/utils/iptables SourceName: libiptext6 License: GPL-2.0 Section: libs -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 ABIVersion: -0 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc Installed-Size: 7242 Filename: libiptext6-0_1.8.8-1_mipsel_24kc.ipk -Size: 7936 -SHA256sum: fd7c6ff0e3b7eefd8db99ca26ad0264d836844f2df28893480b8d12f8a7ddbd6 +Size: 7934 +SHA256sum: 3af385e4e95ec4bf653b125250f53af49c789848be5b5fabf490fd3fd59d9982 Description: IPv6 firewall - shared libiptext library Package: libpthread @@ -15124,10 +15124,10 @@ Status: unknown hold not-installed Essential: yes Maintainer: Felix Fietkau Architecture: mipsel_24kc -Installed-Size: 579165 +Installed-Size: 579167 Filename: libstdcpp6_12.3.0-4_mipsel_24kc.ipk -Size: 577213 -SHA256sum: 54df58b43bf92a7c9bd10109db2bec05b786cf6a4d76a97b3cc738e35663d930 +Size: 577237 +SHA256sum: 0434f861330b0c2f40dc8ebc7e066a966324757f5c36634100c36a5a04662bd9 Description: GNU Standard C++ Library v3 Package: libxtables12 @@ -15138,14 +15138,14 @@ Source: package/network/utils/iptables SourceName: libxtables License: GPL-2.0 Section: libs -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 ABIVersion: 12 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 19057 +Installed-Size: 19056 Filename: libxtables12_1.8.8-1_mipsel_24kc.ipk -Size: 19721 -SHA256sum: 6bec65e93ba02c8cd93383fbebb650d06c391870e2fdef629917de65a3918dce +Size: 19719 +SHA256sum: 0aec1b2bf9f53089633a4d12182e23a7c3a94c60b190ec500ae8fec1f793aa94 Description: IPv4/IPv6 firewall - shared xtables library Package: mtd @@ -15188,12 +15188,12 @@ SourceName: uboot-envtools License: GPL-2.0 GPL-2.0+ LicenseFiles: Licenses/README Section: utils -SourceDateEpoch: 1699314360 +SourceDateEpoch: 1694432947 Architecture: mipsel_24kc -Installed-Size: 13626 +Installed-Size: 13627 Filename: uboot-envtools_2023.04-1_mipsel_24kc.ipk -Size: 14215 -SHA256sum: fea4123346541f012cf5c4cdda3941acc72ea69f0d3891d25cf74ba5d7880f9a +Size: 14220 +SHA256sum: 99bcb820e1c46d0ee2d715a3fca5734d78b865f46ac399f3f3e983c2dabadd21 Description: This package includes tools to read and modify U-Boot bootloader environment. Package: umbim @@ -15237,13 +15237,13 @@ Source: package/network/utils/iptables SourceName: xtables-legacy License: GPL-2.0 Section: net -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 21251 +Installed-Size: 21248 Filename: xtables-legacy_1.8.8-1_mipsel_24kc.ipk -Size: 21923 -SHA256sum: d15a27c43a39bf3ac87f70fd8bd117f2522f917a272d868772bdc3fd2c3e7e69 +Size: 21919 +SHA256sum: 957853ef0b4aab98b6f7ad64c2c942cf8294b9b18428258f64c9878b069adcf6 Description: IP firewall administration tool Package: xtables-nft @@ -15253,12 +15253,12 @@ Source: package/network/utils/iptables SourceName: xtables-nft License: GPL-2.0 Section: net -SourceDateEpoch: 1698709443 +SourceDateEpoch: 1679419702 CPE-ID: cpe:/a:netfilter_core_team:iptables Architecture: mipsel_24kc -Installed-Size: 59184 +Installed-Size: 59183 Filename: xtables-nft_1.8.8-1_mipsel_24kc.ipk -Size: 59965 -SHA256sum: 761ba3361150b2ee47d6ff4b0fa5a7022ef08843be3002a04473b99519f3610d +Size: 59972 +SHA256sum: 55ea8c720ff815020e511a1d9099a6331d95a1379a3836a1e3dbc00ac8487e2c Description: IP firewall administration tool nft diff --git a/packages/ramips/mt76x8/packages/Packages.sig b/packages/ramips/mt76x8/packages/Packages.sig index 1c4a886..3bc7249 100644 --- a/packages/ramips/mt76x8/packages/Packages.sig +++ b/packages/ramips/mt76x8/packages/Packages.sig @@ -1,2 +1,2 @@ -untrusted comment: signed by key 817c2e1ec6b6958b -RWSBfC4exraVi3P4ed1rjuu4EUckZMKKPD3jZV4nJYiEcptQ8VvhWbeicX3b6CIbgVCz+LhF4V+IgrY3k330P9ek8mcWrIYYwQw= +untrusted comment: signed by key 7fab813b6f07d062 +RWR/q4E7bwfQYoXP9KfHAyXG97Lly73qS8bRa0BiEtS+P3TAZUScevHhBQ0VBzmOl1TQxLxTmQ8uMXPwZdUFO/SZ1BXOK6Axsg4= diff --git a/packages/ramips/mt76x8/packages/arptables-nft_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/arptables-nft_1.8.8-1_mipsel_24kc.ipk index ebabf9d..8c49352 100644 Binary files a/packages/ramips/mt76x8/packages/arptables-nft_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/arptables-nft_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/base-files_1547-r23557-f3accf6730_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/base-files_1547-r23557-f3accf6730_mipsel_24kc.ipk new file mode 100644 index 0000000..e214e4b Binary files /dev/null and b/packages/ramips/mt76x8/packages/base-files_1547-r23557-f3accf6730_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/base-files_1547-r23618-f5f97f4eff_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/base-files_1547-r23618-f5f97f4eff_mipsel_24kc.ipk deleted file mode 100644 index 74e2920..0000000 Binary files a/packages/ramips/mt76x8/packages/base-files_1547-r23618-f5f97f4eff_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/ebtables-nft_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/ebtables-nft_1.8.8-1_mipsel_24kc.ipk index 91c9e8b..8982421 100644 Binary files a/packages/ramips/mt76x8/packages/ebtables-nft_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/ebtables-nft_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/index.json b/packages/ramips/mt76x8/packages/index.json index b29db83..2f32865 100644 --- a/packages/ramips/mt76x8/packages/index.json +++ b/packages/ramips/mt76x8/packages/index.json @@ -1 +1 @@ -{"architecture": "mipsel_24kc", "packages":{"arptables-nft": "1.8.8-1", "base-files": "1547-r23618-f5f97f4eff", "block-mount": "2023-02-28-bfe882d5-1", "blockd": "2023-02-28-bfe882d5-1", "comgt-directip": "0.32-35", "comgt-ncm": "0.32-35", "comgt": "0.32-35", "dropbear": "2022.82-5", "dropbearconvert": "2022.82-5", "ebtables-nft": "1.8.8-1", "fstools": "2023-02-28-bfe882d5-1", "fwtool": "2019-11-12-8f7fe925-1", "ip6tables-extra": "1.8.8-1", "ip6tables-mod-nat": "1.8.8-1", "ip6tables-nft": "1.8.8-1", "ip6tables-zz-legacy": "1.8.8-1", "iptables-mod-checksum": "1.8.8-1", "iptables-mod-cluster": "1.8.8-1", "iptables-mod-clusterip": "1.8.8-1", "iptables-mod-conntrack-extra": "1.8.8-1", "iptables-mod-extra": "1.8.8-1", "iptables-mod-filter": "1.8.8-1", "iptables-mod-hashlimit": "1.8.8-1", "iptables-mod-ipopt": "1.8.8-1", "iptables-mod-iprange": "1.8.8-1", "iptables-mod-ipsec": "1.8.8-1", "iptables-mod-led": "1.8.8-1", "iptables-mod-nat-extra": "1.8.8-1", "iptables-mod-nflog": "1.8.8-1", "iptables-mod-nfqueue": "1.8.8-1", "iptables-mod-physdev": "1.8.8-1", "iptables-mod-rpfilter": "1.8.8-1", "iptables-mod-socket": "1.8.8-1", "iptables-mod-tee": "1.8.8-1", "iptables-mod-tproxy": "1.8.8-1", "iptables-mod-trace": "1.8.8-1", "iptables-mod-u32": "1.8.8-1", "iptables-nft": "1.8.8-1", "iptables-zz-legacy": "1.8.8-1", "jboot-tools": "1", "kmod-3c59x": "5.15.137-1", "kmod-6lowpan": "5.15.137-1", "kmod-8139cp": "5.15.137-1", "kmod-8139too": "5.15.137-1", "kmod-ac97": "5.15.137-1", "kmod-alx": "5.15.137-1", "kmod-aoe": "5.15.137-1", "kmod-ar5523": "5.15.137+6.1.24-3", "kmod-arptables": "5.15.137-1", "kmod-asn1-decoder": "5.15.137-1", "kmod-asn1-encoder": "5.15.137-1", "kmod-at86rf230": "5.15.137-1", "kmod-ata-ahci": "5.15.137-1", "kmod-ata-artop": "5.15.137-1", "kmod-ata-core": "5.15.137-1", "kmod-ata-nvidia-sata": "5.15.137-1", "kmod-ata-pdc202xx-old": "5.15.137-1", "kmod-ata-piix": "5.15.137-1", "kmod-ata-sil24": "5.15.137-1", "kmod-ata-sil": "5.15.137-1", "kmod-ata-via-sata": "5.15.137-1", "kmod-ath10k-ct-smallbuffers": "5.15.137+2022-05-13-f808496f-5", "kmod-ath10k-ct": "5.15.137+2022-05-13-f808496f-5", "kmod-ath10k-smallbuffers": "5.15.137+6.1.24-3", "kmod-ath10k": "5.15.137+6.1.24-3", "kmod-ath11k-pci": "5.15.137+6.1.24-3", "kmod-ath11k": "5.15.137+6.1.24-3", "kmod-ath3k": "5.15.137-1", "kmod-ath5k": "5.15.137+6.1.24-3", "kmod-ath6kl-sdio": "5.15.137+6.1.24-3", "kmod-ath6kl-usb": "5.15.137+6.1.24-3", "kmod-ath6kl": "5.15.137+6.1.24-3", "kmod-ath9k-common": "5.15.137+6.1.24-3", "kmod-ath9k-htc": "5.15.137+6.1.24-3", "kmod-ath9k": "5.15.137+6.1.24-3", "kmod-ath": "5.15.137+6.1.24-3", "kmod-atl1": "5.15.137-1", "kmod-atl1c": "5.15.137-1", "kmod-atl1e": "5.15.137-1", "kmod-atl2": "5.15.137-1", "kmod-atlantic": "5.15.137-1", "kmod-atm": "5.15.137-1", "kmod-atmtcp": "5.15.137-1", "kmod-atusb": "5.15.137-1", "kmod-ax25": "5.15.137-1", "kmod-b43": "5.15.137+6.1.24-3", "kmod-b44": "5.15.137-1", "kmod-batman-adv": "5.15.137+2023.1-4", "kmod-bcma": "5.15.137-1", "kmod-be2net": "5.15.137-1", "kmod-block2mtd": "5.15.137-1", "kmod-bluetooth-6lowpan": "5.15.137-1", "kmod-bluetooth": "5.15.137-1", "kmod-bnx2": "5.15.137-1", "kmod-bnx2x": "5.15.137-1", "kmod-bonding": "5.15.137-1", "kmod-bpf-test": "5.15.137-1", "kmod-br-netfilter": "5.15.137-1", "kmod-brcmfmac": "5.15.137+6.1.24-3", "kmod-brcmsmac": "5.15.137+6.1.24-3", "kmod-brcmutil": "5.15.137+6.1.24-3", "kmod-btmrvl": "5.15.137-1", "kmod-btsdio": "5.15.137-1", "kmod-button-hotplug": "5.15.137-3", "kmod-ca8210": "5.15.137-1", "kmod-can-bcm": "5.15.137-1", "kmod-can-c-can-pci": "5.15.137-1", "kmod-can-c-can-platform": "5.15.137-1", "kmod-can-c-can": "5.15.137-1", "kmod-can-gw": "5.15.137-1", "kmod-can-mcp251x": "5.15.137-1", "kmod-can-raw": "5.15.137-1", "kmod-can-slcan": "5.15.137-1", "kmod-can-usb-8dev": "5.15.137-1", "kmod-can-usb-ems": "5.15.137-1", "kmod-can-usb-esd": "5.15.137-1", "kmod-can-usb-kvaser": "5.15.137-1", "kmod-can-usb-peak": "5.15.137-1", "kmod-can-vcan": "5.15.137-1", "kmod-can": "5.15.137-1", "kmod-carl9170": "5.15.137+6.1.24-3", "kmod-cc2520": "5.15.137-1", "kmod-cdrom": "5.15.137-1", "kmod-cfg80211": "5.15.137+6.1.24-3", "kmod-chaoskey": "5.15.137-1", "kmod-crypto-acompress": "5.15.137-1", "kmod-crypto-aead": "5.15.137-1", "kmod-crypto-arc4": "5.15.137-1", "kmod-crypto-authenc": "5.15.137-1", "kmod-crypto-cbc": "5.15.137-1", "kmod-crypto-ccm": "5.15.137-1", "kmod-crypto-chacha20poly1305": "5.15.137-1", "kmod-crypto-cmac": "5.15.137-1", "kmod-crypto-crc32": "5.15.137-1", "kmod-crypto-crc32c": "5.15.137-1", "kmod-crypto-ctr": "5.15.137-1", "kmod-crypto-cts": "5.15.137-1", "kmod-crypto-deflate": "5.15.137-1", "kmod-crypto-des": "5.15.137-1", "kmod-crypto-ecb": "5.15.137-1", "kmod-crypto-ecdh": "5.15.137-1", "kmod-crypto-echainiv": "5.15.137-1", "kmod-crypto-essiv": "5.15.137-1", "kmod-crypto-fcrypt": "5.15.137-1", "kmod-crypto-gcm": "5.15.137-1", "kmod-crypto-gf128": "5.15.137-1", "kmod-crypto-ghash": "5.15.137-1", "kmod-crypto-hash": "5.15.137-1", "kmod-crypto-hmac": "5.15.137-1", "kmod-crypto-hw-hifn-795x": "5.15.137-1", "kmod-crypto-hw-padlock": "5.15.137-1", "kmod-crypto-kpp": "5.15.137-1", "kmod-crypto-lib-chacha20": "5.15.137-1", "kmod-crypto-lib-chacha20poly1305": "5.15.137-1", "kmod-crypto-lib-curve25519": "5.15.137-1", "kmod-crypto-lib-poly1305": "5.15.137-1", "kmod-crypto-manager": "5.15.137-1", "kmod-crypto-md4": "5.15.137-1", "kmod-crypto-md5": "5.15.137-1", "kmod-crypto-michael-mic": "5.15.137-1", "kmod-crypto-misc": "5.15.137-1", "kmod-crypto-null": "5.15.137-1", "kmod-crypto-pcbc": "5.15.137-1", "kmod-crypto-rmd160": "5.15.137-1", "kmod-crypto-rng": "5.15.137-1", "kmod-crypto-seqiv": "5.15.137-1", "kmod-crypto-sha1": "5.15.137-1", "kmod-crypto-sha256": "5.15.137-1", "kmod-crypto-sha512": "5.15.137-1", "kmod-crypto-test": "5.15.137-1", "kmod-crypto-user": "5.15.137-1", "kmod-crypto-xcbc": "5.15.137-1", "kmod-crypto-xts": "5.15.137-1", "kmod-cryptodev": "5.15.137+1.12-ramips-1", "kmod-dahdi-dummy": "5.15.137+3.1.0-5", "kmod-dahdi-echocan-oslec": "5.15.137+3.1.0-5", "kmod-dahdi-hfcs": "5.15.137+3.1.0-5", "kmod-dahdi": "5.15.137+3.1.0-5", "kmod-dax": "5.15.137-1", "kmod-dm-raid": "5.15.137-1", "kmod-dm9000": "5.15.137-1", "kmod-dm": "5.15.137-1", "kmod-dma-buf": "5.15.137-1", "kmod-dma-ralink": "5.15.137-1", "kmod-dnsresolver": "5.15.137-1", "kmod-dummy": "5.15.137-1", "kmod-e1000": "5.15.137-1", "kmod-e100": "5.15.137-1", "kmod-ebtables-ipv4": "5.15.137-1", "kmod-ebtables-ipv6": "5.15.137-1", "kmod-ebtables-watchers": "5.15.137-1", "kmod-ebtables": "5.15.137-1", "kmod-echo": "5.15.137-1", "kmod-eeprom-93cx6": "5.15.137-1", "kmod-eeprom-at24": "5.15.137-1", "kmod-eeprom-at25": "5.15.137-1", "kmod-et131x": "5.15.137-1", "kmod-ethoc": "5.15.137-1", "kmod-fakelb": "5.15.137-1", "kmod-firewire-net": "5.15.137-1", "kmod-firewire-ohci": "5.15.137-1", "kmod-firewire-sbp2": "5.15.137-1", "kmod-firewire": "5.15.137-1", "kmod-fixed-phy": "5.15.137-1", "kmod-forcedeth": "5.15.137-1", "kmod-fou6": "5.15.137-1", "kmod-fou": "5.15.137-1", "kmod-fs-autofs4": "5.15.137-1", "kmod-fs-btrfs": "5.15.137-1", "kmod-fs-cifs": "5.15.137-1", "kmod-fs-configfs": "5.15.137-1", "kmod-fs-cramfs": "5.15.137-1", "kmod-fs-exfat": "5.15.137-1", "kmod-fs-exportfs": "5.15.137-1", "kmod-fs-ext4": "5.15.137-1", "kmod-fs-f2fs": "5.15.137-1", "kmod-fs-fscache": "5.15.137-1", "kmod-fs-hfs": "5.15.137-1", "kmod-fs-hfsplus": "5.15.137-1", "kmod-fs-isofs": "5.15.137-1", "kmod-fs-jfs": "5.15.137-1", "kmod-fs-ksmbd": "5.15.137-1", "kmod-fs-minix": "5.15.137-1", "kmod-fs-msdos": "5.15.137-1", "kmod-fs-netfs": "5.15.137-1", "kmod-fs-nfs-common-rpcsec": "5.15.137-1", "kmod-fs-nfs-common": "5.15.137-1", "kmod-fs-nfs-v3": "5.15.137-1", "kmod-fs-nfs-v4": "5.15.137-1", "kmod-fs-nfs": "5.15.137-1", "kmod-fs-nfsd": "5.15.137-1", "kmod-fs-ntfs3": "5.15.137-1", "kmod-fs-ntfs": "5.15.137-1", "kmod-fs-reiserfs": "5.15.137-1", "kmod-fs-smbfs-common": "5.15.137-1", "kmod-fs-squashfs": "5.15.137-1", "kmod-fs-udf": "5.15.137-1", "kmod-fs-vfat": "5.15.137-1", "kmod-fs-xfs": "5.15.137-1", "kmod-fuse": "5.15.137-1", "kmod-geneve": "5.15.137-1", "kmod-google-firmware": "5.15.137-1", "kmod-gpio-beeper": "5.15.137-1", "kmod-gpio-button-hotplug": "5.15.137-3", "kmod-gpio-cascade": "5.15.137-1", "kmod-gpio-nxp-74hc164": "5.15.137-1", "kmod-gpio-pca953x": "5.15.137-1", "kmod-gpio-pcf857x": "5.15.137-1", "kmod-gre6": "5.15.137-1", "kmod-gre": "5.15.137-1", "kmod-hfcmulti": "5.15.137-1", "kmod-hfcpci": "5.15.137-1", "kmod-hid-generic": "5.15.137-1", "kmod-hid": "5.15.137-1", "kmod-hwmon-ad7418": "5.15.137-1", "kmod-hwmon-adcxx": "5.15.137-1", "kmod-hwmon-adt7410": "5.15.137-1", "kmod-hwmon-adt7475": "5.15.137-1", "kmod-hwmon-core": "5.15.137-1", "kmod-hwmon-dme1737": "5.15.137-1", "kmod-hwmon-drivetemp": "5.15.137-1", "kmod-hwmon-g762": "5.15.137-1", "kmod-hwmon-gpiofan": "5.15.137-1", "kmod-hwmon-gsc": "5.15.137-1", "kmod-hwmon-ina209": "5.15.137-1", "kmod-hwmon-ina2xx": "5.15.137-1", "kmod-hwmon-it87": "5.15.137-1", "kmod-hwmon-lm63": "5.15.137-1", "kmod-hwmon-lm70": "5.15.137-1", "kmod-hwmon-lm75": "5.15.137-1", "kmod-hwmon-lm77": "5.15.137-1", "kmod-hwmon-lm85": "5.15.137-1", "kmod-hwmon-lm90": "5.15.137-1", "kmod-hwmon-lm92": "5.15.137-1", "kmod-hwmon-lm95241": "5.15.137-1", "kmod-hwmon-ltc4151": "5.15.137-1", "kmod-hwmon-max6642": "5.15.137-1", "kmod-hwmon-mcp3021": "5.15.137-1", "kmod-hwmon-nct7802": "5.15.137-1", "kmod-hwmon-pwmfan": "5.15.137-1", "kmod-hwmon-sch5627": "5.15.137-1", "kmod-hwmon-sht21": "5.15.137-1", "kmod-hwmon-sht3x": "5.15.137-1", "kmod-hwmon-tmp102": "5.15.137-1", "kmod-hwmon-tmp103": "5.15.137-1", "kmod-hwmon-tmp421": "5.15.137-1", "kmod-hwmon-tps23861": "5.15.137-1", "kmod-hwmon-vid": "5.15.137-1", "kmod-hwmon-w83793": "5.15.137-1", "kmod-i2c-algo-bit": "5.15.137-1", "kmod-i2c-algo-pca": "5.15.137-1", "kmod-i2c-algo-pcf": "5.15.137-1", "kmod-i2c-core": "5.15.137-1", "kmod-i2c-designware-core": "5.15.137-1", "kmod-i2c-designware-pci": "5.15.137-1", "kmod-i2c-gpio": "5.15.137-1", "kmod-i2c-mt7628": "5.15.137-1", "kmod-i2c-mux-gpio": "5.15.137-1", "kmod-i2c-mux-pca9541": "5.15.137-1", "kmod-i2c-mux-pca954x": "5.15.137-1", "kmod-i2c-mux": "5.15.137-1", "kmod-i2c-pxa": "5.15.137-1", "kmod-i2c-smbus": "5.15.137-1", "kmod-i2c-tiny-usb": "5.15.137-1", "kmod-i40e": "5.15.137-1", "kmod-i6300esb-wdt": "5.15.137-1", "kmod-iavf": "5.15.137-1", "kmod-ieee802154-6lowpan": "5.15.137-1", "kmod-ieee802154": "5.15.137-1", "kmod-ifb": "5.15.137-1", "kmod-igb": "5.15.137-1", "kmod-igc": "5.15.137-1", "kmod-iio-ad799x": "5.15.137-1", "kmod-iio-ads1015": "5.15.137-1", "kmod-iio-am2315": "5.15.137-1", "kmod-iio-bh1750": "5.15.137-1", "kmod-iio-bme680-i2c": "5.15.137-1", "kmod-iio-bme680-spi": "5.15.137-1", "kmod-iio-bme680": "5.15.137-1", "kmod-iio-bmp280-i2c": "5.15.137-1", "kmod-iio-bmp280-spi": "5.15.137-1", "kmod-iio-bmp280": "5.15.137-1", "kmod-iio-ccs811": "5.15.137-1", "kmod-iio-core": "5.15.137-1", "kmod-iio-dht11": "5.15.137-1", "kmod-iio-fxas21002c-i2c": "5.15.137-1", "kmod-iio-fxas21002c-spi": "5.15.137-1", "kmod-iio-fxas21002c": "5.15.137-1", "kmod-iio-fxos8700-i2c": "5.15.137-1", "kmod-iio-fxos8700-spi": "5.15.137-1", "kmod-iio-fxos8700": "5.15.137-1", "kmod-iio-hmc5843": "5.15.137-1", "kmod-iio-htu21": "5.15.137-1", "kmod-iio-kfifo-buf": "5.15.137-1", "kmod-iio-lsm6dsx-i2c": "5.15.137-1", "kmod-iio-lsm6dsx-spi": "5.15.137-1", "kmod-iio-lsm6dsx": "5.15.137-1", "kmod-iio-si7020": "5.15.137-1", "kmod-iio-sps30": "5.15.137-1", "kmod-iio-st_accel-i2c": "5.15.137-1", "kmod-iio-st_accel-spi": "5.15.137-1", "kmod-iio-st_accel": "5.15.137-1", "kmod-iio-tsl4531": "5.15.137-1", "kmod-ikconfig": "5.15.137-1", "kmod-imx2-wdt": "5.15.137-1", "kmod-imx7-ulp-wdt": "5.15.137-1", "kmod-industrialio-triggered-buffer": "5.15.137-1", "kmod-inet-diag": "5.15.137-1", "kmod-input-core": "5.15.137-1", "kmod-input-evdev": "5.15.137-1", "kmod-input-gpio-encoder": "5.15.137-1", "kmod-input-gpio-keys-polled": "5.15.137-1", "kmod-input-gpio-keys": "5.15.137-1", "kmod-input-joydev": "5.15.137-1", "kmod-input-leds": "5.15.137-1", "kmod-input-matrixkmap": "5.15.137-1", "kmod-input-touchscreen-ads7846": "5.15.137-1", "kmod-input-touchscreen-edt-ft5x06": "5.15.137-1", "kmod-input-uinput": "5.15.137-1", "kmod-iosched-bfq": "5.15.137-1", "kmod-ip-vti": "5.15.137-1", "kmod-ip6-tunnel": "5.15.137-1", "kmod-ip6-vti": "5.15.137-1", "kmod-ip6tables-extra": "5.15.137-1", "kmod-ip6tables": "5.15.137-1", "kmod-ipip": "5.15.137-1", "kmod-ipoa": "5.15.137-1", "kmod-ipsec4": "5.15.137-1", "kmod-ipsec6": "5.15.137-1", "kmod-ipsec": "5.15.137-1", "kmod-ipt-account": "5.15.137+3.24-1", "kmod-ipt-chaos": "5.15.137+3.24-1", "kmod-ipt-checksum": "5.15.137-1", "kmod-ipt-cluster": "5.15.137-1", "kmod-ipt-clusterip": "5.15.137-1", "kmod-ipt-compat-xtables": "5.15.137+3.24-1", "kmod-ipt-condition": "5.15.137+3.24-1", "kmod-ipt-conntrack-extra": "5.15.137-1", "kmod-ipt-conntrack-label": "5.15.137-1", "kmod-ipt-conntrack": "5.15.137-1", "kmod-ipt-coova": "5.15.137+1.6-9.1", "kmod-ipt-core": "5.15.137-1", "kmod-ipt-debug": "5.15.137-1", "kmod-ipt-delude": "5.15.137+3.24-1", "kmod-ipt-dhcpmac": "5.15.137+3.24-1", "kmod-ipt-dnetmap": "5.15.137+3.24-1", "kmod-ipt-extra": "5.15.137-1", "kmod-ipt-filter": "5.15.137-1", "kmod-ipt-fuzzy": "5.15.137+3.24-1", "kmod-ipt-geoip": "5.15.137+3.24-1", "kmod-ipt-hashlimit": "5.15.137-1", "kmod-ipt-iface": "5.15.137+3.24-1", "kmod-ipt-ipmark": "5.15.137+3.24-1", "kmod-ipt-ipopt": "5.15.137-1", "kmod-ipt-ipp2p": "5.15.137+3.24-1", "kmod-ipt-iprange": "5.15.137-1", "kmod-ipt-ipsec": "5.15.137-1", "kmod-ipt-ipset": "5.15.137-1", "kmod-ipt-ipv4options": "5.15.137+3.24-1", "kmod-ipt-led": "5.15.137-1", "kmod-ipt-length2": "5.15.137+3.24-1", "kmod-ipt-logmark": "5.15.137+3.24-1", "kmod-ipt-lscan": "5.15.137+3.24-1", "kmod-ipt-lua": "5.15.137+3.24-1", "kmod-ipt-nat-extra": "5.15.137-1", "kmod-ipt-nat6": "5.15.137-1", "kmod-ipt-nat": "5.15.137-1", "kmod-ipt-nathelper-rtsp": "5.15.137+3.24-1", "kmod-ipt-nflog": "5.15.137-1", "kmod-ipt-nfqueue": "5.15.137-1", "kmod-ipt-offload": "5.15.137-1", "kmod-ipt-physdev": "5.15.137-1", "kmod-ipt-proto": "5.15.137+3.24-1", "kmod-ipt-psd": "5.15.137+3.24-1", "kmod-ipt-quota2": "5.15.137+3.24-1", "kmod-ipt-raw6": "5.15.137-1", "kmod-ipt-raw": "5.15.137-1", "kmod-ipt-rpfilter": "5.15.137-1", "kmod-ipt-rtpengine": "5.15.137+10.5.2.6-3", "kmod-ipt-socket": "5.15.137-1", "kmod-ipt-sysrq": "5.15.137+3.24-1", "kmod-ipt-tarpit": "5.15.137+3.24-1", "kmod-ipt-tee": "5.15.137-1", "kmod-ipt-tproxy": "5.15.137-1", "kmod-ipt-u32": "5.15.137-1", "kmod-iptunnel4": "5.15.137-1", "kmod-iptunnel6": "5.15.137-1", "kmod-iptunnel": "5.15.137-1", "kmod-ipvlan": "5.15.137-1", "kmod-iscsi-initiator": "5.15.137-1", "kmod-iwlwifi": "5.15.137+6.1.24-3", "kmod-ixgbe": "5.15.137-1", "kmod-ixgbevf": "5.15.137-1", "kmod-jool-netfilter": "5.15.137+4.1.8-1", "kmod-keys-encrypted": "5.15.137-1", "kmod-keys-trusted": "5.15.137-1", "kmod-l2tp-eth": "5.15.137-1", "kmod-l2tp-ip": "5.15.137-1", "kmod-l2tp": "5.15.137-1", "kmod-lan743x": "5.15.137-1", "kmod-leds-gpio": "5.15.137-1", "kmod-leds-pca955x": "5.15.137-1", "kmod-leds-pca963x": "5.15.137-1", "kmod-leds-tlc591xx": "5.15.137-1", "kmod-leds-uleds": "5.15.137-1", "kmod-ledtrig-activity": "5.15.137-1", "kmod-ledtrig-audio": "5.15.137-1", "kmod-ledtrig-gpio": "5.15.137-1", "kmod-ledtrig-oneshot": "5.15.137-1", "kmod-ledtrig-pattern": "5.15.137-1", "kmod-ledtrig-transient": "5.15.137-1", "kmod-ledtrig-tty": "5.15.137-1", "kmod-lib-842": "5.15.137-1", "kmod-lib-cordic": "5.15.137-1", "kmod-lib-crc-ccitt": "5.15.137-1", "kmod-lib-crc-itu-t": "5.15.137-1", "kmod-lib-crc16": "5.15.137-1", "kmod-lib-crc32c": "5.15.137-1", "kmod-lib-crc7": "5.15.137-1", "kmod-lib-crc8": "5.15.137-1", "kmod-lib-lz4": "5.15.137-1", "kmod-lib-lzo": "5.15.137-1", "kmod-lib-raid6": "5.15.137-1", "kmod-lib-textsearch": "5.15.137-1", "kmod-lib-xor": "5.15.137-1", "kmod-lib-zlib-deflate": "5.15.137-1", "kmod-lib-zlib-inflate": "5.15.137-1", "kmod-lib-zstd": "5.15.137-1", "kmod-libphy": "5.15.137-1", "kmod-lkdtm": "5.15.137-1", "kmod-loop": "5.15.137-1", "kmod-lp": "5.15.137-1", "kmod-mac80211-hwsim": "5.15.137+6.1.24-3", "kmod-mac80211": "5.15.137+6.1.24-3", "kmod-mac802154": "5.15.137-1", "kmod-macremapper": "5.15.137-ramips-2", "kmod-macsec": "5.15.137-1", "kmod-macvlan": "5.15.137-1", "kmod-md-linear": "5.15.137-1", "kmod-md-mod": "5.15.137-1", "kmod-md-multipath": "5.15.137-1", "kmod-md-raid0": "5.15.137-1", "kmod-md-raid10": "5.15.137-1", "kmod-md-raid1": "5.15.137-1", "kmod-md-raid456": "5.15.137-1", "kmod-mdio-devres": "5.15.137-1", "kmod-mdio-gpio": "5.15.137-1", "kmod-mdio-netlink": "5.15.137+1.2.0-1", "kmod-mdio": "5.15.137-1", "kmod-mhi-bus": "5.15.137-1", "kmod-mhi-net": "5.15.137-1", "kmod-mhi-pci-generic": "5.15.137-1", "kmod-mhi-wwan-ctrl": "5.15.137-1", "kmod-mhi-wwan-mbim": "5.15.137-1", "kmod-mii": "5.15.137-1", "kmod-misdn": "5.15.137-1", "kmod-mlx4-core": "5.15.137-1", "kmod-mlx5-core": "5.15.137-1", "kmod-mmc-spi": "5.15.137-1", "kmod-mmc": "5.15.137-1", "kmod-mpls": "5.15.137-1", "kmod-mppe": "5.15.137-1", "kmod-mrf24j40": "5.15.137-1", "kmod-mt76-connac": "5.15.137+2023-08-14-b14c2351-1", "kmod-mt76-core": "5.15.137+2023-08-14-b14c2351-1", "kmod-mt76-sdio": "5.15.137+2023-08-14-b14c2351-1", "kmod-mt76-usb": "5.15.137+2023-08-14-b14c2351-1", "kmod-mt7601u": "5.15.137+6.1.24-3", "kmod-mt7603": "5.15.137+2023-08-14-b14c2351-1", "kmod-mt7615-common": "5.15.137+2023-08-14-b14c2351-1", "kmod-mt7615-firmware": "5.15.137+2023-08-14-b14c2351-1", "kmod-mt7615e": "5.15.137+2023-08-14-b14c2351-1", "kmod-mt7622-firmware": "5.15.137+2023-08-14-b14c2351-1", "kmod-mt7663-firmware-ap": "5.15.137+2023-08-14-b14c2351-1", "kmod-mt7663-firmware-sta": "5.15.137+2023-08-14-b14c2351-1", "kmod-mt7663-usb-sdio": "5.15.137+2023-08-14-b14c2351-1", "kmod-mt7663s": "5.15.137+2023-08-14-b14c2351-1", "kmod-mt7663u": "5.15.137+2023-08-14-b14c2351-1", "kmod-mt76": "5.15.137+2023-08-14-b14c2351-1", "kmod-mt76x0-common": "5.15.137+2023-08-14-b14c2351-1", "kmod-mt76x02-common": "5.15.137+2023-08-14-b14c2351-1", "kmod-mt76x02-usb": "5.15.137+2023-08-14-b14c2351-1", "kmod-mt76x0e": "5.15.137+2023-08-14-b14c2351-1", "kmod-mt76x0u": "5.15.137+2023-08-14-b14c2351-1", "kmod-mt76x2-common": "5.15.137+2023-08-14-b14c2351-1", "kmod-mt76x2": "5.15.137+2023-08-14-b14c2351-1", "kmod-mt76x2u": "5.15.137+2023-08-14-b14c2351-1", "kmod-mt7915-firmware": "5.15.137+2023-08-14-b14c2351-1", "kmod-mt7915e": "5.15.137+2023-08-14-b14c2351-1", "kmod-mt7916-firmware": "5.15.137+2023-08-14-b14c2351-1", "kmod-mt7921-common": "5.15.137+2023-08-14-b14c2351-1", "kmod-mt7921-firmware": "5.15.137+2023-08-14-b14c2351-1", "kmod-mt7921e": "5.15.137+2023-08-14-b14c2351-1", "kmod-mt7921s": "5.15.137+2023-08-14-b14c2351-1", "kmod-mt7921u": "5.15.137+2023-08-14-b14c2351-1", "kmod-mt792x-common": "5.15.137+2023-08-14-b14c2351-1", "kmod-mt792x-usb": "5.15.137+2023-08-14-b14c2351-1", "kmod-mtd-rw": "5.15.137+git-20160214-2", "kmod-mtdoops": "5.15.137-1", "kmod-mtdram": "5.15.137-1", "kmod-mtdtests": "5.15.137-1", "kmod-mux-core": "5.15.137-1", "kmod-mux-gpio": "5.15.137-1", "kmod-mwifiex-pcie": "5.15.137+6.1.24-3", "kmod-mwifiex-sdio": "5.15.137+6.1.24-3", "kmod-mwl8k": "5.15.137+6.1.24-3", "kmod-nat46": "5.15.137+2022-09-19-4c5beee2-1", "kmod-natsemi": "5.15.137-1", "kmod-nbd": "5.15.137-1", "kmod-ne2k-pci": "5.15.137-1", "kmod-net-selftests": "5.15.137-1", "kmod-netatop": "5.15.137+3.1-1", "kmod-netconsole": "5.15.137-1", "kmod-netem": "5.15.137-1", "kmod-netlink-diag": "5.15.137-1", "kmod-nf-conncount": "5.15.137-1", "kmod-nf-conntrack-netlink": "5.15.137-1", "kmod-nf-conntrack6": "5.15.137-1", "kmod-nf-conntrack": "5.15.137-1", "kmod-nf-flow": "5.15.137-1", "kmod-nf-ipt6": "5.15.137-1", "kmod-nf-ipt": "5.15.137-1", "kmod-nf-ipvs-ftp": "5.15.137-1", "kmod-nf-ipvs-sip": "5.15.137-1", "kmod-nf-ipvs": "5.15.137-1", "kmod-nf-log6": "5.15.137-1", "kmod-nf-log": "5.15.137-1", "kmod-nf-nat6": "5.15.137-1", "kmod-nf-nat": "5.15.137-1", "kmod-nf-nathelper-extra": "5.15.137-1", "kmod-nf-nathelper": "5.15.137-1", "kmod-nf-reject6": "5.15.137-1", "kmod-nf-reject": "5.15.137-1", "kmod-nf-socket": "5.15.137-1", "kmod-nf-tproxy": "5.15.137-1", "kmod-nfnetlink-log": "5.15.137-1", "kmod-nfnetlink-queue": "5.15.137-1", "kmod-nfnetlink": "5.15.137-1", "kmod-nft-arp": "5.15.137-1", "kmod-nft-bridge": "5.15.137-1", "kmod-nft-compat": "5.15.137-1", "kmod-nft-connlimit": "5.15.137-1", "kmod-nft-core": "5.15.137-1", "kmod-nft-dup-inet": "5.15.137-1", "kmod-nft-fib": "5.15.137-1", "kmod-nft-nat": "5.15.137-1", "kmod-nft-netdev": "5.15.137-1", "kmod-nft-offload": "5.15.137-1", "kmod-nft-queue": "5.15.137-1", "kmod-nft-socket": "5.15.137-1", "kmod-nft-tproxy": "5.15.137-1", "kmod-nft-xfrm": "5.15.137-1", "kmod-niu": "5.15.137-1", "kmod-nlmon": "5.15.137-1", "kmod-nls-base": "5.15.137-1", "kmod-nls-cp1250": "5.15.137-1", "kmod-nls-cp1251": "5.15.137-1", "kmod-nls-cp437": "5.15.137-1", "kmod-nls-cp775": "5.15.137-1", "kmod-nls-cp850": "5.15.137-1", "kmod-nls-cp852": "5.15.137-1", "kmod-nls-cp862": "5.15.137-1", "kmod-nls-cp864": "5.15.137-1", "kmod-nls-cp866": "5.15.137-1", "kmod-nls-cp932": "5.15.137-1", "kmod-nls-cp936": "5.15.137-1", "kmod-nls-cp950": "5.15.137-1", "kmod-nls-iso8859-13": "5.15.137-1", "kmod-nls-iso8859-15": "5.15.137-1", "kmod-nls-iso8859-1": "5.15.137-1", "kmod-nls-iso8859-2": "5.15.137-1", "kmod-nls-iso8859-6": "5.15.137-1", "kmod-nls-iso8859-8": "5.15.137-1", "kmod-nls-koi8r": "5.15.137-1", "kmod-nls-utf8": "5.15.137-1", "kmod-nsh": "5.15.137-1", "kmod-nvme": "5.15.137-1", "kmod-of-mdio": "5.15.137-1", "kmod-oid-registry": "5.15.137-1", "kmod-openvswitch-geneve": "5.15.137+2.17.0-3", "kmod-openvswitch-gre": "5.15.137+2.17.0-3", "kmod-openvswitch-vxlan": "5.15.137+2.17.0-3", "kmod-openvswitch": "5.15.137+2.17.0-3", "kmod-ovpn-dco": "5.15.137+2022-10-23-d1d53564-3", "kmod-owl-loader": "5.15.137+6.1.24-3", "kmod-parport-pc": "5.15.137-1", "kmod-pcnet32": "5.15.137-1", "kmod-pf-ring": "5.15.137+8.0.0-1", "kmod-phy-aquantia": "5.15.137-1", "kmod-phy-ax88796b": "5.15.137-1", "kmod-phy-bcm84881": "5.15.137-1", "kmod-phy-broadcom": "5.15.137-1", "kmod-phy-marvell-10g": "5.15.137-1", "kmod-phy-marvell": "5.15.137-1", "kmod-phy-microchip": "5.15.137-1", "kmod-phy-realtek": "5.15.137-1", "kmod-phy-smsc": "5.15.137-1", "kmod-phylib-broadcom": "5.15.137-1", "kmod-phylink": "5.15.137-1", "kmod-pinctrl-mcp23s08-i2c": "5.15.137-1", "kmod-pinctrl-mcp23s08-spi": "5.15.137-1", "kmod-pinctrl-mcp23s08": "5.15.137-1", "kmod-pktgen": "5.15.137-1", "kmod-pmbus-core": "5.15.137-1", "kmod-pmbus-zl6100": "5.15.137-1", "kmod-ppdev": "5.15.137-1", "kmod-ppp-synctty": "5.15.137-1", "kmod-ppp": "5.15.137-1", "kmod-pppoa": "5.15.137-1", "kmod-pppoe": "5.15.137-1", "kmod-pppol2tp": "5.15.137-1", "kmod-pppox": "5.15.137-1", "kmod-pps-gpio": "5.15.137-1", "kmod-pps-ldisc": "5.15.137-1", "kmod-pps": "5.15.137-1", "kmod-pptp": "5.15.137-1", "kmod-pstore": "5.15.137-1", "kmod-ptp": "5.15.137-1", "kmod-pwm-mediatek-ramips": "5.15.137-1", "kmod-qlcnic": "5.15.137-1", "kmod-qrtr-mhi": "5.15.137-1", "kmod-qrtr-tun": "5.15.137-1", "kmod-qrtr": "5.15.137-1", "kmod-r6040": "5.15.137-1", "kmod-r8169": "5.15.137-1", "kmod-ramoops": "5.15.137-1", "kmod-random-core": "5.15.137-1", "kmod-reed-solomon": "5.15.137-1", "kmod-regmap-core": "5.15.137-1", "kmod-regmap-i2c": "5.15.137-1", "kmod-regmap-spi": "5.15.137-1", "kmod-rsi91x-sdio": "5.15.137+6.1.24-3", "kmod-rsi91x-usb": "5.15.137+6.1.24-3", "kmod-rsi91x": "5.15.137+6.1.24-3", "kmod-rt2800-lib": "5.15.137+6.1.24-3", "kmod-rt2800-mmio": "5.15.137+6.1.24-3", "kmod-rt2800-pci": "5.15.137+6.1.24-3", "kmod-rt2800-usb": "5.15.137+6.1.24-3", "kmod-rt2x00-lib": "5.15.137+6.1.24-3", "kmod-rt2x00-mmio": "5.15.137+6.1.24-3", "kmod-rt2x00-pci": "5.15.137+6.1.24-3", "kmod-rt2x00-usb": "5.15.137+6.1.24-3", "kmod-rtl8192c-common": "5.15.137+6.1.24-3", "kmod-rtl8192ce": "5.15.137+6.1.24-3", "kmod-rtl8192cu": "5.15.137+6.1.24-3", "kmod-rtl8192de": "5.15.137+6.1.24-3", "kmod-rtl8192se": "5.15.137+6.1.24-3", "kmod-rtl8723bs": "5.15.137+6.1.24-3", "kmod-rtl8812au-ct": "5.15.137+2021-11-07-39df5596-1", "kmod-rtl8821ae": "5.15.137+6.1.24-3", "kmod-rtl8xxxu": "5.15.137+6.1.24-3", "kmod-rtlwifi-btcoexist": "5.15.137+6.1.24-3", "kmod-rtlwifi-pci": "5.15.137+6.1.24-3", "kmod-rtlwifi-usb": "5.15.137+6.1.24-3", "kmod-rtlwifi": "5.15.137+6.1.24-3", "kmod-rtw88": "5.15.137+6.1.24-3", "kmod-sched-act-ipt": "5.15.137-1", "kmod-sched-act-police": "5.15.137-1", "kmod-sched-act-sample": "5.15.137-1", "kmod-sched-act-vlan": "5.15.137-1", "kmod-sched-bpf": "5.15.137-1", "kmod-sched-cake": "5.15.137-1", "kmod-sched-connmark": "5.15.137-1", "kmod-sched-core": "5.15.137-1", "kmod-sched-ctinfo": "5.15.137-1", "kmod-sched-drr": "5.15.137-1", "kmod-sched-flower": "5.15.137-1", "kmod-sched-fq-pie": "5.15.137-1", "kmod-sched-ipset": "5.15.137-1", "kmod-sched-mqprio": "5.15.137-1", "kmod-sched-pie": "5.15.137-1", "kmod-sched-prio": "5.15.137-1", "kmod-sched-red": "5.15.137-1", "kmod-sched-skbprio": "5.15.137-1", "kmod-sched": "5.15.137-1", "kmod-scsi-cdrom": "5.15.137-1", "kmod-scsi-core": "5.15.137-1", "kmod-scsi-generic": "5.15.137-1", "kmod-scsi-tape": "5.15.137-1", "kmod-sctp": "5.15.137-1", "kmod-sdhci-mt7620": "5.15.137-1", "kmod-sdhci": "5.15.137-1", "kmod-serial-8250-exar": "5.15.137-1", "kmod-serial-8250": "5.15.137-1", "kmod-sfc-falcon": "5.15.137-1", "kmod-sfc": "5.15.137-1", "kmod-sfp": "5.15.137-1", "kmod-siit": "5.15.137+1.2-4", "kmod-sis190": "5.15.137-1", "kmod-sis900": "5.15.137-1", "kmod-sit": "5.15.137-1", "kmod-skge": "5.15.137-1", "kmod-sky2": "5.15.137-1", "kmod-slhc": "5.15.137-1", "kmod-slip": "5.15.137-1", "kmod-softdog": "5.15.137-1", "kmod-solos-pci": "5.15.137-1", "kmod-sound-core": "5.15.137-1", "kmod-sound-dummy": "5.15.137-1", "kmod-sound-ens1371": "5.15.137-1", "kmod-sound-hda-codec-analog": "5.15.137-1", "kmod-sound-hda-codec-ca0110": "5.15.137-1", "kmod-sound-hda-codec-ca0132": "5.15.137-1", "kmod-sound-hda-codec-cirrus": "5.15.137-1", "kmod-sound-hda-codec-cmedia": "5.15.137-1", "kmod-sound-hda-codec-conexant": "5.15.137-1", "kmod-sound-hda-codec-hdmi": "5.15.137-1", "kmod-sound-hda-codec-idt": "5.15.137-1", "kmod-sound-hda-codec-realtek": "5.15.137-1", "kmod-sound-hda-codec-si3054": "5.15.137-1", "kmod-sound-hda-codec-via": "5.15.137-1", "kmod-sound-hda-core": "5.15.137-1", "kmod-sound-i8x0": "5.15.137-1", "kmod-sound-mpu401": "5.15.137-1", "kmod-sound-mt7620": "5.15.137-1", "kmod-sound-seq": "5.15.137-1", "kmod-sound-soc-ac97": "5.15.137-1", "kmod-sound-soc-core": "5.15.137-1", "kmod-sound-soc-spdif": "5.15.137-1", "kmod-sound-via82xx": "5.15.137-1", "kmod-spi-bitbang": "5.15.137-1", "kmod-spi-dev": "5.15.137-1", "kmod-spi-gpio": "5.15.137-1", "kmod-spi-ks8995": "5.15.137-1", "kmod-ssb": "5.15.137-1", "kmod-swconfig": "5.15.137-1", "kmod-switch-ar8xxx": "5.15.137-1", "kmod-switch-bcm53xx-mdio": "5.15.137-1", "kmod-switch-bcm53xx": "5.15.137-1", "kmod-switch-ip17xx": "5.15.137-1", "kmod-switch-rtl8306": "5.15.137-1", "kmod-switch-rtl8366-smi": "5.15.137-1", "kmod-switch-rtl8366rb": "5.15.137-1", "kmod-switch-rtl8366s": "5.15.137-1", "kmod-switch-rtl8367": "5.15.137-1", "kmod-switch-rtl8367b": "5.15.137-1", "kmod-tcp-bbr": "5.15.137-1", "kmod-tcp-hybla": "5.15.137-1", "kmod-tcp-scalable": "5.15.137-1", "kmod-tg3": "5.15.137-1", "kmod-thermal": "5.15.137-1", "kmod-tls": "5.15.137-1", "kmod-tpm-i2c-atmel": "5.15.137-1", "kmod-tpm-i2c-infineon": "5.15.137-1", "kmod-tpm": "5.15.137-1", "kmod-trelay": "5.15.137-2", "kmod-tulip": "5.15.137-1", "kmod-tun": "5.15.137-1", "kmod-udptunnel4": "5.15.137-1", "kmod-udptunnel6": "5.15.137-1", "kmod-usb-acm": "5.15.137-1", "kmod-usb-atm-cxacru": "5.15.137-1", "kmod-usb-atm-speedtouch": "5.15.137-1", "kmod-usb-atm-ueagle": "5.15.137-1", "kmod-usb-atm": "5.15.137-1", "kmod-usb-audio": "5.15.137-1", "kmod-usb-cm109": "5.15.137-1", "kmod-usb-core": "5.15.137-1", "kmod-usb-dwc2-pci": "5.15.137-1", "kmod-usb-dwc2": "5.15.137-1", "kmod-usb-dwc3": "5.15.137-1", "kmod-usb-ehci": "5.15.137-1", "kmod-usb-hid-cp2112": "5.15.137-1", "kmod-usb-hid-mcp2221": "5.15.137-1", "kmod-usb-hid": "5.15.137-1", "kmod-usb-ledtrig-usbport": "5.15.137-1", "kmod-usb-net-aqc111": "5.15.137-1", "kmod-usb-net-asix-ax88179": "5.15.137-1", "kmod-usb-net-asix": "5.15.137-1", "kmod-usb-net-cdc-eem": "5.15.137-1", "kmod-usb-net-cdc-ether": "5.15.137-1", "kmod-usb-net-cdc-mbim": "5.15.137-1", "kmod-usb-net-cdc-ncm": "5.15.137-1", "kmod-usb-net-cdc-subset": "5.15.137-1", "kmod-usb-net-dm9601-ether": "5.15.137-1", "kmod-usb-net-hso": "5.15.137-1", "kmod-usb-net-huawei-cdc-ncm": "5.15.137-1", "kmod-usb-net-ipheth": "5.15.137-1", "kmod-usb-net-kalmia": "5.15.137-1", "kmod-usb-net-kaweth": "5.15.137-1", "kmod-usb-net-lan78xx": "5.15.137-1", "kmod-usb-net-mcs7830": "5.15.137-1", "kmod-usb-net-pegasus": "5.15.137-1", "kmod-usb-net-pl": "5.15.137-1", "kmod-usb-net-qmi-wwan": "5.15.137-1", "kmod-usb-net-rndis": "5.15.137-1", "kmod-usb-net-rtl8150": "5.15.137-1", "kmod-usb-net-rtl8152": "5.15.137-1", "kmod-usb-net-sierrawireless": "5.15.137-1", "kmod-usb-net-smsc75xx": "5.15.137-1", "kmod-usb-net-smsc95xx": "5.15.137-1", "kmod-usb-net-sr9700": "5.15.137-1", "kmod-usb-net": "5.15.137-1", "kmod-usb-ohci-pci": "5.15.137-1", "kmod-usb-ohci": "5.15.137-1", "kmod-usb-phy-nop": "5.15.137-1", "kmod-usb-printer": "5.15.137-1", "kmod-usb-roles": "5.15.137-1", "kmod-usb-serial-ark3116": "5.15.137-1", "kmod-usb-serial-belkin": "5.15.137-1", "kmod-usb-serial-ch341": "5.15.137-1", "kmod-usb-serial-cp210x": "5.15.137-1", "kmod-usb-serial-cypress-m8": "5.15.137-1", "kmod-usb-serial-dmx_usb_module": "5.15.137+19.12.1-1", "kmod-usb-serial-edgeport": "5.15.137-1", "kmod-usb-serial-ftdi": "5.15.137-1", "kmod-usb-serial-garmin": "5.15.137-1", "kmod-usb-serial-ipw": "5.15.137-1", "kmod-usb-serial-keyspan": "5.15.137-1", "kmod-usb-serial-mct": "5.15.137-1", "kmod-usb-serial-mos7720": "5.15.137-1", "kmod-usb-serial-mos7840": "5.15.137-1", "kmod-usb-serial-option": "5.15.137-1", "kmod-usb-serial-oti6858": "5.15.137-1", "kmod-usb-serial-pl2303": "5.15.137-1", "kmod-usb-serial-qualcomm": "5.15.137-1", "kmod-usb-serial-sierrawireless": "5.15.137-1", "kmod-usb-serial-simple": "5.15.137-1", "kmod-usb-serial-ti-usb": "5.15.137-1", "kmod-usb-serial-visor": "5.15.137-1", "kmod-usb-serial-wwan": "5.15.137-1", "kmod-usb-serial-xr_usb_serial_common": "5.15.137+2022-03-30-ecc6ebe0-1", "kmod-usb-serial": "5.15.137-1", "kmod-usb-storage-extras": "5.15.137-1", "kmod-usb-storage-uas": "5.15.137-1", "kmod-usb-storage": "5.15.137-1", "kmod-usb-uhci": "5.15.137-1", "kmod-usb-wdm": "5.15.137-1", "kmod-usb-xhci-hcd": "5.15.137-1", "kmod-usb-yealink": "5.15.137-1", "kmod-usb2-pci": "5.15.137-1", "kmod-usb2": "5.15.137-1", "kmod-usb3": "5.15.137-1", "kmod-usbip-client": "5.15.137-1", "kmod-usbip-server": "5.15.137-1", "kmod-usbip": "5.15.137-1", "kmod-usbmon": "5.15.137-1", "kmod-v4l2loopback": "5.15.137+v0.12.7-2", "kmod-veth": "5.15.137-1", "kmod-vhost-net": "5.15.137-1", "kmod-vhost": "5.15.137-1", "kmod-via-rhine": "5.15.137-1", "kmod-via-velocity": "5.15.137-1", "kmod-video-core": "5.15.137-1", "kmod-video-cpia2": "5.15.137-1", "kmod-video-gspca-conex": "5.15.137-1", "kmod-video-gspca-core": "5.15.137-1", "kmod-video-gspca-etoms": "5.15.137-1", "kmod-video-gspca-finepix": "5.15.137-1", "kmod-video-gspca-gl860": "5.15.137-1", "kmod-video-gspca-jeilinj": "5.15.137-1", "kmod-video-gspca-konica": "5.15.137-1", "kmod-video-gspca-m5602": "5.15.137-1", "kmod-video-gspca-mars": "5.15.137-1", "kmod-video-gspca-mr97310a": "5.15.137-1", "kmod-video-gspca-ov519": "5.15.137-1", "kmod-video-gspca-ov534-9": "5.15.137-1", "kmod-video-gspca-ov534": "5.15.137-1", "kmod-video-gspca-pac207": "5.15.137-1", "kmod-video-gspca-pac7311": "5.15.137-1", "kmod-video-gspca-se401": "5.15.137-1", "kmod-video-gspca-sn9c20x": "5.15.137-1", "kmod-video-gspca-sonixb": "5.15.137-1", "kmod-video-gspca-sonixj": "5.15.137-1", "kmod-video-gspca-spca500": "5.15.137-1", "kmod-video-gspca-spca501": "5.15.137-1", "kmod-video-gspca-spca505": "5.15.137-1", "kmod-video-gspca-spca506": "5.15.137-1", "kmod-video-gspca-spca508": "5.15.137-1", "kmod-video-gspca-spca561": "5.15.137-1", "kmod-video-gspca-sq905": "5.15.137-1", "kmod-video-gspca-sq905c": "5.15.137-1", "kmod-video-gspca-sq930x": "5.15.137-1", "kmod-video-gspca-stk014": "5.15.137-1", "kmod-video-gspca-stv06xx": "5.15.137-1", "kmod-video-gspca-sunplus": "5.15.137-1", "kmod-video-gspca-t613": "5.15.137-1", "kmod-video-gspca-tv8532": "5.15.137-1", "kmod-video-gspca-vc032x": "5.15.137-1", "kmod-video-gspca-zc3xx": "5.15.137-1", "kmod-video-pwc": "5.15.137-1", "kmod-video-uvc": "5.15.137-1", "kmod-video-videobuf2": "5.15.137-1", "kmod-vmxnet3": "5.15.137-1", "kmod-vxlan": "5.15.137-1", "kmod-w1-master-ds2482": "5.15.137-1", "kmod-w1-master-ds2490": "5.15.137-1", "kmod-w1-master-gpio": "5.15.137-1", "kmod-w1-slave-ds2413": "5.15.137-1", "kmod-w1-slave-ds2431": "5.15.137-1", "kmod-w1-slave-ds2433": "5.15.137-1", "kmod-w1-slave-smem": "5.15.137-1", "kmod-w1-slave-therm": "5.15.137-1", "kmod-w1": "5.15.137-1", "kmod-wdt-sp805": "5.15.137-1", "kmod-wil6210": "5.15.137+6.1.24-3", "kmod-wireguard": "5.15.137-1", "kmod-wl12xx": "5.15.137+6.1.24-3", "kmod-wl18xx": "5.15.137+6.1.24-3", "kmod-wlcore": "5.15.137+6.1.24-3", "kmod-wwan": "5.15.137-1", "kmod-xfrm-interface": "5.15.137-1", "kmod-zram": "5.15.137-1", "libatomic1": "12.3.0-4", "libgcc1": "12.3.0-4", "libip4tc2": "1.8.8-1", "libip6tc2": "1.8.8-1", "libiptext-nft0": "1.8.8-1", "libiptext0": "1.8.8-1", "libiptext6-0": "1.8.8-1", "libpthread": "1.2.4-4", "librt": "1.2.4-4", "libstdcpp6": "12.3.0-4", "libxtables12": "1.8.8-1", "mtd": "26", "snapshot-tool": "2023-02-28-bfe882d5-1", "uboot-envtools": "2023.04-1", "umbim": "2022-08-13-146bc77c-24", "uqmi": "2022-10-20-c8c9f105-1", "xtables-legacy": "1.8.8-1", "xtables-nft": "1.8.8-1"}} +{"architecture": "mipsel_24kc", "packages":{"arptables-nft": "1.8.8-1", "base-files": "1547-r23557-f3accf6730", "block-mount": "2023-02-28-bfe882d5-1", "blockd": "2023-02-28-bfe882d5-1", "comgt-directip": "0.32-35", "comgt-ncm": "0.32-35", "comgt": "0.32-35", "dropbear": "2022.82-5", "dropbearconvert": "2022.82-5", "ebtables-nft": "1.8.8-1", "fstools": "2023-02-28-bfe882d5-1", "fwtool": "2019-11-12-8f7fe925-1", "ip6tables-extra": "1.8.8-1", "ip6tables-mod-nat": "1.8.8-1", "ip6tables-nft": "1.8.8-1", "ip6tables-zz-legacy": "1.8.8-1", "iptables-mod-checksum": "1.8.8-1", "iptables-mod-cluster": "1.8.8-1", "iptables-mod-clusterip": "1.8.8-1", "iptables-mod-conntrack-extra": "1.8.8-1", "iptables-mod-extra": "1.8.8-1", "iptables-mod-filter": "1.8.8-1", "iptables-mod-hashlimit": "1.8.8-1", "iptables-mod-ipopt": "1.8.8-1", "iptables-mod-iprange": "1.8.8-1", "iptables-mod-ipsec": "1.8.8-1", "iptables-mod-led": "1.8.8-1", "iptables-mod-nat-extra": "1.8.8-1", "iptables-mod-nflog": "1.8.8-1", "iptables-mod-nfqueue": "1.8.8-1", "iptables-mod-physdev": "1.8.8-1", "iptables-mod-rpfilter": "1.8.8-1", "iptables-mod-socket": "1.8.8-1", "iptables-mod-tee": "1.8.8-1", "iptables-mod-tproxy": "1.8.8-1", "iptables-mod-trace": "1.8.8-1", "iptables-mod-u32": "1.8.8-1", "iptables-nft": "1.8.8-1", "iptables-zz-legacy": "1.8.8-1", "jboot-tools": "1", "kmod-3c59x": "5.15.134-1", "kmod-6lowpan": "5.15.134-1", "kmod-8139cp": "5.15.134-1", "kmod-8139too": "5.15.134-1", "kmod-ac97": "5.15.134-1", "kmod-alx": "5.15.134-1", "kmod-aoe": "5.15.134-1", "kmod-ar5523": "5.15.134+6.1.24-3", "kmod-arptables": "5.15.134-1", "kmod-asn1-decoder": "5.15.134-1", "kmod-asn1-encoder": "5.15.134-1", "kmod-at86rf230": "5.15.134-1", "kmod-ata-ahci": "5.15.134-1", "kmod-ata-artop": "5.15.134-1", "kmod-ata-core": "5.15.134-1", "kmod-ata-nvidia-sata": "5.15.134-1", "kmod-ata-pdc202xx-old": "5.15.134-1", "kmod-ata-piix": "5.15.134-1", "kmod-ata-sil24": "5.15.134-1", "kmod-ata-sil": "5.15.134-1", "kmod-ata-via-sata": "5.15.134-1", "kmod-ath10k-ct-smallbuffers": "5.15.134+2022-05-13-f808496f-5", "kmod-ath10k-ct": "5.15.134+2022-05-13-f808496f-5", "kmod-ath10k-smallbuffers": "5.15.134+6.1.24-3", "kmod-ath10k": "5.15.134+6.1.24-3", "kmod-ath11k-pci": "5.15.134+6.1.24-3", "kmod-ath11k": "5.15.134+6.1.24-3", "kmod-ath3k": "5.15.134-1", "kmod-ath5k": "5.15.134+6.1.24-3", "kmod-ath6kl-sdio": "5.15.134+6.1.24-3", "kmod-ath6kl-usb": "5.15.134+6.1.24-3", "kmod-ath6kl": "5.15.134+6.1.24-3", "kmod-ath9k-common": "5.15.134+6.1.24-3", "kmod-ath9k-htc": "5.15.134+6.1.24-3", "kmod-ath9k": "5.15.134+6.1.24-3", "kmod-ath": "5.15.134+6.1.24-3", "kmod-atl1": "5.15.134-1", "kmod-atl1c": "5.15.134-1", "kmod-atl1e": "5.15.134-1", "kmod-atl2": "5.15.134-1", "kmod-atlantic": "5.15.134-1", "kmod-atm": "5.15.134-1", "kmod-atmtcp": "5.15.134-1", "kmod-atusb": "5.15.134-1", "kmod-ax25": "5.15.134-1", "kmod-b43": "5.15.134+6.1.24-3", "kmod-b44": "5.15.134-1", "kmod-batman-adv": "5.15.134+2023.1-4", "kmod-bcma": "5.15.134-1", "kmod-be2net": "5.15.134-1", "kmod-block2mtd": "5.15.134-1", "kmod-bluetooth-6lowpan": "5.15.134-1", "kmod-bluetooth": "5.15.134-1", "kmod-bnx2": "5.15.134-1", "kmod-bnx2x": "5.15.134-1", "kmod-bonding": "5.15.134-1", "kmod-bpf-test": "5.15.134-1", "kmod-br-netfilter": "5.15.134-1", "kmod-brcmfmac": "5.15.134+6.1.24-3", "kmod-brcmsmac": "5.15.134+6.1.24-3", "kmod-brcmutil": "5.15.134+6.1.24-3", "kmod-btmrvl": "5.15.134-1", "kmod-btsdio": "5.15.134-1", "kmod-button-hotplug": "5.15.134-3", "kmod-ca8210": "5.15.134-1", "kmod-can-bcm": "5.15.134-1", "kmod-can-c-can-pci": "5.15.134-1", "kmod-can-c-can-platform": "5.15.134-1", "kmod-can-c-can": "5.15.134-1", "kmod-can-gw": "5.15.134-1", "kmod-can-mcp251x": "5.15.134-1", "kmod-can-raw": "5.15.134-1", "kmod-can-slcan": "5.15.134-1", "kmod-can-usb-8dev": "5.15.134-1", "kmod-can-usb-ems": "5.15.134-1", "kmod-can-usb-esd": "5.15.134-1", "kmod-can-usb-kvaser": "5.15.134-1", "kmod-can-usb-peak": "5.15.134-1", "kmod-can-vcan": "5.15.134-1", "kmod-can": "5.15.134-1", "kmod-carl9170": "5.15.134+6.1.24-3", "kmod-cc2520": "5.15.134-1", "kmod-cdrom": "5.15.134-1", "kmod-cfg80211": "5.15.134+6.1.24-3", "kmod-chaoskey": "5.15.134-1", "kmod-crypto-acompress": "5.15.134-1", "kmod-crypto-aead": "5.15.134-1", "kmod-crypto-arc4": "5.15.134-1", "kmod-crypto-authenc": "5.15.134-1", "kmod-crypto-cbc": "5.15.134-1", "kmod-crypto-ccm": "5.15.134-1", "kmod-crypto-chacha20poly1305": "5.15.134-1", "kmod-crypto-cmac": "5.15.134-1", "kmod-crypto-crc32": "5.15.134-1", "kmod-crypto-crc32c": "5.15.134-1", "kmod-crypto-ctr": "5.15.134-1", "kmod-crypto-cts": "5.15.134-1", "kmod-crypto-deflate": "5.15.134-1", "kmod-crypto-des": "5.15.134-1", "kmod-crypto-ecb": "5.15.134-1", "kmod-crypto-ecdh": "5.15.134-1", "kmod-crypto-echainiv": "5.15.134-1", "kmod-crypto-essiv": "5.15.134-1", "kmod-crypto-fcrypt": "5.15.134-1", "kmod-crypto-gcm": "5.15.134-1", "kmod-crypto-gf128": "5.15.134-1", "kmod-crypto-ghash": "5.15.134-1", "kmod-crypto-hash": "5.15.134-1", "kmod-crypto-hmac": "5.15.134-1", "kmod-crypto-hw-hifn-795x": "5.15.134-1", "kmod-crypto-hw-padlock": "5.15.134-1", "kmod-crypto-kpp": "5.15.134-1", "kmod-crypto-lib-chacha20": "5.15.134-1", "kmod-crypto-lib-chacha20poly1305": "5.15.134-1", "kmod-crypto-lib-curve25519": "5.15.134-1", "kmod-crypto-lib-poly1305": "5.15.134-1", "kmod-crypto-manager": "5.15.134-1", "kmod-crypto-md4": "5.15.134-1", "kmod-crypto-md5": "5.15.134-1", "kmod-crypto-michael-mic": "5.15.134-1", "kmod-crypto-misc": "5.15.134-1", "kmod-crypto-null": "5.15.134-1", "kmod-crypto-pcbc": "5.15.134-1", "kmod-crypto-rmd160": "5.15.134-1", "kmod-crypto-rng": "5.15.134-1", "kmod-crypto-seqiv": "5.15.134-1", "kmod-crypto-sha1": "5.15.134-1", "kmod-crypto-sha256": "5.15.134-1", "kmod-crypto-sha512": "5.15.134-1", "kmod-crypto-test": "5.15.134-1", "kmod-crypto-user": "5.15.134-1", "kmod-crypto-xcbc": "5.15.134-1", "kmod-crypto-xts": "5.15.134-1", "kmod-cryptodev": "5.15.134+1.12-ramips-1", "kmod-dahdi-dummy": "5.15.134+3.1.0-5", "kmod-dahdi-echocan-oslec": "5.15.134+3.1.0-5", "kmod-dahdi-hfcs": "5.15.134+3.1.0-5", "kmod-dahdi": "5.15.134+3.1.0-5", "kmod-dax": "5.15.134-1", "kmod-dm-raid": "5.15.134-1", "kmod-dm9000": "5.15.134-1", "kmod-dm": "5.15.134-1", "kmod-dma-buf": "5.15.134-1", "kmod-dma-ralink": "5.15.134-1", "kmod-dnsresolver": "5.15.134-1", "kmod-dummy": "5.15.134-1", "kmod-e1000": "5.15.134-1", "kmod-e100": "5.15.134-1", "kmod-ebtables-ipv4": "5.15.134-1", "kmod-ebtables-ipv6": "5.15.134-1", "kmod-ebtables-watchers": "5.15.134-1", "kmod-ebtables": "5.15.134-1", "kmod-echo": "5.15.134-1", "kmod-eeprom-93cx6": "5.15.134-1", "kmod-eeprom-at24": "5.15.134-1", "kmod-eeprom-at25": "5.15.134-1", "kmod-et131x": "5.15.134-1", "kmod-ethoc": "5.15.134-1", "kmod-fakelb": "5.15.134-1", "kmod-firewire-net": "5.15.134-1", "kmod-firewire-ohci": "5.15.134-1", "kmod-firewire-sbp2": "5.15.134-1", "kmod-firewire": "5.15.134-1", "kmod-fixed-phy": "5.15.134-1", "kmod-forcedeth": "5.15.134-1", "kmod-fou6": "5.15.134-1", "kmod-fou": "5.15.134-1", "kmod-fs-autofs4": "5.15.134-1", "kmod-fs-btrfs": "5.15.134-1", "kmod-fs-cifs": "5.15.134-1", "kmod-fs-configfs": "5.15.134-1", "kmod-fs-cramfs": "5.15.134-1", "kmod-fs-exfat": "5.15.134-1", "kmod-fs-exportfs": "5.15.134-1", "kmod-fs-ext4": "5.15.134-1", "kmod-fs-f2fs": "5.15.134-1", "kmod-fs-fscache": "5.15.134-1", "kmod-fs-hfs": "5.15.134-1", "kmod-fs-hfsplus": "5.15.134-1", "kmod-fs-isofs": "5.15.134-1", "kmod-fs-jfs": "5.15.134-1", "kmod-fs-ksmbd": "5.15.134-1", "kmod-fs-minix": "5.15.134-1", "kmod-fs-msdos": "5.15.134-1", "kmod-fs-netfs": "5.15.134-1", "kmod-fs-nfs-common-rpcsec": "5.15.134-1", "kmod-fs-nfs-common": "5.15.134-1", "kmod-fs-nfs-v3": "5.15.134-1", "kmod-fs-nfs-v4": "5.15.134-1", "kmod-fs-nfs": "5.15.134-1", "kmod-fs-nfsd": "5.15.134-1", "kmod-fs-ntfs3": "5.15.134-1", "kmod-fs-ntfs": "5.15.134-1", "kmod-fs-reiserfs": "5.15.134-1", "kmod-fs-smbfs-common": "5.15.134-1", "kmod-fs-squashfs": "5.15.134-1", "kmod-fs-udf": "5.15.134-1", "kmod-fs-vfat": "5.15.134-1", "kmod-fs-xfs": "5.15.134-1", "kmod-fuse": "5.15.134-1", "kmod-geneve": "5.15.134-1", "kmod-google-firmware": "5.15.134-1", "kmod-gpio-beeper": "5.15.134-1", "kmod-gpio-button-hotplug": "5.15.134-3", "kmod-gpio-cascade": "5.15.134-1", "kmod-gpio-nxp-74hc164": "5.15.134-1", "kmod-gpio-pca953x": "5.15.134-1", "kmod-gpio-pcf857x": "5.15.134-1", "kmod-gre6": "5.15.134-1", "kmod-gre": "5.15.134-1", "kmod-hfcmulti": "5.15.134-1", "kmod-hfcpci": "5.15.134-1", "kmod-hid-generic": "5.15.134-1", "kmod-hid": "5.15.134-1", "kmod-hwmon-ad7418": "5.15.134-1", "kmod-hwmon-adcxx": "5.15.134-1", "kmod-hwmon-adt7410": "5.15.134-1", "kmod-hwmon-adt7475": "5.15.134-1", "kmod-hwmon-core": "5.15.134-1", "kmod-hwmon-dme1737": "5.15.134-1", "kmod-hwmon-drivetemp": "5.15.134-1", "kmod-hwmon-g762": "5.15.134-1", "kmod-hwmon-gpiofan": "5.15.134-1", "kmod-hwmon-gsc": "5.15.134-1", "kmod-hwmon-ina209": "5.15.134-1", "kmod-hwmon-ina2xx": "5.15.134-1", "kmod-hwmon-it87": "5.15.134-1", "kmod-hwmon-lm63": "5.15.134-1", "kmod-hwmon-lm70": "5.15.134-1", "kmod-hwmon-lm75": "5.15.134-1", "kmod-hwmon-lm77": "5.15.134-1", "kmod-hwmon-lm85": "5.15.134-1", "kmod-hwmon-lm90": "5.15.134-1", "kmod-hwmon-lm92": "5.15.134-1", "kmod-hwmon-lm95241": "5.15.134-1", "kmod-hwmon-ltc4151": "5.15.134-1", "kmod-hwmon-max6642": "5.15.134-1", "kmod-hwmon-mcp3021": "5.15.134-1", "kmod-hwmon-nct7802": "5.15.134-1", "kmod-hwmon-pwmfan": "5.15.134-1", "kmod-hwmon-sch5627": "5.15.134-1", "kmod-hwmon-sht21": "5.15.134-1", "kmod-hwmon-sht3x": "5.15.134-1", "kmod-hwmon-tmp102": "5.15.134-1", "kmod-hwmon-tmp103": "5.15.134-1", "kmod-hwmon-tmp421": "5.15.134-1", "kmod-hwmon-tps23861": "5.15.134-1", "kmod-hwmon-vid": "5.15.134-1", "kmod-hwmon-w83793": "5.15.134-1", "kmod-i2c-algo-bit": "5.15.134-1", "kmod-i2c-algo-pca": "5.15.134-1", "kmod-i2c-algo-pcf": "5.15.134-1", "kmod-i2c-core": "5.15.134-1", "kmod-i2c-designware-core": "5.15.134-1", "kmod-i2c-designware-pci": "5.15.134-1", "kmod-i2c-gpio": "5.15.134-1", "kmod-i2c-mt7628": "5.15.134-1", "kmod-i2c-mux-gpio": "5.15.134-1", "kmod-i2c-mux-pca9541": "5.15.134-1", "kmod-i2c-mux-pca954x": "5.15.134-1", "kmod-i2c-mux": "5.15.134-1", "kmod-i2c-pxa": "5.15.134-1", "kmod-i2c-smbus": "5.15.134-1", "kmod-i2c-tiny-usb": "5.15.134-1", "kmod-i40e": "5.15.134-1", "kmod-i6300esb-wdt": "5.15.134-1", "kmod-iavf": "5.15.134-1", "kmod-ieee802154-6lowpan": "5.15.134-1", "kmod-ieee802154": "5.15.134-1", "kmod-ifb": "5.15.134-1", "kmod-igb": "5.15.134-1", "kmod-igc": "5.15.134-1", "kmod-iio-ad799x": "5.15.134-1", "kmod-iio-ads1015": "5.15.134-1", "kmod-iio-am2315": "5.15.134-1", "kmod-iio-bh1750": "5.15.134-1", "kmod-iio-bme680-i2c": "5.15.134-1", "kmod-iio-bme680-spi": "5.15.134-1", "kmod-iio-bme680": "5.15.134-1", "kmod-iio-bmp280-i2c": "5.15.134-1", "kmod-iio-bmp280-spi": "5.15.134-1", "kmod-iio-bmp280": "5.15.134-1", "kmod-iio-ccs811": "5.15.134-1", "kmod-iio-core": "5.15.134-1", "kmod-iio-dht11": "5.15.134-1", "kmod-iio-fxas21002c-i2c": "5.15.134-1", "kmod-iio-fxas21002c-spi": "5.15.134-1", "kmod-iio-fxas21002c": "5.15.134-1", "kmod-iio-fxos8700-i2c": "5.15.134-1", "kmod-iio-fxos8700-spi": "5.15.134-1", "kmod-iio-fxos8700": "5.15.134-1", "kmod-iio-hmc5843": "5.15.134-1", "kmod-iio-htu21": "5.15.134-1", "kmod-iio-kfifo-buf": "5.15.134-1", "kmod-iio-lsm6dsx-i2c": "5.15.134-1", "kmod-iio-lsm6dsx-spi": "5.15.134-1", "kmod-iio-lsm6dsx": "5.15.134-1", "kmod-iio-si7020": "5.15.134-1", "kmod-iio-sps30": "5.15.134-1", "kmod-iio-st_accel-i2c": "5.15.134-1", "kmod-iio-st_accel-spi": "5.15.134-1", "kmod-iio-st_accel": "5.15.134-1", "kmod-iio-tsl4531": "5.15.134-1", "kmod-ikconfig": "5.15.134-1", "kmod-imx2-wdt": "5.15.134-1", "kmod-imx7-ulp-wdt": "5.15.134-1", "kmod-industrialio-triggered-buffer": "5.15.134-1", "kmod-inet-diag": "5.15.134-1", "kmod-input-core": "5.15.134-1", "kmod-input-evdev": "5.15.134-1", "kmod-input-gpio-encoder": "5.15.134-1", "kmod-input-gpio-keys-polled": "5.15.134-1", "kmod-input-gpio-keys": "5.15.134-1", "kmod-input-joydev": "5.15.134-1", "kmod-input-leds": "5.15.134-1", "kmod-input-matrixkmap": "5.15.134-1", "kmod-input-touchscreen-ads7846": "5.15.134-1", "kmod-input-touchscreen-edt-ft5x06": "5.15.134-1", "kmod-input-uinput": "5.15.134-1", "kmod-iosched-bfq": "5.15.134-1", "kmod-ip-vti": "5.15.134-1", "kmod-ip6-tunnel": "5.15.134-1", "kmod-ip6-vti": "5.15.134-1", "kmod-ip6tables-extra": "5.15.134-1", "kmod-ip6tables": "5.15.134-1", "kmod-ipip": "5.15.134-1", "kmod-ipoa": "5.15.134-1", "kmod-ipsec4": "5.15.134-1", "kmod-ipsec6": "5.15.134-1", "kmod-ipsec": "5.15.134-1", "kmod-ipt-account": "5.15.134+3.24-1", "kmod-ipt-chaos": "5.15.134+3.24-1", "kmod-ipt-checksum": "5.15.134-1", "kmod-ipt-cluster": "5.15.134-1", "kmod-ipt-clusterip": "5.15.134-1", "kmod-ipt-compat-xtables": "5.15.134+3.24-1", "kmod-ipt-condition": "5.15.134+3.24-1", "kmod-ipt-conntrack-extra": "5.15.134-1", "kmod-ipt-conntrack-label": "5.15.134-1", "kmod-ipt-conntrack": "5.15.134-1", "kmod-ipt-coova": "5.15.134+1.6-9.1", "kmod-ipt-core": "5.15.134-1", "kmod-ipt-debug": "5.15.134-1", "kmod-ipt-delude": "5.15.134+3.24-1", "kmod-ipt-dhcpmac": "5.15.134+3.24-1", "kmod-ipt-dnetmap": "5.15.134+3.24-1", "kmod-ipt-extra": "5.15.134-1", "kmod-ipt-filter": "5.15.134-1", "kmod-ipt-fuzzy": "5.15.134+3.24-1", "kmod-ipt-geoip": "5.15.134+3.24-1", "kmod-ipt-hashlimit": "5.15.134-1", "kmod-ipt-iface": "5.15.134+3.24-1", "kmod-ipt-ipmark": "5.15.134+3.24-1", "kmod-ipt-ipopt": "5.15.134-1", "kmod-ipt-ipp2p": "5.15.134+3.24-1", "kmod-ipt-iprange": "5.15.134-1", "kmod-ipt-ipsec": "5.15.134-1", "kmod-ipt-ipset": "5.15.134-1", "kmod-ipt-ipv4options": "5.15.134+3.24-1", "kmod-ipt-led": "5.15.134-1", "kmod-ipt-length2": "5.15.134+3.24-1", "kmod-ipt-logmark": "5.15.134+3.24-1", "kmod-ipt-lscan": "5.15.134+3.24-1", "kmod-ipt-lua": "5.15.134+3.24-1", "kmod-ipt-nat-extra": "5.15.134-1", "kmod-ipt-nat6": "5.15.134-1", "kmod-ipt-nat": "5.15.134-1", "kmod-ipt-nathelper-rtsp": "5.15.134+3.24-1", "kmod-ipt-nflog": "5.15.134-1", "kmod-ipt-nfqueue": "5.15.134-1", "kmod-ipt-offload": "5.15.134-1", "kmod-ipt-physdev": "5.15.134-1", "kmod-ipt-proto": "5.15.134+3.24-1", "kmod-ipt-psd": "5.15.134+3.24-1", "kmod-ipt-quota2": "5.15.134+3.24-1", "kmod-ipt-raw6": "5.15.134-1", "kmod-ipt-raw": "5.15.134-1", "kmod-ipt-rpfilter": "5.15.134-1", "kmod-ipt-rtpengine": "5.15.134+10.5.2.6-3", "kmod-ipt-socket": "5.15.134-1", "kmod-ipt-sysrq": "5.15.134+3.24-1", "kmod-ipt-tarpit": "5.15.134+3.24-1", "kmod-ipt-tee": "5.15.134-1", "kmod-ipt-tproxy": "5.15.134-1", "kmod-ipt-u32": "5.15.134-1", "kmod-iptunnel4": "5.15.134-1", "kmod-iptunnel6": "5.15.134-1", "kmod-iptunnel": "5.15.134-1", "kmod-ipvlan": "5.15.134-1", "kmod-iscsi-initiator": "5.15.134-1", "kmod-iwlwifi": "5.15.134+6.1.24-3", "kmod-ixgbe": "5.15.134-1", "kmod-ixgbevf": "5.15.134-1", "kmod-jool-netfilter": "5.15.134+4.1.8-1", "kmod-keys-encrypted": "5.15.134-1", "kmod-keys-trusted": "5.15.134-1", "kmod-l2tp-eth": "5.15.134-1", "kmod-l2tp-ip": "5.15.134-1", "kmod-l2tp": "5.15.134-1", "kmod-lan743x": "5.15.134-1", "kmod-leds-gpio": "5.15.134-1", "kmod-leds-pca955x": "5.15.134-1", "kmod-leds-pca963x": "5.15.134-1", "kmod-leds-tlc591xx": "5.15.134-1", "kmod-leds-uleds": "5.15.134-1", "kmod-ledtrig-activity": "5.15.134-1", "kmod-ledtrig-audio": "5.15.134-1", "kmod-ledtrig-gpio": "5.15.134-1", "kmod-ledtrig-oneshot": "5.15.134-1", "kmod-ledtrig-pattern": "5.15.134-1", "kmod-ledtrig-transient": "5.15.134-1", "kmod-ledtrig-tty": "5.15.134-1", "kmod-lib-842": "5.15.134-1", "kmod-lib-cordic": "5.15.134-1", "kmod-lib-crc-ccitt": "5.15.134-1", "kmod-lib-crc-itu-t": "5.15.134-1", "kmod-lib-crc16": "5.15.134-1", "kmod-lib-crc32c": "5.15.134-1", "kmod-lib-crc7": "5.15.134-1", "kmod-lib-crc8": "5.15.134-1", "kmod-lib-lz4": "5.15.134-1", "kmod-lib-lzo": "5.15.134-1", "kmod-lib-raid6": "5.15.134-1", "kmod-lib-textsearch": "5.15.134-1", "kmod-lib-xor": "5.15.134-1", "kmod-lib-zlib-deflate": "5.15.134-1", "kmod-lib-zlib-inflate": "5.15.134-1", "kmod-lib-zstd": "5.15.134-1", "kmod-libphy": "5.15.134-1", "kmod-lkdtm": "5.15.134-1", "kmod-loop": "5.15.134-1", "kmod-lp": "5.15.134-1", "kmod-mac80211-hwsim": "5.15.134+6.1.24-3", "kmod-mac80211": "5.15.134+6.1.24-3", "kmod-mac802154": "5.15.134-1", "kmod-macremapper": "5.15.134-ramips-2", "kmod-macsec": "5.15.134-1", "kmod-macvlan": "5.15.134-1", "kmod-md-linear": "5.15.134-1", "kmod-md-mod": "5.15.134-1", "kmod-md-multipath": "5.15.134-1", "kmod-md-raid0": "5.15.134-1", "kmod-md-raid10": "5.15.134-1", "kmod-md-raid1": "5.15.134-1", "kmod-md-raid456": "5.15.134-1", "kmod-mdio-devres": "5.15.134-1", "kmod-mdio-gpio": "5.15.134-1", "kmod-mdio-netlink": "5.15.134+1.2.0-1", "kmod-mdio": "5.15.134-1", "kmod-mhi-bus": "5.15.134-1", "kmod-mhi-net": "5.15.134-1", "kmod-mhi-pci-generic": "5.15.134-1", "kmod-mhi-wwan-ctrl": "5.15.134-1", "kmod-mhi-wwan-mbim": "5.15.134-1", "kmod-mii": "5.15.134-1", "kmod-misdn": "5.15.134-1", "kmod-mlx4-core": "5.15.134-1", "kmod-mlx5-core": "5.15.134-1", "kmod-mmc-spi": "5.15.134-1", "kmod-mmc": "5.15.134-1", "kmod-mpls": "5.15.134-1", "kmod-mppe": "5.15.134-1", "kmod-mrf24j40": "5.15.134-1", "kmod-mt76-connac": "5.15.134+2023-08-14-b14c2351-1", "kmod-mt76-core": "5.15.134+2023-08-14-b14c2351-1", "kmod-mt76-sdio": "5.15.134+2023-08-14-b14c2351-1", "kmod-mt76-usb": "5.15.134+2023-08-14-b14c2351-1", "kmod-mt7601u": "5.15.134+6.1.24-3", "kmod-mt7603": "5.15.134+2023-08-14-b14c2351-1", "kmod-mt7615-common": "5.15.134+2023-08-14-b14c2351-1", "kmod-mt7615-firmware": "5.15.134+2023-08-14-b14c2351-1", "kmod-mt7615e": "5.15.134+2023-08-14-b14c2351-1", "kmod-mt7622-firmware": "5.15.134+2023-08-14-b14c2351-1", "kmod-mt7663-firmware-ap": "5.15.134+2023-08-14-b14c2351-1", "kmod-mt7663-firmware-sta": "5.15.134+2023-08-14-b14c2351-1", "kmod-mt7663-usb-sdio": "5.15.134+2023-08-14-b14c2351-1", "kmod-mt7663s": "5.15.134+2023-08-14-b14c2351-1", "kmod-mt7663u": "5.15.134+2023-08-14-b14c2351-1", "kmod-mt76": "5.15.134+2023-08-14-b14c2351-1", "kmod-mt76x0-common": "5.15.134+2023-08-14-b14c2351-1", "kmod-mt76x02-common": "5.15.134+2023-08-14-b14c2351-1", "kmod-mt76x02-usb": "5.15.134+2023-08-14-b14c2351-1", "kmod-mt76x0e": "5.15.134+2023-08-14-b14c2351-1", "kmod-mt76x0u": "5.15.134+2023-08-14-b14c2351-1", "kmod-mt76x2-common": "5.15.134+2023-08-14-b14c2351-1", "kmod-mt76x2": "5.15.134+2023-08-14-b14c2351-1", "kmod-mt76x2u": "5.15.134+2023-08-14-b14c2351-1", "kmod-mt7915-firmware": "5.15.134+2023-08-14-b14c2351-1", "kmod-mt7915e": "5.15.134+2023-08-14-b14c2351-1", "kmod-mt7916-firmware": "5.15.134+2023-08-14-b14c2351-1", "kmod-mt7921-common": "5.15.134+2023-08-14-b14c2351-1", "kmod-mt7921-firmware": "5.15.134+2023-08-14-b14c2351-1", "kmod-mt7921e": "5.15.134+2023-08-14-b14c2351-1", "kmod-mt7921s": "5.15.134+2023-08-14-b14c2351-1", "kmod-mt7921u": "5.15.134+2023-08-14-b14c2351-1", "kmod-mt792x-common": "5.15.134+2023-08-14-b14c2351-1", "kmod-mt792x-usb": "5.15.134+2023-08-14-b14c2351-1", "kmod-mtd-rw": "5.15.134+git-20160214-2", "kmod-mtdoops": "5.15.134-1", "kmod-mtdram": "5.15.134-1", "kmod-mtdtests": "5.15.134-1", "kmod-mux-core": "5.15.134-1", "kmod-mux-gpio": "5.15.134-1", "kmod-mwifiex-pcie": "5.15.134+6.1.24-3", "kmod-mwifiex-sdio": "5.15.134+6.1.24-3", "kmod-mwl8k": "5.15.134+6.1.24-3", "kmod-nat46": "5.15.134+2022-09-19-4c5beee2-1", "kmod-natsemi": "5.15.134-1", "kmod-nbd": "5.15.134-1", "kmod-ne2k-pci": "5.15.134-1", "kmod-net-selftests": "5.15.134-1", "kmod-netatop": "5.15.134+3.1-1", "kmod-netconsole": "5.15.134-1", "kmod-netem": "5.15.134-1", "kmod-netlink-diag": "5.15.134-1", "kmod-nf-conncount": "5.15.134-1", "kmod-nf-conntrack-netlink": "5.15.134-1", "kmod-nf-conntrack6": "5.15.134-1", "kmod-nf-conntrack": "5.15.134-1", "kmod-nf-flow": "5.15.134-1", "kmod-nf-ipt6": "5.15.134-1", "kmod-nf-ipt": "5.15.134-1", "kmod-nf-ipvs-ftp": "5.15.134-1", "kmod-nf-ipvs-sip": "5.15.134-1", "kmod-nf-ipvs": "5.15.134-1", "kmod-nf-log6": "5.15.134-1", "kmod-nf-log": "5.15.134-1", "kmod-nf-nat6": "5.15.134-1", "kmod-nf-nat": "5.15.134-1", "kmod-nf-nathelper-extra": "5.15.134-1", "kmod-nf-nathelper": "5.15.134-1", "kmod-nf-reject6": "5.15.134-1", "kmod-nf-reject": "5.15.134-1", "kmod-nf-socket": "5.15.134-1", "kmod-nf-tproxy": "5.15.134-1", "kmod-nfnetlink-log": "5.15.134-1", "kmod-nfnetlink-queue": "5.15.134-1", "kmod-nfnetlink": "5.15.134-1", "kmod-nft-arp": "5.15.134-1", "kmod-nft-bridge": "5.15.134-1", "kmod-nft-compat": "5.15.134-1", "kmod-nft-connlimit": "5.15.134-1", "kmod-nft-core": "5.15.134-1", "kmod-nft-dup-inet": "5.15.134-1", "kmod-nft-fib": "5.15.134-1", "kmod-nft-nat": "5.15.134-1", "kmod-nft-netdev": "5.15.134-1", "kmod-nft-offload": "5.15.134-1", "kmod-nft-queue": "5.15.134-1", "kmod-nft-socket": "5.15.134-1", "kmod-nft-tproxy": "5.15.134-1", "kmod-nft-xfrm": "5.15.134-1", "kmod-niu": "5.15.134-1", "kmod-nlmon": "5.15.134-1", "kmod-nls-base": "5.15.134-1", "kmod-nls-cp1250": "5.15.134-1", "kmod-nls-cp1251": "5.15.134-1", "kmod-nls-cp437": "5.15.134-1", "kmod-nls-cp775": "5.15.134-1", "kmod-nls-cp850": "5.15.134-1", "kmod-nls-cp852": "5.15.134-1", "kmod-nls-cp862": "5.15.134-1", "kmod-nls-cp864": "5.15.134-1", "kmod-nls-cp866": "5.15.134-1", "kmod-nls-cp932": "5.15.134-1", "kmod-nls-cp936": "5.15.134-1", "kmod-nls-cp950": "5.15.134-1", "kmod-nls-iso8859-13": "5.15.134-1", "kmod-nls-iso8859-15": "5.15.134-1", "kmod-nls-iso8859-1": "5.15.134-1", "kmod-nls-iso8859-2": "5.15.134-1", "kmod-nls-iso8859-6": "5.15.134-1", "kmod-nls-iso8859-8": "5.15.134-1", "kmod-nls-koi8r": "5.15.134-1", "kmod-nls-utf8": "5.15.134-1", "kmod-nsh": "5.15.134-1", "kmod-nvme": "5.15.134-1", "kmod-of-mdio": "5.15.134-1", "kmod-oid-registry": "5.15.134-1", "kmod-openvswitch-geneve": "5.15.134+2.17.0-3", "kmod-openvswitch-gre": "5.15.134+2.17.0-3", "kmod-openvswitch-vxlan": "5.15.134+2.17.0-3", "kmod-openvswitch": "5.15.134+2.17.0-3", "kmod-ovpn-dco": "5.15.134+2022-10-23-d1d53564-3", "kmod-owl-loader": "5.15.134+6.1.24-3", "kmod-parport-pc": "5.15.134-1", "kmod-pcnet32": "5.15.134-1", "kmod-pf-ring": "5.15.134+8.0.0-1", "kmod-phy-aquantia": "5.15.134-1", "kmod-phy-ax88796b": "5.15.134-1", "kmod-phy-bcm84881": "5.15.134-1", "kmod-phy-broadcom": "5.15.134-1", "kmod-phy-marvell-10g": "5.15.134-1", "kmod-phy-marvell": "5.15.134-1", "kmod-phy-microchip": "5.15.134-1", "kmod-phy-realtek": "5.15.134-1", "kmod-phy-smsc": "5.15.134-1", "kmod-phylib-broadcom": "5.15.134-1", "kmod-phylink": "5.15.134-1", "kmod-pinctrl-mcp23s08-i2c": "5.15.134-1", "kmod-pinctrl-mcp23s08-spi": "5.15.134-1", "kmod-pinctrl-mcp23s08": "5.15.134-1", "kmod-pktgen": "5.15.134-1", "kmod-pmbus-core": "5.15.134-1", "kmod-pmbus-zl6100": "5.15.134-1", "kmod-ppdev": "5.15.134-1", "kmod-ppp-synctty": "5.15.134-1", "kmod-ppp": "5.15.134-1", "kmod-pppoa": "5.15.134-1", "kmod-pppoe": "5.15.134-1", "kmod-pppol2tp": "5.15.134-1", "kmod-pppox": "5.15.134-1", "kmod-pps-gpio": "5.15.134-1", "kmod-pps-ldisc": "5.15.134-1", "kmod-pps": "5.15.134-1", "kmod-pptp": "5.15.134-1", "kmod-pstore": "5.15.134-1", "kmod-ptp": "5.15.134-1", "kmod-pwm-mediatek-ramips": "5.15.134-1", "kmod-qlcnic": "5.15.134-1", "kmod-qrtr-mhi": "5.15.134-1", "kmod-qrtr-tun": "5.15.134-1", "kmod-qrtr": "5.15.134-1", "kmod-r6040": "5.15.134-1", "kmod-r8169": "5.15.134-1", "kmod-ramoops": "5.15.134-1", "kmod-random-core": "5.15.134-1", "kmod-reed-solomon": "5.15.134-1", "kmod-regmap-core": "5.15.134-1", "kmod-regmap-i2c": "5.15.134-1", "kmod-regmap-spi": "5.15.134-1", "kmod-rsi91x-sdio": "5.15.134+6.1.24-3", "kmod-rsi91x-usb": "5.15.134+6.1.24-3", "kmod-rsi91x": "5.15.134+6.1.24-3", "kmod-rt2800-lib": "5.15.134+6.1.24-3", "kmod-rt2800-mmio": "5.15.134+6.1.24-3", "kmod-rt2800-pci": "5.15.134+6.1.24-3", "kmod-rt2800-usb": "5.15.134+6.1.24-3", "kmod-rt2x00-lib": "5.15.134+6.1.24-3", "kmod-rt2x00-mmio": "5.15.134+6.1.24-3", "kmod-rt2x00-pci": "5.15.134+6.1.24-3", "kmod-rt2x00-usb": "5.15.134+6.1.24-3", "kmod-rtl8192c-common": "5.15.134+6.1.24-3", "kmod-rtl8192ce": "5.15.134+6.1.24-3", "kmod-rtl8192cu": "5.15.134+6.1.24-3", "kmod-rtl8192de": "5.15.134+6.1.24-3", "kmod-rtl8192se": "5.15.134+6.1.24-3", "kmod-rtl8723bs": "5.15.134+6.1.24-3", "kmod-rtl8812au-ct": "5.15.134+2021-11-07-39df5596-1", "kmod-rtl8821ae": "5.15.134+6.1.24-3", "kmod-rtl8xxxu": "5.15.134+6.1.24-3", "kmod-rtlwifi-btcoexist": "5.15.134+6.1.24-3", "kmod-rtlwifi-pci": "5.15.134+6.1.24-3", "kmod-rtlwifi-usb": "5.15.134+6.1.24-3", "kmod-rtlwifi": "5.15.134+6.1.24-3", "kmod-rtw88": "5.15.134+6.1.24-3", "kmod-sched-act-ipt": "5.15.134-1", "kmod-sched-act-police": "5.15.134-1", "kmod-sched-act-sample": "5.15.134-1", "kmod-sched-act-vlan": "5.15.134-1", "kmod-sched-bpf": "5.15.134-1", "kmod-sched-cake": "5.15.134-1", "kmod-sched-connmark": "5.15.134-1", "kmod-sched-core": "5.15.134-1", "kmod-sched-ctinfo": "5.15.134-1", "kmod-sched-drr": "5.15.134-1", "kmod-sched-flower": "5.15.134-1", "kmod-sched-fq-pie": "5.15.134-1", "kmod-sched-ipset": "5.15.134-1", "kmod-sched-mqprio": "5.15.134-1", "kmod-sched-pie": "5.15.134-1", "kmod-sched-prio": "5.15.134-1", "kmod-sched-red": "5.15.134-1", "kmod-sched-skbprio": "5.15.134-1", "kmod-sched": "5.15.134-1", "kmod-scsi-cdrom": "5.15.134-1", "kmod-scsi-core": "5.15.134-1", "kmod-scsi-generic": "5.15.134-1", "kmod-scsi-tape": "5.15.134-1", "kmod-sctp": "5.15.134-1", "kmod-sdhci-mt7620": "5.15.134-1", "kmod-sdhci": "5.15.134-1", "kmod-serial-8250-exar": "5.15.134-1", "kmod-serial-8250": "5.15.134-1", "kmod-sfc-falcon": "5.15.134-1", "kmod-sfc": "5.15.134-1", "kmod-sfp": "5.15.134-1", "kmod-siit": "5.15.134+1.2-4", "kmod-sis190": "5.15.134-1", "kmod-sis900": "5.15.134-1", "kmod-sit": "5.15.134-1", "kmod-skge": "5.15.134-1", "kmod-sky2": "5.15.134-1", "kmod-slhc": "5.15.134-1", "kmod-slip": "5.15.134-1", "kmod-softdog": "5.15.134-1", "kmod-solos-pci": "5.15.134-1", "kmod-sound-core": "5.15.134-1", "kmod-sound-dummy": "5.15.134-1", "kmod-sound-ens1371": "5.15.134-1", "kmod-sound-hda-codec-analog": "5.15.134-1", "kmod-sound-hda-codec-ca0110": "5.15.134-1", "kmod-sound-hda-codec-ca0132": "5.15.134-1", "kmod-sound-hda-codec-cirrus": "5.15.134-1", "kmod-sound-hda-codec-cmedia": "5.15.134-1", "kmod-sound-hda-codec-conexant": "5.15.134-1", "kmod-sound-hda-codec-hdmi": "5.15.134-1", "kmod-sound-hda-codec-idt": "5.15.134-1", "kmod-sound-hda-codec-realtek": "5.15.134-1", "kmod-sound-hda-codec-si3054": "5.15.134-1", "kmod-sound-hda-codec-via": "5.15.134-1", "kmod-sound-hda-core": "5.15.134-1", "kmod-sound-i8x0": "5.15.134-1", "kmod-sound-mpu401": "5.15.134-1", "kmod-sound-mt7620": "5.15.134-1", "kmod-sound-seq": "5.15.134-1", "kmod-sound-soc-ac97": "5.15.134-1", "kmod-sound-soc-core": "5.15.134-1", "kmod-sound-soc-spdif": "5.15.134-1", "kmod-sound-via82xx": "5.15.134-1", "kmod-spi-bitbang": "5.15.134-1", "kmod-spi-dev": "5.15.134-1", "kmod-spi-gpio": "5.15.134-1", "kmod-spi-ks8995": "5.15.134-1", "kmod-ssb": "5.15.134-1", "kmod-swconfig": "5.15.134-1", "kmod-switch-ar8xxx": "5.15.134-1", "kmod-switch-bcm53xx-mdio": "5.15.134-1", "kmod-switch-bcm53xx": "5.15.134-1", "kmod-switch-ip17xx": "5.15.134-1", "kmod-switch-rtl8306": "5.15.134-1", "kmod-switch-rtl8366-smi": "5.15.134-1", "kmod-switch-rtl8366rb": "5.15.134-1", "kmod-switch-rtl8366s": "5.15.134-1", "kmod-switch-rtl8367": "5.15.134-1", "kmod-switch-rtl8367b": "5.15.134-1", "kmod-tcp-bbr": "5.15.134-1", "kmod-tcp-hybla": "5.15.134-1", "kmod-tcp-scalable": "5.15.134-1", "kmod-tg3": "5.15.134-1", "kmod-thermal": "5.15.134-1", "kmod-tls": "5.15.134-1", "kmod-tpm-i2c-atmel": "5.15.134-1", "kmod-tpm-i2c-infineon": "5.15.134-1", "kmod-tpm": "5.15.134-1", "kmod-trelay": "5.15.134-2", "kmod-tulip": "5.15.134-1", "kmod-tun": "5.15.134-1", "kmod-udptunnel4": "5.15.134-1", "kmod-udptunnel6": "5.15.134-1", "kmod-usb-acm": "5.15.134-1", "kmod-usb-atm-cxacru": "5.15.134-1", "kmod-usb-atm-speedtouch": "5.15.134-1", "kmod-usb-atm-ueagle": "5.15.134-1", "kmod-usb-atm": "5.15.134-1", "kmod-usb-audio": "5.15.134-1", "kmod-usb-cm109": "5.15.134-1", "kmod-usb-core": "5.15.134-1", "kmod-usb-dwc2-pci": "5.15.134-1", "kmod-usb-dwc2": "5.15.134-1", "kmod-usb-dwc3": "5.15.134-1", "kmod-usb-ehci": "5.15.134-1", "kmod-usb-hid-cp2112": "5.15.134-1", "kmod-usb-hid-mcp2221": "5.15.134-1", "kmod-usb-hid": "5.15.134-1", "kmod-usb-ledtrig-usbport": "5.15.134-1", "kmod-usb-net-aqc111": "5.15.134-1", "kmod-usb-net-asix-ax88179": "5.15.134-1", "kmod-usb-net-asix": "5.15.134-1", "kmod-usb-net-cdc-eem": "5.15.134-1", "kmod-usb-net-cdc-ether": "5.15.134-1", "kmod-usb-net-cdc-mbim": "5.15.134-1", "kmod-usb-net-cdc-ncm": "5.15.134-1", "kmod-usb-net-cdc-subset": "5.15.134-1", "kmod-usb-net-dm9601-ether": "5.15.134-1", "kmod-usb-net-hso": "5.15.134-1", "kmod-usb-net-huawei-cdc-ncm": "5.15.134-1", "kmod-usb-net-ipheth": "5.15.134-1", "kmod-usb-net-kalmia": "5.15.134-1", "kmod-usb-net-kaweth": "5.15.134-1", "kmod-usb-net-lan78xx": "5.15.134-1", "kmod-usb-net-mcs7830": "5.15.134-1", "kmod-usb-net-pegasus": "5.15.134-1", "kmod-usb-net-pl": "5.15.134-1", "kmod-usb-net-qmi-wwan": "5.15.134-1", "kmod-usb-net-rndis": "5.15.134-1", "kmod-usb-net-rtl8150": "5.15.134-1", "kmod-usb-net-rtl8152": "5.15.134-1", "kmod-usb-net-sierrawireless": "5.15.134-1", "kmod-usb-net-smsc75xx": "5.15.134-1", "kmod-usb-net-smsc95xx": "5.15.134-1", "kmod-usb-net-sr9700": "5.15.134-1", "kmod-usb-net": "5.15.134-1", "kmod-usb-ohci-pci": "5.15.134-1", "kmod-usb-ohci": "5.15.134-1", "kmod-usb-phy-nop": "5.15.134-1", "kmod-usb-printer": "5.15.134-1", "kmod-usb-roles": "5.15.134-1", "kmod-usb-serial-ark3116": "5.15.134-1", "kmod-usb-serial-belkin": "5.15.134-1", "kmod-usb-serial-ch341": "5.15.134-1", "kmod-usb-serial-cp210x": "5.15.134-1", "kmod-usb-serial-cypress-m8": "5.15.134-1", "kmod-usb-serial-dmx_usb_module": "5.15.134+19.12.1-1", "kmod-usb-serial-edgeport": "5.15.134-1", "kmod-usb-serial-ftdi": "5.15.134-1", "kmod-usb-serial-garmin": "5.15.134-1", "kmod-usb-serial-ipw": "5.15.134-1", "kmod-usb-serial-keyspan": "5.15.134-1", "kmod-usb-serial-mct": "5.15.134-1", "kmod-usb-serial-mos7720": "5.15.134-1", "kmod-usb-serial-mos7840": "5.15.134-1", "kmod-usb-serial-option": "5.15.134-1", "kmod-usb-serial-oti6858": "5.15.134-1", "kmod-usb-serial-pl2303": "5.15.134-1", "kmod-usb-serial-qualcomm": "5.15.134-1", "kmod-usb-serial-sierrawireless": "5.15.134-1", "kmod-usb-serial-simple": "5.15.134-1", "kmod-usb-serial-ti-usb": "5.15.134-1", "kmod-usb-serial-visor": "5.15.134-1", "kmod-usb-serial-wwan": "5.15.134-1", "kmod-usb-serial-xr_usb_serial_common": "5.15.134+2022-03-30-ecc6ebe0-1", "kmod-usb-serial": "5.15.134-1", "kmod-usb-storage-extras": "5.15.134-1", "kmod-usb-storage-uas": "5.15.134-1", "kmod-usb-storage": "5.15.134-1", "kmod-usb-uhci": "5.15.134-1", "kmod-usb-wdm": "5.15.134-1", "kmod-usb-xhci-hcd": "5.15.134-1", "kmod-usb-yealink": "5.15.134-1", "kmod-usb2-pci": "5.15.134-1", "kmod-usb2": "5.15.134-1", "kmod-usb3": "5.15.134-1", "kmod-usbip-client": "5.15.134-1", "kmod-usbip-server": "5.15.134-1", "kmod-usbip": "5.15.134-1", "kmod-usbmon": "5.15.134-1", "kmod-v4l2loopback": "5.15.134+v0.12.7-2", "kmod-veth": "5.15.134-1", "kmod-vhost-net": "5.15.134-1", "kmod-vhost": "5.15.134-1", "kmod-via-rhine": "5.15.134-1", "kmod-via-velocity": "5.15.134-1", "kmod-video-core": "5.15.134-1", "kmod-video-cpia2": "5.15.134-1", "kmod-video-gspca-conex": "5.15.134-1", "kmod-video-gspca-core": "5.15.134-1", "kmod-video-gspca-etoms": "5.15.134-1", "kmod-video-gspca-finepix": "5.15.134-1", "kmod-video-gspca-gl860": "5.15.134-1", "kmod-video-gspca-jeilinj": "5.15.134-1", "kmod-video-gspca-konica": "5.15.134-1", "kmod-video-gspca-m5602": "5.15.134-1", "kmod-video-gspca-mars": "5.15.134-1", "kmod-video-gspca-mr97310a": "5.15.134-1", "kmod-video-gspca-ov519": "5.15.134-1", "kmod-video-gspca-ov534-9": "5.15.134-1", "kmod-video-gspca-ov534": "5.15.134-1", "kmod-video-gspca-pac207": "5.15.134-1", "kmod-video-gspca-pac7311": "5.15.134-1", "kmod-video-gspca-se401": "5.15.134-1", "kmod-video-gspca-sn9c20x": "5.15.134-1", "kmod-video-gspca-sonixb": "5.15.134-1", "kmod-video-gspca-sonixj": "5.15.134-1", "kmod-video-gspca-spca500": "5.15.134-1", "kmod-video-gspca-spca501": "5.15.134-1", "kmod-video-gspca-spca505": "5.15.134-1", "kmod-video-gspca-spca506": "5.15.134-1", "kmod-video-gspca-spca508": "5.15.134-1", "kmod-video-gspca-spca561": "5.15.134-1", "kmod-video-gspca-sq905": "5.15.134-1", "kmod-video-gspca-sq905c": "5.15.134-1", "kmod-video-gspca-sq930x": "5.15.134-1", "kmod-video-gspca-stk014": "5.15.134-1", "kmod-video-gspca-stv06xx": "5.15.134-1", "kmod-video-gspca-sunplus": "5.15.134-1", "kmod-video-gspca-t613": "5.15.134-1", "kmod-video-gspca-tv8532": "5.15.134-1", "kmod-video-gspca-vc032x": "5.15.134-1", "kmod-video-gspca-zc3xx": "5.15.134-1", "kmod-video-pwc": "5.15.134-1", "kmod-video-uvc": "5.15.134-1", "kmod-video-videobuf2": "5.15.134-1", "kmod-vmxnet3": "5.15.134-1", "kmod-vxlan": "5.15.134-1", "kmod-w1-master-ds2482": "5.15.134-1", "kmod-w1-master-ds2490": "5.15.134-1", "kmod-w1-master-gpio": "5.15.134-1", "kmod-w1-slave-ds2413": "5.15.134-1", "kmod-w1-slave-ds2431": "5.15.134-1", "kmod-w1-slave-ds2433": "5.15.134-1", "kmod-w1-slave-smem": "5.15.134-1", "kmod-w1-slave-therm": "5.15.134-1", "kmod-w1": "5.15.134-1", "kmod-wdt-sp805": "5.15.134-1", "kmod-wil6210": "5.15.134+6.1.24-3", "kmod-wireguard": "5.15.134-1", "kmod-wl12xx": "5.15.134+6.1.24-3", "kmod-wl18xx": "5.15.134+6.1.24-3", "kmod-wlcore": "5.15.134+6.1.24-3", "kmod-wwan": "5.15.134-1", "kmod-xfrm-interface": "5.15.134-1", "kmod-zram": "5.15.134-1", "libatomic1": "12.3.0-4", "libgcc1": "12.3.0-4", "libip4tc2": "1.8.8-1", "libip6tc2": "1.8.8-1", "libiptext-nft0": "1.8.8-1", "libiptext0": "1.8.8-1", "libiptext6-0": "1.8.8-1", "libpthread": "1.2.4-4", "librt": "1.2.4-4", "libstdcpp6": "12.3.0-4", "libxtables12": "1.8.8-1", "mtd": "26", "snapshot-tool": "2023-02-28-bfe882d5-1", "uboot-envtools": "2023.04-1", "umbim": "2022-08-13-146bc77c-24", "uqmi": "2022-10-20-c8c9f105-1", "xtables-legacy": "1.8.8-1", "xtables-nft": "1.8.8-1"}} diff --git a/packages/ramips/mt76x8/packages/ip6tables-extra_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/ip6tables-extra_1.8.8-1_mipsel_24kc.ipk index 6eabf44..124ce7b 100644 Binary files a/packages/ramips/mt76x8/packages/ip6tables-extra_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/ip6tables-extra_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/ip6tables-mod-nat_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/ip6tables-mod-nat_1.8.8-1_mipsel_24kc.ipk index 89713a8..30cf6ee 100644 Binary files a/packages/ramips/mt76x8/packages/ip6tables-mod-nat_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/ip6tables-mod-nat_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/ip6tables-nft_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/ip6tables-nft_1.8.8-1_mipsel_24kc.ipk index 75c440a..803cfbc 100644 Binary files a/packages/ramips/mt76x8/packages/ip6tables-nft_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/ip6tables-nft_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/ip6tables-zz-legacy_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/ip6tables-zz-legacy_1.8.8-1_mipsel_24kc.ipk index cb2f821..b2ae9cc 100644 Binary files a/packages/ramips/mt76x8/packages/ip6tables-zz-legacy_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/ip6tables-zz-legacy_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/iptables-mod-checksum_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/iptables-mod-checksum_1.8.8-1_mipsel_24kc.ipk index 74cd1a6..b87473a 100644 Binary files a/packages/ramips/mt76x8/packages/iptables-mod-checksum_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/iptables-mod-checksum_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/iptables-mod-cluster_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/iptables-mod-cluster_1.8.8-1_mipsel_24kc.ipk index 3a51b9d..214a03c 100644 Binary files a/packages/ramips/mt76x8/packages/iptables-mod-cluster_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/iptables-mod-cluster_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/iptables-mod-clusterip_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/iptables-mod-clusterip_1.8.8-1_mipsel_24kc.ipk index f946660..05d93ad 100644 Binary files a/packages/ramips/mt76x8/packages/iptables-mod-clusterip_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/iptables-mod-clusterip_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/iptables-mod-conntrack-extra_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/iptables-mod-conntrack-extra_1.8.8-1_mipsel_24kc.ipk index 11c2b42..3905eba 100644 Binary files a/packages/ramips/mt76x8/packages/iptables-mod-conntrack-extra_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/iptables-mod-conntrack-extra_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/iptables-mod-extra_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/iptables-mod-extra_1.8.8-1_mipsel_24kc.ipk index a71c395..cd129d0 100644 Binary files a/packages/ramips/mt76x8/packages/iptables-mod-extra_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/iptables-mod-extra_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/iptables-mod-filter_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/iptables-mod-filter_1.8.8-1_mipsel_24kc.ipk index dd06088..f375815 100644 Binary files a/packages/ramips/mt76x8/packages/iptables-mod-filter_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/iptables-mod-filter_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/iptables-mod-hashlimit_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/iptables-mod-hashlimit_1.8.8-1_mipsel_24kc.ipk index 1847fcc..1946265 100644 Binary files a/packages/ramips/mt76x8/packages/iptables-mod-hashlimit_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/iptables-mod-hashlimit_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/iptables-mod-ipopt_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/iptables-mod-ipopt_1.8.8-1_mipsel_24kc.ipk index ef83ccb..e7d8446 100644 Binary files a/packages/ramips/mt76x8/packages/iptables-mod-ipopt_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/iptables-mod-ipopt_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/iptables-mod-iprange_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/iptables-mod-iprange_1.8.8-1_mipsel_24kc.ipk index 0311079..82fe3e7 100644 Binary files a/packages/ramips/mt76x8/packages/iptables-mod-iprange_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/iptables-mod-iprange_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/iptables-mod-ipsec_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/iptables-mod-ipsec_1.8.8-1_mipsel_24kc.ipk index 816766e..7ccd4f6 100644 Binary files a/packages/ramips/mt76x8/packages/iptables-mod-ipsec_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/iptables-mod-ipsec_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/iptables-mod-led_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/iptables-mod-led_1.8.8-1_mipsel_24kc.ipk index c3f39e9..6aacf66 100644 Binary files a/packages/ramips/mt76x8/packages/iptables-mod-led_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/iptables-mod-led_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/iptables-mod-nat-extra_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/iptables-mod-nat-extra_1.8.8-1_mipsel_24kc.ipk index 3c9b9de..66f47b1 100644 Binary files a/packages/ramips/mt76x8/packages/iptables-mod-nat-extra_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/iptables-mod-nat-extra_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/iptables-mod-nflog_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/iptables-mod-nflog_1.8.8-1_mipsel_24kc.ipk index 238d4e7..7b3fdd3 100644 Binary files a/packages/ramips/mt76x8/packages/iptables-mod-nflog_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/iptables-mod-nflog_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/iptables-mod-nfqueue_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/iptables-mod-nfqueue_1.8.8-1_mipsel_24kc.ipk index b94a4c5..3a90549 100644 Binary files a/packages/ramips/mt76x8/packages/iptables-mod-nfqueue_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/iptables-mod-nfqueue_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/iptables-mod-physdev_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/iptables-mod-physdev_1.8.8-1_mipsel_24kc.ipk index 5654dfc..62724ee 100644 Binary files a/packages/ramips/mt76x8/packages/iptables-mod-physdev_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/iptables-mod-physdev_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/iptables-mod-rpfilter_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/iptables-mod-rpfilter_1.8.8-1_mipsel_24kc.ipk index d9852dc..bde9f54 100644 Binary files a/packages/ramips/mt76x8/packages/iptables-mod-rpfilter_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/iptables-mod-rpfilter_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/iptables-mod-socket_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/iptables-mod-socket_1.8.8-1_mipsel_24kc.ipk index 504fb50..7735f04 100644 Binary files a/packages/ramips/mt76x8/packages/iptables-mod-socket_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/iptables-mod-socket_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/iptables-mod-tee_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/iptables-mod-tee_1.8.8-1_mipsel_24kc.ipk index 669b235..5563539 100644 Binary files a/packages/ramips/mt76x8/packages/iptables-mod-tee_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/iptables-mod-tee_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/iptables-mod-tproxy_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/iptables-mod-tproxy_1.8.8-1_mipsel_24kc.ipk index 97bd6c4..777e41a 100644 Binary files a/packages/ramips/mt76x8/packages/iptables-mod-tproxy_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/iptables-mod-tproxy_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/iptables-mod-trace_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/iptables-mod-trace_1.8.8-1_mipsel_24kc.ipk index 5d75736..6bb007b 100644 Binary files a/packages/ramips/mt76x8/packages/iptables-mod-trace_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/iptables-mod-trace_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/iptables-mod-u32_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/iptables-mod-u32_1.8.8-1_mipsel_24kc.ipk index c73a233..3ece62d 100644 Binary files a/packages/ramips/mt76x8/packages/iptables-mod-u32_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/iptables-mod-u32_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/iptables-nft_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/iptables-nft_1.8.8-1_mipsel_24kc.ipk index 6804a9e..dac3291 100644 Binary files a/packages/ramips/mt76x8/packages/iptables-nft_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/iptables-nft_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/iptables-zz-legacy_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/iptables-zz-legacy_1.8.8-1_mipsel_24kc.ipk index ec7d514..13b19b0 100644 Binary files a/packages/ramips/mt76x8/packages/iptables-zz-legacy_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/iptables-zz-legacy_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kernel_5.15.134-1-6b4ccb8decb862a3336acd580375d1d1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kernel_5.15.134-1-6b4ccb8decb862a3336acd580375d1d1_mipsel_24kc.ipk new file mode 100644 index 0000000..01dca58 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kernel_5.15.134-1-6b4ccb8decb862a3336acd580375d1d1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kernel_5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kernel_5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf_mipsel_24kc.ipk deleted file mode 100644 index 4e6c10d..0000000 Binary files a/packages/ramips/mt76x8/packages/kernel_5.15.137-1-07ebb65a66b67668d1a7d35e1c0623cf_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-3c59x_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-3c59x_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..1b5adcd Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-3c59x_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-3c59x_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-3c59x_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 7850612..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-3c59x_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-6lowpan_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-6lowpan_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..120fa36 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-6lowpan_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-6lowpan_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-6lowpan_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 31f9d0a..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-6lowpan_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-8139cp_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-8139cp_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..913b4fe Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-8139cp_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-8139cp_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-8139cp_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 282be79..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-8139cp_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-8139too_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-8139too_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..f1750c6 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-8139too_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-8139too_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-8139too_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 33fcda2..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-8139too_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ac97_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ac97_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..0868fbe Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ac97_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ac97_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ac97_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index ee078fa..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ac97_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-alx_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-alx_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..cca14ec Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-alx_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-alx_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-alx_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 26ae549..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-alx_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-aoe_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-aoe_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..7f2ffc7 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-aoe_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-aoe_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-aoe_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 4ec81f1..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-aoe_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ar5523_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ar5523_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..21a4f7c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ar5523_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ar5523_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ar5523_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index fa50971..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ar5523_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-arptables_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-arptables_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..18a5457 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-arptables_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-arptables_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-arptables_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 81e0530..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-arptables_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-asn1-decoder_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-asn1-decoder_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..e64a6f0 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-asn1-decoder_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-asn1-decoder_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-asn1-decoder_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 745545b..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-asn1-decoder_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-asn1-encoder_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-asn1-encoder_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..0ca70fb Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-asn1-encoder_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-asn1-encoder_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-asn1-encoder_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 7a8f1ce..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-asn1-encoder_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-at86rf230_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-at86rf230_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3084d5f Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-at86rf230_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-at86rf230_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-at86rf230_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d3acbe5..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-at86rf230_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ata-ahci_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ata-ahci_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..5b38241 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ata-ahci_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ata-ahci_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ata-ahci_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 0c79552..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ata-ahci_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ata-artop_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ata-artop_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..bf1902a Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ata-artop_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ata-artop_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ata-artop_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 83a10cd..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ata-artop_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ata-core_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ata-core_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..ed104f5 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ata-core_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ata-core_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ata-core_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 1e7add0..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ata-core_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ata-nvidia-sata_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ata-nvidia-sata_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..0e9cdfd Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ata-nvidia-sata_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ata-nvidia-sata_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ata-nvidia-sata_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a9f7001..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ata-nvidia-sata_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ata-pdc202xx-old_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ata-pdc202xx-old_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..5b53b3c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ata-pdc202xx-old_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ata-pdc202xx-old_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ata-pdc202xx-old_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index ea94526..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ata-pdc202xx-old_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ata-piix_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ata-piix_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..efca8d2 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ata-piix_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ata-piix_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ata-piix_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a3bfdb0..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ata-piix_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ata-sil24_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ata-sil24_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..7de815f Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ata-sil24_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ata-sil24_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ata-sil24_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 09b9da6..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ata-sil24_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ata-sil_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ata-sil_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..b0d7d2f Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ata-sil_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ata-sil_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ata-sil_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 3244c43..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ata-sil_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ata-via-sata_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ata-via-sata_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..e05d70f Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ata-via-sata_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ata-via-sata_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ata-via-sata_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index aa28a96..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ata-via-sata_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ath10k-ct-smallbuffers_5.15.134+2022-05-13-f808496f-5_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ath10k-ct-smallbuffers_5.15.134+2022-05-13-f808496f-5_mipsel_24kc.ipk new file mode 100644 index 0000000..8ed1b94 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ath10k-ct-smallbuffers_5.15.134+2022-05-13-f808496f-5_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ath10k-ct-smallbuffers_5.15.137+2022-05-13-f808496f-5_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ath10k-ct-smallbuffers_5.15.137+2022-05-13-f808496f-5_mipsel_24kc.ipk deleted file mode 100644 index 158eb23..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ath10k-ct-smallbuffers_5.15.137+2022-05-13-f808496f-5_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ath10k-ct_5.15.134+2022-05-13-f808496f-5_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ath10k-ct_5.15.134+2022-05-13-f808496f-5_mipsel_24kc.ipk new file mode 100644 index 0000000..d973d49 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ath10k-ct_5.15.134+2022-05-13-f808496f-5_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ath10k-ct_5.15.137+2022-05-13-f808496f-5_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ath10k-ct_5.15.137+2022-05-13-f808496f-5_mipsel_24kc.ipk deleted file mode 100644 index f1ffe9d..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ath10k-ct_5.15.137+2022-05-13-f808496f-5_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ath10k-smallbuffers_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ath10k-smallbuffers_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..5d2cfb7 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ath10k-smallbuffers_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ath10k-smallbuffers_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ath10k-smallbuffers_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index 9a113b4..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ath10k-smallbuffers_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ath10k_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ath10k_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..296542a Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ath10k_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ath10k_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ath10k_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index 7e4d956..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ath10k_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ath11k-pci_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ath11k-pci_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..2acfb86 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ath11k-pci_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ath11k-pci_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ath11k-pci_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index 284530b..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ath11k-pci_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ath11k_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ath11k_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..1bb8591 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ath11k_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ath11k_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ath11k_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index af750fd..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ath11k_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ath3k_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ath3k_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c708f5d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ath3k_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ath3k_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ath3k_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 19d8b42..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ath3k_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ath5k_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ath5k_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..2287b17 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ath5k_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ath5k_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ath5k_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index 18f84c4..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ath5k_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ath6kl-sdio_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ath6kl-sdio_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..735012d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ath6kl-sdio_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ath6kl-sdio_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ath6kl-sdio_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index 4f0acfe..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ath6kl-sdio_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ath6kl-usb_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ath6kl-usb_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..6ed3d9d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ath6kl-usb_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ath6kl-usb_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ath6kl-usb_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index c783c07..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ath6kl-usb_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ath6kl_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ath6kl_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..34d6108 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ath6kl_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ath6kl_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ath6kl_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index 03726c5..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ath6kl_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ath9k-common_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ath9k-common_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..59c8700 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ath9k-common_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ath9k-common_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ath9k-common_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index dadd035..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ath9k-common_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ath9k-htc_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ath9k-htc_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..2563e61 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ath9k-htc_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ath9k-htc_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ath9k-htc_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index 552361f..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ath9k-htc_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ath9k_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ath9k_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..3e55c18 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ath9k_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ath9k_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ath9k_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index 2166de8..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ath9k_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ath_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ath_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..fb5b554 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ath_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ath_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ath_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index c1ecfe2..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ath_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-atl1_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-atl1_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c9742d1 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-atl1_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-atl1_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-atl1_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 7129c9a..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-atl1_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-atl1c_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-atl1c_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3ad4665 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-atl1c_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-atl1c_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-atl1c_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a913e20..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-atl1c_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-atl1e_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-atl1e_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..21fa292 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-atl1e_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-atl1e_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-atl1e_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 89e0d8a..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-atl1e_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-atl2_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-atl2_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..d39b178 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-atl2_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-atl2_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-atl2_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index bff54ca..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-atl2_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-atlantic_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-atlantic_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..a4cd149 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-atlantic_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-atlantic_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-atlantic_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index da29475..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-atlantic_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-atm_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-atm_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..08298c5 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-atm_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-atm_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-atm_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 93f8215..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-atm_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-atmtcp_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-atmtcp_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..d37ca5c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-atmtcp_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-atmtcp_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-atmtcp_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index f93d116..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-atmtcp_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-atusb_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-atusb_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..d075b68 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-atusb_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-atusb_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-atusb_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 9907ed5..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-atusb_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ax25_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ax25_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..1cc13ba Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ax25_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ax25_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ax25_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 5c401b4..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ax25_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-b43_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-b43_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..41317a8 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-b43_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-b43_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-b43_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index 37402aa..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-b43_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-b44_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-b44_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..e7dcd17 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-b44_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-b44_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-b44_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 856b4b0..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-b44_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-batman-adv_5.15.134+2023.1-4_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-batman-adv_5.15.134+2023.1-4_mipsel_24kc.ipk new file mode 100644 index 0000000..e091b26 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-batman-adv_5.15.134+2023.1-4_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-batman-adv_5.15.137+2023.1-4_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-batman-adv_5.15.137+2023.1-4_mipsel_24kc.ipk deleted file mode 100644 index e0116cc..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-batman-adv_5.15.137+2023.1-4_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-bcma_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-bcma_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..536d517 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-bcma_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-bcma_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-bcma_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 5a1608e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-bcma_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-be2net_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-be2net_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..6fb9b87 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-be2net_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-be2net_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-be2net_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a8d284e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-be2net_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-block2mtd_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-block2mtd_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..eaa9dff Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-block2mtd_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-block2mtd_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-block2mtd_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d841d92..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-block2mtd_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-bluetooth-6lowpan_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-bluetooth-6lowpan_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..1c1e95e Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-bluetooth-6lowpan_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-bluetooth-6lowpan_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-bluetooth-6lowpan_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 1db9ec0..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-bluetooth-6lowpan_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-bluetooth_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-bluetooth_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3500880 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-bluetooth_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-bluetooth_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-bluetooth_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index e1706aa..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-bluetooth_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-bnx2_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-bnx2_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..61bb0f1 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-bnx2_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-bnx2_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-bnx2_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a22331f..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-bnx2_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-bnx2x_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-bnx2x_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..a15b4b1 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-bnx2x_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-bnx2x_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-bnx2x_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index fd5f001..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-bnx2x_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-bonding_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-bonding_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..a3f4e50 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-bonding_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-bonding_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-bonding_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 358fbe2..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-bonding_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-bpf-test_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-bpf-test_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..d8013bb Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-bpf-test_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-bpf-test_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-bpf-test_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a108201..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-bpf-test_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-br-netfilter_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-br-netfilter_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..f8eaea5 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-br-netfilter_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-br-netfilter_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-br-netfilter_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 917c571..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-br-netfilter_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-brcmfmac_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-brcmfmac_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..be4908f Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-brcmfmac_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-brcmfmac_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-brcmfmac_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index 25db2bd..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-brcmfmac_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-brcmsmac_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-brcmsmac_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..7dcb0e7 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-brcmsmac_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-brcmsmac_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-brcmsmac_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index 65edecf..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-brcmsmac_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-brcmutil_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-brcmutil_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..51f3c41 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-brcmutil_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-brcmutil_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-brcmutil_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index c2f6b72..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-brcmutil_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-btmrvl_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-btmrvl_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..1768333 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-btmrvl_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-btmrvl_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-btmrvl_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 0dce41b..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-btmrvl_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-btsdio_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-btsdio_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..4da5a2f Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-btsdio_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-btsdio_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-btsdio_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 9da4dc3..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-btsdio_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-button-hotplug_5.15.134-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-button-hotplug_5.15.134-3_mipsel_24kc.ipk new file mode 100644 index 0000000..e70ccbe Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-button-hotplug_5.15.134-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-button-hotplug_5.15.137-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-button-hotplug_5.15.137-3_mipsel_24kc.ipk deleted file mode 100644 index 29def1e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-button-hotplug_5.15.137-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ca8210_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ca8210_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..590bcf0 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ca8210_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ca8210_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ca8210_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 6fdd350..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ca8210_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-can-bcm_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-can-bcm_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c068174 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-can-bcm_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-can-bcm_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-can-bcm_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 4bcc20a..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-can-bcm_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-can-c-can-pci_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-can-c-can-pci_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c83fe63 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-can-c-can-pci_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-can-c-can-pci_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-can-c-can-pci_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index de68e5f..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-can-c-can-pci_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-can-c-can-platform_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-can-c-can-platform_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..0884323 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-can-c-can-platform_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-can-c-can-platform_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-can-c-can-platform_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 7d57db9..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-can-c-can-platform_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-can-c-can_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-can-c-can_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3a493d0 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-can-c-can_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-can-c-can_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-can-c-can_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index f727268..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-can-c-can_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-can-gw_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-can-gw_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..9537740 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-can-gw_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-can-gw_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-can-gw_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 36209a4..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-can-gw_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-can-mcp251x_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-can-mcp251x_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..99b80d7 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-can-mcp251x_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-can-mcp251x_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-can-mcp251x_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index ee24f0a..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-can-mcp251x_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-can-raw_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-can-raw_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3587c71 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-can-raw_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-can-raw_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-can-raw_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 0d5e505..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-can-raw_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-can-slcan_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-can-slcan_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..4d7454f Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-can-slcan_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-can-slcan_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-can-slcan_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 97c85a4..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-can-slcan_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-can-usb-8dev_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-can-usb-8dev_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..21a09e5 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-can-usb-8dev_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-can-usb-8dev_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-can-usb-8dev_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index fb7cc62..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-can-usb-8dev_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-can-usb-ems_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-can-usb-ems_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..8ccb009 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-can-usb-ems_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-can-usb-ems_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-can-usb-ems_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 83034a2..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-can-usb-ems_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-can-usb-esd_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-can-usb-esd_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..687be80 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-can-usb-esd_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-can-usb-esd_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-can-usb-esd_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 2e45e1f..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-can-usb-esd_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-can-usb-kvaser_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-can-usb-kvaser_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..7c66f0f Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-can-usb-kvaser_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-can-usb-kvaser_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-can-usb-kvaser_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 41257a5..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-can-usb-kvaser_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-can-usb-peak_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-can-usb-peak_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..d396cc9 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-can-usb-peak_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-can-usb-peak_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-can-usb-peak_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index b87faef..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-can-usb-peak_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-can-vcan_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-can-vcan_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..5cdc7bb Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-can-vcan_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-can-vcan_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-can-vcan_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index e5a943f..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-can-vcan_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-can_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-can_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..f9b774b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-can_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-can_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-can_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index b785163..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-can_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-carl9170_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-carl9170_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..c386031 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-carl9170_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-carl9170_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-carl9170_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index 338898a..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-carl9170_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-cc2520_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-cc2520_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..8f7ad0a Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-cc2520_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-cc2520_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-cc2520_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 6b60aa5..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-cc2520_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-cdrom_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-cdrom_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..be5258c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-cdrom_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-cdrom_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-cdrom_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index b3ed466..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-cdrom_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-cfg80211_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-cfg80211_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..4102575 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-cfg80211_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-cfg80211_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-cfg80211_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index 936f68c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-cfg80211_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-chaoskey_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-chaoskey_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..8e2d0e7 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-chaoskey_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-chaoskey_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-chaoskey_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 2ae8ff3..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-chaoskey_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-acompress_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-acompress_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..51226dc Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-acompress_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-acompress_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-acompress_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 3202972..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-acompress_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-aead_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-aead_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..77f4c4c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-aead_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-aead_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-aead_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index ab38fc3..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-aead_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-arc4_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-arc4_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..dd5a64d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-arc4_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-arc4_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-arc4_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a021699..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-arc4_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-authenc_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-authenc_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c4c9139 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-authenc_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-authenc_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-authenc_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index f3eb8a9..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-authenc_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-cbc_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-cbc_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..aeb084b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-cbc_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-cbc_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-cbc_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 99eb773..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-cbc_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-ccm_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-ccm_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..58ee61d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-ccm_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-ccm_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-ccm_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index ea4e6c1..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-ccm_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-chacha20poly1305_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-chacha20poly1305_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..46f7bb8 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-chacha20poly1305_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-chacha20poly1305_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-chacha20poly1305_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index bd45db6..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-chacha20poly1305_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-cmac_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-cmac_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..16c7be4 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-cmac_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-cmac_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-cmac_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 4fb385b..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-cmac_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-crc32_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-crc32_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3dc9caf Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-crc32_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-crc32_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-crc32_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a93a17c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-crc32_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-crc32c_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-crc32c_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..5395b5c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-crc32c_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-crc32c_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-crc32c_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a89184f..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-crc32c_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-ctr_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-ctr_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..260a430 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-ctr_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-ctr_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-ctr_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index e7fc897..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-ctr_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-cts_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-cts_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..225ab22 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-cts_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-cts_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-cts_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 8092feb..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-cts_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-deflate_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-deflate_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c7615ae Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-deflate_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-deflate_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-deflate_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d73d3c3..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-deflate_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-des_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-des_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..bb349c2 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-des_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-des_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-des_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 0d7e687..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-des_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-ecb_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-ecb_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..62d4e5d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-ecb_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-ecb_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-ecb_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index b645910..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-ecb_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-ecdh_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-ecdh_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..bfb27d6 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-ecdh_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-ecdh_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-ecdh_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index b5f0fbe..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-ecdh_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-echainiv_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-echainiv_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..7afd300 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-echainiv_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-echainiv_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-echainiv_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 13a1928..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-echainiv_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-essiv_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-essiv_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..62e9302 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-essiv_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-essiv_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-essiv_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 0b74953..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-essiv_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-fcrypt_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-fcrypt_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..ab9c656 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-fcrypt_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-fcrypt_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-fcrypt_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a43f381..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-fcrypt_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-gcm_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-gcm_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..f023f68 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-gcm_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-gcm_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-gcm_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index e0a81a0..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-gcm_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-gf128_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-gf128_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..dfb751b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-gf128_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-gf128_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-gf128_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 7d26855..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-gf128_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-ghash_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-ghash_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..6735b06 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-ghash_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-ghash_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-ghash_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 4d0b841..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-ghash_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-hash_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-hash_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..b3b211d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-hash_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-hash_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-hash_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index b393c03..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-hash_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-hmac_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-hmac_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..aad6acc Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-hmac_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-hmac_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-hmac_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index c5b4fb6..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-hmac_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-hw-hifn-795x_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-hw-hifn-795x_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..4bbf1c5 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-hw-hifn-795x_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-hw-hifn-795x_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-hw-hifn-795x_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 38f7944..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-hw-hifn-795x_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-hw-padlock_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-hw-padlock_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..d735928 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-hw-padlock_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-hw-padlock_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-hw-padlock_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 1cc5006..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-hw-padlock_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-kpp_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-kpp_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..34f58a3 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-kpp_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-kpp_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-kpp_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index c19158d..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-kpp_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-lib-chacha20_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-lib-chacha20_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..8f843ff Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-lib-chacha20_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-lib-chacha20_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-lib-chacha20_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index f5c2473..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-lib-chacha20_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-lib-chacha20poly1305_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-lib-chacha20poly1305_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..34e3454 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-lib-chacha20poly1305_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-lib-chacha20poly1305_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-lib-chacha20poly1305_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a2d0493..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-lib-chacha20poly1305_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-lib-curve25519_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-lib-curve25519_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..cf4082d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-lib-curve25519_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-lib-curve25519_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-lib-curve25519_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 57cf033..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-lib-curve25519_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-lib-poly1305_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-lib-poly1305_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..0b6bd90 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-lib-poly1305_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-lib-poly1305_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-lib-poly1305_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a8b81d5..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-lib-poly1305_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-manager_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-manager_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..e1ebf35 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-manager_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-manager_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-manager_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index e18f430..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-manager_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-md4_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-md4_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..5e88813 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-md4_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-md4_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-md4_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d9e7b64..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-md4_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-md5_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-md5_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..39d34d8 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-md5_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-md5_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-md5_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index f92646a..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-md5_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-michael-mic_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-michael-mic_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..ed881f6 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-michael-mic_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-michael-mic_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-michael-mic_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index bce7ce5..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-michael-mic_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-misc_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-misc_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..f23cf50 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-misc_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-misc_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-misc_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index f627e78..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-misc_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-null_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-null_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..138fc03 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-null_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-null_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-null_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 19b58d7..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-null_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-pcbc_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-pcbc_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..393a468 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-pcbc_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-pcbc_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-pcbc_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 75b49ef..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-pcbc_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-rmd160_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-rmd160_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..e5c754c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-rmd160_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-rmd160_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-rmd160_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index b05ca00..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-rmd160_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-rng_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-rng_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..64afe6f Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-rng_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-rng_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-rng_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 58ede40..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-rng_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-seqiv_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-seqiv_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..7e953fd Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-seqiv_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-seqiv_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-seqiv_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 7a28404..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-seqiv_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-sha1_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-sha1_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..324b096 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-sha1_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-sha1_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-sha1_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index c210298..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-sha1_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-sha256_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-sha256_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..fd8418d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-sha256_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-sha256_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-sha256_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 97895c5..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-sha256_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-sha512_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-sha512_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..036bbf7 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-sha512_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-sha512_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-sha512_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index e843cd6..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-sha512_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-test_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-test_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..dcee9e1 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-test_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-test_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-test_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index c9d49a9..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-test_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-user_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-user_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..d1f8719 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-user_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-user_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-user_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index ab3fb56..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-user_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-xcbc_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-xcbc_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..dbee5b7 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-xcbc_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-xcbc_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-xcbc_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 6f9ae02..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-xcbc_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-xts_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-xts_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..8cc4ac5 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-crypto-xts_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-crypto-xts_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-crypto-xts_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 5ea2038..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-crypto-xts_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-cryptodev_5.15.134+1.12-ramips-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-cryptodev_5.15.134+1.12-ramips-1_mipsel_24kc.ipk new file mode 100644 index 0000000..1fd347d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-cryptodev_5.15.134+1.12-ramips-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-cryptodev_5.15.137+1.12-ramips-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-cryptodev_5.15.137+1.12-ramips-1_mipsel_24kc.ipk deleted file mode 100644 index 6267ceb..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-cryptodev_5.15.137+1.12-ramips-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-dahdi-dummy_5.15.134+3.1.0-5_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-dahdi-dummy_5.15.134+3.1.0-5_mipsel_24kc.ipk new file mode 100644 index 0000000..43adb27 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-dahdi-dummy_5.15.134+3.1.0-5_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-dahdi-dummy_5.15.137+3.1.0-5_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-dahdi-dummy_5.15.137+3.1.0-5_mipsel_24kc.ipk deleted file mode 100644 index 3ae93c6..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-dahdi-dummy_5.15.137+3.1.0-5_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-dahdi-echocan-oslec_5.15.134+3.1.0-5_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-dahdi-echocan-oslec_5.15.134+3.1.0-5_mipsel_24kc.ipk new file mode 100644 index 0000000..3306f11 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-dahdi-echocan-oslec_5.15.134+3.1.0-5_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-dahdi-echocan-oslec_5.15.137+3.1.0-5_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-dahdi-echocan-oslec_5.15.137+3.1.0-5_mipsel_24kc.ipk deleted file mode 100644 index 5e9a158..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-dahdi-echocan-oslec_5.15.137+3.1.0-5_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-dahdi-hfcs_5.15.134+3.1.0-5_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-dahdi-hfcs_5.15.134+3.1.0-5_mipsel_24kc.ipk new file mode 100644 index 0000000..f012657 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-dahdi-hfcs_5.15.134+3.1.0-5_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-dahdi-hfcs_5.15.137+3.1.0-5_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-dahdi-hfcs_5.15.137+3.1.0-5_mipsel_24kc.ipk deleted file mode 100644 index cc9a5fe..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-dahdi-hfcs_5.15.137+3.1.0-5_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-dahdi_5.15.134+3.1.0-5_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-dahdi_5.15.134+3.1.0-5_mipsel_24kc.ipk new file mode 100644 index 0000000..d162b54 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-dahdi_5.15.134+3.1.0-5_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-dahdi_5.15.137+3.1.0-5_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-dahdi_5.15.137+3.1.0-5_mipsel_24kc.ipk deleted file mode 100644 index fdfef4c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-dahdi_5.15.137+3.1.0-5_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-dax_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-dax_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..44f7c80 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-dax_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-dax_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-dax_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 7a066f0..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-dax_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-dm-raid_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-dm-raid_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..dc01ab3 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-dm-raid_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-dm-raid_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-dm-raid_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 94acbb4..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-dm-raid_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-dm9000_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-dm9000_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3164040 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-dm9000_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-dm9000_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-dm9000_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 25e4257..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-dm9000_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-dm_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-dm_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c9d17b7 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-dm_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-dm_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-dm_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 4de8c84..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-dm_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-dma-buf_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-dma-buf_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..e79b816 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-dma-buf_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-dma-buf_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-dma-buf_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 87241ab..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-dma-buf_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-dma-ralink_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-dma-ralink_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3f329d7 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-dma-ralink_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-dma-ralink_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-dma-ralink_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index ee38808..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-dma-ralink_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-dnsresolver_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-dnsresolver_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..be2e2cd Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-dnsresolver_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-dnsresolver_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-dnsresolver_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index efb78a8..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-dnsresolver_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-dummy_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-dummy_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..6a3f4b2 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-dummy_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-dummy_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-dummy_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 9c26ba5..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-dummy_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-e1000_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-e1000_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..5c295ee Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-e1000_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-e1000_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-e1000_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index eda4c58..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-e1000_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-e100_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-e100_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..d42608c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-e100_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-e100_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-e100_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 1e0b563..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-e100_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ebtables-ipv4_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ebtables-ipv4_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..0a7105a Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ebtables-ipv4_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ebtables-ipv4_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ebtables-ipv4_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index c29ddfd..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ebtables-ipv4_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ebtables-ipv6_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ebtables-ipv6_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..260a1cf Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ebtables-ipv6_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ebtables-ipv6_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ebtables-ipv6_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 655dd02..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ebtables-ipv6_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ebtables-watchers_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ebtables-watchers_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..9f6ceed Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ebtables-watchers_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ebtables-watchers_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ebtables-watchers_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index eb8802f..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ebtables-watchers_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ebtables_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ebtables_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c0eb715 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ebtables_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ebtables_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ebtables_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 7e789da..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ebtables_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-echo_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-echo_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..40f1936 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-echo_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-echo_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-echo_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 34564a1..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-echo_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-eeprom-93cx6_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-eeprom-93cx6_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..800ccea Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-eeprom-93cx6_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-eeprom-93cx6_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-eeprom-93cx6_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 6c56225..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-eeprom-93cx6_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-eeprom-at24_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-eeprom-at24_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..711671a Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-eeprom-at24_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-eeprom-at24_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-eeprom-at24_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 401c64d..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-eeprom-at24_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-eeprom-at25_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-eeprom-at25_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c13352a Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-eeprom-at25_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-eeprom-at25_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-eeprom-at25_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index aa91e85..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-eeprom-at25_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-et131x_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-et131x_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..d629f19 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-et131x_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-et131x_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-et131x_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a1e6b16..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-et131x_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ethoc_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ethoc_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..d555fbb Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ethoc_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ethoc_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ethoc_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 15e2953..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ethoc_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fakelb_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fakelb_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..9ac7768 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fakelb_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fakelb_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fakelb_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 030ae34..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fakelb_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-firewire-net_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-firewire-net_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..1bfaeda Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-firewire-net_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-firewire-net_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-firewire-net_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 04e4f97..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-firewire-net_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-firewire-ohci_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-firewire-ohci_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..4bc8c88 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-firewire-ohci_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-firewire-ohci_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-firewire-ohci_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 2b69faa..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-firewire-ohci_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-firewire-sbp2_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-firewire-sbp2_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..29e13dd Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-firewire-sbp2_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-firewire-sbp2_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-firewire-sbp2_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index c99d1fa..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-firewire-sbp2_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-firewire_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-firewire_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..76c27d4 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-firewire_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-firewire_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-firewire_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index c1073ed..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-firewire_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fixed-phy_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fixed-phy_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..fd80e4c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fixed-phy_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fixed-phy_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fixed-phy_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 5f7757c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fixed-phy_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-forcedeth_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-forcedeth_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..20af12b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-forcedeth_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-forcedeth_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-forcedeth_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 706c68e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-forcedeth_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fou6_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fou6_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..18847c0 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fou6_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fou6_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fou6_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 026d7cf..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fou6_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fou_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fou_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..75b1bb8 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fou_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fou_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fou_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 3dd440d..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fou_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-autofs4_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-autofs4_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..93e5783 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fs-autofs4_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-autofs4_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-autofs4_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 209edac..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fs-autofs4_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-btrfs_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-btrfs_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..52e4c34 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fs-btrfs_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-btrfs_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-btrfs_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a66c9f2..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fs-btrfs_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-cifs_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-cifs_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..be4f818 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fs-cifs_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-cifs_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-cifs_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 500abe0..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fs-cifs_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-configfs_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-configfs_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..1d94319 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fs-configfs_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-configfs_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-configfs_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 3e653bb..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fs-configfs_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-cramfs_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-cramfs_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..6c3d6b7 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fs-cramfs_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-cramfs_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-cramfs_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 7f435be..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fs-cramfs_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-exfat_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-exfat_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..84f641e Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fs-exfat_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-exfat_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-exfat_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 05de4da..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fs-exfat_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-exportfs_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-exportfs_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..ac11cf2 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fs-exportfs_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-exportfs_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-exportfs_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 1bad5e9..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fs-exportfs_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-ext4_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-ext4_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..fe527bf Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fs-ext4_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-ext4_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-ext4_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index f16eb1c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fs-ext4_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-f2fs_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-f2fs_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..291ba76 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fs-f2fs_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-f2fs_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-f2fs_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 94c5c5a..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fs-f2fs_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-fscache_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-fscache_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..10fa374 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fs-fscache_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-fscache_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-fscache_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index ebb5b7e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fs-fscache_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-hfs_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-hfs_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..d17b363 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fs-hfs_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-hfs_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-hfs_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 3d1b9a6..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fs-hfs_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-hfsplus_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-hfsplus_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..1db1ebd Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fs-hfsplus_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-hfsplus_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-hfsplus_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index b01d557..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fs-hfsplus_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-isofs_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-isofs_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..ed973d5 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fs-isofs_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-isofs_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-isofs_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index fac22f9..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fs-isofs_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-jfs_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-jfs_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..10c699b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fs-jfs_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-jfs_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-jfs_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 11185e9..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fs-jfs_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-ksmbd_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-ksmbd_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..0afabdd Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fs-ksmbd_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-ksmbd_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-ksmbd_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 6687424..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fs-ksmbd_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-minix_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-minix_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..fef360c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fs-minix_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-minix_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-minix_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 4ccaf48..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fs-minix_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-msdos_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-msdos_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..7e997d9 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fs-msdos_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-msdos_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-msdos_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index f744acb..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fs-msdos_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-netfs_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-netfs_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..96dce60 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fs-netfs_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-netfs_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-netfs_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 6ebf5d9..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fs-netfs_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-nfs-common-rpcsec_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-nfs-common-rpcsec_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..6c98c83 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fs-nfs-common-rpcsec_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-nfs-common-rpcsec_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-nfs-common-rpcsec_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 794f006..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fs-nfs-common-rpcsec_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-nfs-common_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-nfs-common_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..bfdb337 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fs-nfs-common_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-nfs-common_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-nfs-common_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a6399a6..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fs-nfs-common_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-nfs-v3_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-nfs-v3_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..364188a Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fs-nfs-v3_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-nfs-v3_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-nfs-v3_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 355aa89..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fs-nfs-v3_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-nfs-v4_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-nfs-v4_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..87b9628 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fs-nfs-v4_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-nfs-v4_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-nfs-v4_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 64b5bdc..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fs-nfs-v4_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-nfs_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-nfs_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..d1bfc61 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fs-nfs_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-nfs_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-nfs_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index adbbabf..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fs-nfs_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-nfsd_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-nfsd_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c7de267 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fs-nfsd_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-nfsd_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-nfsd_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 3959542..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fs-nfsd_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-ntfs3_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-ntfs3_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..0918f17 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fs-ntfs3_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-ntfs3_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-ntfs3_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a50b251..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fs-ntfs3_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-ntfs_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-ntfs_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..9a3c8bd Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fs-ntfs_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-ntfs_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-ntfs_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 46a633e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fs-ntfs_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-reiserfs_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-reiserfs_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..f9ef985 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fs-reiserfs_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-reiserfs_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-reiserfs_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 00d1519..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fs-reiserfs_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-smbfs-common_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-smbfs-common_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..7e50db3 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fs-smbfs-common_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-smbfs-common_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-smbfs-common_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index ab8e274..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fs-smbfs-common_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-squashfs_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-squashfs_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..0fb950d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fs-squashfs_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-squashfs_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-squashfs_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 43cb23d..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fs-squashfs_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-udf_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-udf_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..5946790 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fs-udf_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-udf_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-udf_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index ac430c8..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fs-udf_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-vfat_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-vfat_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..d039fdb Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fs-vfat_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-vfat_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-vfat_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 5d01077..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fs-vfat_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-xfs_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-xfs_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..bd2fbd7 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fs-xfs_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fs-xfs_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fs-xfs_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a130821..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fs-xfs_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-fuse_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fuse_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..4ed758f Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-fuse_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-fuse_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-fuse_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 47ceb08..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-fuse_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-geneve_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-geneve_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..562d037 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-geneve_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-geneve_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-geneve_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 1f4d6ff..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-geneve_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-google-firmware_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-google-firmware_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..f79896b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-google-firmware_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-google-firmware_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-google-firmware_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 838d1dd..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-google-firmware_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-gpio-beeper_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-gpio-beeper_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..90b2a8a Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-gpio-beeper_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-gpio-beeper_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-gpio-beeper_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 426e23e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-gpio-beeper_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-gpio-button-hotplug_5.15.134-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-gpio-button-hotplug_5.15.134-3_mipsel_24kc.ipk new file mode 100644 index 0000000..d0ff1b9 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-gpio-button-hotplug_5.15.134-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-gpio-button-hotplug_5.15.137-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-gpio-button-hotplug_5.15.137-3_mipsel_24kc.ipk deleted file mode 100644 index 7ae342e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-gpio-button-hotplug_5.15.137-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-gpio-cascade_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-gpio-cascade_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..065cb0f Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-gpio-cascade_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-gpio-cascade_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-gpio-cascade_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index b1755fc..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-gpio-cascade_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-gpio-nxp-74hc164_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-gpio-nxp-74hc164_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..9b3d454 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-gpio-nxp-74hc164_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-gpio-nxp-74hc164_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-gpio-nxp-74hc164_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index dabfee2..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-gpio-nxp-74hc164_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-gpio-pca953x_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-gpio-pca953x_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..8adbdc5 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-gpio-pca953x_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-gpio-pca953x_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-gpio-pca953x_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 3f2f790..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-gpio-pca953x_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-gpio-pcf857x_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-gpio-pcf857x_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..309ad0f Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-gpio-pcf857x_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-gpio-pcf857x_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-gpio-pcf857x_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d851ffd..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-gpio-pcf857x_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-gre6_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-gre6_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..5ceaa52 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-gre6_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-gre6_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-gre6_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index e5b2bb2..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-gre6_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-gre_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-gre_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..b1858c2 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-gre_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-gre_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-gre_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index dc37573..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-gre_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hfcmulti_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hfcmulti_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..2d13b73 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hfcmulti_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hfcmulti_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hfcmulti_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 1f5d703..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hfcmulti_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hfcpci_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hfcpci_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..0328616 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hfcpci_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hfcpci_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hfcpci_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 7675ef3..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hfcpci_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hid-generic_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hid-generic_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..7af966f Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hid-generic_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hid-generic_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hid-generic_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 3605165..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hid-generic_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hid_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hid_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..926baea Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hid_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hid_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hid_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index bec236f..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hid_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-ad7418_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-ad7418_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..894763e Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hwmon-ad7418_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-ad7418_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-ad7418_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index db2509e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hwmon-ad7418_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-adcxx_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-adcxx_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..2c8bd53 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hwmon-adcxx_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-adcxx_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-adcxx_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 109da33..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hwmon-adcxx_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-adt7410_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-adt7410_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..9c1fd31 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hwmon-adt7410_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-adt7410_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-adt7410_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index f621cf3..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hwmon-adt7410_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-adt7475_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-adt7475_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..13765fb Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hwmon-adt7475_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-adt7475_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-adt7475_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index fb96b18..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hwmon-adt7475_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-core_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-core_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..eb846b4 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hwmon-core_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-core_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-core_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index cfb3e5c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hwmon-core_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-dme1737_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-dme1737_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..20948e3 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hwmon-dme1737_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-dme1737_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-dme1737_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 01072b9..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hwmon-dme1737_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-drivetemp_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-drivetemp_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..71279c1 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hwmon-drivetemp_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-drivetemp_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-drivetemp_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index e1e63ba..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hwmon-drivetemp_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-g762_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-g762_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..cc21dec Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hwmon-g762_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-g762_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-g762_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 8ccc3a4..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hwmon-g762_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-gpiofan_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-gpiofan_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..323cb88 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hwmon-gpiofan_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-gpiofan_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-gpiofan_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a86075c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hwmon-gpiofan_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-gsc_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-gsc_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..0f99aef Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hwmon-gsc_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-gsc_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-gsc_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 67f2f20..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hwmon-gsc_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-ina209_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-ina209_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3dc1063 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hwmon-ina209_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-ina209_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-ina209_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 993a045..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hwmon-ina209_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-ina2xx_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-ina2xx_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..18212cc Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hwmon-ina2xx_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-ina2xx_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-ina2xx_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 4a2aa31..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hwmon-ina2xx_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-it87_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-it87_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..73bedbb Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hwmon-it87_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-it87_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-it87_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 48c69d9..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hwmon-it87_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-lm63_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-lm63_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..56bb055 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hwmon-lm63_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-lm63_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-lm63_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 83e10b3..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hwmon-lm63_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-lm70_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-lm70_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..362cf98 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hwmon-lm70_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-lm70_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-lm70_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 3a10a53..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hwmon-lm70_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-lm75_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-lm75_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..f495e65 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hwmon-lm75_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-lm75_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-lm75_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 1b22301..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hwmon-lm75_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-lm77_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-lm77_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..840bc2b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hwmon-lm77_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-lm77_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-lm77_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 6dab5be..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hwmon-lm77_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-lm85_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-lm85_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3bd0772 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hwmon-lm85_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-lm85_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-lm85_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 772df86..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hwmon-lm85_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-lm90_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-lm90_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..d932453 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hwmon-lm90_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-lm90_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-lm90_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 9deb1d8..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hwmon-lm90_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-lm92_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-lm92_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c6e44bb Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hwmon-lm92_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-lm92_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-lm92_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 80da399..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hwmon-lm92_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-lm95241_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-lm95241_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3fb1d96 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hwmon-lm95241_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-lm95241_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-lm95241_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 95a658a..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hwmon-lm95241_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-ltc4151_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-ltc4151_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..a77a941 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hwmon-ltc4151_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-ltc4151_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-ltc4151_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 529d57e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hwmon-ltc4151_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-max6642_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-max6642_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..262eff9 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hwmon-max6642_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-max6642_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-max6642_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index ebe9e50..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hwmon-max6642_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-mcp3021_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-mcp3021_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..5bed0ed Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hwmon-mcp3021_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-mcp3021_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-mcp3021_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index f9f184c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hwmon-mcp3021_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-nct7802_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-nct7802_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..561cfcd Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hwmon-nct7802_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-nct7802_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-nct7802_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 6808939..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hwmon-nct7802_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-pwmfan_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-pwmfan_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..8d30e0d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hwmon-pwmfan_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-pwmfan_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-pwmfan_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index be8000d..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hwmon-pwmfan_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-sch5627_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-sch5627_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..382b14b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hwmon-sch5627_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-sch5627_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-sch5627_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d0b4603..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hwmon-sch5627_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-sht21_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-sht21_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..1aeb39e Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hwmon-sht21_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-sht21_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-sht21_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index b48196d..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hwmon-sht21_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-sht3x_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-sht3x_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..73d9e81 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hwmon-sht3x_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-sht3x_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-sht3x_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index c2d0c80..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hwmon-sht3x_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-tmp102_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-tmp102_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..45a66fe Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hwmon-tmp102_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-tmp102_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-tmp102_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index fab4637..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hwmon-tmp102_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-tmp103_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-tmp103_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..0a07b3c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hwmon-tmp103_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-tmp103_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-tmp103_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 41e091e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hwmon-tmp103_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-tmp421_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-tmp421_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..415e771 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hwmon-tmp421_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-tmp421_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-tmp421_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 956f8b5..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hwmon-tmp421_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-tps23861_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-tps23861_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..d344e4b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hwmon-tps23861_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-tps23861_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-tps23861_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 531d4e7..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hwmon-tps23861_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-vid_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-vid_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..2667886 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hwmon-vid_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-vid_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-vid_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 8bc0de7..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hwmon-vid_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-w83793_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-w83793_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..a9f56bf Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-hwmon-w83793_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-hwmon-w83793_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-hwmon-w83793_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 41c0083..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-hwmon-w83793_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-i2c-algo-bit_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-i2c-algo-bit_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3374aac Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-i2c-algo-bit_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-i2c-algo-bit_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-i2c-algo-bit_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d9eab06..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-i2c-algo-bit_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-i2c-algo-pca_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-i2c-algo-pca_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..a18eee6 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-i2c-algo-pca_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-i2c-algo-pca_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-i2c-algo-pca_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index fcb15c6..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-i2c-algo-pca_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-i2c-algo-pcf_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-i2c-algo-pcf_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..25e9b54 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-i2c-algo-pcf_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-i2c-algo-pcf_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-i2c-algo-pcf_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 735d8f5..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-i2c-algo-pcf_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-i2c-core_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-i2c-core_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..187bb54 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-i2c-core_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-i2c-core_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-i2c-core_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 3138f70..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-i2c-core_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-i2c-designware-core_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-i2c-designware-core_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3e78ecb Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-i2c-designware-core_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-i2c-designware-core_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-i2c-designware-core_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 0de311f..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-i2c-designware-core_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-i2c-designware-pci_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-i2c-designware-pci_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3d61bfe Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-i2c-designware-pci_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-i2c-designware-pci_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-i2c-designware-pci_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 75bb804..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-i2c-designware-pci_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-i2c-gpio_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-i2c-gpio_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..0aeed67 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-i2c-gpio_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-i2c-gpio_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-i2c-gpio_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index c91dc93..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-i2c-gpio_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-i2c-mt7628_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-i2c-mt7628_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..0db645a Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-i2c-mt7628_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-i2c-mt7628_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-i2c-mt7628_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 054a9f4..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-i2c-mt7628_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-i2c-mux-gpio_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-i2c-mux-gpio_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..e430b39 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-i2c-mux-gpio_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-i2c-mux-gpio_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-i2c-mux-gpio_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index e1762b4..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-i2c-mux-gpio_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-i2c-mux-pca9541_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-i2c-mux-pca9541_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..deb622a Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-i2c-mux-pca9541_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-i2c-mux-pca9541_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-i2c-mux-pca9541_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a1457d7..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-i2c-mux-pca9541_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-i2c-mux-pca954x_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-i2c-mux-pca954x_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..558a812 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-i2c-mux-pca954x_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-i2c-mux-pca954x_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-i2c-mux-pca954x_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 718c1c2..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-i2c-mux-pca954x_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-i2c-mux_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-i2c-mux_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..36e8cf4 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-i2c-mux_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-i2c-mux_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-i2c-mux_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index c6a5788..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-i2c-mux_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-i2c-pxa_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-i2c-pxa_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..0608400 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-i2c-pxa_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-i2c-pxa_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-i2c-pxa_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index e7ac80d..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-i2c-pxa_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-i2c-smbus_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-i2c-smbus_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..56f4be0 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-i2c-smbus_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-i2c-smbus_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-i2c-smbus_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index ab792d7..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-i2c-smbus_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-i2c-tiny-usb_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-i2c-tiny-usb_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3bafc62 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-i2c-tiny-usb_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-i2c-tiny-usb_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-i2c-tiny-usb_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 6ec5850..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-i2c-tiny-usb_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-i40e_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-i40e_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..ad47329 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-i40e_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-i40e_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-i40e_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index e9c36a8..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-i40e_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-i6300esb-wdt_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-i6300esb-wdt_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..4234a0e Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-i6300esb-wdt_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-i6300esb-wdt_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-i6300esb-wdt_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 85a2e7f..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-i6300esb-wdt_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iavf_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iavf_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..68a429a Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iavf_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iavf_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iavf_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 728878a..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iavf_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ieee802154-6lowpan_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ieee802154-6lowpan_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..6c62e65 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ieee802154-6lowpan_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ieee802154-6lowpan_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ieee802154-6lowpan_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 345bfcb..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ieee802154-6lowpan_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ieee802154_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ieee802154_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..df83d16 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ieee802154_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ieee802154_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ieee802154_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 4b5635a..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ieee802154_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ifb_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ifb_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..6141233 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ifb_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ifb_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ifb_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a57d743..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ifb_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-igb_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-igb_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..508c909 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-igb_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-igb_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-igb_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 35216b5..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-igb_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-igc_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-igc_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..449db98 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-igc_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-igc_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-igc_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 86d99a0..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-igc_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-ad799x_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-ad799x_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c22765c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iio-ad799x_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-ad799x_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-ad799x_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index ac29e2e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iio-ad799x_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-ads1015_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-ads1015_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..a24903e Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iio-ads1015_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-ads1015_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-ads1015_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index f7ffca3..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iio-ads1015_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-am2315_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-am2315_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..19d62fa Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iio-am2315_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-am2315_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-am2315_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 8d27b41..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iio-am2315_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-bh1750_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-bh1750_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..e226dfc Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iio-bh1750_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-bh1750_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-bh1750_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 71f8956..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iio-bh1750_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-bme680-i2c_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-bme680-i2c_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..e44a3b5 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iio-bme680-i2c_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-bme680-i2c_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-bme680-i2c_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 9ac7d17..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iio-bme680-i2c_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-bme680-spi_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-bme680-spi_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..f52c8dd Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iio-bme680-spi_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-bme680-spi_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-bme680-spi_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d6b55ee..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iio-bme680-spi_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-bme680_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-bme680_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..be4d5d1 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iio-bme680_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-bme680_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-bme680_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 5f97b28..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iio-bme680_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-bmp280-i2c_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-bmp280-i2c_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..baa6189 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iio-bmp280-i2c_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-bmp280-i2c_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-bmp280-i2c_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d4217c6..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iio-bmp280-i2c_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-bmp280-spi_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-bmp280-spi_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..435e002 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iio-bmp280-spi_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-bmp280-spi_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-bmp280-spi_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index e19da87..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iio-bmp280-spi_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-bmp280_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-bmp280_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..7ec521d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iio-bmp280_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-bmp280_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-bmp280_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index f0f7846..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iio-bmp280_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-ccs811_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-ccs811_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c261b2f Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iio-ccs811_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-ccs811_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-ccs811_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 105451b..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iio-ccs811_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-core_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-core_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..a5f1c55 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iio-core_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-core_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-core_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 95bf2c1..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iio-core_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-dht11_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-dht11_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..8652408 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iio-dht11_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-dht11_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-dht11_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d720320..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iio-dht11_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-fxas21002c-i2c_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-fxas21002c-i2c_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..f73c2c2 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iio-fxas21002c-i2c_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-fxas21002c-i2c_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-fxas21002c-i2c_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index afc36be..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iio-fxas21002c-i2c_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-fxas21002c-spi_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-fxas21002c-spi_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..ea9b27f Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iio-fxas21002c-spi_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-fxas21002c-spi_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-fxas21002c-spi_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 197f083..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iio-fxas21002c-spi_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-fxas21002c_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-fxas21002c_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..0ad73b5 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iio-fxas21002c_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-fxas21002c_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-fxas21002c_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index ac443c8..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iio-fxas21002c_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-fxos8700-i2c_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-fxos8700-i2c_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..1ff7bc2 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iio-fxos8700-i2c_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-fxos8700-i2c_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-fxos8700-i2c_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 2e500e3..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iio-fxos8700-i2c_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-fxos8700-spi_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-fxos8700-spi_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..225d4a6 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iio-fxos8700-spi_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-fxos8700-spi_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-fxos8700-spi_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index f141576..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iio-fxos8700-spi_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-fxos8700_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-fxos8700_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..6b57489 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iio-fxos8700_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-fxos8700_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-fxos8700_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index c94617e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iio-fxos8700_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-hmc5843_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-hmc5843_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..8dde53e Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iio-hmc5843_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-hmc5843_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-hmc5843_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 3829888..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iio-hmc5843_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-htu21_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-htu21_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..86034cf Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iio-htu21_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-htu21_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-htu21_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index def66c1..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iio-htu21_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-kfifo-buf_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-kfifo-buf_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..09d6550 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iio-kfifo-buf_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-kfifo-buf_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-kfifo-buf_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index f06c94c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iio-kfifo-buf_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-lsm6dsx-i2c_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-lsm6dsx-i2c_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3d37788 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iio-lsm6dsx-i2c_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-lsm6dsx-i2c_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-lsm6dsx-i2c_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index f33a63f..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iio-lsm6dsx-i2c_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-lsm6dsx-spi_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-lsm6dsx-spi_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..497649a Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iio-lsm6dsx-spi_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-lsm6dsx-spi_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-lsm6dsx-spi_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 386051f..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iio-lsm6dsx-spi_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-lsm6dsx_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-lsm6dsx_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..b016cf3 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iio-lsm6dsx_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-lsm6dsx_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-lsm6dsx_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 4ab8fb7..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iio-lsm6dsx_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-si7020_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-si7020_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..153b9c3 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iio-si7020_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-si7020_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-si7020_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 6e73ad7..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iio-si7020_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-sps30_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-sps30_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..04dac32 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iio-sps30_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-sps30_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-sps30_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 93e11ce..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iio-sps30_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-st_accel-i2c_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-st_accel-i2c_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..444908f Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iio-st_accel-i2c_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-st_accel-i2c_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-st_accel-i2c_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 8b3f746..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iio-st_accel-i2c_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-st_accel-spi_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-st_accel-spi_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..4ec95fa Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iio-st_accel-spi_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-st_accel-spi_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-st_accel-spi_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 39a3ad1..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iio-st_accel-spi_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-st_accel_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-st_accel_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..0e25d30 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iio-st_accel_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-st_accel_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-st_accel_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index f4e0df4..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iio-st_accel_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-tsl4531_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-tsl4531_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..41a96df Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iio-tsl4531_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iio-tsl4531_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iio-tsl4531_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 36a1150..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iio-tsl4531_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ikconfig_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ikconfig_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..140fb8b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ikconfig_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ikconfig_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ikconfig_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 86ae67b..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ikconfig_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-imx2-wdt_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-imx2-wdt_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..e4832c7 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-imx2-wdt_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-imx2-wdt_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-imx2-wdt_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 62c46a9..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-imx2-wdt_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-imx7-ulp-wdt_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-imx7-ulp-wdt_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..32ac14c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-imx7-ulp-wdt_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-imx7-ulp-wdt_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-imx7-ulp-wdt_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 51dc143..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-imx7-ulp-wdt_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-industrialio-triggered-buffer_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-industrialio-triggered-buffer_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..90b107d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-industrialio-triggered-buffer_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-industrialio-triggered-buffer_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-industrialio-triggered-buffer_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 5dec2d4..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-industrialio-triggered-buffer_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-inet-diag_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-inet-diag_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..7031e66 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-inet-diag_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-inet-diag_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-inet-diag_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 21c79dd..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-inet-diag_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-input-core_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-input-core_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..85efb88 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-input-core_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-input-core_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-input-core_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d32e6fb..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-input-core_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-input-evdev_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-input-evdev_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..7a74b99 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-input-evdev_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-input-evdev_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-input-evdev_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 1c3bc14..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-input-evdev_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-input-gpio-encoder_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-input-gpio-encoder_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..d243c47 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-input-gpio-encoder_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-input-gpio-encoder_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-input-gpio-encoder_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 4d87293..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-input-gpio-encoder_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-input-gpio-keys-polled_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-input-gpio-keys-polled_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..f6889f3 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-input-gpio-keys-polled_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-input-gpio-keys-polled_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-input-gpio-keys-polled_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a6f80eb..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-input-gpio-keys-polled_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-input-gpio-keys_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-input-gpio-keys_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..e498234 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-input-gpio-keys_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-input-gpio-keys_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-input-gpio-keys_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 9021626..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-input-gpio-keys_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-input-joydev_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-input-joydev_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3602b41 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-input-joydev_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-input-joydev_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-input-joydev_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d04f3dd..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-input-joydev_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-input-leds_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-input-leds_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..f3a7a31 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-input-leds_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-input-leds_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-input-leds_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index e261041..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-input-leds_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-input-matrixkmap_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-input-matrixkmap_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..b36a24b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-input-matrixkmap_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-input-matrixkmap_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-input-matrixkmap_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 511b7ef..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-input-matrixkmap_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-input-touchscreen-ads7846_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-input-touchscreen-ads7846_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..153a35a Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-input-touchscreen-ads7846_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-input-touchscreen-ads7846_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-input-touchscreen-ads7846_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 67ed84f..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-input-touchscreen-ads7846_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-input-touchscreen-edt-ft5x06_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-input-touchscreen-edt-ft5x06_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..82d516b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-input-touchscreen-edt-ft5x06_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-input-touchscreen-edt-ft5x06_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-input-touchscreen-edt-ft5x06_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 61a6503..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-input-touchscreen-edt-ft5x06_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-input-uinput_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-input-uinput_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..00b0447 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-input-uinput_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-input-uinput_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-input-uinput_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 244e06d..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-input-uinput_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iosched-bfq_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iosched-bfq_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..fbdadc8 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iosched-bfq_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iosched-bfq_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iosched-bfq_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 8203a23..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iosched-bfq_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ip-vti_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ip-vti_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..30b5bc4 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ip-vti_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ip-vti_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ip-vti_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 47f99ca..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ip-vti_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ip6-tunnel_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ip6-tunnel_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3d9f50d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ip6-tunnel_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ip6-tunnel_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ip6-tunnel_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 4c532a6..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ip6-tunnel_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ip6-vti_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ip6-vti_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..82da522 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ip6-vti_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ip6-vti_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ip6-vti_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 0fd4969..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ip6-vti_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ip6tables-extra_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ip6tables-extra_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..e32c3bc Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ip6tables-extra_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ip6tables-extra_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ip6tables-extra_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 28f0169..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ip6tables-extra_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ip6tables_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ip6tables_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..bce9968 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ip6tables_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ip6tables_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ip6tables_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 5a4ad81..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ip6tables_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipip_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipip_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c945788 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipip_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipip_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipip_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 0882ba5..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipip_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipoa_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipoa_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..03151b8 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipoa_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipoa_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipoa_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index fdc33f3..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipoa_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipsec4_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipsec4_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..8a340af Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipsec4_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipsec4_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipsec4_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 82c530e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipsec4_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipsec6_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipsec6_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..391fa64 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipsec6_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipsec6_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipsec6_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 5d6b67e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipsec6_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipsec_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipsec_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..fa16412 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipsec_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipsec_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipsec_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index ecbd17b..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipsec_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-account_5.15.134+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-account_5.15.134+3.24-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c3d31d7 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-account_5.15.134+3.24-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-account_5.15.137+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-account_5.15.137+3.24-1_mipsel_24kc.ipk deleted file mode 100644 index 0ce68ea..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-account_5.15.137+3.24-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-chaos_5.15.134+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-chaos_5.15.134+3.24-1_mipsel_24kc.ipk new file mode 100644 index 0000000..f166d15 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-chaos_5.15.134+3.24-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-chaos_5.15.137+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-chaos_5.15.137+3.24-1_mipsel_24kc.ipk deleted file mode 100644 index 4b87d29..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-chaos_5.15.137+3.24-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-checksum_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-checksum_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..258d732 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-checksum_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-checksum_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-checksum_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a135cfb..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-checksum_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-cluster_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-cluster_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..a0897b0 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-cluster_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-cluster_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-cluster_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 49659de..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-cluster_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-clusterip_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-clusterip_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..f08bd33 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-clusterip_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-clusterip_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-clusterip_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 57cc194..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-clusterip_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-compat-xtables_5.15.134+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-compat-xtables_5.15.134+3.24-1_mipsel_24kc.ipk new file mode 100644 index 0000000..f004d5f Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-compat-xtables_5.15.134+3.24-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-compat-xtables_5.15.137+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-compat-xtables_5.15.137+3.24-1_mipsel_24kc.ipk deleted file mode 100644 index 5657adf..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-compat-xtables_5.15.137+3.24-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-condition_5.15.134+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-condition_5.15.134+3.24-1_mipsel_24kc.ipk new file mode 100644 index 0000000..887a24e Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-condition_5.15.134+3.24-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-condition_5.15.137+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-condition_5.15.137+3.24-1_mipsel_24kc.ipk deleted file mode 100644 index 2649dd2..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-condition_5.15.137+3.24-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-conntrack-extra_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-conntrack-extra_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..b490db1 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-conntrack-extra_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-conntrack-extra_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-conntrack-extra_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 02be2b4..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-conntrack-extra_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-conntrack-label_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-conntrack-label_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..b6a7616 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-conntrack-label_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-conntrack-label_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-conntrack-label_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 3d8c662..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-conntrack-label_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-conntrack_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-conntrack_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..d01ac91 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-conntrack_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-conntrack_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-conntrack_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 4b6ab23..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-conntrack_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-coova_5.15.134+1.6-9.1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-coova_5.15.134+1.6-9.1_mipsel_24kc.ipk new file mode 100644 index 0000000..ab32722 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-coova_5.15.134+1.6-9.1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-coova_5.15.137+1.6-9.1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-coova_5.15.137+1.6-9.1_mipsel_24kc.ipk deleted file mode 100644 index 8945776..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-coova_5.15.137+1.6-9.1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-core_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-core_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..97266cc Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-core_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-core_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-core_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 87f4b62..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-core_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-debug_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-debug_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..f0b57dd Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-debug_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-debug_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-debug_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index e2d71bd..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-debug_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-delude_5.15.134+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-delude_5.15.134+3.24-1_mipsel_24kc.ipk new file mode 100644 index 0000000..d0a8ef4 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-delude_5.15.134+3.24-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-delude_5.15.137+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-delude_5.15.137+3.24-1_mipsel_24kc.ipk deleted file mode 100644 index 9504ece..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-delude_5.15.137+3.24-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-dhcpmac_5.15.134+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-dhcpmac_5.15.134+3.24-1_mipsel_24kc.ipk new file mode 100644 index 0000000..8fc7a0a Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-dhcpmac_5.15.134+3.24-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-dhcpmac_5.15.137+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-dhcpmac_5.15.137+3.24-1_mipsel_24kc.ipk deleted file mode 100644 index 1d22c0c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-dhcpmac_5.15.137+3.24-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-dnetmap_5.15.134+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-dnetmap_5.15.134+3.24-1_mipsel_24kc.ipk new file mode 100644 index 0000000..b04886c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-dnetmap_5.15.134+3.24-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-dnetmap_5.15.137+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-dnetmap_5.15.137+3.24-1_mipsel_24kc.ipk deleted file mode 100644 index 440450a..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-dnetmap_5.15.137+3.24-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-extra_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-extra_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..bb75aa7 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-extra_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-extra_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-extra_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 3cd76ac..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-extra_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-filter_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-filter_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..a685a5f Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-filter_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-filter_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-filter_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index f3e0e68..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-filter_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-fuzzy_5.15.134+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-fuzzy_5.15.134+3.24-1_mipsel_24kc.ipk new file mode 100644 index 0000000..96af0c5 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-fuzzy_5.15.134+3.24-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-fuzzy_5.15.137+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-fuzzy_5.15.137+3.24-1_mipsel_24kc.ipk deleted file mode 100644 index 04c56c8..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-fuzzy_5.15.137+3.24-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-geoip_5.15.134+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-geoip_5.15.134+3.24-1_mipsel_24kc.ipk new file mode 100644 index 0000000..02e195e Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-geoip_5.15.134+3.24-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-geoip_5.15.137+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-geoip_5.15.137+3.24-1_mipsel_24kc.ipk deleted file mode 100644 index b516e5a..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-geoip_5.15.137+3.24-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-hashlimit_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-hashlimit_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c08ab17 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-hashlimit_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-hashlimit_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-hashlimit_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 0c69fab..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-hashlimit_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-iface_5.15.134+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-iface_5.15.134+3.24-1_mipsel_24kc.ipk new file mode 100644 index 0000000..ca27e90 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-iface_5.15.134+3.24-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-iface_5.15.137+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-iface_5.15.137+3.24-1_mipsel_24kc.ipk deleted file mode 100644 index c40df71..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-iface_5.15.137+3.24-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-ipmark_5.15.134+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-ipmark_5.15.134+3.24-1_mipsel_24kc.ipk new file mode 100644 index 0000000..ff2d235 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-ipmark_5.15.134+3.24-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-ipmark_5.15.137+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-ipmark_5.15.137+3.24-1_mipsel_24kc.ipk deleted file mode 100644 index a54fe9a..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-ipmark_5.15.137+3.24-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-ipopt_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-ipopt_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..531ac4e Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-ipopt_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-ipopt_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-ipopt_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d2761f3..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-ipopt_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-ipp2p_5.15.134+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-ipp2p_5.15.134+3.24-1_mipsel_24kc.ipk new file mode 100644 index 0000000..6d33c5c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-ipp2p_5.15.134+3.24-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-ipp2p_5.15.137+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-ipp2p_5.15.137+3.24-1_mipsel_24kc.ipk deleted file mode 100644 index 6853f75..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-ipp2p_5.15.137+3.24-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-iprange_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-iprange_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..2556bda Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-iprange_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-iprange_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-iprange_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index bd549a6..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-iprange_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-ipsec_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-ipsec_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..4d08134 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-ipsec_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-ipsec_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-ipsec_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 243e7b1..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-ipsec_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-ipset_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-ipset_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..b5a6182 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-ipset_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-ipset_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-ipset_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index fc1d54b..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-ipset_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-ipv4options_5.15.134+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-ipv4options_5.15.134+3.24-1_mipsel_24kc.ipk new file mode 100644 index 0000000..f84709c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-ipv4options_5.15.134+3.24-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-ipv4options_5.15.137+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-ipv4options_5.15.137+3.24-1_mipsel_24kc.ipk deleted file mode 100644 index 162ee9e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-ipv4options_5.15.137+3.24-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-led_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-led_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..171d9a3 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-led_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-led_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-led_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 0c1c20e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-led_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-length2_5.15.134+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-length2_5.15.134+3.24-1_mipsel_24kc.ipk new file mode 100644 index 0000000..9e52e09 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-length2_5.15.134+3.24-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-length2_5.15.137+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-length2_5.15.137+3.24-1_mipsel_24kc.ipk deleted file mode 100644 index b40b8bc..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-length2_5.15.137+3.24-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-logmark_5.15.134+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-logmark_5.15.134+3.24-1_mipsel_24kc.ipk new file mode 100644 index 0000000..825fbc2 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-logmark_5.15.134+3.24-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-logmark_5.15.137+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-logmark_5.15.137+3.24-1_mipsel_24kc.ipk deleted file mode 100644 index 644162a..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-logmark_5.15.137+3.24-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-lscan_5.15.134+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-lscan_5.15.134+3.24-1_mipsel_24kc.ipk new file mode 100644 index 0000000..b2fd3a4 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-lscan_5.15.134+3.24-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-lscan_5.15.137+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-lscan_5.15.137+3.24-1_mipsel_24kc.ipk deleted file mode 100644 index c9e9b03..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-lscan_5.15.137+3.24-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-lua_5.15.134+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-lua_5.15.134+3.24-1_mipsel_24kc.ipk new file mode 100644 index 0000000..ce9df35 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-lua_5.15.134+3.24-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-lua_5.15.137+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-lua_5.15.137+3.24-1_mipsel_24kc.ipk deleted file mode 100644 index 0d25529..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-lua_5.15.137+3.24-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-nat-extra_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-nat-extra_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..6227cd3 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-nat-extra_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-nat-extra_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-nat-extra_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index feb17fd..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-nat-extra_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-nat6_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-nat6_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..755399b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-nat6_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-nat6_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-nat6_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 3c73b50..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-nat6_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-nat_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-nat_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..55d7498 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-nat_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-nat_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-nat_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 70005fc..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-nat_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-nathelper-rtsp_5.15.134+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-nathelper-rtsp_5.15.134+3.24-1_mipsel_24kc.ipk new file mode 100644 index 0000000..d468783 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-nathelper-rtsp_5.15.134+3.24-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-nathelper-rtsp_5.15.137+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-nathelper-rtsp_5.15.137+3.24-1_mipsel_24kc.ipk deleted file mode 100644 index f5435a2..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-nathelper-rtsp_5.15.137+3.24-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-nflog_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-nflog_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..4777138 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-nflog_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-nflog_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-nflog_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 8479fb6..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-nflog_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-nfqueue_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-nfqueue_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..8ed4e83 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-nfqueue_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-nfqueue_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-nfqueue_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 41edb37..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-nfqueue_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-offload_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-offload_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..98af034 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-offload_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-offload_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-offload_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 497f61b..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-offload_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-physdev_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-physdev_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..0ec5154 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-physdev_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-physdev_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-physdev_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index cf2a565..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-physdev_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-proto_5.15.134+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-proto_5.15.134+3.24-1_mipsel_24kc.ipk new file mode 100644 index 0000000..7da5851 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-proto_5.15.134+3.24-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-proto_5.15.137+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-proto_5.15.137+3.24-1_mipsel_24kc.ipk deleted file mode 100644 index c56dd2b..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-proto_5.15.137+3.24-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-psd_5.15.134+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-psd_5.15.134+3.24-1_mipsel_24kc.ipk new file mode 100644 index 0000000..b8fe2fc Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-psd_5.15.134+3.24-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-psd_5.15.137+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-psd_5.15.137+3.24-1_mipsel_24kc.ipk deleted file mode 100644 index 3cff8aa..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-psd_5.15.137+3.24-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-quota2_5.15.134+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-quota2_5.15.134+3.24-1_mipsel_24kc.ipk new file mode 100644 index 0000000..7cf27a1 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-quota2_5.15.134+3.24-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-quota2_5.15.137+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-quota2_5.15.137+3.24-1_mipsel_24kc.ipk deleted file mode 100644 index c3bf958..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-quota2_5.15.137+3.24-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-raw6_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-raw6_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..9006efe Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-raw6_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-raw6_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-raw6_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 893a00e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-raw6_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-raw_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-raw_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..54cf3d6 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-raw_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-raw_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-raw_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index ce976cf..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-raw_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-rpfilter_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-rpfilter_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..6dd90cc Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-rpfilter_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-rpfilter_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-rpfilter_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d06c45d..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-rpfilter_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-rtpengine_5.15.134+10.5.2.6-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-rtpengine_5.15.134+10.5.2.6-3_mipsel_24kc.ipk new file mode 100644 index 0000000..db2dae4 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-rtpengine_5.15.134+10.5.2.6-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-rtpengine_5.15.137+10.5.2.6-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-rtpengine_5.15.137+10.5.2.6-3_mipsel_24kc.ipk deleted file mode 100644 index a6bfd1a..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-rtpengine_5.15.137+10.5.2.6-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-socket_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-socket_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c7c7476 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-socket_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-socket_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-socket_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 6e07af2..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-socket_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-sysrq_5.15.134+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-sysrq_5.15.134+3.24-1_mipsel_24kc.ipk new file mode 100644 index 0000000..85b542d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-sysrq_5.15.134+3.24-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-sysrq_5.15.137+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-sysrq_5.15.137+3.24-1_mipsel_24kc.ipk deleted file mode 100644 index 671ffaa..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-sysrq_5.15.137+3.24-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-tarpit_5.15.134+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-tarpit_5.15.134+3.24-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c6f8840 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-tarpit_5.15.134+3.24-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-tarpit_5.15.137+3.24-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-tarpit_5.15.137+3.24-1_mipsel_24kc.ipk deleted file mode 100644 index 1d68db8..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-tarpit_5.15.137+3.24-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-tee_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-tee_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..45fb100 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-tee_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-tee_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-tee_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index eb5a6b7..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-tee_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-tproxy_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-tproxy_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..480ab3d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-tproxy_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-tproxy_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-tproxy_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index bc374c3..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-tproxy_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-u32_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-u32_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c79e937 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipt-u32_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipt-u32_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipt-u32_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 50ea621..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipt-u32_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iptunnel4_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iptunnel4_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..6a454d9 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iptunnel4_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iptunnel4_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iptunnel4_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 291df77..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iptunnel4_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iptunnel6_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iptunnel6_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..348f891 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iptunnel6_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iptunnel6_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iptunnel6_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index ab5c7d6..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iptunnel6_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iptunnel_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iptunnel_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..628c837 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iptunnel_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iptunnel_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iptunnel_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 9ede1a4..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iptunnel_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipvlan_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipvlan_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..11904bd Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ipvlan_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ipvlan_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ipvlan_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 3382060..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ipvlan_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iscsi-initiator_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iscsi-initiator_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3f7d118 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iscsi-initiator_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iscsi-initiator_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iscsi-initiator_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 6fa9fcc..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iscsi-initiator_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-iwlwifi_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iwlwifi_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..80cdbf2 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-iwlwifi_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-iwlwifi_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-iwlwifi_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index c88067c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-iwlwifi_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ixgbe_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ixgbe_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..1ed6807 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ixgbe_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ixgbe_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ixgbe_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 3b87fdb..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ixgbe_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ixgbevf_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ixgbevf_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..9a0f249 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ixgbevf_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ixgbevf_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ixgbevf_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 78f6b56..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ixgbevf_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-jool-netfilter_5.15.134+4.1.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-jool-netfilter_5.15.134+4.1.8-1_mipsel_24kc.ipk new file mode 100644 index 0000000..8b7a3ee Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-jool-netfilter_5.15.134+4.1.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-jool-netfilter_5.15.137+4.1.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-jool-netfilter_5.15.137+4.1.8-1_mipsel_24kc.ipk deleted file mode 100644 index 7c9299b..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-jool-netfilter_5.15.137+4.1.8-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-keys-encrypted_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-keys-encrypted_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..eec7df5 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-keys-encrypted_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-keys-encrypted_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-keys-encrypted_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a804a07..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-keys-encrypted_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-keys-trusted_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-keys-trusted_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..1aedcac Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-keys-trusted_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-keys-trusted_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-keys-trusted_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 6c6fe93..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-keys-trusted_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-l2tp-eth_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-l2tp-eth_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..2ece68e Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-l2tp-eth_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-l2tp-eth_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-l2tp-eth_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 766e46f..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-l2tp-eth_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-l2tp-ip_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-l2tp-ip_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..f9efba0 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-l2tp-ip_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-l2tp-ip_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-l2tp-ip_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 5933ee2..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-l2tp-ip_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-l2tp_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-l2tp_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..244c5f2 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-l2tp_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-l2tp_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-l2tp_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a3d6e56..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-l2tp_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-lan743x_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lan743x_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..9353251 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-lan743x_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-lan743x_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lan743x_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index e274c33..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-lan743x_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-leds-gpio_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-leds-gpio_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..bd655fe Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-leds-gpio_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-leds-gpio_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-leds-gpio_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 41f3202..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-leds-gpio_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-leds-pca955x_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-leds-pca955x_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..973ab58 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-leds-pca955x_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-leds-pca955x_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-leds-pca955x_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 2dfb9d9..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-leds-pca955x_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-leds-pca963x_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-leds-pca963x_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c086cd5 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-leds-pca963x_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-leds-pca963x_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-leds-pca963x_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 31d48f3..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-leds-pca963x_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-leds-tlc591xx_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-leds-tlc591xx_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..ebcd219 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-leds-tlc591xx_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-leds-tlc591xx_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-leds-tlc591xx_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 5e0cf30..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-leds-tlc591xx_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-leds-uleds_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-leds-uleds_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..cb2ae62 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-leds-uleds_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-leds-uleds_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-leds-uleds_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 69ed5c5..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-leds-uleds_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ledtrig-activity_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ledtrig-activity_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..08a9c90 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ledtrig-activity_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ledtrig-activity_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ledtrig-activity_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index b83eaba..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ledtrig-activity_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ledtrig-audio_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ledtrig-audio_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..df049b4 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ledtrig-audio_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ledtrig-audio_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ledtrig-audio_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 8d2eb81..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ledtrig-audio_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ledtrig-gpio_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ledtrig-gpio_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..1edf64c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ledtrig-gpio_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ledtrig-gpio_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ledtrig-gpio_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index c647ff1..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ledtrig-gpio_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ledtrig-oneshot_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ledtrig-oneshot_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..5e44df9 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ledtrig-oneshot_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ledtrig-oneshot_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ledtrig-oneshot_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index cac3c3b..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ledtrig-oneshot_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ledtrig-pattern_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ledtrig-pattern_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..bae1fc8 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ledtrig-pattern_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ledtrig-pattern_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ledtrig-pattern_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 4e79098..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ledtrig-pattern_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ledtrig-transient_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ledtrig-transient_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..179a24c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ledtrig-transient_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ledtrig-transient_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ledtrig-transient_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 5dc57a6..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ledtrig-transient_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ledtrig-tty_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ledtrig-tty_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..8427c5c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ledtrig-tty_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ledtrig-tty_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ledtrig-tty_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d06267f..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ledtrig-tty_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-lib-842_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lib-842_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c6f3ba9 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-lib-842_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-lib-842_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lib-842_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 82904d1..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-lib-842_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-lib-cordic_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lib-cordic_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..dcd15ed Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-lib-cordic_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-lib-cordic_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lib-cordic_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index caa2afc..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-lib-cordic_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-lib-crc-ccitt_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lib-crc-ccitt_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3d536a9 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-lib-crc-ccitt_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-lib-crc-ccitt_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lib-crc-ccitt_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index c58d3c1..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-lib-crc-ccitt_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-lib-crc-itu-t_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lib-crc-itu-t_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..0fa1269 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-lib-crc-itu-t_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-lib-crc-itu-t_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lib-crc-itu-t_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 5f765bf..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-lib-crc-itu-t_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-lib-crc16_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lib-crc16_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..eb444bc Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-lib-crc16_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-lib-crc16_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lib-crc16_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 415192c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-lib-crc16_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-lib-crc32c_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lib-crc32c_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..85ca7f1 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-lib-crc32c_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-lib-crc32c_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lib-crc32c_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d3ddf89..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-lib-crc32c_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-lib-crc7_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lib-crc7_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..ff26f9e Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-lib-crc7_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-lib-crc7_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lib-crc7_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 7136d73..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-lib-crc7_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-lib-crc8_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lib-crc8_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..333725f Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-lib-crc8_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-lib-crc8_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lib-crc8_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index b8306ac..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-lib-crc8_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-lib-lz4_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lib-lz4_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..b392fc7 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-lib-lz4_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-lib-lz4_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lib-lz4_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 76b2f66..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-lib-lz4_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-lib-lzo_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lib-lzo_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..30218ff Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-lib-lzo_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-lib-lzo_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lib-lzo_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 851d6a9..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-lib-lzo_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-lib-raid6_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lib-raid6_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..eda5c39 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-lib-raid6_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-lib-raid6_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lib-raid6_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 4ae578e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-lib-raid6_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-lib-textsearch_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lib-textsearch_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..0fa1c7e Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-lib-textsearch_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-lib-textsearch_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lib-textsearch_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a67e301..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-lib-textsearch_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-lib-xor_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lib-xor_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..5b450e2 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-lib-xor_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-lib-xor_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lib-xor_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 09e46de..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-lib-xor_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-lib-zlib-deflate_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lib-zlib-deflate_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..8e888b7 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-lib-zlib-deflate_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-lib-zlib-deflate_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lib-zlib-deflate_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 5e3d755..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-lib-zlib-deflate_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-lib-zlib-inflate_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lib-zlib-inflate_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..325ddc9 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-lib-zlib-inflate_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-lib-zlib-inflate_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lib-zlib-inflate_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 13494fd..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-lib-zlib-inflate_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-lib-zstd_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lib-zstd_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..8a33ca7 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-lib-zstd_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-lib-zstd_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lib-zstd_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 03c1560..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-lib-zstd_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-libphy_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-libphy_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..9a0a8ef Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-libphy_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-libphy_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-libphy_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index f85fc98..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-libphy_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-lkdtm_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lkdtm_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..a3bfe92 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-lkdtm_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-lkdtm_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lkdtm_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index b8660bd..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-lkdtm_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-loop_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-loop_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3a573a1 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-loop_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-loop_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-loop_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 3ba2127..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-loop_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-lp_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lp_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..e0784c8 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-lp_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-lp_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-lp_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a6c1da3..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-lp_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mac80211-hwsim_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mac80211-hwsim_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..1c01d9b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mac80211-hwsim_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mac80211-hwsim_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mac80211-hwsim_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index 31464ab..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mac80211-hwsim_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mac80211_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mac80211_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..3dae2dd Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mac80211_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mac80211_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mac80211_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index 215f69f..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mac80211_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mac802154_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mac802154_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..79da939 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mac802154_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mac802154_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mac802154_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 2cd9d6c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mac802154_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-macremapper_5.15.134-ramips-2_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-macremapper_5.15.134-ramips-2_mipsel_24kc.ipk new file mode 100644 index 0000000..326c3e8 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-macremapper_5.15.134-ramips-2_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-macremapper_5.15.137-ramips-2_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-macremapper_5.15.137-ramips-2_mipsel_24kc.ipk deleted file mode 100644 index 76c162f..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-macremapper_5.15.137-ramips-2_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-macsec_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-macsec_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..547cc90 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-macsec_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-macsec_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-macsec_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index b1b87da..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-macsec_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-macvlan_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-macvlan_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..6df1c82 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-macvlan_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-macvlan_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-macvlan_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d68e3ce..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-macvlan_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-md-linear_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-md-linear_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..2ee4534 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-md-linear_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-md-linear_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-md-linear_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 9617817..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-md-linear_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-md-mod_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-md-mod_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..40d6aa4 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-md-mod_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-md-mod_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-md-mod_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index ebda708..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-md-mod_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-md-multipath_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-md-multipath_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..d0509a1 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-md-multipath_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-md-multipath_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-md-multipath_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d14fb65..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-md-multipath_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-md-raid0_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-md-raid0_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..6fbdb04 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-md-raid0_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-md-raid0_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-md-raid0_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 3cd5e19..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-md-raid0_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-md-raid10_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-md-raid10_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..ee9615f Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-md-raid10_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-md-raid10_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-md-raid10_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index e3b2c9f..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-md-raid10_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-md-raid1_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-md-raid1_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3ff270d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-md-raid1_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-md-raid1_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-md-raid1_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 6b26037..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-md-raid1_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-md-raid456_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-md-raid456_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..a32790c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-md-raid456_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-md-raid456_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-md-raid456_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 35fe8be..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-md-raid456_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mdio-devres_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mdio-devres_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..8f123d9 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mdio-devres_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mdio-devres_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mdio-devres_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index f3acde3..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mdio-devres_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mdio-gpio_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mdio-gpio_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..8378483 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mdio-gpio_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mdio-gpio_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mdio-gpio_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index c00c8f9..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mdio-gpio_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mdio-netlink_5.15.134+1.2.0-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mdio-netlink_5.15.134+1.2.0-1_mipsel_24kc.ipk new file mode 100644 index 0000000..a39f32e Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mdio-netlink_5.15.134+1.2.0-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mdio-netlink_5.15.137+1.2.0-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mdio-netlink_5.15.137+1.2.0-1_mipsel_24kc.ipk deleted file mode 100644 index 1838c11..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mdio-netlink_5.15.137+1.2.0-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mdio_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mdio_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..1b171dc Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mdio_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mdio_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mdio_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index db3811d..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mdio_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mhi-bus_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mhi-bus_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..206665a Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mhi-bus_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mhi-bus_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mhi-bus_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index f9f6839..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mhi-bus_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mhi-net_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mhi-net_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..9212395 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mhi-net_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mhi-net_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mhi-net_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index ea4b82b..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mhi-net_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mhi-pci-generic_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mhi-pci-generic_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..43e16f1 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mhi-pci-generic_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mhi-pci-generic_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mhi-pci-generic_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 7cf17c2..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mhi-pci-generic_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mhi-wwan-ctrl_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mhi-wwan-ctrl_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..d04cc1b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mhi-wwan-ctrl_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mhi-wwan-ctrl_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mhi-wwan-ctrl_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 5e9a604..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mhi-wwan-ctrl_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mhi-wwan-mbim_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mhi-wwan-mbim_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..9b5ae47 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mhi-wwan-mbim_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mhi-wwan-mbim_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mhi-wwan-mbim_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 70681f0..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mhi-wwan-mbim_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mii_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mii_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..7d0d681 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mii_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mii_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mii_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a72ccc6..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mii_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-misdn_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-misdn_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..6481de7 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-misdn_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-misdn_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-misdn_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index f78ec33..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-misdn_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mlx4-core_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mlx4-core_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..307d114 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mlx4-core_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mlx4-core_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mlx4-core_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index e459ecd..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mlx4-core_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mlx5-core_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mlx5-core_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..b471e89 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mlx5-core_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mlx5-core_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mlx5-core_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a8fb2fc..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mlx5-core_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mmc-spi_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mmc-spi_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..5b4de43 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mmc-spi_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mmc-spi_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mmc-spi_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index e09a889..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mmc-spi_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mmc_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mmc_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c40da80 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mmc_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mmc_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mmc_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 2d4e460..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mmc_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mpls_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mpls_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..160effd Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mpls_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mpls_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mpls_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index f4d1efd..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mpls_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mppe_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mppe_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..aa5d60d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mppe_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mppe_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mppe_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 2cfc7ba..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mppe_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mrf24j40_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mrf24j40_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..6c3d250 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mrf24j40_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mrf24j40_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mrf24j40_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 939e355..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mrf24j40_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt76-connac_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt76-connac_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk new file mode 100644 index 0000000..9b6e809 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mt76-connac_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt76-connac_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt76-connac_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk deleted file mode 100644 index 75bd12b..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mt76-connac_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt76-core_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt76-core_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk new file mode 100644 index 0000000..49f3291 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mt76-core_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt76-core_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt76-core_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk deleted file mode 100644 index 335c48d..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mt76-core_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt76-sdio_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt76-sdio_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk new file mode 100644 index 0000000..673a0e8 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mt76-sdio_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt76-sdio_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt76-sdio_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk deleted file mode 100644 index d615831..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mt76-sdio_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt76-usb_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt76-usb_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk new file mode 100644 index 0000000..7f07868 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mt76-usb_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt76-usb_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt76-usb_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk deleted file mode 100644 index 4fee692..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mt76-usb_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7601u_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7601u_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..17bb250 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mt7601u_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7601u_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7601u_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index ef124eb..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mt7601u_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7603_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7603_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3dcdd5d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mt7603_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7603_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7603_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk deleted file mode 100644 index f0b0ddc..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mt7603_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7615-common_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7615-common_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk new file mode 100644 index 0000000..ad44d10 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mt7615-common_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7615-common_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7615-common_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk deleted file mode 100644 index 24fa39f..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mt7615-common_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7615-firmware_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7615-firmware_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk new file mode 100644 index 0000000..ccceb78 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mt7615-firmware_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7615-firmware_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7615-firmware_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk deleted file mode 100644 index 7c65e1f..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mt7615-firmware_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7615e_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7615e_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk new file mode 100644 index 0000000..0c028e5 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mt7615e_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7615e_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7615e_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk deleted file mode 100644 index cc3faa8..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mt7615e_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7622-firmware_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7622-firmware_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk new file mode 100644 index 0000000..e2f69b5 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mt7622-firmware_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7622-firmware_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7622-firmware_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk deleted file mode 100644 index 9bbe96d..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mt7622-firmware_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7663-firmware-ap_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7663-firmware-ap_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk new file mode 100644 index 0000000..e450211 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mt7663-firmware-ap_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7663-firmware-ap_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7663-firmware-ap_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk deleted file mode 100644 index d638e1c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mt7663-firmware-ap_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7663-firmware-sta_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7663-firmware-sta_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk new file mode 100644 index 0000000..1caaba4 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mt7663-firmware-sta_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7663-firmware-sta_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7663-firmware-sta_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk deleted file mode 100644 index a297400..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mt7663-firmware-sta_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7663-usb-sdio_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7663-usb-sdio_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk new file mode 100644 index 0000000..6837be4 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mt7663-usb-sdio_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7663-usb-sdio_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7663-usb-sdio_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk deleted file mode 100644 index c19d03b..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mt7663-usb-sdio_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7663s_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7663s_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk new file mode 100644 index 0000000..b9a05f9 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mt7663s_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7663s_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7663s_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk deleted file mode 100644 index 2dddc8a..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mt7663s_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7663u_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7663u_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk new file mode 100644 index 0000000..6d7995c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mt7663u_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7663u_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7663u_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk deleted file mode 100644 index edfa24b..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mt7663u_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt76_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt76_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3480aab Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mt76_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt76_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt76_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk deleted file mode 100644 index 35b3a2c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mt76_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt76x0-common_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt76x0-common_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk new file mode 100644 index 0000000..79051b3 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mt76x0-common_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt76x0-common_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt76x0-common_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk deleted file mode 100644 index 3754e40..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mt76x0-common_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt76x02-common_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt76x02-common_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk new file mode 100644 index 0000000..eff202d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mt76x02-common_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt76x02-common_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt76x02-common_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk deleted file mode 100644 index d2fbcc2..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mt76x02-common_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt76x02-usb_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt76x02-usb_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3084152 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mt76x02-usb_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt76x02-usb_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt76x02-usb_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk deleted file mode 100644 index 1b65fab..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mt76x02-usb_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt76x0e_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt76x0e_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk new file mode 100644 index 0000000..f32b661 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mt76x0e_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt76x0e_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt76x0e_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk deleted file mode 100644 index 9027bd0..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mt76x0e_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt76x0u_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt76x0u_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk new file mode 100644 index 0000000..6290e3b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mt76x0u_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt76x0u_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt76x0u_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk deleted file mode 100644 index 39083b7..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mt76x0u_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt76x2-common_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt76x2-common_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk new file mode 100644 index 0000000..af8895e Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mt76x2-common_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt76x2-common_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt76x2-common_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk deleted file mode 100644 index 4c6e1fe..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mt76x2-common_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt76x2_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt76x2_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk new file mode 100644 index 0000000..beac147 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mt76x2_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt76x2_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt76x2_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk deleted file mode 100644 index 9742d9c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mt76x2_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt76x2u_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt76x2u_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3fb2792 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mt76x2u_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt76x2u_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt76x2u_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk deleted file mode 100644 index 87b9b6b..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mt76x2u_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7915-firmware_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7915-firmware_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk new file mode 100644 index 0000000..5bc094d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mt7915-firmware_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7915-firmware_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7915-firmware_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk deleted file mode 100644 index 3dc6c2d..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mt7915-firmware_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7915e_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7915e_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk new file mode 100644 index 0000000..9aece20 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mt7915e_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7915e_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7915e_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk deleted file mode 100644 index dd2259e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mt7915e_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7916-firmware_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7916-firmware_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk new file mode 100644 index 0000000..b0ff40b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mt7916-firmware_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7916-firmware_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7916-firmware_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk deleted file mode 100644 index 72dbabb..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mt7916-firmware_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7921-common_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7921-common_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk new file mode 100644 index 0000000..58f75d1 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mt7921-common_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7921-common_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7921-common_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk deleted file mode 100644 index d0a823d..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mt7921-common_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7921-firmware_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7921-firmware_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk new file mode 100644 index 0000000..7a2eaf3 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mt7921-firmware_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7921-firmware_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7921-firmware_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk deleted file mode 100644 index cb850da..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mt7921-firmware_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7921e_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7921e_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk new file mode 100644 index 0000000..615cb55 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mt7921e_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7921e_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7921e_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk deleted file mode 100644 index 71e26c6..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mt7921e_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7921s_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7921s_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk new file mode 100644 index 0000000..eeafae8 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mt7921s_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7921s_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7921s_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk deleted file mode 100644 index b11eeca..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mt7921s_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7921u_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7921u_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk new file mode 100644 index 0000000..b631121 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mt7921u_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt7921u_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt7921u_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk deleted file mode 100644 index e7b454c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mt7921u_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt792x-common_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt792x-common_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk new file mode 100644 index 0000000..855028b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mt792x-common_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt792x-common_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt792x-common_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk deleted file mode 100644 index cbaa34c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mt792x-common_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt792x-usb_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt792x-usb_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk new file mode 100644 index 0000000..dcaf8e9 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mt792x-usb_5.15.134+2023-08-14-b14c2351-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mt792x-usb_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mt792x-usb_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk deleted file mode 100644 index 8694e64..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mt792x-usb_5.15.137+2023-08-14-b14c2351-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mtd-rw_5.15.134+git-20160214-2_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mtd-rw_5.15.134+git-20160214-2_mipsel_24kc.ipk new file mode 100644 index 0000000..0726c29 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mtd-rw_5.15.134+git-20160214-2_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mtd-rw_5.15.137+git-20160214-2_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mtd-rw_5.15.137+git-20160214-2_mipsel_24kc.ipk deleted file mode 100644 index ad1a499..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mtd-rw_5.15.137+git-20160214-2_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mtdoops_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mtdoops_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c08be79 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mtdoops_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mtdoops_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mtdoops_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 2fff948..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mtdoops_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mtdram_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mtdram_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..ae576f0 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mtdram_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mtdram_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mtdram_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 9ac24e9..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mtdram_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mtdtests_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mtdtests_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..1cd5517 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mtdtests_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mtdtests_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mtdtests_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index cfde30c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mtdtests_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mux-core_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mux-core_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..29fd535 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mux-core_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mux-core_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mux-core_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index bad6479..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mux-core_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mux-gpio_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mux-gpio_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..6b77569 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mux-gpio_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mux-gpio_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mux-gpio_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index b8410c6..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mux-gpio_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mwifiex-pcie_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mwifiex-pcie_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..8838333 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mwifiex-pcie_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mwifiex-pcie_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mwifiex-pcie_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index dc65e03..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mwifiex-pcie_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mwifiex-sdio_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mwifiex-sdio_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..1c36c56 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mwifiex-sdio_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mwifiex-sdio_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mwifiex-sdio_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index 6b669d5..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mwifiex-sdio_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-mwl8k_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mwl8k_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..3cdbf8e Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-mwl8k_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-mwl8k_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-mwl8k_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index 6f4299a..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-mwl8k_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nat46_5.15.134+2022-09-19-4c5beee2-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nat46_5.15.134+2022-09-19-4c5beee2-1_mipsel_24kc.ipk new file mode 100644 index 0000000..b702902 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nat46_5.15.134+2022-09-19-4c5beee2-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nat46_5.15.137+2022-09-19-4c5beee2-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nat46_5.15.137+2022-09-19-4c5beee2-1_mipsel_24kc.ipk deleted file mode 100644 index e704c7c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nat46_5.15.137+2022-09-19-4c5beee2-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-natsemi_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-natsemi_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..09407da Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-natsemi_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-natsemi_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-natsemi_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index f2ebc49..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-natsemi_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nbd_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nbd_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..296cf39 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nbd_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nbd_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nbd_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 452d101..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nbd_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ne2k-pci_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ne2k-pci_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..12080bb Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ne2k-pci_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ne2k-pci_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ne2k-pci_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 9abfcde..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ne2k-pci_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-net-selftests_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-net-selftests_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..0049089 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-net-selftests_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-net-selftests_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-net-selftests_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 7bce033..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-net-selftests_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-netatop_5.15.134+3.1-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-netatop_5.15.134+3.1-1_mipsel_24kc.ipk new file mode 100644 index 0000000..54021d8 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-netatop_5.15.134+3.1-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-netatop_5.15.137+3.1-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-netatop_5.15.137+3.1-1_mipsel_24kc.ipk deleted file mode 100644 index 0f18be1..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-netatop_5.15.137+3.1-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-netconsole_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-netconsole_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..feba156 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-netconsole_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-netconsole_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-netconsole_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index aee8fc1..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-netconsole_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-netem_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-netem_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..b30552b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-netem_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-netem_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-netem_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index dc65480..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-netem_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-netlink-diag_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-netlink-diag_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..43c6d7f Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-netlink-diag_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-netlink-diag_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-netlink-diag_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index eb9a752..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-netlink-diag_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-conncount_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-conncount_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..aabf1e4 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nf-conncount_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-conncount_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-conncount_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 71b55d6..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nf-conncount_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-conntrack-netlink_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-conntrack-netlink_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..87ee334 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nf-conntrack-netlink_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-conntrack-netlink_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-conntrack-netlink_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d846400..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nf-conntrack-netlink_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-conntrack6_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-conntrack6_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..6f8432e Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nf-conntrack6_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-conntrack6_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-conntrack6_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 9e01d54..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nf-conntrack6_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-conntrack_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-conntrack_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3a8b042 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nf-conntrack_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-conntrack_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-conntrack_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index bd372d5..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nf-conntrack_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-flow_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-flow_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c38d7e0 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nf-flow_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-flow_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-flow_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 0676649..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nf-flow_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-ipt6_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-ipt6_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..e2e868f Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nf-ipt6_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-ipt6_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-ipt6_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 6b294ab..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nf-ipt6_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-ipt_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-ipt_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..adf57d3 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nf-ipt_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-ipt_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-ipt_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 7eb8878..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nf-ipt_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-ipvs-ftp_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-ipvs-ftp_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..98d1947 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nf-ipvs-ftp_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-ipvs-ftp_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-ipvs-ftp_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a78f267..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nf-ipvs-ftp_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-ipvs-sip_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-ipvs-sip_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..d820ec0 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nf-ipvs-sip_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-ipvs-sip_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-ipvs-sip_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 496d2db..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nf-ipvs-sip_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-ipvs_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-ipvs_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..673a721 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nf-ipvs_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-ipvs_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-ipvs_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 08e5eec..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nf-ipvs_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-log6_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-log6_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c8f5d48 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nf-log6_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-log6_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-log6_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 7042ade..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nf-log6_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-log_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-log_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..9813615 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nf-log_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-log_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-log_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 2f3264c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nf-log_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-nat6_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-nat6_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..5bf2d1a Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nf-nat6_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-nat6_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-nat6_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a700ade..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nf-nat6_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-nat_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-nat_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..aa106d0 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nf-nat_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-nat_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-nat_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index ee90ca8..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nf-nat_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-nathelper-extra_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-nathelper-extra_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..ae408d6 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nf-nathelper-extra_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-nathelper-extra_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-nathelper-extra_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index c8c11e1..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nf-nathelper-extra_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-nathelper_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-nathelper_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..648f252 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nf-nathelper_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-nathelper_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-nathelper_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 9f78c0f..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nf-nathelper_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-reject6_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-reject6_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..6b546af Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nf-reject6_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-reject6_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-reject6_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 86dc4c3..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nf-reject6_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-reject_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-reject_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..2034726 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nf-reject_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-reject_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-reject_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 1552c43..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nf-reject_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-socket_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-socket_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c62ad78 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nf-socket_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-socket_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-socket_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 8b41610..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nf-socket_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-tproxy_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-tproxy_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..f66bc36 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nf-tproxy_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nf-tproxy_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nf-tproxy_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index c0d53b8..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nf-tproxy_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nfnetlink-log_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nfnetlink-log_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..b65bc1f Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nfnetlink-log_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nfnetlink-log_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nfnetlink-log_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 2988a97..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nfnetlink-log_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nfnetlink-queue_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nfnetlink-queue_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..fe9caa7 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nfnetlink-queue_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nfnetlink-queue_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nfnetlink-queue_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index bf22abb..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nfnetlink-queue_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nfnetlink_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nfnetlink_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c78df02 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nfnetlink_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nfnetlink_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nfnetlink_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index c610fd8..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nfnetlink_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nft-arp_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nft-arp_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c136959 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nft-arp_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nft-arp_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nft-arp_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 32528cc..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nft-arp_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nft-bridge_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nft-bridge_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..dd1bb60 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nft-bridge_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nft-bridge_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nft-bridge_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index c4772c1..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nft-bridge_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nft-compat_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nft-compat_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..8869b5d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nft-compat_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nft-compat_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nft-compat_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index b689de8..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nft-compat_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nft-connlimit_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nft-connlimit_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..56459a4 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nft-connlimit_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nft-connlimit_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nft-connlimit_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 7c89d24..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nft-connlimit_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nft-core_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nft-core_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..7dab6d4 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nft-core_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nft-core_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nft-core_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 2c8b721..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nft-core_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nft-dup-inet_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nft-dup-inet_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..19cc818 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nft-dup-inet_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nft-dup-inet_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nft-dup-inet_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 41bd959..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nft-dup-inet_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nft-fib_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nft-fib_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..79c36a0 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nft-fib_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nft-fib_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nft-fib_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index b2fb6f7..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nft-fib_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nft-nat_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nft-nat_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..959e2e6 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nft-nat_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nft-nat_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nft-nat_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 5c2bfe3..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nft-nat_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nft-netdev_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nft-netdev_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..1839bda Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nft-netdev_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nft-netdev_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nft-netdev_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 814ffce..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nft-netdev_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nft-offload_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nft-offload_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..4cc7754 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nft-offload_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nft-offload_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nft-offload_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 31c381b..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nft-offload_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nft-queue_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nft-queue_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..f639f6a Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nft-queue_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nft-queue_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nft-queue_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 774b636..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nft-queue_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nft-socket_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nft-socket_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..a2ee282 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nft-socket_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nft-socket_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nft-socket_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 8f891a1..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nft-socket_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nft-tproxy_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nft-tproxy_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..d75aa4c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nft-tproxy_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nft-tproxy_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nft-tproxy_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 88a84c7..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nft-tproxy_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nft-xfrm_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nft-xfrm_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..baf05aa Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nft-xfrm_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nft-xfrm_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nft-xfrm_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index bf9e846..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nft-xfrm_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-niu_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-niu_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..f58385a Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-niu_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-niu_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-niu_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index ba0da47..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-niu_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nlmon_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nlmon_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..844d597 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nlmon_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nlmon_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nlmon_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 303f1e9..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nlmon_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-base_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-base_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..b125ffb Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nls-base_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-base_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-base_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index c93b09f..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nls-base_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-cp1250_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-cp1250_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..6506783 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nls-cp1250_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-cp1250_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-cp1250_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 03d8aab..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nls-cp1250_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-cp1251_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-cp1251_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..30dad54 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nls-cp1251_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-cp1251_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-cp1251_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index fe090f9..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nls-cp1251_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-cp437_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-cp437_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..333388d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nls-cp437_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-cp437_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-cp437_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 0cd1c69..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nls-cp437_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-cp775_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-cp775_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..5060ad9 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nls-cp775_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-cp775_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-cp775_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a945b8b..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nls-cp775_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-cp850_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-cp850_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..9ccc345 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nls-cp850_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-cp850_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-cp850_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 6c113e7..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nls-cp850_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-cp852_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-cp852_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3e9a60f Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nls-cp852_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-cp852_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-cp852_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index e3e6a6c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nls-cp852_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-cp862_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-cp862_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..8fc37a5 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nls-cp862_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-cp862_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-cp862_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 6dc3b6f..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nls-cp862_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-cp864_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-cp864_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3c72b14 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nls-cp864_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-cp864_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-cp864_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 374f7bb..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nls-cp864_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-cp866_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-cp866_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..4b3676c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nls-cp866_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-cp866_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-cp866_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 5596255..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nls-cp866_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-cp932_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-cp932_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..b28d726 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nls-cp932_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-cp932_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-cp932_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index c431e1c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nls-cp932_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-cp936_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-cp936_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..b62afb9 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nls-cp936_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-cp936_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-cp936_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 4c935eb..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nls-cp936_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-cp950_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-cp950_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..e0bcb53 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nls-cp950_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-cp950_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-cp950_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d11b075..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nls-cp950_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-iso8859-13_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-iso8859-13_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..0e06a58 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nls-iso8859-13_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-iso8859-13_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-iso8859-13_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index ce949d7..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nls-iso8859-13_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-iso8859-15_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-iso8859-15_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..1e2d58c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nls-iso8859-15_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-iso8859-15_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-iso8859-15_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 1d7cad2..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nls-iso8859-15_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-iso8859-1_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-iso8859-1_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..771b588 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nls-iso8859-1_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-iso8859-1_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-iso8859-1_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index edddb16..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nls-iso8859-1_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-iso8859-2_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-iso8859-2_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..283c93c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nls-iso8859-2_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-iso8859-2_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-iso8859-2_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index dc1d76d..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nls-iso8859-2_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-iso8859-6_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-iso8859-6_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..e93674d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nls-iso8859-6_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-iso8859-6_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-iso8859-6_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 42e5227..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nls-iso8859-6_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-iso8859-8_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-iso8859-8_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..b8592d8 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nls-iso8859-8_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-iso8859-8_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-iso8859-8_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 64bec6a..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nls-iso8859-8_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-koi8r_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-koi8r_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..f739409 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nls-koi8r_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-koi8r_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-koi8r_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 039c249..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nls-koi8r_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-utf8_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-utf8_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..6605346 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nls-utf8_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nls-utf8_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nls-utf8_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index bc5f501..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nls-utf8_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nsh_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nsh_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..a4e303c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nsh_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nsh_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nsh_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 389b92d..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nsh_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-nvme_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nvme_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..ce17ef1 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-nvme_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-nvme_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-nvme_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 0785f08..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-nvme_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-of-mdio_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-of-mdio_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..955bfd3 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-of-mdio_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-of-mdio_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-of-mdio_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 8fee0fc..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-of-mdio_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-oid-registry_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-oid-registry_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..5dc3cd4 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-oid-registry_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-oid-registry_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-oid-registry_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d793b9d..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-oid-registry_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-openvswitch-geneve_5.15.134+2.17.0-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-openvswitch-geneve_5.15.134+2.17.0-3_mipsel_24kc.ipk new file mode 100644 index 0000000..929f159 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-openvswitch-geneve_5.15.134+2.17.0-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-openvswitch-geneve_5.15.137+2.17.0-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-openvswitch-geneve_5.15.137+2.17.0-3_mipsel_24kc.ipk deleted file mode 100644 index aa1c79c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-openvswitch-geneve_5.15.137+2.17.0-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-openvswitch-gre_5.15.134+2.17.0-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-openvswitch-gre_5.15.134+2.17.0-3_mipsel_24kc.ipk new file mode 100644 index 0000000..92105f7 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-openvswitch-gre_5.15.134+2.17.0-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-openvswitch-gre_5.15.137+2.17.0-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-openvswitch-gre_5.15.137+2.17.0-3_mipsel_24kc.ipk deleted file mode 100644 index 7d7576f..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-openvswitch-gre_5.15.137+2.17.0-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-openvswitch-vxlan_5.15.134+2.17.0-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-openvswitch-vxlan_5.15.134+2.17.0-3_mipsel_24kc.ipk new file mode 100644 index 0000000..e763bc4 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-openvswitch-vxlan_5.15.134+2.17.0-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-openvswitch-vxlan_5.15.137+2.17.0-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-openvswitch-vxlan_5.15.137+2.17.0-3_mipsel_24kc.ipk deleted file mode 100644 index 45f5a72..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-openvswitch-vxlan_5.15.137+2.17.0-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-openvswitch_5.15.134+2.17.0-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-openvswitch_5.15.134+2.17.0-3_mipsel_24kc.ipk new file mode 100644 index 0000000..05d15da Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-openvswitch_5.15.134+2.17.0-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-openvswitch_5.15.137+2.17.0-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-openvswitch_5.15.137+2.17.0-3_mipsel_24kc.ipk deleted file mode 100644 index 94ea176..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-openvswitch_5.15.137+2.17.0-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ovpn-dco_5.15.134+2022-10-23-d1d53564-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ovpn-dco_5.15.134+2022-10-23-d1d53564-3_mipsel_24kc.ipk new file mode 100644 index 0000000..2eabc32 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ovpn-dco_5.15.134+2022-10-23-d1d53564-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ovpn-dco_5.15.137+2022-10-23-d1d53564-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ovpn-dco_5.15.137+2022-10-23-d1d53564-3_mipsel_24kc.ipk deleted file mode 100644 index b4f36f1..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ovpn-dco_5.15.137+2022-10-23-d1d53564-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-owl-loader_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-owl-loader_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..3b470ae Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-owl-loader_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-owl-loader_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-owl-loader_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index 8228778..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-owl-loader_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-parport-pc_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-parport-pc_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..92d534a Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-parport-pc_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-parport-pc_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-parport-pc_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 3ac6193..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-parport-pc_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-pcnet32_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pcnet32_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..93b1cc8 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-pcnet32_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-pcnet32_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pcnet32_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 5cbac31..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-pcnet32_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-pf-ring_5.15.134+8.0.0-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pf-ring_5.15.134+8.0.0-1_mipsel_24kc.ipk new file mode 100644 index 0000000..d6883f5 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-pf-ring_5.15.134+8.0.0-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-pf-ring_5.15.137+8.0.0-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pf-ring_5.15.137+8.0.0-1_mipsel_24kc.ipk deleted file mode 100644 index 86df25b..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-pf-ring_5.15.137+8.0.0-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-phy-aquantia_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-phy-aquantia_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..2c6b8b4 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-phy-aquantia_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-phy-aquantia_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-phy-aquantia_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 17a8dfe..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-phy-aquantia_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-phy-ax88796b_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-phy-ax88796b_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..187424d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-phy-ax88796b_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-phy-ax88796b_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-phy-ax88796b_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index c346566..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-phy-ax88796b_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-phy-bcm84881_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-phy-bcm84881_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..31ee8d9 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-phy-bcm84881_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-phy-bcm84881_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-phy-bcm84881_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 683791c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-phy-bcm84881_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-phy-broadcom_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-phy-broadcom_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..1948250 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-phy-broadcom_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-phy-broadcom_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-phy-broadcom_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 12de8e8..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-phy-broadcom_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-phy-marvell-10g_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-phy-marvell-10g_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..43598e4 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-phy-marvell-10g_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-phy-marvell-10g_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-phy-marvell-10g_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index e7104bf..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-phy-marvell-10g_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-phy-marvell_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-phy-marvell_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..5db69dd Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-phy-marvell_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-phy-marvell_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-phy-marvell_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index cdf8743..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-phy-marvell_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-phy-microchip_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-phy-microchip_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..8e874fa Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-phy-microchip_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-phy-microchip_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-phy-microchip_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 616d8bf..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-phy-microchip_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-phy-realtek_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-phy-realtek_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..11857fa Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-phy-realtek_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-phy-realtek_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-phy-realtek_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a25bfae..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-phy-realtek_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-phy-smsc_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-phy-smsc_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..244fa9c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-phy-smsc_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-phy-smsc_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-phy-smsc_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 616c62b..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-phy-smsc_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-phylib-broadcom_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-phylib-broadcom_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..ac96657 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-phylib-broadcom_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-phylib-broadcom_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-phylib-broadcom_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index c80d06d..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-phylib-broadcom_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-phylink_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-phylink_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..aeb2959 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-phylink_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-phylink_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-phylink_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 3211dac..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-phylink_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-pinctrl-mcp23s08-i2c_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pinctrl-mcp23s08-i2c_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..55c66c5 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-pinctrl-mcp23s08-i2c_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-pinctrl-mcp23s08-i2c_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pinctrl-mcp23s08-i2c_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 2d17a82..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-pinctrl-mcp23s08-i2c_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-pinctrl-mcp23s08-spi_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pinctrl-mcp23s08-spi_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..e30baf7 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-pinctrl-mcp23s08-spi_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-pinctrl-mcp23s08-spi_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pinctrl-mcp23s08-spi_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d81e783..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-pinctrl-mcp23s08-spi_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-pinctrl-mcp23s08_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pinctrl-mcp23s08_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..0ef529a Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-pinctrl-mcp23s08_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-pinctrl-mcp23s08_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pinctrl-mcp23s08_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index e6d1de2..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-pinctrl-mcp23s08_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-pktgen_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pktgen_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..f07840a Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-pktgen_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-pktgen_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pktgen_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 29f113c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-pktgen_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-pmbus-core_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pmbus-core_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..e6009ba Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-pmbus-core_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-pmbus-core_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pmbus-core_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 4cdf850..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-pmbus-core_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-pmbus-zl6100_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pmbus-zl6100_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..fe619e7 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-pmbus-zl6100_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-pmbus-zl6100_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pmbus-zl6100_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 5354e32..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-pmbus-zl6100_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ppdev_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ppdev_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3dbd3ea Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ppdev_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ppdev_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ppdev_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index deecf9f..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ppdev_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ppp-synctty_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ppp-synctty_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..809f648 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ppp-synctty_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ppp-synctty_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ppp-synctty_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index df90e7b..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ppp-synctty_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ppp_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ppp_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3e48d93 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ppp_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ppp_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ppp_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index fd088f8..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ppp_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-pppoa_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pppoa_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..6fce52b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-pppoa_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-pppoa_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pppoa_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index eaad7d2..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-pppoa_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-pppoe_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pppoe_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..2fa0ca5 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-pppoe_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-pppoe_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pppoe_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index f3cac66..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-pppoe_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-pppol2tp_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pppol2tp_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..88cd62a Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-pppol2tp_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-pppol2tp_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pppol2tp_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index ab010fd..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-pppol2tp_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-pppox_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pppox_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..0031eaa Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-pppox_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-pppox_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pppox_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 2000ca5..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-pppox_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-pps-gpio_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pps-gpio_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..000282e Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-pps-gpio_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-pps-gpio_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pps-gpio_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 56f62ae..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-pps-gpio_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-pps-ldisc_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pps-ldisc_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..9c0d0ad Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-pps-ldisc_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-pps-ldisc_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pps-ldisc_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d5b6235..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-pps-ldisc_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-pps_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pps_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..5334c19 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-pps_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-pps_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pps_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index db8b890..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-pps_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-pptp_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pptp_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..b00b815 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-pptp_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-pptp_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pptp_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 0d6ccd1..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-pptp_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-pstore_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pstore_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..58a6495 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-pstore_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-pstore_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pstore_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index c85953b..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-pstore_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ptp_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ptp_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..5b79e6d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ptp_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ptp_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ptp_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index bec928f..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ptp_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-pwm-mediatek-ramips_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pwm-mediatek-ramips_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..e40dc49 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-pwm-mediatek-ramips_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-pwm-mediatek-ramips_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-pwm-mediatek-ramips_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 05d9a2e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-pwm-mediatek-ramips_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-qlcnic_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-qlcnic_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..12c4bd8 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-qlcnic_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-qlcnic_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-qlcnic_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index ca0b798..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-qlcnic_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-qrtr-mhi_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-qrtr-mhi_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..4598031 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-qrtr-mhi_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-qrtr-mhi_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-qrtr-mhi_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 9fcf9ee..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-qrtr-mhi_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-qrtr-tun_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-qrtr-tun_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..01f3ea5 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-qrtr-tun_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-qrtr-tun_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-qrtr-tun_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 5a8052e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-qrtr-tun_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-qrtr_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-qrtr_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..ec83588 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-qrtr_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-qrtr_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-qrtr_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d54e820..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-qrtr_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-r6040_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-r6040_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..9b1d2a5 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-r6040_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-r6040_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-r6040_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 77176c2..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-r6040_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-r8169_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-r8169_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..aabf2eb Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-r8169_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-r8169_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-r8169_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d7245da..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-r8169_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ramoops_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ramoops_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..026db5c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ramoops_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ramoops_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ramoops_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 523ee65..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ramoops_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-random-core_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-random-core_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..b5c2842 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-random-core_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-random-core_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-random-core_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index fcd431a..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-random-core_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-reed-solomon_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-reed-solomon_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..a15f84e Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-reed-solomon_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-reed-solomon_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-reed-solomon_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index b89dc38..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-reed-solomon_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-regmap-core_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-regmap-core_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..304e1de Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-regmap-core_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-regmap-core_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-regmap-core_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index e15f8ac..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-regmap-core_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-regmap-i2c_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-regmap-i2c_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..6d8a9a0 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-regmap-i2c_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-regmap-i2c_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-regmap-i2c_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 89e7efe..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-regmap-i2c_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-regmap-spi_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-regmap-spi_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..84a9696 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-regmap-spi_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-regmap-spi_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-regmap-spi_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index fde43f3..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-regmap-spi_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-rsi91x-sdio_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rsi91x-sdio_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..bc713e8 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-rsi91x-sdio_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-rsi91x-sdio_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rsi91x-sdio_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index edcf747..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-rsi91x-sdio_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-rsi91x-usb_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rsi91x-usb_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..4aaa8a1 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-rsi91x-usb_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-rsi91x-usb_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rsi91x-usb_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index 2f37b18..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-rsi91x-usb_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-rsi91x_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rsi91x_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..35c8f20 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-rsi91x_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-rsi91x_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rsi91x_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index 9603878..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-rsi91x_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-rt2800-lib_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rt2800-lib_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..21d74ed Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-rt2800-lib_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-rt2800-lib_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rt2800-lib_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index c3156cc..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-rt2800-lib_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-rt2800-mmio_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rt2800-mmio_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..f1132c4 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-rt2800-mmio_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-rt2800-mmio_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rt2800-mmio_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index edb136c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-rt2800-mmio_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-rt2800-pci_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rt2800-pci_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..b14d292 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-rt2800-pci_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-rt2800-pci_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rt2800-pci_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index 34e329c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-rt2800-pci_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-rt2800-usb_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rt2800-usb_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..cac1195 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-rt2800-usb_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-rt2800-usb_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rt2800-usb_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index 6b6b383..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-rt2800-usb_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-rt2x00-lib_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rt2x00-lib_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..a13cd1d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-rt2x00-lib_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-rt2x00-lib_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rt2x00-lib_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index 40bb271..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-rt2x00-lib_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-rt2x00-mmio_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rt2x00-mmio_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..1afcde5 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-rt2x00-mmio_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-rt2x00-mmio_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rt2x00-mmio_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index 5db059c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-rt2x00-mmio_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-rt2x00-pci_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rt2x00-pci_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..55ce762 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-rt2x00-pci_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-rt2x00-pci_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rt2x00-pci_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index 388834e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-rt2x00-pci_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-rt2x00-usb_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rt2x00-usb_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..19b561b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-rt2x00-usb_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-rt2x00-usb_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rt2x00-usb_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index 61a028e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-rt2x00-usb_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-rtl8192c-common_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rtl8192c-common_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..efb178e Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-rtl8192c-common_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-rtl8192c-common_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rtl8192c-common_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index 3f5d227..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-rtl8192c-common_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-rtl8192ce_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rtl8192ce_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..94b4b2d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-rtl8192ce_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-rtl8192ce_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rtl8192ce_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index 9a32087..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-rtl8192ce_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-rtl8192cu_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rtl8192cu_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..4e1f4d9 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-rtl8192cu_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-rtl8192cu_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rtl8192cu_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index fe65a51..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-rtl8192cu_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-rtl8192de_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rtl8192de_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..e4669b4 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-rtl8192de_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-rtl8192de_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rtl8192de_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index c094fac..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-rtl8192de_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-rtl8192se_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rtl8192se_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..7011a40 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-rtl8192se_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-rtl8192se_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rtl8192se_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index 1e0fed7..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-rtl8192se_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-rtl8723bs_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rtl8723bs_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..2de1f9b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-rtl8723bs_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-rtl8723bs_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rtl8723bs_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index bad37fe..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-rtl8723bs_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-rtl8812au-ct_5.15.134+2021-11-07-39df5596-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rtl8812au-ct_5.15.134+2021-11-07-39df5596-1_mipsel_24kc.ipk new file mode 100644 index 0000000..88de829 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-rtl8812au-ct_5.15.134+2021-11-07-39df5596-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-rtl8812au-ct_5.15.137+2021-11-07-39df5596-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rtl8812au-ct_5.15.137+2021-11-07-39df5596-1_mipsel_24kc.ipk deleted file mode 100644 index 436acf4..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-rtl8812au-ct_5.15.137+2021-11-07-39df5596-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-rtl8821ae_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rtl8821ae_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..980345e Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-rtl8821ae_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-rtl8821ae_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rtl8821ae_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index 23d868e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-rtl8821ae_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-rtl8xxxu_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rtl8xxxu_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..4c13ccf Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-rtl8xxxu_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-rtl8xxxu_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rtl8xxxu_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index 3a05af7..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-rtl8xxxu_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-rtlwifi-btcoexist_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rtlwifi-btcoexist_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..de73af5 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-rtlwifi-btcoexist_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-rtlwifi-btcoexist_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rtlwifi-btcoexist_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index 86d6624..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-rtlwifi-btcoexist_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-rtlwifi-pci_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rtlwifi-pci_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..4fdcac9 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-rtlwifi-pci_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-rtlwifi-pci_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rtlwifi-pci_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index eabe21e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-rtlwifi-pci_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-rtlwifi-usb_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rtlwifi-usb_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..448679a Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-rtlwifi-usb_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-rtlwifi-usb_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rtlwifi-usb_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index 3cc2bd3..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-rtlwifi-usb_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-rtlwifi_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rtlwifi_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..d92f2c8 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-rtlwifi_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-rtlwifi_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rtlwifi_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index 734be43..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-rtlwifi_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-rtw88_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rtw88_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..c994746 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-rtw88_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-rtw88_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-rtw88_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index 8cb2cc5..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-rtw88_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-act-ipt_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-act-ipt_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..a062dea Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sched-act-ipt_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-act-ipt_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-act-ipt_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index c6425fc..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sched-act-ipt_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-act-police_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-act-police_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..cbbc499 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sched-act-police_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-act-police_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-act-police_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 11a27e2..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sched-act-police_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-act-sample_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-act-sample_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..4f873a5 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sched-act-sample_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-act-sample_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-act-sample_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 47471ef..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sched-act-sample_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-act-vlan_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-act-vlan_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..6291b36 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sched-act-vlan_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-act-vlan_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-act-vlan_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index fd4daa0..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sched-act-vlan_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-bpf_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-bpf_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..a9cf66b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sched-bpf_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-bpf_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-bpf_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 073fabf..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sched-bpf_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-cake_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-cake_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..a6a92ce Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sched-cake_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-cake_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-cake_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 5304ed4..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sched-cake_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-connmark_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-connmark_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..155817b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sched-connmark_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-connmark_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-connmark_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 2470900..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sched-connmark_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-core_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-core_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..a38b691 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sched-core_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-core_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-core_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 299ffa3..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sched-core_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-ctinfo_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-ctinfo_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..6efcf9d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sched-ctinfo_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-ctinfo_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-ctinfo_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 77e44c7..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sched-ctinfo_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-drr_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-drr_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..b517084 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sched-drr_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-drr_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-drr_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 35da59c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sched-drr_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-flower_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-flower_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..a6dbf5c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sched-flower_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-flower_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-flower_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 51d6141..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sched-flower_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-fq-pie_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-fq-pie_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..8a86a31 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sched-fq-pie_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-fq-pie_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-fq-pie_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 780872d..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sched-fq-pie_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-ipset_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-ipset_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..b5fd5f0 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sched-ipset_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-ipset_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-ipset_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 1434807..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sched-ipset_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-mqprio_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-mqprio_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..b3bb3b1 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sched-mqprio_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-mqprio_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-mqprio_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index dbb7025..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sched-mqprio_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-pie_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-pie_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..ec5da0c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sched-pie_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-pie_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-pie_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 32a35c6..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sched-pie_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-prio_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-prio_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..bf67e2e Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sched-prio_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-prio_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-prio_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 566356a..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sched-prio_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-red_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-red_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..7bf9ecb Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sched-red_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-red_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-red_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 4284fa9..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sched-red_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-skbprio_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-skbprio_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..7390a7b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sched-skbprio_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched-skbprio_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched-skbprio_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index aed0e7d..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sched-skbprio_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..d121b13 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sched_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sched_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sched_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d265a2c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sched_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-scsi-cdrom_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-scsi-cdrom_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..4660a01 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-scsi-cdrom_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-scsi-cdrom_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-scsi-cdrom_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 5a43fd6..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-scsi-cdrom_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-scsi-core_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-scsi-core_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..aaab091 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-scsi-core_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-scsi-core_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-scsi-core_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 91fe810..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-scsi-core_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-scsi-generic_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-scsi-generic_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..bd6c813 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-scsi-generic_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-scsi-generic_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-scsi-generic_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index dcda3b5..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-scsi-generic_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-scsi-tape_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-scsi-tape_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..9effdf8 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-scsi-tape_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-scsi-tape_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-scsi-tape_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 9c2be72..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-scsi-tape_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sctp_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sctp_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..4428b74 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sctp_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sctp_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sctp_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index c179130..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sctp_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sdhci-mt7620_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sdhci-mt7620_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..739e5c3 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sdhci-mt7620_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sdhci-mt7620_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sdhci-mt7620_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 9518fbc..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sdhci-mt7620_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sdhci_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sdhci_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..e8bd56d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sdhci_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sdhci_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sdhci_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 03734bc..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sdhci_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-serial-8250-exar_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-serial-8250-exar_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..af7267b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-serial-8250-exar_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-serial-8250-exar_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-serial-8250-exar_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index fd11a51..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-serial-8250-exar_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-serial-8250_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-serial-8250_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..1e7596b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-serial-8250_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-serial-8250_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-serial-8250_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 080eb57..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-serial-8250_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sfc-falcon_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sfc-falcon_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..5196b1d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sfc-falcon_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sfc-falcon_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sfc-falcon_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index f5a37a4..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sfc-falcon_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sfc_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sfc_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..8c11947 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sfc_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sfc_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sfc_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 0cc5259..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sfc_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sfp_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sfp_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..af4171f Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sfp_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sfp_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sfp_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d7b7e41..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sfp_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-siit_5.15.134+1.2-4_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-siit_5.15.134+1.2-4_mipsel_24kc.ipk new file mode 100644 index 0000000..4fda7b8 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-siit_5.15.134+1.2-4_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-siit_5.15.137+1.2-4_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-siit_5.15.137+1.2-4_mipsel_24kc.ipk deleted file mode 100644 index 957fbf7..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-siit_5.15.137+1.2-4_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sis190_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sis190_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..0805bb6 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sis190_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sis190_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sis190_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 2551505..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sis190_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sis900_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sis900_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..6ef8964 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sis900_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sis900_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sis900_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index b0c7b99..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sis900_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sit_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sit_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..93f0fb0 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sit_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sit_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sit_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 4a67636..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sit_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-skge_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-skge_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..8448b9c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-skge_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-skge_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-skge_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index f7df1a9..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-skge_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sky2_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sky2_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..9cbd8b3 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sky2_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sky2_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sky2_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 2e4aa8a..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sky2_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-slhc_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-slhc_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..edba37f Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-slhc_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-slhc_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-slhc_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 4b7d98d..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-slhc_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-slip_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-slip_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..27a2ebe Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-slip_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-slip_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-slip_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 19a1bf0..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-slip_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-softdog_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-softdog_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..d7a3dc8 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-softdog_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-softdog_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-softdog_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 5a6ea75..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-softdog_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-solos-pci_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-solos-pci_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..b5eafda Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-solos-pci_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-solos-pci_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-solos-pci_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 691ca2e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-solos-pci_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-core_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-core_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..ceaaa21 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sound-core_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-core_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-core_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a9cebc5..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sound-core_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-dummy_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-dummy_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..920e113 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sound-dummy_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-dummy_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-dummy_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 775c8a5..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sound-dummy_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-ens1371_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-ens1371_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..49c4903 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sound-ens1371_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-ens1371_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-ens1371_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 9aec240..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sound-ens1371_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-analog_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-analog_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..58fe87d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-analog_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-analog_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-analog_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 38d83d0..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-analog_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-ca0110_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-ca0110_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..457b70e Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-ca0110_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-ca0110_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-ca0110_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 4777698..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-ca0110_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-ca0132_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-ca0132_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..dab5503 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-ca0132_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-ca0132_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-ca0132_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 9598ad5..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-ca0132_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-cirrus_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-cirrus_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..9501e15 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-cirrus_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-cirrus_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-cirrus_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 0fb576d..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-cirrus_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-cmedia_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-cmedia_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..433baab Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-cmedia_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-cmedia_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-cmedia_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 61121b1..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-cmedia_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-conexant_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-conexant_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..973a5a6 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-conexant_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-conexant_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-conexant_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 4ab2c12..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-conexant_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-hdmi_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-hdmi_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..b019013 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-hdmi_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-hdmi_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-hdmi_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 0434824..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-hdmi_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-idt_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-idt_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..cb691ae Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-idt_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-idt_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-idt_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 8d77dd1..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-idt_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-realtek_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-realtek_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..eae6bad Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-realtek_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-realtek_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-realtek_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 02361b1..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-realtek_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-si3054_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-si3054_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..2d5fbec Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-si3054_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-si3054_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-si3054_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 149ed51..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-si3054_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-via_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-via_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..89f7c88 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-via_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-via_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-via_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 421780a..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sound-hda-codec-via_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-hda-core_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-hda-core_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..174090b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sound-hda-core_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-hda-core_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-hda-core_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 45ecf86..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sound-hda-core_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-i8x0_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-i8x0_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3a2f719 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sound-i8x0_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-i8x0_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-i8x0_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 4352fc0..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sound-i8x0_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-mpu401_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-mpu401_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..1ee013e Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sound-mpu401_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-mpu401_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-mpu401_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 6d10059..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sound-mpu401_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-mt7620_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-mt7620_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..cab2e7a Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sound-mt7620_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-mt7620_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-mt7620_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 9352a23..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sound-mt7620_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-seq_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-seq_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..f2a1bab Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sound-seq_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-seq_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-seq_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 170f2b8..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sound-seq_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-soc-ac97_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-soc-ac97_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..4478f97 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sound-soc-ac97_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-soc-ac97_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-soc-ac97_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d713a75..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sound-soc-ac97_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-soc-core_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-soc-core_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..fd24e3e Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sound-soc-core_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-soc-core_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-soc-core_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 6a6ed8e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sound-soc-core_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-soc-spdif_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-soc-spdif_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..8ea82ea Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sound-soc-spdif_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-soc-spdif_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-soc-spdif_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 0890319..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sound-soc-spdif_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-via82xx_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-via82xx_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..87254a1 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-sound-via82xx_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-sound-via82xx_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-sound-via82xx_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 9c95ff6..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-sound-via82xx_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-spi-bitbang_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-spi-bitbang_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..f27218a Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-spi-bitbang_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-spi-bitbang_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-spi-bitbang_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 87045d4..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-spi-bitbang_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-spi-dev_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-spi-dev_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..4278014 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-spi-dev_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-spi-dev_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-spi-dev_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d94f73d..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-spi-dev_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-spi-gpio_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-spi-gpio_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..8d3fbe8 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-spi-gpio_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-spi-gpio_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-spi-gpio_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 3c8ced7..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-spi-gpio_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-spi-ks8995_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-spi-ks8995_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..056b501 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-spi-ks8995_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-spi-ks8995_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-spi-ks8995_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 59b60af..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-spi-ks8995_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-ssb_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ssb_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..4b54241 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-ssb_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-ssb_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-ssb_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 7b1255e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-ssb_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-swconfig_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-swconfig_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..56c2087 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-swconfig_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-swconfig_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-swconfig_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index e95d3b3..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-swconfig_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-switch-ar8xxx_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-switch-ar8xxx_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..b4b6569 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-switch-ar8xxx_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-switch-ar8xxx_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-switch-ar8xxx_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a8d4476..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-switch-ar8xxx_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-switch-bcm53xx-mdio_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-switch-bcm53xx-mdio_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..abdddbb Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-switch-bcm53xx-mdio_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-switch-bcm53xx-mdio_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-switch-bcm53xx-mdio_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 4aa5cfa..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-switch-bcm53xx-mdio_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-switch-bcm53xx_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-switch-bcm53xx_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..b241a60 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-switch-bcm53xx_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-switch-bcm53xx_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-switch-bcm53xx_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index e9525fe..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-switch-bcm53xx_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-switch-ip17xx_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-switch-ip17xx_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..65a6379 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-switch-ip17xx_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-switch-ip17xx_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-switch-ip17xx_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 228199d..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-switch-ip17xx_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-switch-rtl8306_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-switch-rtl8306_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..f3bdaef Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-switch-rtl8306_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-switch-rtl8306_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-switch-rtl8306_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index ad30ecc..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-switch-rtl8306_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-switch-rtl8366-smi_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-switch-rtl8366-smi_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..bf6e6de Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-switch-rtl8366-smi_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-switch-rtl8366-smi_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-switch-rtl8366-smi_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 4b3db21..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-switch-rtl8366-smi_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-switch-rtl8366rb_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-switch-rtl8366rb_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..ecf15ea Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-switch-rtl8366rb_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-switch-rtl8366rb_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-switch-rtl8366rb_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 3d142ad..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-switch-rtl8366rb_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-switch-rtl8366s_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-switch-rtl8366s_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..bca5546 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-switch-rtl8366s_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-switch-rtl8366s_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-switch-rtl8366s_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index ae89790..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-switch-rtl8366s_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-switch-rtl8367_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-switch-rtl8367_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..96a3459 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-switch-rtl8367_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-switch-rtl8367_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-switch-rtl8367_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 0ac45f5..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-switch-rtl8367_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-switch-rtl8367b_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-switch-rtl8367b_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..77e4f7b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-switch-rtl8367b_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-switch-rtl8367b_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-switch-rtl8367b_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 9177ef9..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-switch-rtl8367b_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-tcp-bbr_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-tcp-bbr_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..03a4de5 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-tcp-bbr_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-tcp-bbr_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-tcp-bbr_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index c61839e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-tcp-bbr_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-tcp-hybla_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-tcp-hybla_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..56b2835 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-tcp-hybla_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-tcp-hybla_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-tcp-hybla_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a773346..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-tcp-hybla_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-tcp-scalable_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-tcp-scalable_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c5b7e8a Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-tcp-scalable_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-tcp-scalable_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-tcp-scalable_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index e01bc73..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-tcp-scalable_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-tg3_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-tg3_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..bb7a6e2 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-tg3_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-tg3_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-tg3_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index e95a88c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-tg3_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-thermal_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-thermal_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..f026463 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-thermal_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-thermal_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-thermal_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a15f4c0..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-thermal_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-tls_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-tls_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..9ceb171 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-tls_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-tls_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-tls_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index ba6137c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-tls_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-tpm-i2c-atmel_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-tpm-i2c-atmel_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..bfc7f3f Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-tpm-i2c-atmel_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-tpm-i2c-atmel_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-tpm-i2c-atmel_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 16216ae..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-tpm-i2c-atmel_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-tpm-i2c-infineon_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-tpm-i2c-infineon_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c3d0e26 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-tpm-i2c-infineon_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-tpm-i2c-infineon_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-tpm-i2c-infineon_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index be4949e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-tpm-i2c-infineon_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-tpm_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-tpm_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..5c08381 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-tpm_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-tpm_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-tpm_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 3871886..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-tpm_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-trelay_5.15.134-2_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-trelay_5.15.134-2_mipsel_24kc.ipk new file mode 100644 index 0000000..f96f59c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-trelay_5.15.134-2_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-trelay_5.15.137-2_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-trelay_5.15.137-2_mipsel_24kc.ipk deleted file mode 100644 index 4b562f5..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-trelay_5.15.137-2_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-tulip_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-tulip_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..7aae16c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-tulip_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-tulip_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-tulip_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 125599c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-tulip_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-tun_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-tun_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3a50b43 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-tun_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-tun_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-tun_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index be96888..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-tun_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-udptunnel4_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-udptunnel4_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..d58023d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-udptunnel4_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-udptunnel4_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-udptunnel4_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 29fb0c4..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-udptunnel4_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-udptunnel6_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-udptunnel6_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..8a0abf0 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-udptunnel6_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-udptunnel6_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-udptunnel6_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 48391f1..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-udptunnel6_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-acm_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-acm_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..578b4c3 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-acm_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-acm_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-acm_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index f9ecfa4..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-acm_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-atm-cxacru_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-atm-cxacru_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..59ef258 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-atm-cxacru_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-atm-cxacru_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-atm-cxacru_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index bc99877..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-atm-cxacru_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-atm-speedtouch_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-atm-speedtouch_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..bb40255 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-atm-speedtouch_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-atm-speedtouch_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-atm-speedtouch_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 5792eea..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-atm-speedtouch_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-atm-ueagle_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-atm-ueagle_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..272762d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-atm-ueagle_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-atm-ueagle_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-atm-ueagle_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 9b130bd..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-atm-ueagle_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-atm_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-atm_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..8f389e1 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-atm_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-atm_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-atm_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 1cc9c53..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-atm_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-audio_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-audio_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..7745497 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-audio_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-audio_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-audio_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 80371a8..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-audio_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-cm109_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-cm109_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..7e22e7a Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-cm109_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-cm109_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-cm109_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index b8a6b20..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-cm109_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-core_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-core_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..90619da Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-core_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-core_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-core_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 246661e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-core_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-dwc2-pci_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-dwc2-pci_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..e902cca Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-dwc2-pci_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-dwc2-pci_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-dwc2-pci_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d625d1a..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-dwc2-pci_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-dwc2_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-dwc2_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..71da057 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-dwc2_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-dwc2_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-dwc2_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 0237704..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-dwc2_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-dwc3_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-dwc3_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..53532ae Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-dwc3_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-dwc3_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-dwc3_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 9bcb5fa..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-dwc3_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-ehci_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-ehci_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..0d048a3 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-ehci_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-ehci_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-ehci_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 2861cfd..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-ehci_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-hid-cp2112_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-hid-cp2112_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..fa27c4a Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-hid-cp2112_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-hid-cp2112_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-hid-cp2112_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 79928a0..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-hid-cp2112_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-hid-mcp2221_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-hid-mcp2221_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..7d7f28b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-hid-mcp2221_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-hid-mcp2221_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-hid-mcp2221_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index f9a49b4..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-hid-mcp2221_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-hid_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-hid_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..0ea1a33 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-hid_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-hid_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-hid_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d528f1b..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-hid_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-ledtrig-usbport_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-ledtrig-usbport_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..d88b566 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-ledtrig-usbport_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-ledtrig-usbport_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-ledtrig-usbport_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 6f77282..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-ledtrig-usbport_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-aqc111_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-aqc111_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..349b0e7 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-net-aqc111_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-aqc111_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-aqc111_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index da9c0bb..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-net-aqc111_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-asix-ax88179_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-asix-ax88179_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..b6d4a00 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-net-asix-ax88179_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-asix-ax88179_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-asix-ax88179_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 7481898..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-net-asix-ax88179_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-asix_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-asix_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c36d563 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-net-asix_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-asix_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-asix_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 0b8a640..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-net-asix_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-cdc-eem_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-cdc-eem_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..a4156ca Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-net-cdc-eem_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-cdc-eem_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-cdc-eem_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 23bc433..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-net-cdc-eem_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-cdc-ether_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-cdc-ether_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..9e66bc0 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-net-cdc-ether_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-cdc-ether_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-cdc-ether_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 44ff500..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-net-cdc-ether_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-cdc-mbim_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-cdc-mbim_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..2d155df Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-net-cdc-mbim_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-cdc-mbim_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-cdc-mbim_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 8dd66f6..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-net-cdc-mbim_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-cdc-ncm_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-cdc-ncm_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..94ef657 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-net-cdc-ncm_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-cdc-ncm_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-cdc-ncm_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 1b82ebf..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-net-cdc-ncm_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-cdc-subset_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-cdc-subset_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..125bda9 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-net-cdc-subset_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-cdc-subset_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-cdc-subset_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index ab61350..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-net-cdc-subset_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-dm9601-ether_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-dm9601-ether_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..756f8c8 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-net-dm9601-ether_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-dm9601-ether_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-dm9601-ether_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index bc5ff67..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-net-dm9601-ether_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-hso_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-hso_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..d7b3f03 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-net-hso_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-hso_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-hso_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 6e034ef..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-net-hso_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-huawei-cdc-ncm_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-huawei-cdc-ncm_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..bda1b08 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-net-huawei-cdc-ncm_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-huawei-cdc-ncm_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-huawei-cdc-ncm_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index ba4b659..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-net-huawei-cdc-ncm_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-ipheth_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-ipheth_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..2c50af4 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-net-ipheth_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-ipheth_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-ipheth_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 06af4b2..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-net-ipheth_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-kalmia_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-kalmia_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..52b26d9 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-net-kalmia_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-kalmia_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-kalmia_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index ee4e382..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-net-kalmia_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-kaweth_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-kaweth_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..4fb625b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-net-kaweth_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-kaweth_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-kaweth_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d73bc78..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-net-kaweth_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-lan78xx_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-lan78xx_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..20486ea Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-net-lan78xx_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-lan78xx_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-lan78xx_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 6638407..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-net-lan78xx_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-mcs7830_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-mcs7830_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..4f986a0 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-net-mcs7830_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-mcs7830_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-mcs7830_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 5a40bac..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-net-mcs7830_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-pegasus_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-pegasus_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..a0ef71b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-net-pegasus_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-pegasus_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-pegasus_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 3f3ab35..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-net-pegasus_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-pl_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-pl_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..2a25a15 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-net-pl_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-pl_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-pl_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 9207f8e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-net-pl_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-qmi-wwan_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-qmi-wwan_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..649e0d0 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-net-qmi-wwan_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-qmi-wwan_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-qmi-wwan_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index b2fbcb7..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-net-qmi-wwan_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-rndis_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-rndis_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3d7424b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-net-rndis_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-rndis_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-rndis_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index fca4404..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-net-rndis_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-rtl8150_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-rtl8150_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..23f8e79 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-net-rtl8150_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-rtl8150_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-rtl8150_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index e65ce83..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-net-rtl8150_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-rtl8152_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-rtl8152_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..48d0f25 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-net-rtl8152_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-rtl8152_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-rtl8152_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 3f47d24..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-net-rtl8152_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-sierrawireless_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-sierrawireless_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c732a3a Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-net-sierrawireless_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-sierrawireless_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-sierrawireless_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 49c6f65..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-net-sierrawireless_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-smsc75xx_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-smsc75xx_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..5943247 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-net-smsc75xx_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-smsc75xx_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-smsc75xx_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 824111a..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-net-smsc75xx_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-smsc95xx_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-smsc95xx_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..949a349 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-net-smsc95xx_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-smsc95xx_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-smsc95xx_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 104a7bb..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-net-smsc95xx_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-sr9700_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-sr9700_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..91d0b17 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-net-sr9700_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net-sr9700_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net-sr9700_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index fe1777f..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-net-sr9700_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..be74518 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-net_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-net_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-net_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index caf7f71..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-net_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-ohci-pci_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-ohci-pci_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..df75d39 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-ohci-pci_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-ohci-pci_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-ohci-pci_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 71ce341..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-ohci-pci_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-ohci_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-ohci_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..efdced0 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-ohci_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-ohci_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-ohci_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 432dcc5..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-ohci_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-phy-nop_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-phy-nop_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..1c65862 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-phy-nop_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-phy-nop_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-phy-nop_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index b00dd19..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-phy-nop_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-printer_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-printer_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..47968e8 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-printer_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-printer_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-printer_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index bd11674..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-printer_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-roles_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-roles_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..968de32 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-roles_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-roles_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-roles_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 8cddb97..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-roles_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-ark3116_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-ark3116_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..744b10e Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-serial-ark3116_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-ark3116_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-ark3116_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 5d6b5a1..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-serial-ark3116_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-belkin_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-belkin_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..1facb93 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-serial-belkin_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-belkin_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-belkin_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 51ad6ce..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-serial-belkin_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-ch341_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-ch341_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c8c272a Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-serial-ch341_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-ch341_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-ch341_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 1da6cbf..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-serial-ch341_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-cp210x_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-cp210x_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..a4af4e2 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-serial-cp210x_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-cp210x_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-cp210x_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index c3731cd..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-serial-cp210x_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-cypress-m8_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-cypress-m8_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..0ca7032 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-serial-cypress-m8_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-cypress-m8_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-cypress-m8_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d738f4e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-serial-cypress-m8_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-dmx_usb_module_5.15.134+19.12.1-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-dmx_usb_module_5.15.134+19.12.1-1_mipsel_24kc.ipk new file mode 100644 index 0000000..6d0b352 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-serial-dmx_usb_module_5.15.134+19.12.1-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-dmx_usb_module_5.15.137+19.12.1-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-dmx_usb_module_5.15.137+19.12.1-1_mipsel_24kc.ipk deleted file mode 100644 index 6c81955..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-serial-dmx_usb_module_5.15.137+19.12.1-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-edgeport_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-edgeport_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..38a9e0d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-serial-edgeport_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-edgeport_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-edgeport_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index f6f308b..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-serial-edgeport_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-ftdi_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-ftdi_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..431548d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-serial-ftdi_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-ftdi_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-ftdi_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 4adc67b..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-serial-ftdi_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-garmin_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-garmin_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..2b7023f Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-serial-garmin_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-garmin_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-garmin_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 00b2fd2..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-serial-garmin_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-ipw_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-ipw_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..1958051 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-serial-ipw_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-ipw_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-ipw_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 50ed820..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-serial-ipw_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-keyspan_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-keyspan_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..6788833 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-serial-keyspan_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-keyspan_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-keyspan_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 4d1bb77..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-serial-keyspan_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-mct_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-mct_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..038119c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-serial-mct_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-mct_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-mct_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index c95d498..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-serial-mct_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-mos7720_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-mos7720_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..18df502 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-serial-mos7720_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-mos7720_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-mos7720_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index ba150ef..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-serial-mos7720_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-mos7840_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-mos7840_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..aa046bc Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-serial-mos7840_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-mos7840_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-mos7840_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index aae1267..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-serial-mos7840_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-option_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-option_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3325376 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-serial-option_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-option_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-option_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index fe8c335..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-serial-option_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-oti6858_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-oti6858_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..00210ad Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-serial-oti6858_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-oti6858_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-oti6858_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d79a98c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-serial-oti6858_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-pl2303_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-pl2303_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..6442f1e Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-serial-pl2303_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-pl2303_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-pl2303_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 55a1827..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-serial-pl2303_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-qualcomm_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-qualcomm_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..97a0018 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-serial-qualcomm_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-qualcomm_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-qualcomm_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 38317d7..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-serial-qualcomm_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-sierrawireless_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-sierrawireless_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..720aaad Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-serial-sierrawireless_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-sierrawireless_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-sierrawireless_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index f62c59f..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-serial-sierrawireless_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-simple_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-simple_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..ba18720 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-serial-simple_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-simple_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-simple_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index db74e35..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-serial-simple_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-ti-usb_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-ti-usb_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..601d601 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-serial-ti-usb_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-ti-usb_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-ti-usb_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 202696c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-serial-ti-usb_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-visor_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-visor_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..9f881f7 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-serial-visor_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-visor_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-visor_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 4cdae58..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-serial-visor_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-wwan_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-wwan_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..99d5e0e Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-serial-wwan_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-wwan_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-wwan_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index b291c00..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-serial-wwan_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-xr_usb_serial_common_5.15.134+2022-03-30-ecc6ebe0-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-xr_usb_serial_common_5.15.134+2022-03-30-ecc6ebe0-1_mipsel_24kc.ipk new file mode 100644 index 0000000..da826c0 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-serial-xr_usb_serial_common_5.15.134+2022-03-30-ecc6ebe0-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial-xr_usb_serial_common_5.15.137+2022-03-30-ecc6ebe0-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial-xr_usb_serial_common_5.15.137+2022-03-30-ecc6ebe0-1_mipsel_24kc.ipk deleted file mode 100644 index fd3fc22..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-serial-xr_usb_serial_common_5.15.137+2022-03-30-ecc6ebe0-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..453a8f1 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-serial_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-serial_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-serial_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 79962fb..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-serial_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-storage-extras_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-storage-extras_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..2fd3788 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-storage-extras_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-storage-extras_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-storage-extras_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 90f5e29..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-storage-extras_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-storage-uas_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-storage-uas_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c5b99b1 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-storage-uas_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-storage-uas_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-storage-uas_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index c767cb3..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-storage-uas_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-storage_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-storage_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..39e53b4 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-storage_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-storage_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-storage_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index ebac61e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-storage_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-uhci_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-uhci_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..8f9bdee Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-uhci_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-uhci_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-uhci_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index dfeb850..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-uhci_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-wdm_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-wdm_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..9335047 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-wdm_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-wdm_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-wdm_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 0632353..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-wdm_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-xhci-hcd_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-xhci-hcd_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..dc995a8 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-xhci-hcd_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-xhci-hcd_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-xhci-hcd_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 54e00b9..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-xhci-hcd_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-yealink_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-yealink_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..32c16cb Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb-yealink_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb-yealink_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb-yealink_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index f79f444..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb-yealink_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb2-pci_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb2-pci_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..097e073 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb2-pci_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb2-pci_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb2-pci_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index b87462b..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb2-pci_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb2_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb2_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..8252dee Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb2_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb2_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb2_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index bb5ce73..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb2_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb3_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb3_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..bb9c1cc Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usb3_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usb3_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usb3_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 272e7d1..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usb3_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usbip-client_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usbip-client_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..d9b82f1 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usbip-client_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usbip-client_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usbip-client_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 162ce42..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usbip-client_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usbip-server_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usbip-server_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c033daf Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usbip-server_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usbip-server_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usbip-server_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index b581369..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usbip-server_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usbip_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usbip_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..49e8082 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usbip_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usbip_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usbip_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 198d1de..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usbip_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-usbmon_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usbmon_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..9e546b1 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-usbmon_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-usbmon_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-usbmon_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 73fee47..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-usbmon_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-v4l2loopback_5.15.134+v0.12.7-2_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-v4l2loopback_5.15.134+v0.12.7-2_mipsel_24kc.ipk new file mode 100644 index 0000000..efe8dcb Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-v4l2loopback_5.15.134+v0.12.7-2_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-v4l2loopback_5.15.137+v0.12.7-2_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-v4l2loopback_5.15.137+v0.12.7-2_mipsel_24kc.ipk deleted file mode 100644 index 03899dc..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-v4l2loopback_5.15.137+v0.12.7-2_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-veth_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-veth_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3f1cdee Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-veth_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-veth_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-veth_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d402e7e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-veth_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-vhost-net_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-vhost-net_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..8f45b92 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-vhost-net_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-vhost-net_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-vhost-net_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 5e7760b..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-vhost-net_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-vhost_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-vhost_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..e8196c6 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-vhost_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-vhost_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-vhost_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index da54d4f..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-vhost_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-via-rhine_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-via-rhine_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..1981e79 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-via-rhine_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-via-rhine_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-via-rhine_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index c924ba8..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-via-rhine_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-via-velocity_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-via-velocity_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..a0fb24b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-via-velocity_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-via-velocity_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-via-velocity_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a99ac43..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-via-velocity_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-core_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-core_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..ce8f6d0 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-core_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-core_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-core_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index e28007a..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-core_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-cpia2_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-cpia2_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..26d9b57 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-cpia2_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-cpia2_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-cpia2_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 11293d5..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-cpia2_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-conex_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-conex_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..176c665 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-gspca-conex_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-conex_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-conex_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 4e17946..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-gspca-conex_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-core_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-core_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..a2f4b46 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-gspca-core_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-core_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-core_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 0f2f1a2..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-gspca-core_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-etoms_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-etoms_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..d4ae334 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-gspca-etoms_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-etoms_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-etoms_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index b0a283d..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-gspca-etoms_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-finepix_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-finepix_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..ab02db8 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-gspca-finepix_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-finepix_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-finepix_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 2295669..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-gspca-finepix_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-gl860_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-gl860_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..ae481a0 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-gspca-gl860_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-gl860_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-gl860_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d1425e6..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-gspca-gl860_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-jeilinj_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-jeilinj_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..4df4cca Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-gspca-jeilinj_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-jeilinj_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-jeilinj_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 3b2811d..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-gspca-jeilinj_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-konica_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-konica_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..00763ed Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-gspca-konica_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-konica_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-konica_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index ef7dbe7..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-gspca-konica_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-m5602_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-m5602_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..9fbcf24 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-gspca-m5602_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-m5602_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-m5602_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 1fc0932..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-gspca-m5602_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-mars_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-mars_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..4359add Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-gspca-mars_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-mars_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-mars_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index e9489c3..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-gspca-mars_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-mr97310a_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-mr97310a_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..bca5f3d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-gspca-mr97310a_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-mr97310a_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-mr97310a_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 18d9c76..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-gspca-mr97310a_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-ov519_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-ov519_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..16baa31 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-gspca-ov519_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-ov519_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-ov519_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index f69809f..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-gspca-ov519_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-ov534-9_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-ov534-9_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..33e7605 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-gspca-ov534-9_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-ov534-9_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-ov534-9_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 6aa75e6..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-gspca-ov534-9_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-ov534_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-ov534_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..57ca51b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-gspca-ov534_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-ov534_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-ov534_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d87077f..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-gspca-ov534_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-pac207_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-pac207_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..11dfe12 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-gspca-pac207_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-pac207_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-pac207_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index b4eab9d..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-gspca-pac207_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-pac7311_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-pac7311_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..0841663 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-gspca-pac7311_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-pac7311_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-pac7311_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 0e80695..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-gspca-pac7311_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-se401_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-se401_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..ef32ef9 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-gspca-se401_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-se401_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-se401_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index dd0eda9..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-gspca-se401_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-sn9c20x_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-sn9c20x_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..9973897 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-gspca-sn9c20x_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-sn9c20x_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-sn9c20x_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 719ce24..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-gspca-sn9c20x_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-sonixb_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-sonixb_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..254ce11 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-gspca-sonixb_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-sonixb_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-sonixb_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index f175763..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-gspca-sonixb_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-sonixj_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-sonixj_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..ff34672 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-gspca-sonixj_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-sonixj_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-sonixj_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index b32f451..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-gspca-sonixj_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-spca500_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-spca500_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..390a2f8 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-gspca-spca500_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-spca500_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-spca500_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 42efee4..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-gspca-spca500_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-spca501_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-spca501_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..a3a0635 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-gspca-spca501_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-spca501_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-spca501_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 4ca1448..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-gspca-spca501_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-spca505_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-spca505_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..faa577b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-gspca-spca505_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-spca505_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-spca505_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 009f61f..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-gspca-spca505_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-spca506_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-spca506_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..abb6bc3 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-gspca-spca506_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-spca506_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-spca506_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index d445afa..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-gspca-spca506_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-spca508_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-spca508_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..0849111 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-gspca-spca508_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-spca508_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-spca508_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 9163b26..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-gspca-spca508_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-spca561_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-spca561_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..147054e Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-gspca-spca561_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-spca561_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-spca561_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index cd905ab..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-gspca-spca561_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-sq905_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-sq905_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..2c18e5b Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-gspca-sq905_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-sq905_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-sq905_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a02f87b..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-gspca-sq905_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-sq905c_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-sq905c_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..59a8c8c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-gspca-sq905c_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-sq905c_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-sq905c_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 3f2ce8c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-gspca-sq905c_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-sq930x_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-sq930x_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..1bf22cf Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-gspca-sq930x_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-sq930x_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-sq930x_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 9f191d5..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-gspca-sq930x_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-stk014_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-stk014_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..7695a36 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-gspca-stk014_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-stk014_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-stk014_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index f297813..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-gspca-stk014_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-stv06xx_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-stv06xx_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..16e9461 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-gspca-stv06xx_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-stv06xx_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-stv06xx_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index afc5fa6..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-gspca-stv06xx_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-sunplus_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-sunplus_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..904745c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-gspca-sunplus_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-sunplus_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-sunplus_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 1df7716..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-gspca-sunplus_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-t613_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-t613_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..b711f7f Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-gspca-t613_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-t613_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-t613_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index e7b526f..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-gspca-t613_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-tv8532_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-tv8532_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..20f6b52 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-gspca-tv8532_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-tv8532_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-tv8532_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 810726e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-gspca-tv8532_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-vc032x_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-vc032x_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..436bc48 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-gspca-vc032x_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-vc032x_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-vc032x_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 690d3f6..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-gspca-vc032x_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-zc3xx_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-zc3xx_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..ab14e4e Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-gspca-zc3xx_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-gspca-zc3xx_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-gspca-zc3xx_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 42a951c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-gspca-zc3xx_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-pwc_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-pwc_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..9311669 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-pwc_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-pwc_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-pwc_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 580c409..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-pwc_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-uvc_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-uvc_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..1079681 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-uvc_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-uvc_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-uvc_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 1c8d5b5..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-uvc_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-videobuf2_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-videobuf2_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..062c436 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-video-videobuf2_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-video-videobuf2_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-video-videobuf2_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index f30ba5d..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-video-videobuf2_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-vmxnet3_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-vmxnet3_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..d514621 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-vmxnet3_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-vmxnet3_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-vmxnet3_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 03b8e01..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-vmxnet3_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-vxlan_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-vxlan_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..4155787 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-vxlan_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-vxlan_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-vxlan_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 48093ef..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-vxlan_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-w1-master-ds2482_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-w1-master-ds2482_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..3609d72 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-w1-master-ds2482_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-w1-master-ds2482_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-w1-master-ds2482_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 7d51aaf..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-w1-master-ds2482_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-w1-master-ds2490_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-w1-master-ds2490_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..97f1bf2 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-w1-master-ds2490_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-w1-master-ds2490_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-w1-master-ds2490_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 7b8fc84..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-w1-master-ds2490_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-w1-master-gpio_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-w1-master-gpio_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..319660f Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-w1-master-gpio_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-w1-master-gpio_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-w1-master-gpio_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index de51394..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-w1-master-gpio_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-w1-slave-ds2413_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-w1-slave-ds2413_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..6bd609f Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-w1-slave-ds2413_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-w1-slave-ds2413_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-w1-slave-ds2413_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index dcb837c..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-w1-slave-ds2413_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-w1-slave-ds2431_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-w1-slave-ds2431_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..b044e70 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-w1-slave-ds2431_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-w1-slave-ds2431_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-w1-slave-ds2431_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 79308b3..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-w1-slave-ds2431_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-w1-slave-ds2433_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-w1-slave-ds2433_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..1bbcb68 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-w1-slave-ds2433_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-w1-slave-ds2433_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-w1-slave-ds2433_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 05773f0..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-w1-slave-ds2433_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-w1-slave-smem_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-w1-slave-smem_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..5912709 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-w1-slave-smem_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-w1-slave-smem_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-w1-slave-smem_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index a3249a0..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-w1-slave-smem_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-w1-slave-therm_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-w1-slave-therm_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..ac4e36c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-w1-slave-therm_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-w1-slave-therm_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-w1-slave-therm_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 31ea40e..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-w1-slave-therm_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-w1_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-w1_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..01b9cd6 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-w1_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-w1_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-w1_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 1148f23..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-w1_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-wdt-sp805_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-wdt-sp805_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..ce5fceb Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-wdt-sp805_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-wdt-sp805_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-wdt-sp805_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index bd829bc..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-wdt-sp805_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-wil6210_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-wil6210_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..8e9f5c0 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-wil6210_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-wil6210_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-wil6210_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index c347c6b..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-wil6210_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-wireguard_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-wireguard_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..683e31c Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-wireguard_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-wireguard_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-wireguard_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 2828176..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-wireguard_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-wl12xx_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-wl12xx_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..9f52c70 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-wl12xx_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-wl12xx_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-wl12xx_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index c9ca71f..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-wl12xx_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-wl18xx_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-wl18xx_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..a710be4 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-wl18xx_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-wl18xx_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-wl18xx_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index deaaf08..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-wl18xx_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-wlcore_5.15.134+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-wlcore_5.15.134+6.1.24-3_mipsel_24kc.ipk new file mode 100644 index 0000000..6d3f80d Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-wlcore_5.15.134+6.1.24-3_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-wlcore_5.15.137+6.1.24-3_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-wlcore_5.15.137+6.1.24-3_mipsel_24kc.ipk deleted file mode 100644 index d2545df..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-wlcore_5.15.137+6.1.24-3_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-wwan_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-wwan_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..ab9f910 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-wwan_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-wwan_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-wwan_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index fff3607..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-wwan_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-xfrm-interface_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-xfrm-interface_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..c26dfe1 Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-xfrm-interface_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-xfrm-interface_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-xfrm-interface_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 449ebf0..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-xfrm-interface_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/kmod-zram_5.15.134-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-zram_5.15.134-1_mipsel_24kc.ipk new file mode 100644 index 0000000..fe8e7bf Binary files /dev/null and b/packages/ramips/mt76x8/packages/kmod-zram_5.15.134-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/kmod-zram_5.15.137-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/kmod-zram_5.15.137-1_mipsel_24kc.ipk deleted file mode 100644 index 1efed14..0000000 Binary files a/packages/ramips/mt76x8/packages/kmod-zram_5.15.137-1_mipsel_24kc.ipk and /dev/null differ diff --git a/packages/ramips/mt76x8/packages/libip4tc2_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/libip4tc2_1.8.8-1_mipsel_24kc.ipk index 5fd1b1a..f3d0292 100644 Binary files a/packages/ramips/mt76x8/packages/libip4tc2_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/libip4tc2_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/libip6tc2_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/libip6tc2_1.8.8-1_mipsel_24kc.ipk index 9ea0940..69b1e1b 100644 Binary files a/packages/ramips/mt76x8/packages/libip6tc2_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/libip6tc2_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/libiptext-nft0_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/libiptext-nft0_1.8.8-1_mipsel_24kc.ipk index 90b655c..ba0939a 100644 Binary files a/packages/ramips/mt76x8/packages/libiptext-nft0_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/libiptext-nft0_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/libiptext0_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/libiptext0_1.8.8-1_mipsel_24kc.ipk index 8489f85..fbc8636 100644 Binary files a/packages/ramips/mt76x8/packages/libiptext0_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/libiptext0_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/libiptext6-0_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/libiptext6-0_1.8.8-1_mipsel_24kc.ipk index 1408370..eec6f25 100644 Binary files a/packages/ramips/mt76x8/packages/libiptext6-0_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/libiptext6-0_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/libstdcpp6_12.3.0-4_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/libstdcpp6_12.3.0-4_mipsel_24kc.ipk index 748ac67..700ae0e 100644 Binary files a/packages/ramips/mt76x8/packages/libstdcpp6_12.3.0-4_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/libstdcpp6_12.3.0-4_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/libxtables12_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/libxtables12_1.8.8-1_mipsel_24kc.ipk index 9b343a1..b1d5ffa 100644 Binary files a/packages/ramips/mt76x8/packages/libxtables12_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/libxtables12_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/uboot-envtools_2023.04-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/uboot-envtools_2023.04-1_mipsel_24kc.ipk index 72e5158..84cf6b9 100644 Binary files a/packages/ramips/mt76x8/packages/uboot-envtools_2023.04-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/uboot-envtools_2023.04-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/xtables-legacy_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/xtables-legacy_1.8.8-1_mipsel_24kc.ipk index 8792f3c..aa22d9e 100644 Binary files a/packages/ramips/mt76x8/packages/xtables-legacy_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/xtables-legacy_1.8.8-1_mipsel_24kc.ipk differ diff --git a/packages/ramips/mt76x8/packages/xtables-nft_1.8.8-1_mipsel_24kc.ipk b/packages/ramips/mt76x8/packages/xtables-nft_1.8.8-1_mipsel_24kc.ipk index 58b3088..8bf50a5 100644 Binary files a/packages/ramips/mt76x8/packages/xtables-nft_1.8.8-1_mipsel_24kc.ipk and b/packages/ramips/mt76x8/packages/xtables-nft_1.8.8-1_mipsel_24kc.ipk differ diff --git a/scripts/2_octoprint_install.sh b/scripts/2_octoprint_install.sh index a2ba73c..53081e9 100644 --- a/scripts/2_octoprint_install.sh +++ b/scripts/2_octoprint_install.sh @@ -66,7 +66,7 @@ echo " " echo "Updating distfeeds.conf" rm /etc/opkg/distfeeds.conf; -wget https://github.com/shivajiva101/OctoWrt/raw/23.05.0-137/openwrt/distfeeds.conf -P /etc/opkg +wget https://github.com/shivajiva101/OctoWrt/raw/23.05.0-134/openwrt/distfeeds.conf -P /etc/opkg opkg update opkg install gcc make unzip htop wget-ssl git-http v4l-utils mjpg-streamer-input-uvc mjpg-streamer-output-http mjpg-streamer-www ffmpeg diff --git a/service/octoprint b/service/octoprint index 712069a..9ca94de 100644 --- a/service/octoprint +++ b/service/octoprint @@ -9,7 +9,7 @@ USE_PROCD=1 start_service() { procd_open_instance - procd_set_param command octoprint serve --iknowwhatimdoing + procd_set_param command /root/venv/bin/octoprint serve --iknowwhatimdoing procd_set_param respawn procd_set_param stdout 1 procd_set_param stderr 1