Changes to images/qemumips/glibc/core-image-minimal (files-in-image.txt): /bin/netstat was removed /sbin/ifconfig was removed /sbin/route was removed /usr/lib/opkg/alternatives/ifconfig was removed /usr/lib/opkg/alternatives/netstat was removed /usr/lib/opkg/alternatives/route was removed Changes to images/qemumips/glibc/core-image-sato (files-in-image.txt): /boot/vmlinux.bin changed symlink target from vmlinux.bin-6.12.11-yocto-standard to vmlinux.bin-6.12.13-yocto-standard /boot/vmlinux changed symlink target from vmlinux-6.12.11-yocto-standard to vmlinux-6.12.13-yocto-standard /boot/vmlinux-6.12.11-yocto-standard moved to /boot/vmlinux-6.12.13-yocto-standard /boot/vmlinux.bin-6.12.11-yocto-standard moved to /boot/vmlinux.bin-6.12.13-yocto-standard /lib/modules/6.12.11-yocto-standard moved to /lib/modules/6.12.13-yocto-standard /usr/lib/python3.13/_apple_support.py was added /usr/lib/python3.13/__pycache__/_apple_support.cpython-313.pyc was added /bin/netstat was removed /sbin/ifconfig was removed /sbin/route was removed /usr/lib/opkg/alternatives/ifconfig was removed /usr/lib/opkg/alternatives/netstat was removed /usr/lib/opkg/alternatives/route was removed Changes to images/qemumips/glibc/core-image-sato (installed-package-names.txt): kernel-module-nf-conntrack-6.12.11-yocto-standard was removed kernel-module-tun-6.12.11-yocto-standard was removed kernel-module-iptable-filter-6.12.11-yocto-standard was removed kernel-module-ip-tables-6.12.11-yocto-standard was removed kernel-module-nf-defrag-ipv4-6.12.11-yocto-standard was removed kernel-module-nf-defrag-ipv6-6.12.11-yocto-standard was removed kernel-module-nf-nat-6.12.11-yocto-standard was removed kernel-module-iptable-nat-6.12.11-yocto-standard was removed kernel-module-ip6table-filter-6.12.11-yocto-standard was removed kernel-module-nls-utf8-6.12.11-yocto-standard was removed kernel-module-x-tables-6.12.11-yocto-standard was removed kernel-image-6.12.11-yocto-standard was removed kernel-module-ip6-tables-6.12.11-yocto-standard was removed kernel-image-vmlinux-6.12.11-yocto-standard was removed kernel-image-vmlinux.bin-6.12.11-yocto-standard was removed kernel-6.12.11-yocto-standard was removed kernel-module-ip6-tables-6.12.13-yocto-standard was added kernel-module-iptable-filter-6.12.13-yocto-standard was added kernel-module-nf-conntrack-6.12.13-yocto-standard was added kernel-module-nf-nat-6.12.13-yocto-standard was added kernel-module-ip-tables-6.12.13-yocto-standard was added kernel-module-x-tables-6.12.13-yocto-standard was added kernel-module-tun-6.12.13-yocto-standard was added kernel-image-vmlinux.bin-6.12.13-yocto-standard was added kernel-module-nls-utf8-6.12.13-yocto-standard was added kernel-module-iptable-nat-6.12.13-yocto-standard was added kernel-image-vmlinux-6.12.13-yocto-standard was added kernel-image-6.12.13-yocto-standard was added kernel-module-ip6table-filter-6.12.13-yocto-standard was added kernel-module-nf-defrag-ipv6-6.12.13-yocto-standard was added kernel-6.12.13-yocto-standard was added kernel-module-nf-defrag-ipv4-6.12.13-yocto-standard was added packages/mips32r2-poky-linux/busybox/busybox-ptest: FILELIST: removed "/usr/lib/busybox/ptest/bin/route /usr/lib/busybox/ptest/bin/ifconfig /usr/lib/busybox/ptest/bin/netstat" packages/mips32r2-poky-linux/busybox/busybox: latest.pkg_postinst changed from "set -e test -n 2 > /dev/null || alias test='busybox test' if test "x$D" = "x"; then # Remove busybox.nosuid if it's a symlink, because this situation indicates # that we're installing or upgrading to a one-binary busybox. if test -h /bin/busybox.nosuid; then rm -f /bin/busybox.nosuid fi for suffix in "" ".nosuid" ".suid"; do if test -e /etc/busybox.links$suffix; then while read link; do if test ! -e "$link"; then # we can use busybox here because even if we are using splitted busybox # we've made a symlink from /bin/busybox to /bin/busybox.nosuid. busybox rm -f $link busybox ln -s "/bin/busybox$suffix" $link fi done < /etc/busybox.links$suffix fi done fi if grep -q "^/bin/bash$" $D/etc/busybox.links*; then grep -q "^/bin/bash$" $D/etc/shells || echo /bin/bash >> $D/etc/shells fi update-alternatives --install /bin/ash ash /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/base32 base32 /bin/busybox.nosuid 50 update-alternatives --install /bin/cat cat /bin/busybox.nosuid 50 update-alternatives --install /bin/chattr chattr /bin/busybox.nosuid 50 update-alternatives --install /bin/chgrp chgrp /bin/busybox.nosuid 50 update-alternatives --install /bin/chmod chmod /bin/busybox.nosuid 50 update-alternatives --install /bin/chown chown /bin/busybox.nosuid 50 update-alternatives --install /bin/cp cp /bin/busybox.nosuid 50 update-alternatives --install /bin/cpio cpio /bin/busybox.nosuid 50 update-alternatives --install /bin/date date /bin/busybox.nosuid 50 update-alternatives --install /bin/dd dd /bin/busybox.nosuid 50 update-alternatives --install /bin/df df /bin/busybox.nosuid 50 update-alternatives --install /bin/dmesg dmesg /bin/busybox.nosuid 50 update-alternatives --install /bin/dnsdomainname dnsdomainname /bin/busybox.nosuid 50 update-alternatives --install /bin/dumpkmap dumpkmap /bin/busybox.nosuid 50 update-alternatives --install /bin/echo echo /bin/busybox.nosuid 50 update-alternatives --install /bin/egrep egrep /bin/busybox.nosuid 50 update-alternatives --install /bin/false false /bin/busybox.nosuid 50 update-alternatives --install /bin/fgrep fgrep /bin/busybox.nosuid 50 update-alternatives --install /bin/getopt getopt /bin/busybox.nosuid 50 update-alternatives --install /bin/grep grep /bin/busybox.nosuid 50 update-alternatives --install /bin/gunzip gunzip /bin/busybox.nosuid 50 update-alternatives --install /bin/gzip gzip /bin/busybox.nosuid 50 update-alternatives --install /bin/hostname hostname /bin/busybox.nosuid 50 update-alternatives --install /bin/kill kill /bin/busybox.nosuid 50 update-alternatives --install /bin/ln ln /bin/busybox.nosuid 50 update-alternatives --install /bin/ls ls /bin/busybox.nosuid 50 update-alternatives --install /bin/mkdir mkdir /bin/busybox.nosuid 50 update-alternatives --install /bin/mknod mknod /bin/busybox.nosuid 50 update-alternatives --install /bin/mktemp mktemp /bin/busybox.nosuid 50 update-alternatives --install /bin/more more /bin/busybox.nosuid 50 update-alternatives --install /bin/mount mount /bin/busybox.nosuid 50 update-alternatives --install /bin/mountpoint mountpoint /bin/busybox.nosuid 50 update-alternatives --install /bin/mv mv /bin/busybox.nosuid 50 update-alternatives --install /bin/netstat netstat /bin/busybox.nosuid 50 update-alternatives --install /bin/pidof pidof /bin/busybox.nosuid 50 update-alternatives --install /bin/ps ps /bin/busybox.nosuid 50 update-alternatives --install /bin/pwd pwd /bin/busybox.nosuid 50 update-alternatives --install /bin/rev rev /bin/busybox.nosuid 50 update-alternatives --install /bin/rm rm /bin/busybox.nosuid 50 update-alternatives --install /bin/rmdir rmdir /bin/busybox.nosuid 50 update-alternatives --install /bin/run-parts run-parts /bin/busybox.nosuid 50 update-alternatives --install /bin/sed sed /bin/busybox.nosuid 50 update-alternatives --install /bin/sh sh /bin/busybox.nosuid 50 update-alternatives --install /bin/sleep sleep /bin/busybox.nosuid 50 update-alternatives --install /bin/stat stat /bin/busybox.nosuid 50 update-alternatives --install /bin/stty stty /bin/busybox.nosuid 50 update-alternatives --install /bin/sync sync /bin/busybox.nosuid 50 update-alternatives --install /bin/tar tar /bin/busybox.nosuid 50 update-alternatives --install /bin/touch touch /bin/busybox.nosuid 50 update-alternatives --install /bin/true true /bin/busybox.nosuid 50 update-alternatives --install /bin/umount umount /bin/busybox.nosuid 50 update-alternatives --install /bin/uname uname /bin/busybox.nosuid 50 update-alternatives --install /bin/usleep usleep /bin/busybox.nosuid 50 update-alternatives --install /bin/vi vi /bin/busybox.nosuid 50 update-alternatives --install /bin/watch watch /bin/busybox.nosuid 50 update-alternatives --install /bin/zcat zcat /bin/busybox.nosuid 50 update-alternatives --install /sbin/blkid blkid /bin/busybox.nosuid 50 update-alternatives --install /sbin/depmod depmod /bin/busybox.nosuid 50 update-alternatives --install /sbin/fdisk fdisk /bin/busybox.nosuid 50 update-alternatives --install /sbin/fsck fsck /bin/busybox.nosuid 50 update-alternatives --install /sbin/fstrim fstrim /bin/busybox.nosuid 50 update-alternatives --install /sbin/getty getty /bin/busybox.nosuid 50 update-alternatives --install /sbin/hwclock hwclock /bin/busybox.nosuid 50 update-alternatives --install /sbin/ifconfig ifconfig /bin/busybox.nosuid 50 update-alternatives --install /sbin/ifdown ifdown /bin/busybox.nosuid 50 update-alternatives --install /sbin/ifup ifup /bin/busybox.nosuid 50 update-alternatives --install /sbin/insmod insmod /bin/busybox.nosuid 50 update-alternatives --install /sbin/ip ip /bin/busybox.nosuid 50 update-alternatives --install /sbin/loadkmap loadkmap /bin/busybox.nosuid 50 update-alternatives --install /sbin/logread logread /bin/busybox.nosuid 50 update-alternatives --install /sbin/losetup losetup /bin/busybox.nosuid 50 update-alternatives --install /sbin/lsmod lsmod /bin/busybox.nosuid 50 update-alternatives --install /sbin/mkswap mkswap /bin/busybox.nosuid 50 update-alternatives --install /sbin/modprobe modprobe /bin/busybox.nosuid 50 update-alternatives --install /sbin/pivot_root pivot_root /bin/busybox.nosuid 50 update-alternatives --install /sbin/reboot reboot /bin/busybox.nosuid 50 update-alternatives --install /sbin/rmmod rmmod /bin/busybox.nosuid 50 update-alternatives --install /sbin/route route /bin/busybox.nosuid 50 update-alternatives --install /sbin/setconsole setconsole /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/start-stop-daemon start-stop-daemon /bin/busybox.nosuid 50 update-alternatives --install /sbin/sulogin sulogin /bin/busybox.nosuid 50 update-alternatives --install /sbin/swapoff swapoff /bin/busybox.nosuid 50 update-alternatives --install /sbin/swapon swapon /bin/busybox.nosuid 50 update-alternatives --install /sbin/switch_root switch_root /bin/busybox.nosuid 50 update-alternatives --install /sbin/sysctl sysctl /bin/busybox.nosuid 50 update-alternatives --install /sbin/udhcpc udhcpc /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/[ lbracket /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/[[ [[ /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/ascii ascii /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/awk awk /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/basename basename /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/bunzip2 bunzip2 /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/bzcat bzcat /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/bzip2 bzip2 /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/chvt chvt /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/clear clear /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/cmp cmp /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/crc32 crc32 /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/cut cut /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/dc dc /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/deallocvt deallocvt /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/diff diff /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/dirname dirname /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/du du /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/dumpleases dumpleases /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/env env /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/expr expr /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/find find /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/flock flock /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/free free /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/fuser fuser /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/getfattr getfattr /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/groups groups /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/head head /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/hexdump hexdump /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/id id /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/killall killall /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/less less /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/logger logger /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/logname logname /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/lzcat lzcat /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/md5sum md5sum /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/mesg mesg /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/microcom microcom /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/mkfifo mkfifo /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/nc nc /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/nohup nohup /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/nproc nproc /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/nslookup nslookup /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/od od /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/openvt openvt /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/patch patch /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/pgrep pgrep /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/printf printf /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/readlink readlink /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/realpath realpath /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/renice renice /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/reset reset /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/resize resize /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/seq seq /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/setsid setsid /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/sha1sum sha1sum /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/sha256sum sha256sum /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/shuf shuf /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/sort sort /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/strings strings /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tail tail /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tee tee /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/telnet telnet /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/test test /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tftp tftp /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/time time /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/top top /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tr tr /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/ts ts /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tty tty /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/uniq uniq /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/unlink unlink /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/unzip unzip /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/uptime uptime /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/users users /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/wc wc /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/wget wget /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/which which /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/who who /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/whoami whoami /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/xargs xargs /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/xzcat xzcat /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/yes yes /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/addgroup addgroup /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/adduser adduser /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/chroot chroot /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/delgroup delgroup /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/deluser deluser /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/fbset fbset /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/loadfont loadfont /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/rdate rdate /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/rfkill rfkill /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/udhcpd udhcpd /bin/busybox.nosuid 50 update-alternatives --install /bin/login login /bin/busybox.suid 50 update-alternatives --install /bin/ping ping /bin/busybox.suid 50 update-alternatives --install /bin/ping6 ping6 /bin/busybox.suid 50 update-alternatives --install /bin/su su /bin/busybox.suid 50 update-alternatives --install /usr/bin/passwd passwd /bin/busybox.suid 50 update-alternatives --install /usr/bin/traceroute traceroute /bin/busybox.suid 50 update-alternatives --install /usr/bin/vlock vlock /bin/busybox.suid 50 # Need path to saved utils, but they may have be removed on upgrade of busybox # Only use shell to get paths. Also capture if busybox was saved. BUSYBOX="" if [ "x$D" = "x" ] ; then for busybox_rmdir in /tmp/busyboxrm-*; do if [ "$busybox_rmdir" != '/tmp/busyboxrm-*' ] ; then export PATH=$busybox_rmdir:$PATH if [ -e $busybox_rmdir/busybox* ] ; then BUSYBOX="$busybox_rmdir/busybox*" fi fi done fi # If busybox exists in the remove directory it is because it was the only shell left. if [ "x$D" = "x" ] ; then if [ "x$BUSYBOX" != "x" ] ; then update-alternatives --remove sh $BUSYBOX rm -f $BUSYBOX fi fi " to "set -e test -n 2 > /dev/null || alias test='busybox test' if test "x$D" = "x"; then # Remove busybox.nosuid if it's a symlink, because this situation indicates # that we're installing or upgrading to a one-binary busybox. if test -h /bin/busybox.nosuid; then rm -f /bin/busybox.nosuid fi for suffix in "" ".nosuid" ".suid"; do if test -e /etc/busybox.links$suffix; then while read link; do if test ! -e "$link"; then # we can use busybox here because even if we are using splitted busybox # we've made a symlink from /bin/busybox to /bin/busybox.nosuid. busybox rm -f $link busybox ln -s "/bin/busybox$suffix" $link fi done < /etc/busybox.links$suffix fi done fi if grep -q "^/bin/bash$" $D/etc/busybox.links*; then grep -q "^/bin/bash$" $D/etc/shells || echo /bin/bash >> $D/etc/shells fi update-alternatives --install /bin/ash ash /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/base32 base32 /bin/busybox.nosuid 50 update-alternatives --install /bin/cat cat /bin/busybox.nosuid 50 update-alternatives --install /bin/chattr chattr /bin/busybox.nosuid 50 update-alternatives --install /bin/chgrp chgrp /bin/busybox.nosuid 50 update-alternatives --install /bin/chmod chmod /bin/busybox.nosuid 50 update-alternatives --install /bin/chown chown /bin/busybox.nosuid 50 update-alternatives --install /bin/cp cp /bin/busybox.nosuid 50 update-alternatives --install /bin/cpio cpio /bin/busybox.nosuid 50 update-alternatives --install /bin/date date /bin/busybox.nosuid 50 update-alternatives --install /bin/dd dd /bin/busybox.nosuid 50 update-alternatives --install /bin/df df /bin/busybox.nosuid 50 update-alternatives --install /bin/dmesg dmesg /bin/busybox.nosuid 50 update-alternatives --install /bin/dnsdomainname dnsdomainname /bin/busybox.nosuid 50 update-alternatives --install /bin/dumpkmap dumpkmap /bin/busybox.nosuid 50 update-alternatives --install /bin/echo echo /bin/busybox.nosuid 50 update-alternatives --install /bin/egrep egrep /bin/busybox.nosuid 50 update-alternatives --install /bin/false false /bin/busybox.nosuid 50 update-alternatives --install /bin/fgrep fgrep /bin/busybox.nosuid 50 update-alternatives --install /bin/getopt getopt /bin/busybox.nosuid 50 update-alternatives --install /bin/grep grep /bin/busybox.nosuid 50 update-alternatives --install /bin/gunzip gunzip /bin/busybox.nosuid 50 update-alternatives --install /bin/gzip gzip /bin/busybox.nosuid 50 update-alternatives --install /bin/hostname hostname /bin/busybox.nosuid 50 update-alternatives --install /bin/kill kill /bin/busybox.nosuid 50 update-alternatives --install /bin/ln ln /bin/busybox.nosuid 50 update-alternatives --install /bin/ls ls /bin/busybox.nosuid 50 update-alternatives --install /bin/mkdir mkdir /bin/busybox.nosuid 50 update-alternatives --install /bin/mknod mknod /bin/busybox.nosuid 50 update-alternatives --install /bin/mktemp mktemp /bin/busybox.nosuid 50 update-alternatives --install /bin/more more /bin/busybox.nosuid 50 update-alternatives --install /bin/mount mount /bin/busybox.nosuid 50 update-alternatives --install /bin/mountpoint mountpoint /bin/busybox.nosuid 50 update-alternatives --install /bin/mv mv /bin/busybox.nosuid 50 update-alternatives --install /bin/pidof pidof /bin/busybox.nosuid 50 update-alternatives --install /bin/ps ps /bin/busybox.nosuid 50 update-alternatives --install /bin/pwd pwd /bin/busybox.nosuid 50 update-alternatives --install /bin/rev rev /bin/busybox.nosuid 50 update-alternatives --install /bin/rm rm /bin/busybox.nosuid 50 update-alternatives --install /bin/rmdir rmdir /bin/busybox.nosuid 50 update-alternatives --install /bin/run-parts run-parts /bin/busybox.nosuid 50 update-alternatives --install /bin/sed sed /bin/busybox.nosuid 50 update-alternatives --install /bin/sh sh /bin/busybox.nosuid 50 update-alternatives --install /bin/sleep sleep /bin/busybox.nosuid 50 update-alternatives --install /bin/stat stat /bin/busybox.nosuid 50 update-alternatives --install /bin/stty stty /bin/busybox.nosuid 50 update-alternatives --install /bin/sync sync /bin/busybox.nosuid 50 update-alternatives --install /bin/tar tar /bin/busybox.nosuid 50 update-alternatives --install /bin/touch touch /bin/busybox.nosuid 50 update-alternatives --install /bin/true true /bin/busybox.nosuid 50 update-alternatives --install /bin/umount umount /bin/busybox.nosuid 50 update-alternatives --install /bin/uname uname /bin/busybox.nosuid 50 update-alternatives --install /bin/usleep usleep /bin/busybox.nosuid 50 update-alternatives --install /bin/vi vi /bin/busybox.nosuid 50 update-alternatives --install /bin/watch watch /bin/busybox.nosuid 50 update-alternatives --install /bin/zcat zcat /bin/busybox.nosuid 50 update-alternatives --install /sbin/blkid blkid /bin/busybox.nosuid 50 update-alternatives --install /sbin/depmod depmod /bin/busybox.nosuid 50 update-alternatives --install /sbin/fdisk fdisk /bin/busybox.nosuid 50 update-alternatives --install /sbin/fsck fsck /bin/busybox.nosuid 50 update-alternatives --install /sbin/fstrim fstrim /bin/busybox.nosuid 50 update-alternatives --install /sbin/getty getty /bin/busybox.nosuid 50 update-alternatives --install /sbin/hwclock hwclock /bin/busybox.nosuid 50 update-alternatives --install /sbin/ifdown ifdown /bin/busybox.nosuid 50 update-alternatives --install /sbin/ifup ifup /bin/busybox.nosuid 50 update-alternatives --install /sbin/insmod insmod /bin/busybox.nosuid 50 update-alternatives --install /sbin/ip ip /bin/busybox.nosuid 50 update-alternatives --install /sbin/loadkmap loadkmap /bin/busybox.nosuid 50 update-alternatives --install /sbin/logread logread /bin/busybox.nosuid 50 update-alternatives --install /sbin/losetup losetup /bin/busybox.nosuid 50 update-alternatives --install /sbin/lsmod lsmod /bin/busybox.nosuid 50 update-alternatives --install /sbin/mkswap mkswap /bin/busybox.nosuid 50 update-alternatives --install /sbin/modprobe modprobe /bin/busybox.nosuid 50 update-alternatives --install /sbin/pivot_root pivot_root /bin/busybox.nosuid 50 update-alternatives --install /sbin/reboot reboot /bin/busybox.nosuid 50 update-alternatives --install /sbin/rmmod rmmod /bin/busybox.nosuid 50 update-alternatives --install /sbin/setconsole setconsole /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/start-stop-daemon start-stop-daemon /bin/busybox.nosuid 50 update-alternatives --install /sbin/sulogin sulogin /bin/busybox.nosuid 50 update-alternatives --install /sbin/swapoff swapoff /bin/busybox.nosuid 50 update-alternatives --install /sbin/swapon swapon /bin/busybox.nosuid 50 update-alternatives --install /sbin/switch_root switch_root /bin/busybox.nosuid 50 update-alternatives --install /sbin/sysctl sysctl /bin/busybox.nosuid 50 update-alternatives --install /sbin/udhcpc udhcpc /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/[ lbracket /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/[[ [[ /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/ascii ascii /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/awk awk /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/basename basename /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/bunzip2 bunzip2 /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/bzcat bzcat /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/bzip2 bzip2 /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/chvt chvt /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/clear clear /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/cmp cmp /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/crc32 crc32 /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/cut cut /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/dc dc /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/deallocvt deallocvt /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/diff diff /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/dirname dirname /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/du du /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/dumpleases dumpleases /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/env env /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/expr expr /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/find find /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/flock flock /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/free free /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/fuser fuser /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/getfattr getfattr /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/groups groups /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/head head /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/hexdump hexdump /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/id id /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/killall killall /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/less less /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/logger logger /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/logname logname /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/lzcat lzcat /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/md5sum md5sum /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/mesg mesg /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/microcom microcom /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/mkfifo mkfifo /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/nc nc /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/nohup nohup /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/nproc nproc /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/nslookup nslookup /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/od od /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/openvt openvt /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/patch patch /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/pgrep pgrep /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/printf printf /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/readlink readlink /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/realpath realpath /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/renice renice /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/reset reset /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/resize resize /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/seq seq /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/setsid setsid /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/sha1sum sha1sum /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/sha256sum sha256sum /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/shuf shuf /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/sort sort /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/strings strings /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tail tail /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tee tee /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/telnet telnet /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/test test /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tftp tftp /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/time time /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/top top /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tr tr /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/ts ts /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tty tty /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/uniq uniq /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/unlink unlink /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/unzip unzip /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/uptime uptime /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/users users /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/wc wc /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/wget wget /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/which which /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/who who /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/whoami whoami /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/xargs xargs /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/xzcat xzcat /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/yes yes /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/addgroup addgroup /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/adduser adduser /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/chroot chroot /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/delgroup delgroup /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/deluser deluser /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/fbset fbset /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/loadfont loadfont /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/rdate rdate /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/rfkill rfkill /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/udhcpd udhcpd /bin/busybox.nosuid 50 update-alternatives --install /bin/login login /bin/busybox.suid 50 update-alternatives --install /bin/ping ping /bin/busybox.suid 50 update-alternatives --install /bin/ping6 ping6 /bin/busybox.suid 50 update-alternatives --install /bin/su su /bin/busybox.suid 50 update-alternatives --install /usr/bin/passwd passwd /bin/busybox.suid 50 update-alternatives --install /usr/bin/traceroute traceroute /bin/busybox.suid 50 update-alternatives --install /usr/bin/vlock vlock /bin/busybox.suid 50 # Need path to saved utils, but they may have be removed on upgrade of busybox # Only use shell to get paths. Also capture if busybox was saved. BUSYBOX="" if [ "x$D" = "x" ] ; then for busybox_rmdir in /tmp/busyboxrm-*; do if [ "$busybox_rmdir" != '/tmp/busyboxrm-*' ] ; then export PATH=$busybox_rmdir:$PATH if [ -e $busybox_rmdir/busybox* ] ; then BUSYBOX="$busybox_rmdir/busybox*" fi fi done fi # If busybox exists in the remove directory it is because it was the only shell left. if [ "x$D" = "x" ] ; then if [ "x$BUSYBOX" != "x" ] ; then update-alternatives --remove sh $BUSYBOX rm -f $BUSYBOX fi fi " packages/mips32r2-poky-linux/busybox/busybox: latest.pkg_prerm changed from "set -e # This is so you can make busybox commit suicide - removing busybox with no other packages # providing its files, this will make update-alternatives work, but the update-rc.d part # for syslog, httpd and/or udhcpd will fail if there is no other package providing sh tmpdir=`mktemp -d /tmp/busyboxrm-XXXXXX` ln -s /bin/busybox $tmpdir/[ ln -s /bin/busybox $tmpdir/test ln -s /bin/busybox $tmpdir/head ln -s /bin/busybox $tmpdir/sh ln -s /bin/busybox $tmpdir/basename ln -s /bin/busybox $tmpdir/echo ln -s /bin/busybox $tmpdir/mv ln -s /bin/busybox $tmpdir/ln ln -s /bin/busybox $tmpdir/dirname ln -s /bin/busybox $tmpdir/rm ln -s /bin/busybox $tmpdir/sed ln -s /bin/busybox $tmpdir/sort ln -s /bin/busybox $tmpdir/grep ln -s /bin/busybox $tmpdir/tail export PATH=$PATH:$tmpdir # If busybox is the shell, we need to save it since its the lowest priority shell # Register saved bitbake as the lowest priority shell possible as back up. if [ -n "$(readlink -f /bin/sh | grep busybox)" ] ; then BUSYBOX=$(readlink -f /bin/sh) cp $BUSYBOX $tmpdir/$(basename $BUSYBOX) update-alternatives --install /bin/sh sh $tmpdir/$(basename $BUSYBOX) 1 fi update-alternatives --remove ash /bin/busybox.nosuid update-alternatives --remove base32 /bin/busybox.nosuid update-alternatives --remove cat /bin/busybox.nosuid update-alternatives --remove chattr /bin/busybox.nosuid update-alternatives --remove chgrp /bin/busybox.nosuid update-alternatives --remove chmod /bin/busybox.nosuid update-alternatives --remove chown /bin/busybox.nosuid update-alternatives --remove cp /bin/busybox.nosuid update-alternatives --remove cpio /bin/busybox.nosuid update-alternatives --remove date /bin/busybox.nosuid update-alternatives --remove dd /bin/busybox.nosuid update-alternatives --remove df /bin/busybox.nosuid update-alternatives --remove dmesg /bin/busybox.nosuid update-alternatives --remove dnsdomainname /bin/busybox.nosuid update-alternatives --remove dumpkmap /bin/busybox.nosuid update-alternatives --remove echo /bin/busybox.nosuid update-alternatives --remove egrep /bin/busybox.nosuid update-alternatives --remove false /bin/busybox.nosuid update-alternatives --remove fgrep /bin/busybox.nosuid update-alternatives --remove getopt /bin/busybox.nosuid update-alternatives --remove grep /bin/busybox.nosuid update-alternatives --remove gunzip /bin/busybox.nosuid update-alternatives --remove gzip /bin/busybox.nosuid update-alternatives --remove hostname /bin/busybox.nosuid update-alternatives --remove kill /bin/busybox.nosuid update-alternatives --remove ln /bin/busybox.nosuid update-alternatives --remove ls /bin/busybox.nosuid update-alternatives --remove mkdir /bin/busybox.nosuid update-alternatives --remove mknod /bin/busybox.nosuid update-alternatives --remove mktemp /bin/busybox.nosuid update-alternatives --remove more /bin/busybox.nosuid update-alternatives --remove mount /bin/busybox.nosuid update-alternatives --remove mountpoint /bin/busybox.nosuid update-alternatives --remove mv /bin/busybox.nosuid update-alternatives --remove netstat /bin/busybox.nosuid update-alternatives --remove pidof /bin/busybox.nosuid update-alternatives --remove ps /bin/busybox.nosuid update-alternatives --remove pwd /bin/busybox.nosuid update-alternatives --remove rev /bin/busybox.nosuid update-alternatives --remove rm /bin/busybox.nosuid update-alternatives --remove rmdir /bin/busybox.nosuid update-alternatives --remove run-parts /bin/busybox.nosuid update-alternatives --remove sed /bin/busybox.nosuid update-alternatives --remove sh /bin/busybox.nosuid update-alternatives --remove sleep /bin/busybox.nosuid update-alternatives --remove stat /bin/busybox.nosuid update-alternatives --remove stty /bin/busybox.nosuid update-alternatives --remove sync /bin/busybox.nosuid update-alternatives --remove tar /bin/busybox.nosuid update-alternatives --remove touch /bin/busybox.nosuid update-alternatives --remove true /bin/busybox.nosuid update-alternatives --remove umount /bin/busybox.nosuid update-alternatives --remove uname /bin/busybox.nosuid update-alternatives --remove usleep /bin/busybox.nosuid update-alternatives --remove vi /bin/busybox.nosuid update-alternatives --remove watch /bin/busybox.nosuid update-alternatives --remove zcat /bin/busybox.nosuid update-alternatives --remove blkid /bin/busybox.nosuid update-alternatives --remove depmod /bin/busybox.nosuid update-alternatives --remove fdisk /bin/busybox.nosuid update-alternatives --remove fsck /bin/busybox.nosuid update-alternatives --remove fstrim /bin/busybox.nosuid update-alternatives --remove getty /bin/busybox.nosuid update-alternatives --remove hwclock /bin/busybox.nosuid update-alternatives --remove ifconfig /bin/busybox.nosuid update-alternatives --remove ifdown /bin/busybox.nosuid update-alternatives --remove ifup /bin/busybox.nosuid update-alternatives --remove insmod /bin/busybox.nosuid update-alternatives --remove ip /bin/busybox.nosuid update-alternatives --remove loadkmap /bin/busybox.nosuid update-alternatives --remove logread /bin/busybox.nosuid update-alternatives --remove losetup /bin/busybox.nosuid update-alternatives --remove lsmod /bin/busybox.nosuid update-alternatives --remove mkswap /bin/busybox.nosuid update-alternatives --remove modprobe /bin/busybox.nosuid update-alternatives --remove pivot_root /bin/busybox.nosuid update-alternatives --remove reboot /bin/busybox.nosuid update-alternatives --remove rmmod /bin/busybox.nosuid update-alternatives --remove route /bin/busybox.nosuid update-alternatives --remove setconsole /bin/busybox.nosuid update-alternatives --remove start-stop-daemon /bin/busybox.nosuid update-alternatives --remove sulogin /bin/busybox.nosuid update-alternatives --remove swapoff /bin/busybox.nosuid update-alternatives --remove swapon /bin/busybox.nosuid update-alternatives --remove switch_root /bin/busybox.nosuid update-alternatives --remove sysctl /bin/busybox.nosuid update-alternatives --remove udhcpc /bin/busybox.nosuid update-alternatives --remove lbracket /bin/busybox.nosuid update-alternatives --remove [[ /bin/busybox.nosuid update-alternatives --remove ascii /bin/busybox.nosuid update-alternatives --remove awk /bin/busybox.nosuid update-alternatives --remove basename /bin/busybox.nosuid update-alternatives --remove bunzip2 /bin/busybox.nosuid update-alternatives --remove bzcat /bin/busybox.nosuid update-alternatives --remove bzip2 /bin/busybox.nosuid update-alternatives --remove chvt /bin/busybox.nosuid update-alternatives --remove clear /bin/busybox.nosuid update-alternatives --remove cmp /bin/busybox.nosuid update-alternatives --remove crc32 /bin/busybox.nosuid update-alternatives --remove cut /bin/busybox.nosuid update-alternatives --remove dc /bin/busybox.nosuid update-alternatives --remove deallocvt /bin/busybox.nosuid update-alternatives --remove diff /bin/busybox.nosuid update-alternatives --remove dirname /bin/busybox.nosuid update-alternatives --remove du /bin/busybox.nosuid update-alternatives --remove dumpleases /bin/busybox.nosuid update-alternatives --remove env /bin/busybox.nosuid update-alternatives --remove expr /bin/busybox.nosuid update-alternatives --remove find /bin/busybox.nosuid update-alternatives --remove flock /bin/busybox.nosuid update-alternatives --remove free /bin/busybox.nosuid update-alternatives --remove fuser /bin/busybox.nosuid update-alternatives --remove getfattr /bin/busybox.nosuid update-alternatives --remove groups /bin/busybox.nosuid update-alternatives --remove head /bin/busybox.nosuid update-alternatives --remove hexdump /bin/busybox.nosuid update-alternatives --remove id /bin/busybox.nosuid update-alternatives --remove killall /bin/busybox.nosuid update-alternatives --remove less /bin/busybox.nosuid update-alternatives --remove logger /bin/busybox.nosuid update-alternatives --remove logname /bin/busybox.nosuid update-alternatives --remove lzcat /bin/busybox.nosuid update-alternatives --remove md5sum /bin/busybox.nosuid update-alternatives --remove mesg /bin/busybox.nosuid update-alternatives --remove microcom /bin/busybox.nosuid update-alternatives --remove mkfifo /bin/busybox.nosuid update-alternatives --remove nc /bin/busybox.nosuid update-alternatives --remove nohup /bin/busybox.nosuid update-alternatives --remove nproc /bin/busybox.nosuid update-alternatives --remove nslookup /bin/busybox.nosuid update-alternatives --remove od /bin/busybox.nosuid update-alternatives --remove openvt /bin/busybox.nosuid update-alternatives --remove patch /bin/busybox.nosuid update-alternatives --remove pgrep /bin/busybox.nosuid update-alternatives --remove printf /bin/busybox.nosuid update-alternatives --remove readlink /bin/busybox.nosuid update-alternatives --remove realpath /bin/busybox.nosuid update-alternatives --remove renice /bin/busybox.nosuid update-alternatives --remove reset /bin/busybox.nosuid update-alternatives --remove resize /bin/busybox.nosuid update-alternatives --remove seq /bin/busybox.nosuid update-alternatives --remove setsid /bin/busybox.nosuid update-alternatives --remove sha1sum /bin/busybox.nosuid update-alternatives --remove sha256sum /bin/busybox.nosuid update-alternatives --remove shuf /bin/busybox.nosuid update-alternatives --remove sort /bin/busybox.nosuid update-alternatives --remove strings /bin/busybox.nosuid update-alternatives --remove tail /bin/busybox.nosuid update-alternatives --remove tee /bin/busybox.nosuid update-alternatives --remove telnet /bin/busybox.nosuid update-alternatives --remove test /bin/busybox.nosuid update-alternatives --remove tftp /bin/busybox.nosuid update-alternatives --remove time /bin/busybox.nosuid update-alternatives --remove top /bin/busybox.nosuid update-alternatives --remove tr /bin/busybox.nosuid update-alternatives --remove ts /bin/busybox.nosuid update-alternatives --remove tty /bin/busybox.nosuid update-alternatives --remove uniq /bin/busybox.nosuid update-alternatives --remove unlink /bin/busybox.nosuid update-alternatives --remove unzip /bin/busybox.nosuid update-alternatives --remove uptime /bin/busybox.nosuid update-alternatives --remove users /bin/busybox.nosuid update-alternatives --remove wc /bin/busybox.nosuid update-alternatives --remove wget /bin/busybox.nosuid update-alternatives --remove which /bin/busybox.nosuid update-alternatives --remove who /bin/busybox.nosuid update-alternatives --remove whoami /bin/busybox.nosuid update-alternatives --remove xargs /bin/busybox.nosuid update-alternatives --remove xzcat /bin/busybox.nosuid update-alternatives --remove yes /bin/busybox.nosuid update-alternatives --remove addgroup /bin/busybox.nosuid update-alternatives --remove adduser /bin/busybox.nosuid update-alternatives --remove chroot /bin/busybox.nosuid update-alternatives --remove delgroup /bin/busybox.nosuid update-alternatives --remove deluser /bin/busybox.nosuid update-alternatives --remove fbset /bin/busybox.nosuid update-alternatives --remove loadfont /bin/busybox.nosuid update-alternatives --remove rdate /bin/busybox.nosuid update-alternatives --remove rfkill /bin/busybox.nosuid update-alternatives --remove udhcpd /bin/busybox.nosuid update-alternatives --remove login /bin/busybox.suid update-alternatives --remove ping /bin/busybox.suid update-alternatives --remove ping6 /bin/busybox.suid update-alternatives --remove su /bin/busybox.suid update-alternatives --remove passwd /bin/busybox.suid update-alternatives --remove traceroute /bin/busybox.suid update-alternatives --remove vlock /bin/busybox.suid " to "set -e # This is so you can make busybox commit suicide - removing busybox with no other packages # providing its files, this will make update-alternatives work, but the update-rc.d part # for syslog, httpd and/or udhcpd will fail if there is no other package providing sh tmpdir=`mktemp -d /tmp/busyboxrm-XXXXXX` ln -s /bin/busybox $tmpdir/[ ln -s /bin/busybox $tmpdir/test ln -s /bin/busybox $tmpdir/head ln -s /bin/busybox $tmpdir/sh ln -s /bin/busybox $tmpdir/basename ln -s /bin/busybox $tmpdir/echo ln -s /bin/busybox $tmpdir/mv ln -s /bin/busybox $tmpdir/ln ln -s /bin/busybox $tmpdir/dirname ln -s /bin/busybox $tmpdir/rm ln -s /bin/busybox $tmpdir/sed ln -s /bin/busybox $tmpdir/sort ln -s /bin/busybox $tmpdir/grep ln -s /bin/busybox $tmpdir/tail export PATH=$PATH:$tmpdir # If busybox is the shell, we need to save it since its the lowest priority shell # Register saved bitbake as the lowest priority shell possible as back up. if [ -n "$(readlink -f /bin/sh | grep busybox)" ] ; then BUSYBOX=$(readlink -f /bin/sh) cp $BUSYBOX $tmpdir/$(basename $BUSYBOX) update-alternatives --install /bin/sh sh $tmpdir/$(basename $BUSYBOX) 1 fi update-alternatives --remove ash /bin/busybox.nosuid update-alternatives --remove base32 /bin/busybox.nosuid update-alternatives --remove cat /bin/busybox.nosuid update-alternatives --remove chattr /bin/busybox.nosuid update-alternatives --remove chgrp /bin/busybox.nosuid update-alternatives --remove chmod /bin/busybox.nosuid update-alternatives --remove chown /bin/busybox.nosuid update-alternatives --remove cp /bin/busybox.nosuid update-alternatives --remove cpio /bin/busybox.nosuid update-alternatives --remove date /bin/busybox.nosuid update-alternatives --remove dd /bin/busybox.nosuid update-alternatives --remove df /bin/busybox.nosuid update-alternatives --remove dmesg /bin/busybox.nosuid update-alternatives --remove dnsdomainname /bin/busybox.nosuid update-alternatives --remove dumpkmap /bin/busybox.nosuid update-alternatives --remove echo /bin/busybox.nosuid update-alternatives --remove egrep /bin/busybox.nosuid update-alternatives --remove false /bin/busybox.nosuid update-alternatives --remove fgrep /bin/busybox.nosuid update-alternatives --remove getopt /bin/busybox.nosuid update-alternatives --remove grep /bin/busybox.nosuid update-alternatives --remove gunzip /bin/busybox.nosuid update-alternatives --remove gzip /bin/busybox.nosuid update-alternatives --remove hostname /bin/busybox.nosuid update-alternatives --remove kill /bin/busybox.nosuid update-alternatives --remove ln /bin/busybox.nosuid update-alternatives --remove ls /bin/busybox.nosuid update-alternatives --remove mkdir /bin/busybox.nosuid update-alternatives --remove mknod /bin/busybox.nosuid update-alternatives --remove mktemp /bin/busybox.nosuid update-alternatives --remove more /bin/busybox.nosuid update-alternatives --remove mount /bin/busybox.nosuid update-alternatives --remove mountpoint /bin/busybox.nosuid update-alternatives --remove mv /bin/busybox.nosuid update-alternatives --remove pidof /bin/busybox.nosuid update-alternatives --remove ps /bin/busybox.nosuid update-alternatives --remove pwd /bin/busybox.nosuid update-alternatives --remove rev /bin/busybox.nosuid update-alternatives --remove rm /bin/busybox.nosuid update-alternatives --remove rmdir /bin/busybox.nosuid update-alternatives --remove run-parts /bin/busybox.nosuid update-alternatives --remove sed /bin/busybox.nosuid update-alternatives --remove sh /bin/busybox.nosuid update-alternatives --remove sleep /bin/busybox.nosuid update-alternatives --remove stat /bin/busybox.nosuid update-alternatives --remove stty /bin/busybox.nosuid update-alternatives --remove sync /bin/busybox.nosuid update-alternatives --remove tar /bin/busybox.nosuid update-alternatives --remove touch /bin/busybox.nosuid update-alternatives --remove true /bin/busybox.nosuid update-alternatives --remove umount /bin/busybox.nosuid update-alternatives --remove uname /bin/busybox.nosuid update-alternatives --remove usleep /bin/busybox.nosuid update-alternatives --remove vi /bin/busybox.nosuid update-alternatives --remove watch /bin/busybox.nosuid update-alternatives --remove zcat /bin/busybox.nosuid update-alternatives --remove blkid /bin/busybox.nosuid update-alternatives --remove depmod /bin/busybox.nosuid update-alternatives --remove fdisk /bin/busybox.nosuid update-alternatives --remove fsck /bin/busybox.nosuid update-alternatives --remove fstrim /bin/busybox.nosuid update-alternatives --remove getty /bin/busybox.nosuid update-alternatives --remove hwclock /bin/busybox.nosuid update-alternatives --remove ifdown /bin/busybox.nosuid update-alternatives --remove ifup /bin/busybox.nosuid update-alternatives --remove insmod /bin/busybox.nosuid update-alternatives --remove ip /bin/busybox.nosuid update-alternatives --remove loadkmap /bin/busybox.nosuid update-alternatives --remove logread /bin/busybox.nosuid update-alternatives --remove losetup /bin/busybox.nosuid update-alternatives --remove lsmod /bin/busybox.nosuid update-alternatives --remove mkswap /bin/busybox.nosuid update-alternatives --remove modprobe /bin/busybox.nosuid update-alternatives --remove pivot_root /bin/busybox.nosuid update-alternatives --remove reboot /bin/busybox.nosuid update-alternatives --remove rmmod /bin/busybox.nosuid update-alternatives --remove setconsole /bin/busybox.nosuid update-alternatives --remove start-stop-daemon /bin/busybox.nosuid update-alternatives --remove sulogin /bin/busybox.nosuid update-alternatives --remove swapoff /bin/busybox.nosuid update-alternatives --remove swapon /bin/busybox.nosuid update-alternatives --remove switch_root /bin/busybox.nosuid update-alternatives --remove sysctl /bin/busybox.nosuid update-alternatives --remove udhcpc /bin/busybox.nosuid update-alternatives --remove lbracket /bin/busybox.nosuid update-alternatives --remove [[ /bin/busybox.nosuid update-alternatives --remove ascii /bin/busybox.nosuid update-alternatives --remove awk /bin/busybox.nosuid update-alternatives --remove basename /bin/busybox.nosuid update-alternatives --remove bunzip2 /bin/busybox.nosuid update-alternatives --remove bzcat /bin/busybox.nosuid update-alternatives --remove bzip2 /bin/busybox.nosuid update-alternatives --remove chvt /bin/busybox.nosuid update-alternatives --remove clear /bin/busybox.nosuid update-alternatives --remove cmp /bin/busybox.nosuid update-alternatives --remove crc32 /bin/busybox.nosuid update-alternatives --remove cut /bin/busybox.nosuid update-alternatives --remove dc /bin/busybox.nosuid update-alternatives --remove deallocvt /bin/busybox.nosuid update-alternatives --remove diff /bin/busybox.nosuid update-alternatives --remove dirname /bin/busybox.nosuid update-alternatives --remove du /bin/busybox.nosuid update-alternatives --remove dumpleases /bin/busybox.nosuid update-alternatives --remove env /bin/busybox.nosuid update-alternatives --remove expr /bin/busybox.nosuid update-alternatives --remove find /bin/busybox.nosuid update-alternatives --remove flock /bin/busybox.nosuid update-alternatives --remove free /bin/busybox.nosuid update-alternatives --remove fuser /bin/busybox.nosuid update-alternatives --remove getfattr /bin/busybox.nosuid update-alternatives --remove groups /bin/busybox.nosuid update-alternatives --remove head /bin/busybox.nosuid update-alternatives --remove hexdump /bin/busybox.nosuid update-alternatives --remove id /bin/busybox.nosuid update-alternatives --remove killall /bin/busybox.nosuid update-alternatives --remove less /bin/busybox.nosuid update-alternatives --remove logger /bin/busybox.nosuid update-alternatives --remove logname /bin/busybox.nosuid update-alternatives --remove lzcat /bin/busybox.nosuid update-alternatives --remove md5sum /bin/busybox.nosuid update-alternatives --remove mesg /bin/busybox.nosuid update-alternatives --remove microcom /bin/busybox.nosuid update-alternatives --remove mkfifo /bin/busybox.nosuid update-alternatives --remove nc /bin/busybox.nosuid update-alternatives --remove nohup /bin/busybox.nosuid update-alternatives --remove nproc /bin/busybox.nosuid update-alternatives --remove nslookup /bin/busybox.nosuid update-alternatives --remove od /bin/busybox.nosuid update-alternatives --remove openvt /bin/busybox.nosuid update-alternatives --remove patch /bin/busybox.nosuid update-alternatives --remove pgrep /bin/busybox.nosuid update-alternatives --remove printf /bin/busybox.nosuid update-alternatives --remove readlink /bin/busybox.nosuid update-alternatives --remove realpath /bin/busybox.nosuid update-alternatives --remove renice /bin/busybox.nosuid update-alternatives --remove reset /bin/busybox.nosuid update-alternatives --remove resize /bin/busybox.nosuid update-alternatives --remove seq /bin/busybox.nosuid update-alternatives --remove setsid /bin/busybox.nosuid update-alternatives --remove sha1sum /bin/busybox.nosuid update-alternatives --remove sha256sum /bin/busybox.nosuid update-alternatives --remove shuf /bin/busybox.nosuid update-alternatives --remove sort /bin/busybox.nosuid update-alternatives --remove strings /bin/busybox.nosuid update-alternatives --remove tail /bin/busybox.nosuid update-alternatives --remove tee /bin/busybox.nosuid update-alternatives --remove telnet /bin/busybox.nosuid update-alternatives --remove test /bin/busybox.nosuid update-alternatives --remove tftp /bin/busybox.nosuid update-alternatives --remove time /bin/busybox.nosuid update-alternatives --remove top /bin/busybox.nosuid update-alternatives --remove tr /bin/busybox.nosuid update-alternatives --remove ts /bin/busybox.nosuid update-alternatives --remove tty /bin/busybox.nosuid update-alternatives --remove uniq /bin/busybox.nosuid update-alternatives --remove unlink /bin/busybox.nosuid update-alternatives --remove unzip /bin/busybox.nosuid update-alternatives --remove uptime /bin/busybox.nosuid update-alternatives --remove users /bin/busybox.nosuid update-alternatives --remove wc /bin/busybox.nosuid update-alternatives --remove wget /bin/busybox.nosuid update-alternatives --remove which /bin/busybox.nosuid update-alternatives --remove who /bin/busybox.nosuid update-alternatives --remove whoami /bin/busybox.nosuid update-alternatives --remove xargs /bin/busybox.nosuid update-alternatives --remove xzcat /bin/busybox.nosuid update-alternatives --remove yes /bin/busybox.nosuid update-alternatives --remove addgroup /bin/busybox.nosuid update-alternatives --remove adduser /bin/busybox.nosuid update-alternatives --remove chroot /bin/busybox.nosuid update-alternatives --remove delgroup /bin/busybox.nosuid update-alternatives --remove deluser /bin/busybox.nosuid update-alternatives --remove fbset /bin/busybox.nosuid update-alternatives --remove loadfont /bin/busybox.nosuid update-alternatives --remove rdate /bin/busybox.nosuid update-alternatives --remove rfkill /bin/busybox.nosuid update-alternatives --remove udhcpd /bin/busybox.nosuid update-alternatives --remove login /bin/busybox.suid update-alternatives --remove ping /bin/busybox.suid update-alternatives --remove ping6 /bin/busybox.suid update-alternatives --remove su /bin/busybox.suid update-alternatives --remove passwd /bin/busybox.suid update-alternatives --remove traceroute /bin/busybox.suid update-alternatives --remove vlock /bin/busybox.suid " packages/mips32r2-poky-linux/python3/python3-misc: FILELIST: added "/usr/lib/python3.13/_apple_support.py /usr/lib/python3.13/__pycache__/_apple_support.cpython-313.pyc" packages/mips32r2-poky-linux/python3/python3-tests: FILELIST: added "/usr/lib/python3.13/test/test_xml_dom_xmlbuilder.py /usr/lib/python3.13/test/test_apple.py /usr/lib/python3.13/test/test_capi/__pycache__/test_eval.cpython-313.pyc /usr/lib/python3.13/test/test_capi/test_import.py /usr/lib/python3.13/test/test_capi/test_file.py /usr/lib/python3.13/test/test_capi/__pycache__/test_import.cpython-313.pyc /usr/lib/python3.13/test/test_capi/__pycache__/test_file.cpython-313.pyc /usr/lib/python3.13/test/test_capi/test_eval.py /usr/lib/python3.13/test/__pycache__/test_xml_dom_xmlbuilder.cpython-313.pyc /usr/lib/python3.13/test/__pycache__/test_apple.cpython-313.pyc" Changes to packages/mips32r2-poky-linux/python3 (sysroot): /usr/lib/python3.13/_apple_support.py was added /usr/lib/python3.13/__pycache__/_apple_support.cpython-313.pyc was added packages/qemumips-poky-linux/linux-yocto/kernel-base: RPROVIDES: removed "kernel-6.12.11-yocto-standard", added "kernel-6.12.13-yocto-standard" packages/qemumips-poky-linux/linux-yocto/kernel-base: PKG changed from kernel-6.12.11-yocto-standard to kernel-6.12.13-yocto-standard packages/qemumips-poky-linux/linux-yocto/kernel-base: PKGV changed from 6.12.11+git0+cbe89aee4d_4a649d3eec to 6.12.13+git0+2506ff7d20_529b1f229a packages/qemumips-poky-linux/linux-yocto/kernel-base: latest.pkg_postinst changed from "set -e if [ ! -e "$D/lib/modules/6.12.11-yocto-standard" ]; then mkdir -p $D/lib/modules/6.12.11-yocto-standard fi if [ -n "$D" ]; then depmodwrapper -a -b $D 6.12.11-yocto-standard kernel else depmod -a 6.12.11-yocto-standard fi " to "set -e if [ ! -e "$D/lib/modules/6.12.13-yocto-standard" ]; then mkdir -p $D/lib/modules/6.12.13-yocto-standard fi if [ -n "$D" ]; then depmodwrapper -a -b $D 6.12.13-yocto-standard kernel else depmod -a 6.12.13-yocto-standard fi " packages/qemumips-poky-linux/linux-yocto/kernel-dbg: PKGV changed from 6.12.11+git0+cbe89aee4d_4a649d3eec to 6.12.13+git0+2506ff7d20_529b1f229a packages/qemumips-poky-linux/linux-yocto/kernel-dev: FILELIST: removed "/boot/System.map-6.12.11-yocto-standard /boot/config-6.12.11-yocto-standard /boot/Module.symvers-6.12.11-yocto-standard", added "/boot/config-6.12.13-yocto-standard /boot/System.map-6.12.13-yocto-standard /boot/Module.symvers-6.12.13-yocto-standard" packages/qemumips-poky-linux/linux-yocto/kernel-dev: RRECOMMENDS: removed "kernel-module-watchdog-6.12.11-yocto-standard-dev kernel-module-xt-sctp-6.12.11-yocto-standard-dev kernel-module-ebtable-filter-6.12.11-yocto-standard-dev kernel-module-twofish-common-6.12.11-yocto-standard-dev kernel-module-loop-6.12.11-yocto-standard-dev kernel-module-xt-netmap-6.12.11-yocto-standard-dev kernel-module-ipt-ah-6.12.11-yocto-standard-dev kernel-module-arpt-mangle-6.12.11-yocto-standard-dev kernel-module-xt-length-6.12.11-yocto-standard-dev kernel-module-nft-xfrm-6.12.11-yocto-standard-dev kernel-module-nft-nat-6.12.11-yocto-standard-dev kernel-module-wp512-6.12.11-yocto-standard-dev kernel-module-sch-ingress-6.12.11-yocto-standard-dev kernel-module-xt-policy-6.12.11-yocto-standard-dev kernel-module-iptable-security-6.12.11-yocto-standard-dev kernel-module-configfs-6.12.11-yocto-standard-dev kernel-module-nft-chain-nat-6.12.11-yocto-standard-dev kernel-module-crc-ccitt-6.12.11-yocto-standard-dev kernel-module-nft-numgen-6.12.11-yocto-standard-dev kernel-module-nf-conntrack-sip-6.12.11-yocto-standard-dev kernel-module-nf-reject-ipv6-6.12.11-yocto-standard-dev kernel-module-xt-nfqueue-6.12.11-yocto-standard-dev kernel-module-xt-helper-6.12.11-yocto-standard-dev kernel-module-nbd-6.12.11-yocto-standard-dev kernel-module-nls-koi8-r-6.12.11-yocto-standard-dev kernel-module-ppp-synctty-6.12.11-yocto-standard-dev kernel-module-nf-socket-ipv4-6.12.11-yocto-standard-dev kernel-module-ebtables-6.12.11-yocto-standard-dev kernel-module-nls-cp865-6.12.11-yocto-standard-dev kernel-module-parport-6.12.11-yocto-standard-dev kernel-module-xt-mac-6.12.11-yocto-standard-dev kernel-module-af-alg-6.12.11-yocto-standard-dev kernel-module-sch-hfsc-6.12.11-yocto-standard-dev kernel-module-kobject-example-6.12.11-yocto-standard-dev kernel-module-nft-reject-inet-6.12.11-yocto-standard-dev kernel-module-crc-t10dif-6.12.11-yocto-standard-dev kernel-module-nft-synproxy-6.12.11-yocto-standard-dev kernel-module-i2c-smbus-6.12.11-yocto-standard-dev kernel-module-sch-sfq-6.12.11-yocto-standard-dev kernel-module-xt-conntrack-6.12.11-yocto-standard-dev kernel-module-nls-cp869-6.12.11-yocto-standard-dev kernel-module-xt-log-6.12.11-yocto-standard-dev kernel-module-pktgen-6.12.11-yocto-standard-dev kernel-module-nf-flow-table-6.12.11-yocto-standard-dev kernel-module-xt-redirect-6.12.11-yocto-standard-dev kernel-module-nf-flow-table-inet-6.12.11-yocto-standard-dev kernel-module-ebtable-broute-6.12.11-yocto-standard-dev kernel-module-virtio-input-6.12.11-yocto-standard-dev kernel-module-xt-multiport-6.12.11-yocto-standard-dev kernel-module-ip-tables-6.12.11-yocto-standard-dev kernel-module-nf-socket-ipv6-6.12.11-yocto-standard-dev kernel-module-algif-aead-6.12.11-yocto-standard-dev kernel-module-crct10dif-generic-6.12.11-yocto-standard-dev kernel-module-nf-conntrack-tftp-6.12.11-yocto-standard-dev kernel-module-nf-conntrack-amanda-6.12.11-yocto-standard-dev kernel-module-ebtable-nat-6.12.11-yocto-standard-dev kernel-module-xt-connbytes-6.12.11-yocto-standard-dev kernel-module-nls-cp1250-6.12.11-yocto-standard-dev kernel-module-tcrypt-6.12.11-yocto-standard-dev kernel-module-xt-pkttype-6.12.11-yocto-standard-dev kernel-module-ts-bm-6.12.11-yocto-standard-dev kernel-module-nls-cp950-6.12.11-yocto-standard-dev kernel-module-nls-cp855-6.12.11-yocto-standard-dev kernel-module-nft-reject-ipv4-6.12.11-yocto-standard-dev kernel-module-ip6t-hbh-6.12.11-yocto-standard-dev kernel-module-ppp-generic-6.12.11-yocto-standard-dev kernel-module-camellia-generic-6.12.11-yocto-standard-dev kernel-module-michael-mic-6.12.11-yocto-standard-dev kernel-module-nf-nat-sip-6.12.11-yocto-standard-dev kernel-module-sch-fq-codel-6.12.11-yocto-standard-dev kernel-module-algif-rng-6.12.11-yocto-standard-dev kernel-module-ebt-arpreply-6.12.11-yocto-standard-dev kernel-module-inttype-example-6.12.11-yocto-standard-dev kernel-module-ipcomp6-6.12.11-yocto-standard-dev kernel-module-xt-esp-6.12.11-yocto-standard-dev kernel-module-nls-cp1251-6.12.11-yocto-standard-dev kernel-module-xt-hashlimit-6.12.11-yocto-standard-dev kernel-module-ebt-802-3-6.12.11-yocto-standard-dev kernel-module-kset-example-6.12.11-yocto-standard-dev kernel-module-bonding-6.12.11-yocto-standard-dev kernel-module-ebt-snat-6.12.11-yocto-standard-dev kernel-module-nf-conntrack-netlink-6.12.11-yocto-standard-dev kernel-module-sch-codel-6.12.11-yocto-standard-dev kernel-module-tipc-6.12.11-yocto-standard-dev kernel-module-nft-ct-6.12.11-yocto-standard-dev kernel-module-cast5-generic-6.12.11-yocto-standard-dev kernel-module-nls-cp862-6.12.11-yocto-standard-dev kernel-module-ebt-dnat-6.12.11-yocto-standard-dev kernel-module-blowfish-generic-6.12.11-yocto-standard-dev kernel-module-nft-connlimit-6.12.11-yocto-standard-dev kernel-module-nft-masq-6.12.11-yocto-standard-dev kernel-module-nf-conncount-6.12.11-yocto-standard-dev kernel-module-gre-6.12.11-yocto-standard-dev kernel-module-iptable-nat-6.12.11-yocto-standard-dev kernel-module-ip6t-rt-6.12.11-yocto-standard-dev kernel-module-nf-conntrack-h323-6.12.11-yocto-standard-dev kernel-module-slhc-6.12.11-yocto-standard-dev kernel-module-nls-koi8-ru-6.12.11-yocto-standard-dev kernel-module-sctp-diag-6.12.11-yocto-standard-dev kernel-module-nft-tunnel-6.12.11-yocto-standard-dev kernel-module-ebt-vlan-6.12.11-yocto-standard-dev kernel-module-serpent-generic-6.12.11-yocto-standard-dev kernel-module-kprobe-example-6.12.11-yocto-standard-dev kernel-module-nf-synproxy-core-6.12.11-yocto-standard-dev kernel-module-xt-ecn-6.12.11-yocto-standard-dev kernel-module-bsd-comp-6.12.11-yocto-standard-dev kernel-module-iptable-mangle-6.12.11-yocto-standard-dev kernel-module-team-mode-random-6.12.11-yocto-standard-dev kernel-module-xt-masquerade-6.12.11-yocto-standard-dev kernel-module-nfnetlink-log-6.12.11-yocto-standard-dev kernel-module-i2c-piix4-6.12.11-yocto-standard-dev kernel-module-ts-fsm-6.12.11-yocto-standard-dev kernel-module-ip6-tunnel-6.12.11-yocto-standard-dev kernel-module-configfs-sample-6.12.11-yocto-standard-dev kernel-module-ip6t-eui64-6.12.11-yocto-standard-dev kernel-module-nf-conntrack-6.12.11-yocto-standard-dev kernel-module-xt-comment-6.12.11-yocto-standard-dev kernel-module-xt-ct-6.12.11-yocto-standard-dev kernel-module-slip-6.12.11-yocto-standard-dev kernel-module-ip6table-filter-6.12.11-yocto-standard-dev kernel-module-trace-printk-6.12.11-yocto-standard-dev kernel-module-ts-kmp-6.12.11-yocto-standard-dev kernel-module-pppox-6.12.11-yocto-standard-dev kernel-module-i2c-dev-6.12.11-yocto-standard-dev kernel-module-nf-nat-h323-6.12.11-yocto-standard-dev kernel-module-xfrm6-tunnel-6.12.11-yocto-standard-dev kernel-module-nf-conntrack-sane-6.12.11-yocto-standard-dev kernel-module-parport-pc-6.12.11-yocto-standard-dev kernel-module-act-mirred-6.12.11-yocto-standard-dev kernel-module-nls-cp864-6.12.11-yocto-standard-dev kernel-module-tipc-diag-6.12.11-yocto-standard-dev kernel-module-x-tables-6.12.11-yocto-standard-dev kernel-module-nf-conntrack-netbios-ns-6.12.11-yocto-standard-dev kernel-module-xt-state-6.12.11-yocto-standard-dev kernel-module-ipt-synproxy-6.12.11-yocto-standard-dev kernel-module-sch-multiq-6.12.11-yocto-standard-dev kernel-module-ebt-redirect-6.12.11-yocto-standard-dev kernel-module-ip6table-mangle-6.12.11-yocto-standard-dev kernel-module-sch-red-6.12.11-yocto-standard-dev kernel-module-ebt-limit-6.12.11-yocto-standard-dev kernel-module-ebt-ip-6.12.11-yocto-standard-dev kernel-module-iptable-filter-6.12.11-yocto-standard-dev kernel-module-nft-limit-6.12.11-yocto-standard-dev kernel-module-algif-skcipher-6.12.11-yocto-standard-dev kernel-module-nls-cp949-6.12.11-yocto-standard-dev kernel-module-xt-hl-6.12.11-yocto-standard-dev kernel-module-nls-ascii-6.12.11-yocto-standard-dev kernel-module-act-skbedit-6.12.11-yocto-standard-dev kernel-module-trace-events-sample-6.12.11-yocto-standard-dev kernel-module-nf-nat-tftp-6.12.11-yocto-standard-dev kernel-module-algif-hash-6.12.11-yocto-standard-dev kernel-module-ebt-mark-m-6.12.11-yocto-standard-dev kernel-module-nls-cp850-6.12.11-yocto-standard-dev kernel-module-arptable-filter-6.12.11-yocto-standard-dev kernel-module-nfnetlink-osf-6.12.11-yocto-standard-dev kernel-module-gpio-mockup-6.12.11-yocto-standard-dev kernel-module-scsi-debug-6.12.11-yocto-standard-dev kernel-module-tunnel6-6.12.11-yocto-standard-dev kernel-module-nls-iso8859-9-6.12.11-yocto-standard-dev kernel-module-cast-common-6.12.11-yocto-standard-dev kernel-module-nft-reject-ipv6-6.12.11-yocto-standard-dev kernel-module-nls-cp737-6.12.11-yocto-standard-dev kernel-module-nfsd-6.12.11-yocto-standard-dev kernel-module-team-mode-broadcast-6.12.11-yocto-standard-dev kernel-module-bytestream-example-6.12.11-yocto-standard-dev kernel-module-nf-log-syslog-6.12.11-yocto-standard-dev kernel-module-twofish-generic-6.12.11-yocto-standard-dev kernel-module-nls-iso8859-13-6.12.11-yocto-standard-dev kernel-module-romfs-6.12.11-yocto-standard-dev kernel-module-xt-tcpudp-6.12.11-yocto-standard-dev kernel-module-kretprobe-example-6.12.11-yocto-standard-dev kernel-module-nf-conntrack-broadcast-6.12.11-yocto-standard-dev kernel-module-ppp-async-6.12.11-yocto-standard-dev kernel-module-ip6table-raw-6.12.11-yocto-standard-dev kernel-module-crct10dif-common-6.12.11-yocto-standard-dev kernel-module-sch-gred-6.12.11-yocto-standard-dev kernel-module-sch-teql-6.12.11-yocto-standard-dev kernel-module-l2tp-ppp-6.12.11-yocto-standard-dev kernel-module-nft-quota-6.12.11-yocto-standard-dev kernel-module-nf-conntrack-irc-6.12.11-yocto-standard-dev kernel-module-nfnetlink-queue-6.12.11-yocto-standard-dev kernel-module-nls-utf8-6.12.11-yocto-standard-dev kernel-module-xt-string-6.12.11-yocto-standard-dev kernel-module-team-6.12.11-yocto-standard-dev kernel-module-binfmt-misc-6.12.11-yocto-standard-dev kernel-module-nft-socket-6.12.11-yocto-standard-dev kernel-module-nls-cp852-6.12.11-yocto-standard-dev kernel-module-nls-iso8859-15-6.12.11-yocto-standard-dev kernel-module-arp-tables-6.12.11-yocto-standard-dev kernel-module-nls-cp863-6.12.11-yocto-standard-dev kernel-module-nls-iso8859-4-6.12.11-yocto-standard-dev kernel-module-xt-dscp-6.12.11-yocto-standard-dev kernel-module-ip6table-nat-6.12.11-yocto-standard-dev kernel-6.12.11-yocto-standard-dev kernel-module-xt-tcpmss-6.12.11-yocto-standard-dev kernel-module-ebt-nflog-6.12.11-yocto-standard-dev kernel-module-nf-nat-amanda-6.12.11-yocto-standard-dev kernel-module-sg-6.12.11-yocto-standard-dev kernel-module-team-mode-loadbalance-6.12.11-yocto-standard-dev kernel-module-xfrm-ipcomp-6.12.11-yocto-standard-dev kernel-module-xfrm4-tunnel-6.12.11-yocto-standard-dev kernel-module-xt-l2tp-6.12.11-yocto-standard-dev kernel-module-ip6t-ipv6header-6.12.11-yocto-standard-dev kernel-module-nf-defrag-ipv6-6.12.11-yocto-standard-dev kernel-module-nf-conntrack-pptp-6.12.11-yocto-standard-dev kernel-module-8021q-6.12.11-yocto-standard-dev kernel-module-nft-flow-offload-6.12.11-yocto-standard-dev kernel-module-ipt-rpfilter-6.12.11-yocto-standard-dev kernel-module-cuse-6.12.11-yocto-standard-dev kernel-module-nf-nat-pptp-6.12.11-yocto-standard-dev kernel-module-nls-cp932-6.12.11-yocto-standard-dev kernel-module-xt-realm-6.12.11-yocto-standard-dev kernel-module-nft-hash-6.12.11-yocto-standard-dev kernel-module-af-key-6.12.11-yocto-standard-dev kernel-module-ebt-mark-6.12.11-yocto-standard-dev kernel-module-nls-cp861-6.12.11-yocto-standard-dev kernel-module-ebt-stp-6.12.11-yocto-standard-dev kernel-module-nls-cp866-6.12.11-yocto-standard-dev kernel-module-sch-netem-6.12.11-yocto-standard-dev kernel-module-softdog-6.12.11-yocto-standard-dev kernel-module-team-mode-activebackup-6.12.11-yocto-standard-dev kernel-module-nls-iso8859-2-6.12.11-yocto-standard-dev kernel-module-xt-trace-6.12.11-yocto-standard-dev kernel-module-dummy-6.12.11-yocto-standard-dev kernel-module-nft-osf-6.12.11-yocto-standard-dev kernel-module-nls-iso8859-3-6.12.11-yocto-standard-dev kernel-module-record-example-6.12.11-yocto-standard-dev kernel-module-nft-redir-6.12.11-yocto-standard-dev kernel-module-team-mode-roundrobin-6.12.11-yocto-standard-dev kernel-module-xt-connmark-6.12.11-yocto-standard-dev kernel-module-xt-quota-6.12.11-yocto-standard-dev kernel-module-ip6-tables-6.12.11-yocto-standard-dev kernel-module-fuse-6.12.11-yocto-standard-dev kernel-module-ebt-ip6-6.12.11-yocto-standard-dev kernel-module-ebt-pkttype-6.12.11-yocto-standard-dev kernel-module-cdrom-6.12.11-yocto-standard-dev kernel-module-nf-defrag-ipv4-6.12.11-yocto-standard-dev kernel-module-iptable-raw-6.12.11-yocto-standard-dev kernel-module-ip6t-frag-6.12.11-yocto-standard-dev kernel-module-nls-cp860-6.12.11-yocto-standard-dev kernel-module-nft-reject-6.12.11-yocto-standard-dev kernel-module-xt-classify-6.12.11-yocto-standard-dev kernel-module-xfrm-user-6.12.11-yocto-standard-dev kernel-module-nf-nat-ftp-6.12.11-yocto-standard-dev kernel-module-usb-storage-6.12.11-yocto-standard-dev kernel-module-cls-flower-6.12.11-yocto-standard-dev kernel-module-sr-mod-6.12.11-yocto-standard-dev kernel-module-blowfish-common-6.12.11-yocto-standard-dev kernel-module-ah4-6.12.11-yocto-standard-dev kernel-module-ipip-6.12.11-yocto-standard-dev kernel-module-dma-example-6.12.11-yocto-standard-dev kernel-module-nls-iso8859-7-6.12.11-yocto-standard-dev kernel-module-tun-6.12.11-yocto-standard-dev kernel-module-nf-nat-6.12.11-yocto-standard-dev kernel-module-sch-tbf-6.12.11-yocto-standard-dev kernel-module-nls-koi8-u-6.12.11-yocto-standard-dev kernel-module-xt-nflog-6.12.11-yocto-standard-dev kernel-module-esp4-6.12.11-yocto-standard-dev kernel-module-nft-log-6.12.11-yocto-standard-dev kernel-module-nft-queue-6.12.11-yocto-standard-dev kernel-module-xt-nat-6.12.11-yocto-standard-dev kernel-module-xt-u32-6.12.11-yocto-standard-dev kernel-module-sch-prio-6.12.11-yocto-standard-dev kernel-module-ppp-deflate-6.12.11-yocto-standard-dev kernel-module-sch-htb-6.12.11-yocto-standard-dev kernel-module-xt-connlimit-6.12.11-yocto-standard-dev kernel-module-nf-nat-irc-6.12.11-yocto-standard-dev kernel-module-nls-iso8859-14-6.12.11-yocto-standard-dev kernel-module-nls-cp874-6.12.11-yocto-standard-dev kernel-module-pppoe-6.12.11-yocto-standard-dev kernel-module-ebt-log-6.12.11-yocto-standard-dev kernel-module-nf-conntrack-ftp-6.12.11-yocto-standard-dev kernel-module-ip-gre-6.12.11-yocto-standard-dev kernel-module-ipcomp-6.12.11-yocto-standard-dev kernel-module-ipt-reject-6.12.11-yocto-standard-dev kernel-module-nls-cp775-6.12.11-yocto-standard-dev kernel-module-ipt-ecn-6.12.11-yocto-standard-dev kernel-module-xcbc-6.12.11-yocto-standard-dev kernel-module-cast6-generic-6.12.11-yocto-standard-dev kernel-module-xt-mark-6.12.11-yocto-standard-dev kernel-module-ebt-among-6.12.11-yocto-standard-dev kernel-module-nls-cp1255-6.12.11-yocto-standard-dev kernel-module-nls-iso8859-5-6.12.11-yocto-standard-dev kernel-module-nls-cp857-6.12.11-yocto-standard-dev kernel-module-nls-euc-jp-6.12.11-yocto-standard-dev kernel-module-gpio-sim-6.12.11-yocto-standard-dev kernel-module-nls-cp936-6.12.11-yocto-standard-dev kernel-module-xt-limit-6.12.11-yocto-standard-dev kernel-module-xt-statistic-6.12.11-yocto-standard-dev kernel-module-nft-compat-6.12.11-yocto-standard-dev kernel-module-sctp-6.12.11-yocto-standard-dev kernel-module-nls-iso8859-6-6.12.11-yocto-standard-dev kernel-module-nf-reject-ipv4-6.12.11-yocto-standard-dev kernel-module-xt-dccp-6.12.11-yocto-standard-dev kernel-module-ebt-arp-6.12.11-yocto-standard-dev", added "kernel-module-nf-conntrack-tftp-6.12.13-yocto-standard-dev kernel-module-sch-codel-6.12.13-yocto-standard-dev kernel-module-crct10dif-common-6.12.13-yocto-standard-dev kernel-module-nls-cp860-6.12.13-yocto-standard-dev kernel-module-ebt-nflog-6.12.13-yocto-standard-dev kernel-module-xfrm-ipcomp-6.12.13-yocto-standard-dev kernel-module-af-alg-6.12.13-yocto-standard-dev kernel-module-nls-iso8859-3-6.12.13-yocto-standard-dev kernel-module-nls-cp932-6.12.13-yocto-standard-dev kernel-module-nls-iso8859-15-6.12.13-yocto-standard-dev kernel-module-ppp-async-6.12.13-yocto-standard-dev kernel-module-ipip-6.12.13-yocto-standard-dev kernel-module-tunnel6-6.12.13-yocto-standard-dev kernel-module-ipt-synproxy-6.12.13-yocto-standard-dev kernel-module-xt-tcpmss-6.12.13-yocto-standard-dev kernel-module-xt-esp-6.12.13-yocto-standard-dev kernel-module-team-mode-loadbalance-6.12.13-yocto-standard-dev kernel-module-nls-iso8859-2-6.12.13-yocto-standard-dev kernel-module-gpio-sim-6.12.13-yocto-standard-dev kernel-module-nls-iso8859-13-6.12.13-yocto-standard-dev kernel-module-xt-conntrack-6.12.13-yocto-standard-dev kernel-module-ppp-generic-6.12.13-yocto-standard-dev kernel-module-cuse-6.12.13-yocto-standard-dev kernel-module-loop-6.12.13-yocto-standard-dev kernel-module-nft-tunnel-6.12.13-yocto-standard-dev kernel-module-ts-kmp-6.12.13-yocto-standard-dev kernel-module-nf-nat-irc-6.12.13-yocto-standard-dev kernel-module-nft-flow-offload-6.12.13-yocto-standard-dev kernel-module-nls-cp950-6.12.13-yocto-standard-dev kernel-module-ip6t-hbh-6.12.13-yocto-standard-dev kernel-module-nls-cp862-6.12.13-yocto-standard-dev kernel-module-nft-quota-6.12.13-yocto-standard-dev kernel-module-nf-nat-sip-6.12.13-yocto-standard-dev kernel-module-xt-ecn-6.12.13-yocto-standard-dev kernel-module-ebtables-6.12.13-yocto-standard-dev kernel-module-8021q-6.12.13-yocto-standard-dev kernel-module-trace-printk-6.12.13-yocto-standard-dev kernel-module-binfmt-misc-6.12.13-yocto-standard-dev kernel-module-ebt-redirect-6.12.13-yocto-standard-dev kernel-module-ip6-tables-6.12.13-yocto-standard-dev kernel-module-nf-conntrack-sip-6.12.13-yocto-standard-dev kernel-module-xt-nfqueue-6.12.13-yocto-standard-dev kernel-module-ip6table-raw-6.12.13-yocto-standard-dev kernel-module-ebt-arp-6.12.13-yocto-standard-dev kernel-module-sch-fq-codel-6.12.13-yocto-standard-dev kernel-module-slip-6.12.13-yocto-standard-dev kernel-module-watchdog-6.12.13-yocto-standard-dev kernel-module-cdrom-6.12.13-yocto-standard-dev kernel-module-ebt-snat-6.12.13-yocto-standard-dev kernel-module-sch-teql-6.12.13-yocto-standard-dev kernel-module-ebt-802-3-6.12.13-yocto-standard-dev kernel-module-nft-connlimit-6.12.13-yocto-standard-dev kernel-module-softdog-6.12.13-yocto-standard-dev kernel-module-sch-tbf-6.12.13-yocto-standard-dev kernel-module-ebt-vlan-6.12.13-yocto-standard-dev kernel-module-ebtable-filter-6.12.13-yocto-standard-dev kernel-module-crc-ccitt-6.12.13-yocto-standard-dev kernel-module-michael-mic-6.12.13-yocto-standard-dev kernel-module-crct10dif-generic-6.12.13-yocto-standard-dev kernel-module-nls-iso8859-7-6.12.13-yocto-standard-dev kernel-module-gre-6.12.13-yocto-standard-dev kernel-module-serpent-generic-6.12.13-yocto-standard-dev kernel-module-nf-flow-table-6.12.13-yocto-standard-dev kernel-module-sch-hfsc-6.12.13-yocto-standard-dev kernel-module-nls-utf8-6.12.13-yocto-standard-dev kernel-module-ebt-ip-6.12.13-yocto-standard-dev kernel-module-ebtable-nat-6.12.13-yocto-standard-dev kernel-module-wp512-6.12.13-yocto-standard-dev kernel-module-ipcomp-6.12.13-yocto-standard-dev kernel-module-algif-skcipher-6.12.13-yocto-standard-dev kernel-module-dma-example-6.12.13-yocto-standard-dev kernel-module-nls-koi8-u-6.12.13-yocto-standard-dev kernel-module-nf-conncount-6.12.13-yocto-standard-dev kernel-module-kretprobe-example-6.12.13-yocto-standard-dev kernel-module-ipcomp6-6.12.13-yocto-standard-dev kernel-module-nfsd-6.12.13-yocto-standard-dev kernel-module-nft-reject-ipv6-6.12.13-yocto-standard-dev kernel-module-iptable-nat-6.12.13-yocto-standard-dev kernel-module-nls-cp1255-6.12.13-yocto-standard-dev kernel-module-nls-cp737-6.12.13-yocto-standard-dev kernel-module-nls-cp866-6.12.13-yocto-standard-dev kernel-module-team-mode-broadcast-6.12.13-yocto-standard-dev kernel-module-tipc-diag-6.12.13-yocto-standard-dev kernel-module-ts-fsm-6.12.13-yocto-standard-dev kernel-module-xt-string-6.12.13-yocto-standard-dev kernel-module-xt-realm-6.12.13-yocto-standard-dev kernel-module-xt-mark-6.12.13-yocto-standard-dev kernel-module-ipt-ecn-6.12.13-yocto-standard-dev kernel-module-nls-euc-jp-6.12.13-yocto-standard-dev kernel-module-nls-cp861-6.12.13-yocto-standard-dev kernel-module-cast5-generic-6.12.13-yocto-standard-dev kernel-module-ip6-tunnel-6.12.13-yocto-standard-dev kernel-module-nf-conntrack-6.12.13-yocto-standard-dev kernel-module-nft-ct-6.12.13-yocto-standard-dev kernel-module-usb-storage-6.12.13-yocto-standard-dev kernel-module-kprobe-example-6.12.13-yocto-standard-dev kernel-module-arptable-filter-6.12.13-yocto-standard-dev kernel-module-ebt-mark-6.12.13-yocto-standard-dev kernel-module-iptable-security-6.12.13-yocto-standard-dev kernel-module-nft-masq-6.12.13-yocto-standard-dev kernel-module-kset-example-6.12.13-yocto-standard-dev kernel-module-ebt-stp-6.12.13-yocto-standard-dev kernel-module-xt-hashlimit-6.12.13-yocto-standard-dev kernel-module-parport-6.12.13-yocto-standard-dev kernel-module-nf-conntrack-broadcast-6.12.13-yocto-standard-dev kernel-module-iptable-raw-6.12.13-yocto-standard-dev kernel-module-xt-tcpudp-6.12.13-yocto-standard-dev kernel-module-pppoe-6.12.13-yocto-standard-dev kernel-module-tcrypt-6.12.13-yocto-standard-dev kernel-module-ipt-reject-6.12.13-yocto-standard-dev kernel-module-xt-ct-6.12.13-yocto-standard-dev kernel-module-xfrm6-tunnel-6.12.13-yocto-standard-dev kernel-module-sch-ingress-6.12.13-yocto-standard-dev kernel-module-i2c-piix4-6.12.13-yocto-standard-dev kernel-module-nls-iso8859-14-6.12.13-yocto-standard-dev kernel-module-xt-masquerade-6.12.13-yocto-standard-dev kernel-module-nft-numgen-6.12.13-yocto-standard-dev kernel-module-af-key-6.12.13-yocto-standard-dev kernel-module-slhc-6.12.13-yocto-standard-dev kernel-module-nls-cp850-6.12.13-yocto-standard-dev kernel-module-nfnetlink-queue-6.12.13-yocto-standard-dev kernel-module-blowfish-common-6.12.13-yocto-standard-dev kernel-module-xt-nflog-6.12.13-yocto-standard-dev kernel-module-nf-nat-tftp-6.12.13-yocto-standard-dev kernel-module-act-mirred-6.12.13-yocto-standard-dev kernel-module-nf-conntrack-pptp-6.12.13-yocto-standard-dev kernel-module-nls-cp775-6.12.13-yocto-standard-dev kernel-module-xt-statistic-6.12.13-yocto-standard-dev kernel-module-nf-log-syslog-6.12.13-yocto-standard-dev kernel-module-nfnetlink-osf-6.12.13-yocto-standard-dev kernel-module-ppp-deflate-6.12.13-yocto-standard-dev kernel-module-xcbc-6.12.13-yocto-standard-dev kernel-module-ppp-synctty-6.12.13-yocto-standard-dev kernel-module-esp4-6.12.13-yocto-standard-dev kernel-module-ebtable-broute-6.12.13-yocto-standard-dev kernel-module-nf-conntrack-ftp-6.12.13-yocto-standard-dev kernel-module-sch-multiq-6.12.13-yocto-standard-dev kernel-module-ebt-ip6-6.12.13-yocto-standard-dev kernel-module-ip-tables-6.12.13-yocto-standard-dev kernel-module-xt-policy-6.12.13-yocto-standard-dev kernel-module-ipt-ah-6.12.13-yocto-standard-dev kernel-module-kobject-example-6.12.13-yocto-standard-dev kernel-module-nf-nat-6.12.13-yocto-standard-dev kernel-module-nf-reject-ipv6-6.12.13-yocto-standard-dev kernel-module-xfrm4-tunnel-6.12.13-yocto-standard-dev kernel-module-nf-defrag-ipv4-6.12.13-yocto-standard-dev kernel-module-nft-chain-nat-6.12.13-yocto-standard-dev kernel-module-ip6t-frag-6.12.13-yocto-standard-dev kernel-module-nf-conntrack-h323-6.12.13-yocto-standard-dev kernel-module-sg-6.12.13-yocto-standard-dev kernel-module-nbd-6.12.13-yocto-standard-dev kernel-module-record-example-6.12.13-yocto-standard-dev kernel-module-bytestream-example-6.12.13-yocto-standard-dev kernel-module-sctp-6.12.13-yocto-standard-dev kernel-module-inttype-example-6.12.13-yocto-standard-dev kernel-module-nf-nat-ftp-6.12.13-yocto-standard-dev kernel-module-parport-pc-6.12.13-yocto-standard-dev kernel-module-team-6.12.13-yocto-standard-dev kernel-module-nls-cp1251-6.12.13-yocto-standard-dev kernel-module-ebt-log-6.12.13-yocto-standard-dev kernel-module-nls-cp874-6.12.13-yocto-standard-dev kernel-module-xt-connmark-6.12.13-yocto-standard-dev kernel-module-algif-hash-6.12.13-yocto-standard-dev kernel-module-nf-nat-amanda-6.12.13-yocto-standard-dev kernel-module-nf-nat-h323-6.12.13-yocto-standard-dev kernel-module-nls-cp865-6.12.13-yocto-standard-dev kernel-module-xt-mac-6.12.13-yocto-standard-dev kernel-module-nf-conntrack-netlink-6.12.13-yocto-standard-dev kernel-module-nft-hash-6.12.13-yocto-standard-dev kernel-module-nls-iso8859-6-6.12.13-yocto-standard-dev kernel-module-nfnetlink-log-6.12.13-yocto-standard-dev kernel-module-nft-redir-6.12.13-yocto-standard-dev kernel-module-ipt-rpfilter-6.12.13-yocto-standard-dev kernel-module-ip6table-mangle-6.12.13-yocto-standard-dev kernel-module-ebt-mark-m-6.12.13-yocto-standard-dev kernel-module-nls-cp869-6.12.13-yocto-standard-dev kernel-module-romfs-6.12.13-yocto-standard-dev kernel-module-xt-u32-6.12.13-yocto-standard-dev kernel-module-nft-limit-6.12.13-yocto-standard-dev kernel-module-nft-osf-6.12.13-yocto-standard-dev kernel-module-nft-reject-ipv4-6.12.13-yocto-standard-dev kernel-module-scsi-debug-6.12.13-yocto-standard-dev kernel-module-nft-reject-6.12.13-yocto-standard-dev kernel-module-nls-cp855-6.12.13-yocto-standard-dev kernel-module-i2c-smbus-6.12.13-yocto-standard-dev kernel-module-ebt-dnat-6.12.13-yocto-standard-dev kernel-module-sch-prio-6.12.13-yocto-standard-dev kernel-module-nf-conntrack-irc-6.12.13-yocto-standard-dev kernel-module-xt-connlimit-6.12.13-yocto-standard-dev kernel-module-nls-koi8-ru-6.12.13-yocto-standard-dev kernel-module-xt-redirect-6.12.13-yocto-standard-dev kernel-module-xt-connbytes-6.12.13-yocto-standard-dev kernel-module-pppox-6.12.13-yocto-standard-dev kernel-module-xt-nat-6.12.13-yocto-standard-dev kernel-module-ip6t-ipv6header-6.12.13-yocto-standard-dev kernel-module-nft-xfrm-6.12.13-yocto-standard-dev kernel-module-team-mode-activebackup-6.12.13-yocto-standard-dev kernel-module-nft-compat-6.12.13-yocto-standard-dev kernel-module-nls-koi8-r-6.12.13-yocto-standard-dev kernel-module-sr-mod-6.12.13-yocto-standard-dev kernel-module-iptable-mangle-6.12.13-yocto-standard-dev kernel-6.12.13-yocto-standard-dev kernel-module-l2tp-ppp-6.12.13-yocto-standard-dev kernel-module-ip-gre-6.12.13-yocto-standard-dev kernel-module-nft-socket-6.12.13-yocto-standard-dev kernel-module-ebt-pkttype-6.12.13-yocto-standard-dev kernel-module-nf-conntrack-netbios-ns-6.12.13-yocto-standard-dev kernel-module-nls-cp857-6.12.13-yocto-standard-dev kernel-module-nft-log-6.12.13-yocto-standard-dev kernel-module-algif-aead-6.12.13-yocto-standard-dev kernel-module-nft-reject-inet-6.12.13-yocto-standard-dev kernel-module-sch-netem-6.12.13-yocto-standard-dev kernel-module-xfrm-user-6.12.13-yocto-standard-dev kernel-module-xt-dccp-6.12.13-yocto-standard-dev kernel-module-xt-pkttype-6.12.13-yocto-standard-dev kernel-module-sch-sfq-6.12.13-yocto-standard-dev kernel-module-xt-trace-6.12.13-yocto-standard-dev kernel-module-xt-sctp-6.12.13-yocto-standard-dev kernel-module-bonding-6.12.13-yocto-standard-dev kernel-module-nls-cp1250-6.12.13-yocto-standard-dev kernel-module-sch-gred-6.12.13-yocto-standard-dev kernel-module-ts-bm-6.12.13-yocto-standard-dev kernel-module-ip6t-rt-6.12.13-yocto-standard-dev kernel-module-tun-6.12.13-yocto-standard-dev kernel-module-nf-nat-pptp-6.12.13-yocto-standard-dev kernel-module-ah4-6.12.13-yocto-standard-dev kernel-module-nf-conntrack-sane-6.12.13-yocto-standard-dev kernel-module-ebt-arpreply-6.12.13-yocto-standard-dev kernel-module-act-skbedit-6.12.13-yocto-standard-dev kernel-module-gpio-mockup-6.12.13-yocto-standard-dev kernel-module-xt-classify-6.12.13-yocto-standard-dev kernel-module-nls-iso8859-4-6.12.13-yocto-standard-dev kernel-module-algif-rng-6.12.13-yocto-standard-dev kernel-module-xt-length-6.12.13-yocto-standard-dev kernel-module-camellia-generic-6.12.13-yocto-standard-dev kernel-module-ip6t-eui64-6.12.13-yocto-standard-dev kernel-module-team-mode-random-6.12.13-yocto-standard-dev kernel-module-nf-defrag-ipv6-6.12.13-yocto-standard-dev kernel-module-configfs-6.12.13-yocto-standard-dev kernel-module-nft-synproxy-6.12.13-yocto-standard-dev kernel-module-xt-log-6.12.13-yocto-standard-dev kernel-module-nft-queue-6.12.13-yocto-standard-dev kernel-module-xt-quota-6.12.13-yocto-standard-dev kernel-module-nf-socket-ipv6-6.12.13-yocto-standard-dev kernel-module-xt-l2tp-6.12.13-yocto-standard-dev kernel-module-virtio-input-6.12.13-yocto-standard-dev kernel-module-sch-red-6.12.13-yocto-standard-dev kernel-module-xt-netmap-6.12.13-yocto-standard-dev kernel-module-nft-nat-6.12.13-yocto-standard-dev kernel-module-dummy-6.12.13-yocto-standard-dev kernel-module-sch-htb-6.12.13-yocto-standard-dev kernel-module-twofish-generic-6.12.13-yocto-standard-dev kernel-module-xt-state-6.12.13-yocto-standard-dev kernel-module-i2c-dev-6.12.13-yocto-standard-dev kernel-module-crc-t10dif-6.12.13-yocto-standard-dev kernel-module-nf-flow-table-inet-6.12.13-yocto-standard-dev kernel-module-nls-iso8859-5-6.12.13-yocto-standard-dev kernel-module-cls-flower-6.12.13-yocto-standard-dev kernel-module-trace-events-sample-6.12.13-yocto-standard-dev kernel-module-nf-conntrack-amanda-6.12.13-yocto-standard-dev kernel-module-xt-helper-6.12.13-yocto-standard-dev kernel-module-fuse-6.12.13-yocto-standard-dev kernel-module-nf-synproxy-core-6.12.13-yocto-standard-dev kernel-module-nls-cp863-6.12.13-yocto-standard-dev kernel-module-twofish-common-6.12.13-yocto-standard-dev kernel-module-bsd-comp-6.12.13-yocto-standard-dev kernel-module-xt-hl-6.12.13-yocto-standard-dev kernel-module-nf-socket-ipv4-6.12.13-yocto-standard-dev kernel-module-sctp-diag-6.12.13-yocto-standard-dev kernel-module-nf-reject-ipv4-6.12.13-yocto-standard-dev kernel-module-xt-comment-6.12.13-yocto-standard-dev kernel-module-nls-cp864-6.12.13-yocto-standard-dev kernel-module-nls-cp852-6.12.13-yocto-standard-dev kernel-module-nls-cp949-6.12.13-yocto-standard-dev kernel-module-arpt-mangle-6.12.13-yocto-standard-dev kernel-module-pktgen-6.12.13-yocto-standard-dev kernel-module-iptable-filter-6.12.13-yocto-standard-dev kernel-module-tipc-6.12.13-yocto-standard-dev kernel-module-cast-common-6.12.13-yocto-standard-dev kernel-module-configfs-sample-6.12.13-yocto-standard-dev kernel-module-xt-limit-6.12.13-yocto-standard-dev kernel-module-ebt-limit-6.12.13-yocto-standard-dev kernel-module-nls-cp936-6.12.13-yocto-standard-dev kernel-module-ebt-among-6.12.13-yocto-standard-dev kernel-module-team-mode-roundrobin-6.12.13-yocto-standard-dev kernel-module-ip6table-filter-6.12.13-yocto-standard-dev kernel-module-cast6-generic-6.12.13-yocto-standard-dev kernel-module-xt-multiport-6.12.13-yocto-standard-dev kernel-module-blowfish-generic-6.12.13-yocto-standard-dev kernel-module-nls-ascii-6.12.13-yocto-standard-dev kernel-module-nls-iso8859-9-6.12.13-yocto-standard-dev kernel-module-arp-tables-6.12.13-yocto-standard-dev kernel-module-x-tables-6.12.13-yocto-standard-dev kernel-module-xt-dscp-6.12.13-yocto-standard-dev kernel-module-ip6table-nat-6.12.13-yocto-standard-dev" packages/qemumips-poky-linux/linux-yocto/kernel-dev: PKGV changed from 6.12.11+git0+cbe89aee4d_4a649d3eec to 6.12.13+git0+2506ff7d20_529b1f229a packages/qemumips-poky-linux/linux-yocto/kernel-devicetree: PKGV changed from 6.12.11+git0+cbe89aee4d_4a649d3eec to 6.12.13+git0+2506ff7d20_529b1f229a packages/qemumips-poky-linux/linux-yocto/kernel-image-vmlinux.bin: FILELIST: removed "/boot/vmlinux.bin-6.12.11-yocto-standard", added "/boot/vmlinux.bin-6.12.13-yocto-standard" packages/qemumips-poky-linux/linux-yocto/kernel-image-vmlinux.bin: PKG changed from kernel-image-vmlinux.bin-6.12.11-yocto-standard to kernel-image-vmlinux.bin-6.12.13-yocto-standard packages/qemumips-poky-linux/linux-yocto/kernel-image-vmlinux.bin: PKGV changed from 6.12.11+git0+cbe89aee4d_4a649d3eec to 6.12.13+git0+2506ff7d20_529b1f229a packages/qemumips-poky-linux/linux-yocto/kernel-image-vmlinux.bin: latest.pkg_postinst changed from "set -e set +e if [ -n "$D" ]; then ln -sf vmlinux.bin-6.12.11-yocto-standard $D/boot/vmlinux.bin > /dev/null 2>&1 else ln -sf vmlinux.bin-6.12.11-yocto-standard boot/vmlinux.bin > /dev/null 2>&1 if [ $? -ne 0 ]; then echo "Filesystem on boot/ doesn't support symlinks, falling back to copied image (vmlinux.bin)." install -m 0644 boot/vmlinux.bin-6.12.11-yocto-standard boot/vmlinux.bin fi fi set -e " to "set -e set +e if [ -n "$D" ]; then ln -sf vmlinux.bin-6.12.13-yocto-standard $D/boot/vmlinux.bin > /dev/null 2>&1 else ln -sf vmlinux.bin-6.12.13-yocto-standard boot/vmlinux.bin > /dev/null 2>&1 if [ $? -ne 0 ]; then echo "Filesystem on boot/ doesn't support symlinks, falling back to copied image (vmlinux.bin)." install -m 0644 boot/vmlinux.bin-6.12.13-yocto-standard boot/vmlinux.bin fi fi set -e " packages/qemumips-poky-linux/linux-yocto/kernel-image-vmlinux: PKG changed from kernel-image-vmlinux-6.12.11-yocto-standard to kernel-image-vmlinux-6.12.13-yocto-standard packages/qemumips-poky-linux/linux-yocto/kernel-image-vmlinux: PKGV changed from 6.12.11+git0+cbe89aee4d_4a649d3eec to 6.12.13+git0+2506ff7d20_529b1f229a packages/qemumips-poky-linux/linux-yocto/kernel-image-vmlinux: latest.pkg_postinst changed from "set -e set +e if [ -n "$D" ]; then ln -sf vmlinux-6.12.11-yocto-standard $D/boot/vmlinux > /dev/null 2>&1 else ln -sf vmlinux-6.12.11-yocto-standard boot/vmlinux > /dev/null 2>&1 if [ $? -ne 0 ]; then echo "Filesystem on boot/ doesn't support symlinks, falling back to copied image (vmlinux)." install -m 0644 boot/vmlinux-6.12.11-yocto-standard boot/vmlinux fi fi set -e " to "set -e set +e if [ -n "$D" ]; then ln -sf vmlinux-6.12.13-yocto-standard $D/boot/vmlinux > /dev/null 2>&1 else ln -sf vmlinux-6.12.13-yocto-standard boot/vmlinux > /dev/null 2>&1 if [ $? -ne 0 ]; then echo "Filesystem on boot/ doesn't support symlinks, falling back to copied image (vmlinux)." install -m 0644 boot/vmlinux-6.12.13-yocto-standard boot/vmlinux fi fi set -e " packages/qemumips-poky-linux/linux-yocto/kernel-image: PKG changed from kernel-image-6.12.11-yocto-standard to kernel-image-6.12.13-yocto-standard packages/qemumips-poky-linux/linux-yocto/kernel-image: PKGV changed from 6.12.11+git0+cbe89aee4d_4a649d3eec to 6.12.13+git0+2506ff7d20_529b1f229a packages/qemumips-poky-linux/linux-yocto/kernel-modules: PKGV changed from 6.12.11+git0+cbe89aee4d_4a649d3eec to 6.12.13+git0+2506ff7d20_529b1f229a packages/qemumips-poky-linux/linux-yocto/kernel-modules: RDEPENDS: removed "kernel-module-sctp-diag-6.12.11-yocto-standard kernel-module-nf-nat-ftp-6.12.11-yocto-standard kernel-module-algif-aead-6.12.11-yocto-standard kernel-module-nls-iso8859-15-6.12.11-yocto-standard kernel-module-nls-cp861-6.12.11-yocto-standard kernel-module-nft-flow-offload-6.12.11-yocto-standard kernel-module-team-mode-random-6.12.11-yocto-standard kernel-module-algif-rng-6.12.11-yocto-standard kernel-module-ppp-async-6.12.11-yocto-standard kernel-module-tipc-diag-6.12.11-yocto-standard kernel-module-nf-flow-table-inet-6.12.11-yocto-standard kernel-module-af-alg-6.12.11-yocto-standard kernel-module-ip6t-frag-6.12.11-yocto-standard kernel-module-nls-cp874-6.12.11-yocto-standard kernel-module-x-tables-6.12.11-yocto-standard kernel-module-nft-connlimit-6.12.11-yocto-standard kernel-module-sch-gred-6.12.11-yocto-standard kernel-module-xt-connbytes-6.12.11-yocto-standard kernel-module-nls-cp865-6.12.11-yocto-standard kernel-module-sctp-6.12.11-yocto-standard kernel-module-nf-nat-tftp-6.12.11-yocto-standard kernel-module-xt-length-6.12.11-yocto-standard kernel-module-blowfish-generic-6.12.11-yocto-standard kernel-module-act-skbedit-6.12.11-yocto-standard kernel-module-ipt-synproxy-6.12.11-yocto-standard kernel-module-nls-iso8859-4-6.12.11-yocto-standard kernel-module-sg-6.12.11-yocto-standard kernel-module-ebt-log-6.12.11-yocto-standard kernel-module-bonding-6.12.11-yocto-standard kernel-module-nf-conncount-6.12.11-yocto-standard kernel-module-ebt-pkttype-6.12.11-yocto-standard kernel-module-pktgen-6.12.11-yocto-standard kernel-module-slhc-6.12.11-yocto-standard kernel-module-xt-comment-6.12.11-yocto-standard kernel-module-nfnetlink-log-6.12.11-yocto-standard kernel-module-nls-koi8-u-6.12.11-yocto-standard kernel-module-ah4-6.12.11-yocto-standard kernel-module-pppoe-6.12.11-yocto-standard kernel-module-team-mode-roundrobin-6.12.11-yocto-standard kernel-module-xt-dscp-6.12.11-yocto-standard kernel-module-nls-cp1250-6.12.11-yocto-standard kernel-module-ipcomp-6.12.11-yocto-standard kernel-module-xt-state-6.12.11-yocto-standard kernel-module-sch-teql-6.12.11-yocto-standard kernel-module-nf-nat-pptp-6.12.11-yocto-standard kernel-module-iptable-raw-6.12.11-yocto-standard kernel-module-tun-6.12.11-yocto-standard kernel-module-i2c-dev-6.12.11-yocto-standard kernel-module-nls-cp862-6.12.11-yocto-standard kernel-module-xt-policy-6.12.11-yocto-standard kernel-module-xt-tcpudp-6.12.11-yocto-standard kernel-module-nls-cp1251-6.12.11-yocto-standard kernel-module-parport-pc-6.12.11-yocto-standard kernel-module-crc-t10dif-6.12.11-yocto-standard kernel-module-arpt-mangle-6.12.11-yocto-standard kernel-module-xt-ct-6.12.11-yocto-standard kernel-module-iptable-security-6.12.11-yocto-standard kernel-module-softdog-6.12.11-yocto-standard kernel-module-xt-netmap-6.12.11-yocto-standard kernel-module-nft-chain-nat-6.12.11-yocto-standard kernel-module-nft-xfrm-6.12.11-yocto-standard kernel-module-ebt-ip-6.12.11-yocto-standard kernel-module-i2c-piix4-6.12.11-yocto-standard kernel-module-ipcomp6-6.12.11-yocto-standard kernel-module-ipt-ecn-6.12.11-yocto-standard kernel-module-iptable-filter-6.12.11-yocto-standard kernel-module-nf-defrag-ipv4-6.12.11-yocto-standard kernel-module-nls-cp737-6.12.11-yocto-standard kernel-module-nls-cp864-6.12.11-yocto-standard kernel-module-sch-fq-codel-6.12.11-yocto-standard kernel-module-usb-storage-6.12.11-yocto-standard kernel-module-xfrm-ipcomp-6.12.11-yocto-standard kernel-module-xt-connlimit-6.12.11-yocto-standard kernel-module-sch-red-6.12.11-yocto-standard kernel-module-nft-osf-6.12.11-yocto-standard kernel-module-slip-6.12.11-yocto-standard kernel-module-nf-conntrack-netlink-6.12.11-yocto-standard kernel-module-sch-multiq-6.12.11-yocto-standard kernel-module-xt-mac-6.12.11-yocto-standard kernel-module-gpio-mockup-6.12.11-yocto-standard kernel-module-ebt-mark-6.12.11-yocto-standard kernel-module-dma-example-6.12.11-yocto-standard kernel-module-ebt-redirect-6.12.11-yocto-standard kernel-module-xt-hl-6.12.11-yocto-standard kernel-module-nf-defrag-ipv6-6.12.11-yocto-standard kernel-module-nft-reject-inet-6.12.11-yocto-standard kernel-module-ebt-ip6-6.12.11-yocto-standard kernel-module-xfrm6-tunnel-6.12.11-yocto-standard kernel-module-sch-hfsc-6.12.11-yocto-standard kernel-module-tipc-6.12.11-yocto-standard kernel-module-ipt-ah-6.12.11-yocto-standard kernel-module-ebtables-6.12.11-yocto-standard kernel-module-ip6-tables-6.12.11-yocto-standard kernel-module-xt-nat-6.12.11-yocto-standard kernel-module-watchdog-6.12.11-yocto-standard kernel-module-xt-sctp-6.12.11-yocto-standard kernel-module-af-key-6.12.11-yocto-standard kernel-module-xt-masquerade-6.12.11-yocto-standard kernel-module-kprobe-example-6.12.11-yocto-standard kernel-module-arp-tables-6.12.11-yocto-standard kernel-module-cls-flower-6.12.11-yocto-standard kernel-module-kobject-example-6.12.11-yocto-standard kernel-module-nls-cp936-6.12.11-yocto-standard kernel-module-xcbc-6.12.11-yocto-standard kernel-module-inttype-example-6.12.11-yocto-standard kernel-module-nf-conntrack-6.12.11-yocto-standard kernel-module-nf-nat-sip-6.12.11-yocto-standard kernel-module-nls-cp850-6.12.11-yocto-standard kernel-module-wp512-6.12.11-yocto-standard kernel-module-twofish-common-6.12.11-yocto-standard kernel-module-nls-cp857-6.12.11-yocto-standard kernel-module-nls-cp1255-6.12.11-yocto-standard kernel-module-cast5-generic-6.12.11-yocto-standard kernel-module-nls-utf8-6.12.11-yocto-standard kernel-module-sch-tbf-6.12.11-yocto-standard kernel-module-ebt-among-6.12.11-yocto-standard kernel-module-nft-log-6.12.11-yocto-standard kernel-module-ip6table-raw-6.12.11-yocto-standard kernel-module-xt-limit-6.12.11-yocto-standard kernel-module-nf-conntrack-sane-6.12.11-yocto-standard kernel-module-nfnetlink-queue-6.12.11-yocto-standard kernel-module-crc-ccitt-6.12.11-yocto-standard kernel-module-configfs-6.12.11-yocto-standard kernel-module-nf-conntrack-netbios-ns-6.12.11-yocto-standard kernel-module-ip6table-mangle-6.12.11-yocto-standard kernel-module-parport-6.12.11-yocto-standard kernel-module-sch-netem-6.12.11-yocto-standard kernel-module-xt-helper-6.12.11-yocto-standard kernel-module-team-mode-broadcast-6.12.11-yocto-standard kernel-module-ebtable-broute-6.12.11-yocto-standard kernel-module-ip6table-nat-6.12.11-yocto-standard kernel-module-configfs-sample-6.12.11-yocto-standard kernel-module-fuse-6.12.11-yocto-standard kernel-module-nf-nat-amanda-6.12.11-yocto-standard kernel-module-ppp-synctty-6.12.11-yocto-standard kernel-module-nft-socket-6.12.11-yocto-standard kernel-module-xt-conntrack-6.12.11-yocto-standard kernel-module-i2c-smbus-6.12.11-yocto-standard kernel-module-nft-numgen-6.12.11-yocto-standard kernel-module-ip6t-ipv6header-6.12.11-yocto-standard kernel-module-nft-hash-6.12.11-yocto-standard kernel-module-bytestream-example-6.12.11-yocto-standard kernel-module-kset-example-6.12.11-yocto-standard kernel-module-xt-l2tp-6.12.11-yocto-standard kernel-module-scsi-debug-6.12.11-yocto-standard kernel-module-nf-conntrack-ftp-6.12.11-yocto-standard kernel-module-nls-cp949-6.12.11-yocto-standard kernel-module-record-example-6.12.11-yocto-standard kernel-module-nbd-6.12.11-yocto-standard kernel-module-nft-nat-6.12.11-yocto-standard kernel-module-romfs-6.12.11-yocto-standard kernel-module-blowfish-common-6.12.11-yocto-standard kernel-module-ip-gre-6.12.11-yocto-standard kernel-module-xt-statistic-6.12.11-yocto-standard kernel-module-nls-cp869-6.12.11-yocto-standard kernel-module-nls-cp863-6.12.11-yocto-standard kernel-module-pppox-6.12.11-yocto-standard kernel-module-cuse-6.12.11-yocto-standard kernel-module-xt-u32-6.12.11-yocto-standard kernel-module-ip6t-rt-6.12.11-yocto-standard kernel-module-kretprobe-example-6.12.11-yocto-standard kernel-module-ipip-6.12.11-yocto-standard kernel-module-binfmt-misc-6.12.11-yocto-standard kernel-module-nls-iso8859-13-6.12.11-yocto-standard kernel-module-ts-fsm-6.12.11-yocto-standard kernel-module-bsd-comp-6.12.11-yocto-standard kernel-module-nls-cp855-6.12.11-yocto-standard kernel-module-nls-koi8-ru-6.12.11-yocto-standard kernel-module-xt-trace-6.12.11-yocto-standard kernel-module-team-mode-loadbalance-6.12.11-yocto-standard kernel-module-nft-tunnel-6.12.11-yocto-standard kernel-module-nls-iso8859-3-6.12.11-yocto-standard kernel-module-nf-nat-h323-6.12.11-yocto-standard kernel-module-ebt-stp-6.12.11-yocto-standard kernel-module-nft-ct-6.12.11-yocto-standard kernel-module-nft-reject-6.12.11-yocto-standard kernel-module-nls-iso8859-6-6.12.11-yocto-standard kernel-module-sch-codel-6.12.11-yocto-standard kernel-module-xt-quota-6.12.11-yocto-standard kernel-module-ebt-dnat-6.12.11-yocto-standard kernel-module-ebt-snat-6.12.11-yocto-standard kernel-module-nfsd-6.12.11-yocto-standard kernel-module-8021q-6.12.11-yocto-standard kernel-module-algif-skcipher-6.12.11-yocto-standard kernel-module-ip6table-filter-6.12.11-yocto-standard kernel-module-ipt-rpfilter-6.12.11-yocto-standard kernel-module-nf-conntrack-broadcast-6.12.11-yocto-standard kernel-module-nft-redir-6.12.11-yocto-standard kernel-module-nls-cp950-6.12.11-yocto-standard kernel-module-nft-masq-6.12.11-yocto-standard kernel-module-nls-iso8859-9-6.12.11-yocto-standard kernel-module-nls-koi8-r-6.12.11-yocto-standard kernel-module-tunnel6-6.12.11-yocto-standard kernel-module-xt-log-6.12.11-yocto-standard kernel-module-nf-log-syslog-6.12.11-yocto-standard kernel-module-xt-dccp-6.12.11-yocto-standard kernel-module-ip-tables-6.12.11-yocto-standard kernel-module-sch-prio-6.12.11-yocto-standard kernel-module-ebt-nflog-6.12.11-yocto-standard kernel-module-xt-mark-6.12.11-yocto-standard kernel-module-virtio-input-6.12.11-yocto-standard kernel-module-xt-multiport-6.12.11-yocto-standard kernel-module-algif-hash-6.12.11-yocto-standard kernel-module-nft-limit-6.12.11-yocto-standard kernel-module-nls-cp852-6.12.11-yocto-standard kernel-module-xt-nflog-6.12.11-yocto-standard kernel-module-ebtable-nat-6.12.11-yocto-standard kernel-module-nf-conntrack-irc-6.12.11-yocto-standard kernel-module-nf-conntrack-pptp-6.12.11-yocto-standard kernel-module-xt-esp-6.12.11-yocto-standard kernel-module-cast-common-6.12.11-yocto-standard kernel-module-sch-htb-6.12.11-yocto-standard kernel-module-nf-socket-ipv6-6.12.11-yocto-standard kernel-module-camellia-generic-6.12.11-yocto-standard kernel-module-nf-reject-ipv6-6.12.11-yocto-standard kernel-module-nft-queue-6.12.11-yocto-standard kernel-module-nls-cp932-6.12.11-yocto-standard kernel-module-xt-pkttype-6.12.11-yocto-standard kernel-module-loop-6.12.11-yocto-standard kernel-module-nls-iso8859-14-6.12.11-yocto-standard kernel-module-ppp-deflate-6.12.11-yocto-standard kernel-module-nls-ascii-6.12.11-yocto-standard kernel-module-nf-synproxy-core-6.12.11-yocto-standard kernel-module-ebt-arp-6.12.11-yocto-standard kernel-module-gpio-sim-6.12.11-yocto-standard kernel-module-nft-reject-ipv4-6.12.11-yocto-standard kernel-module-xt-classify-6.12.11-yocto-standard kernel-module-crct10dif-common-6.12.11-yocto-standard kernel-module-nls-cp775-6.12.11-yocto-standard kernel-module-nft-synproxy-6.12.11-yocto-standard kernel-module-ts-bm-6.12.11-yocto-standard kernel-module-xt-nfqueue-6.12.11-yocto-standard kernel-module-xt-ecn-6.12.11-yocto-standard kernel-module-nf-socket-ipv4-6.12.11-yocto-standard kernel-module-nf-nat-irc-6.12.11-yocto-standard kernel-module-ebt-802-3-6.12.11-yocto-standard kernel-module-cdrom-6.12.11-yocto-standard kernel-module-nfnetlink-osf-6.12.11-yocto-standard kernel-module-team-mode-activebackup-6.12.11-yocto-standard kernel-module-nls-cp860-6.12.11-yocto-standard kernel-module-ipt-reject-6.12.11-yocto-standard kernel-module-tcrypt-6.12.11-yocto-standard kernel-module-xt-string-6.12.11-yocto-standard kernel-module-serpent-generic-6.12.11-yocto-standard kernel-module-xt-tcpmss-6.12.11-yocto-standard kernel-module-dummy-6.12.11-yocto-standard kernel-module-arptable-filter-6.12.11-yocto-standard kernel-module-ebt-vlan-6.12.11-yocto-standard kernel-module-nf-conntrack-sip-6.12.11-yocto-standard kernel-module-nls-cp866-6.12.11-yocto-standard kernel-module-xt-redirect-6.12.11-yocto-standard kernel-module-xt-realm-6.12.11-yocto-standard kernel-module-nft-compat-6.12.11-yocto-standard kernel-module-nf-conntrack-amanda-6.12.11-yocto-standard kernel-module-esp4-6.12.11-yocto-standard kernel-module-act-mirred-6.12.11-yocto-standard kernel-module-ebt-mark-m-6.12.11-yocto-standard kernel-module-michael-mic-6.12.11-yocto-standard kernel-module-iptable-mangle-6.12.11-yocto-standard kernel-module-cast6-generic-6.12.11-yocto-standard kernel-module-xfrm4-tunnel-6.12.11-yocto-standard kernel-module-nf-reject-ipv4-6.12.11-yocto-standard kernel-module-xfrm-user-6.12.11-yocto-standard kernel-module-ts-kmp-6.12.11-yocto-standard kernel-module-nft-quota-6.12.11-yocto-standard kernel-module-gre-6.12.11-yocto-standard kernel-module-trace-printk-6.12.11-yocto-standard kernel-module-ip6t-eui64-6.12.11-yocto-standard kernel-module-nls-iso8859-5-6.12.11-yocto-standard kernel-module-ip6-tunnel-6.12.11-yocto-standard kernel-module-nf-nat-6.12.11-yocto-standard kernel-module-nls-iso8859-2-6.12.11-yocto-standard kernel-module-sch-ingress-6.12.11-yocto-standard kernel-module-iptable-nat-6.12.11-yocto-standard kernel-module-sch-sfq-6.12.11-yocto-standard kernel-module-l2tp-ppp-6.12.11-yocto-standard kernel-module-nf-conntrack-h323-6.12.11-yocto-standard kernel-module-trace-events-sample-6.12.11-yocto-standard kernel-module-ip6t-hbh-6.12.11-yocto-standard kernel-module-nft-reject-ipv6-6.12.11-yocto-standard kernel-module-ebt-limit-6.12.11-yocto-standard kernel-module-ppp-generic-6.12.11-yocto-standard kernel-module-crct10dif-generic-6.12.11-yocto-standard kernel-module-sr-mod-6.12.11-yocto-standard kernel-module-nf-flow-table-6.12.11-yocto-standard kernel-module-nls-euc-jp-6.12.11-yocto-standard kernel-module-nls-iso8859-7-6.12.11-yocto-standard kernel-module-team-6.12.11-yocto-standard kernel-module-ebtable-filter-6.12.11-yocto-standard kernel-module-twofish-generic-6.12.11-yocto-standard kernel-module-ebt-arpreply-6.12.11-yocto-standard kernel-module-nf-conntrack-tftp-6.12.11-yocto-standard kernel-module-xt-connmark-6.12.11-yocto-standard kernel-module-xt-hashlimit-6.12.11-yocto-standard", added "kernel-module-ah4-6.12.13-yocto-standard kernel-module-ip6table-nat-6.12.13-yocto-standard kernel-module-nls-cp862-6.12.13-yocto-standard kernel-module-nft-queue-6.12.13-yocto-standard kernel-module-iptable-raw-6.12.13-yocto-standard kernel-module-virtio-input-6.12.13-yocto-standard kernel-module-xt-dccp-6.12.13-yocto-standard kernel-module-ppp-async-6.12.13-yocto-standard kernel-module-bonding-6.12.13-yocto-standard kernel-module-xt-helper-6.12.13-yocto-standard kernel-module-xfrm-user-6.12.13-yocto-standard kernel-module-xt-netmap-6.12.13-yocto-standard kernel-module-nf-conntrack-sane-6.12.13-yocto-standard kernel-module-nfnetlink-queue-6.12.13-yocto-standard kernel-module-sch-teql-6.12.13-yocto-standard kernel-module-ebtables-6.12.13-yocto-standard kernel-module-loop-6.12.13-yocto-standard kernel-module-nft-socket-6.12.13-yocto-standard kernel-module-xfrm-ipcomp-6.12.13-yocto-standard kernel-module-ebtable-nat-6.12.13-yocto-standard kernel-module-nft-reject-inet-6.12.13-yocto-standard kernel-module-cdrom-6.12.13-yocto-standard kernel-module-romfs-6.12.13-yocto-standard kernel-module-xt-connbytes-6.12.13-yocto-standard kernel-module-8021q-6.12.13-yocto-standard kernel-module-tipc-6.12.13-yocto-standard kernel-module-sch-multiq-6.12.13-yocto-standard kernel-module-sctp-6.12.13-yocto-standard kernel-module-nf-conntrack-ftp-6.12.13-yocto-standard kernel-module-ip6t-rt-6.12.13-yocto-standard kernel-module-ipt-synproxy-6.12.13-yocto-standard kernel-module-nls-cp1250-6.12.13-yocto-standard kernel-module-nls-cp860-6.12.13-yocto-standard kernel-module-softdog-6.12.13-yocto-standard kernel-module-usb-storage-6.12.13-yocto-standard kernel-module-crc-ccitt-6.12.13-yocto-standard kernel-module-iptable-mangle-6.12.13-yocto-standard kernel-module-nf-conntrack-irc-6.12.13-yocto-standard kernel-module-nf-nat-pptp-6.12.13-yocto-standard kernel-module-ebt-ip-6.12.13-yocto-standard kernel-module-nft-flow-offload-6.12.13-yocto-standard kernel-module-team-mode-loadbalance-6.12.13-yocto-standard kernel-module-nf-nat-h323-6.12.13-yocto-standard kernel-module-nf-conntrack-6.12.13-yocto-standard kernel-module-xt-length-6.12.13-yocto-standard kernel-module-xt-policy-6.12.13-yocto-standard kernel-module-xt-comment-6.12.13-yocto-standard kernel-module-watchdog-6.12.13-yocto-standard kernel-module-sch-fq-codel-6.12.13-yocto-standard kernel-module-xt-trace-6.12.13-yocto-standard kernel-module-pppox-6.12.13-yocto-standard kernel-module-record-example-6.12.13-yocto-standard kernel-module-xt-classify-6.12.13-yocto-standard kernel-module-fuse-6.12.13-yocto-standard kernel-module-nls-koi8-r-6.12.13-yocto-standard kernel-module-ip6table-filter-6.12.13-yocto-standard kernel-module-ip6table-raw-6.12.13-yocto-standard kernel-module-i2c-smbus-6.12.13-yocto-standard kernel-module-nls-cp861-6.12.13-yocto-standard kernel-module-xt-connmark-6.12.13-yocto-standard kernel-module-sch-tbf-6.12.13-yocto-standard kernel-module-configfs-sample-6.12.13-yocto-standard kernel-module-nls-cp949-6.12.13-yocto-standard kernel-module-nf-conntrack-pptp-6.12.13-yocto-standard kernel-module-ebt-mark-m-6.12.13-yocto-standard kernel-module-iptable-nat-6.12.13-yocto-standard kernel-module-nfsd-6.12.13-yocto-standard kernel-module-nf-reject-ipv6-6.12.13-yocto-standard kernel-module-dummy-6.12.13-yocto-standard kernel-module-ppp-synctty-6.12.13-yocto-standard kernel-module-nf-nat-sip-6.12.13-yocto-standard kernel-module-nls-iso8859-4-6.12.13-yocto-standard kernel-module-slhc-6.12.13-yocto-standard kernel-module-ip6t-hbh-6.12.13-yocto-standard kernel-module-nls-iso8859-14-6.12.13-yocto-standard kernel-module-bsd-comp-6.12.13-yocto-standard kernel-module-ipt-reject-6.12.13-yocto-standard kernel-module-ebt-nflog-6.12.13-yocto-standard kernel-module-nfnetlink-log-6.12.13-yocto-standard kernel-module-xt-statistic-6.12.13-yocto-standard kernel-module-ebt-snat-6.12.13-yocto-standard kernel-module-nf-flow-table-inet-6.12.13-yocto-standard kernel-module-nls-cp866-6.12.13-yocto-standard kernel-module-sg-6.12.13-yocto-standard kernel-module-ppp-generic-6.12.13-yocto-standard kernel-module-nf-conntrack-netbios-ns-6.12.13-yocto-standard kernel-module-xt-nfqueue-6.12.13-yocto-standard kernel-module-nf-conntrack-h323-6.12.13-yocto-standard kernel-module-nls-iso8859-7-6.12.13-yocto-standard kernel-module-ip-tables-6.12.13-yocto-standard kernel-module-xt-u32-6.12.13-yocto-standard kernel-module-i2c-dev-6.12.13-yocto-standard kernel-module-ebt-vlan-6.12.13-yocto-standard kernel-module-nft-limit-6.12.13-yocto-standard kernel-module-team-mode-broadcast-6.12.13-yocto-standard kernel-module-bytestream-example-6.12.13-yocto-standard kernel-module-nft-masq-6.12.13-yocto-standard kernel-module-nls-euc-jp-6.12.13-yocto-standard kernel-module-l2tp-ppp-6.12.13-yocto-standard kernel-module-nf-nat-ftp-6.12.13-yocto-standard kernel-module-nft-connlimit-6.12.13-yocto-standard kernel-module-nft-reject-ipv6-6.12.13-yocto-standard kernel-module-xt-tcpmss-6.12.13-yocto-standard kernel-module-dma-example-6.12.13-yocto-standard kernel-module-serpent-generic-6.12.13-yocto-standard kernel-module-ip6table-mangle-6.12.13-yocto-standard kernel-module-nls-cp855-6.12.13-yocto-standard kernel-module-ip6-tables-6.12.13-yocto-standard kernel-module-nf-nat-irc-6.12.13-yocto-standard kernel-module-crc-t10dif-6.12.13-yocto-standard kernel-module-cast6-generic-6.12.13-yocto-standard kernel-module-ipt-ah-6.12.13-yocto-standard kernel-module-nls-cp852-6.12.13-yocto-standard kernel-module-nls-iso8859-2-6.12.13-yocto-standard kernel-module-nls-ascii-6.12.13-yocto-standard kernel-module-nls-iso8859-6-6.12.13-yocto-standard kernel-module-twofish-common-6.12.13-yocto-standard kernel-module-sch-ingress-6.12.13-yocto-standard kernel-module-tcrypt-6.12.13-yocto-standard kernel-module-arpt-mangle-6.12.13-yocto-standard kernel-module-ebtable-broute-6.12.13-yocto-standard kernel-module-kset-example-6.12.13-yocto-standard kernel-module-blowfish-generic-6.12.13-yocto-standard kernel-module-nls-iso8859-9-6.12.13-yocto-standard kernel-module-nf-synproxy-core-6.12.13-yocto-standard kernel-module-nf-conntrack-tftp-6.12.13-yocto-standard kernel-module-trace-events-sample-6.12.13-yocto-standard kernel-module-ppp-deflate-6.12.13-yocto-standard kernel-module-xt-ct-6.12.13-yocto-standard kernel-module-cls-flower-6.12.13-yocto-standard kernel-module-ts-kmp-6.12.13-yocto-standard kernel-module-ipt-ecn-6.12.13-yocto-standard kernel-module-nf-nat-tftp-6.12.13-yocto-standard kernel-module-nls-cp864-6.12.13-yocto-standard kernel-module-xt-log-6.12.13-yocto-standard kernel-module-nls-iso8859-3-6.12.13-yocto-standard kernel-module-wp512-6.12.13-yocto-standard kernel-module-algif-aead-6.12.13-yocto-standard kernel-module-pktgen-6.12.13-yocto-standard kernel-module-nft-xfrm-6.12.13-yocto-standard kernel-module-ebt-redirect-6.12.13-yocto-standard kernel-module-algif-rng-6.12.13-yocto-standard kernel-module-nft-nat-6.12.13-yocto-standard kernel-module-nls-cp936-6.12.13-yocto-standard kernel-module-parport-6.12.13-yocto-standard kernel-module-sch-codel-6.12.13-yocto-standard kernel-module-xt-nflog-6.12.13-yocto-standard kernel-module-af-alg-6.12.13-yocto-standard kernel-module-sctp-diag-6.12.13-yocto-standard kernel-module-nls-cp850-6.12.13-yocto-standard kernel-module-slip-6.12.13-yocto-standard kernel-module-ebt-limit-6.12.13-yocto-standard kernel-module-x-tables-6.12.13-yocto-standard kernel-module-nfnetlink-osf-6.12.13-yocto-standard kernel-module-cuse-6.12.13-yocto-standard kernel-module-xt-realm-6.12.13-yocto-standard kernel-module-xt-mark-6.12.13-yocto-standard kernel-module-xfrm4-tunnel-6.12.13-yocto-standard kernel-module-xt-conntrack-6.12.13-yocto-standard kernel-module-camellia-generic-6.12.13-yocto-standard kernel-module-michael-mic-6.12.13-yocto-standard kernel-module-nls-cp1251-6.12.13-yocto-standard kernel-module-configfs-6.12.13-yocto-standard kernel-module-ts-bm-6.12.13-yocto-standard kernel-module-inttype-example-6.12.13-yocto-standard kernel-module-xt-state-6.12.13-yocto-standard kernel-module-nls-cp857-6.12.13-yocto-standard kernel-module-xt-quota-6.12.13-yocto-standard kernel-module-pppoe-6.12.13-yocto-standard kernel-module-nf-flow-table-6.12.13-yocto-standard kernel-module-nls-cp775-6.12.13-yocto-standard kernel-module-nf-nat-amanda-6.12.13-yocto-standard kernel-module-ip6-tunnel-6.12.13-yocto-standard kernel-module-arptable-filter-6.12.13-yocto-standard kernel-module-nf-defrag-ipv6-6.12.13-yocto-standard kernel-module-nf-conntrack-broadcast-6.12.13-yocto-standard kernel-module-crct10dif-common-6.12.13-yocto-standard kernel-module-gre-6.12.13-yocto-standard kernel-module-nft-reject-6.12.13-yocto-standard kernel-module-nls-cp737-6.12.13-yocto-standard kernel-module-sch-sfq-6.12.13-yocto-standard kernel-module-ebt-arpreply-6.12.13-yocto-standard kernel-module-cast-common-6.12.13-yocto-standard kernel-module-crct10dif-generic-6.12.13-yocto-standard kernel-module-algif-hash-6.12.13-yocto-standard kernel-module-scsi-debug-6.12.13-yocto-standard kernel-module-nls-cp874-6.12.13-yocto-standard kernel-module-ebt-ip6-6.12.13-yocto-standard kernel-module-nls-cp863-6.12.13-yocto-standard kernel-module-team-mode-roundrobin-6.12.13-yocto-standard kernel-module-nf-socket-ipv6-6.12.13-yocto-standard kernel-module-kprobe-example-6.12.13-yocto-standard kernel-module-sch-htb-6.12.13-yocto-standard kernel-module-nls-cp1255-6.12.13-yocto-standard kernel-module-ebt-pkttype-6.12.13-yocto-standard kernel-module-ebt-log-6.12.13-yocto-standard kernel-module-xt-l2tp-6.12.13-yocto-standard kernel-module-nft-tunnel-6.12.13-yocto-standard kernel-module-nft-hash-6.12.13-yocto-standard kernel-module-xt-hl-6.12.13-yocto-standard kernel-module-nls-iso8859-13-6.12.13-yocto-standard kernel-module-ebt-dnat-6.12.13-yocto-standard kernel-module-nls-cp869-6.12.13-yocto-standard kernel-module-gpio-mockup-6.12.13-yocto-standard kernel-module-xt-tcpudp-6.12.13-yocto-standard kernel-module-ebt-arp-6.12.13-yocto-standard kernel-module-ipip-6.12.13-yocto-standard kernel-module-binfmt-misc-6.12.13-yocto-standard kernel-module-nbd-6.12.13-yocto-standard kernel-module-nf-conncount-6.12.13-yocto-standard kernel-module-xt-sctp-6.12.13-yocto-standard kernel-module-tipc-diag-6.12.13-yocto-standard kernel-module-nft-synproxy-6.12.13-yocto-standard kernel-module-ebt-stp-6.12.13-yocto-standard kernel-module-nls-koi8-u-6.12.13-yocto-standard kernel-module-team-6.12.13-yocto-standard kernel-module-sr-mod-6.12.13-yocto-standard kernel-module-nft-quota-6.12.13-yocto-standard kernel-module-i2c-piix4-6.12.13-yocto-standard kernel-module-nls-iso8859-5-6.12.13-yocto-standard kernel-module-nft-reject-ipv4-6.12.13-yocto-standard kernel-module-tun-6.12.13-yocto-standard kernel-module-nf-reject-ipv4-6.12.13-yocto-standard kernel-module-nf-socket-ipv4-6.12.13-yocto-standard kernel-module-nft-ct-6.12.13-yocto-standard kernel-module-sch-netem-6.12.13-yocto-standard kernel-module-nls-iso8859-15-6.12.13-yocto-standard kernel-module-xt-hashlimit-6.12.13-yocto-standard kernel-module-ip6t-frag-6.12.13-yocto-standard kernel-module-xfrm6-tunnel-6.12.13-yocto-standard kernel-module-ip-gre-6.12.13-yocto-standard kernel-module-kobject-example-6.12.13-yocto-standard kernel-module-nft-compat-6.12.13-yocto-standard kernel-module-nls-cp932-6.12.13-yocto-standard kernel-module-xcbc-6.12.13-yocto-standard kernel-module-xt-connlimit-6.12.13-yocto-standard kernel-module-parport-pc-6.12.13-yocto-standard kernel-module-ebt-802-3-6.12.13-yocto-standard kernel-module-iptable-filter-6.12.13-yocto-standard kernel-module-kretprobe-example-6.12.13-yocto-standard kernel-module-sch-hfsc-6.12.13-yocto-standard kernel-module-xt-masquerade-6.12.13-yocto-standard kernel-module-ip6t-ipv6header-6.12.13-yocto-standard kernel-module-trace-printk-6.12.13-yocto-standard kernel-module-tunnel6-6.12.13-yocto-standard kernel-module-iptable-security-6.12.13-yocto-standard kernel-module-nft-osf-6.12.13-yocto-standard kernel-module-algif-skcipher-6.12.13-yocto-standard kernel-module-xt-ecn-6.12.13-yocto-standard kernel-module-xt-pkttype-6.12.13-yocto-standard kernel-module-sch-red-6.12.13-yocto-standard kernel-module-sch-prio-6.12.13-yocto-standard kernel-module-nft-log-6.12.13-yocto-standard kernel-module-nls-cp865-6.12.13-yocto-standard kernel-module-nls-cp950-6.12.13-yocto-standard kernel-module-team-mode-activebackup-6.12.13-yocto-standard kernel-module-act-skbedit-6.12.13-yocto-standard kernel-module-ipcomp6-6.12.13-yocto-standard kernel-module-ipcomp-6.12.13-yocto-standard kernel-module-ipt-rpfilter-6.12.13-yocto-standard kernel-module-ebtable-filter-6.12.13-yocto-standard kernel-module-nls-utf8-6.12.13-yocto-standard kernel-module-team-mode-random-6.12.13-yocto-standard kernel-module-ebt-mark-6.12.13-yocto-standard kernel-module-ip6t-eui64-6.12.13-yocto-standard kernel-module-cast5-generic-6.12.13-yocto-standard kernel-module-af-key-6.12.13-yocto-standard kernel-module-nf-conntrack-sip-6.12.13-yocto-standard kernel-module-gpio-sim-6.12.13-yocto-standard kernel-module-xt-multiport-6.12.13-yocto-standard kernel-module-xt-redirect-6.12.13-yocto-standard kernel-module-xt-mac-6.12.13-yocto-standard kernel-module-blowfish-common-6.12.13-yocto-standard kernel-module-nft-chain-nat-6.12.13-yocto-standard kernel-module-esp4-6.12.13-yocto-standard kernel-module-arp-tables-6.12.13-yocto-standard kernel-module-nft-redir-6.12.13-yocto-standard kernel-module-nf-nat-6.12.13-yocto-standard kernel-module-nls-koi8-ru-6.12.13-yocto-standard kernel-module-twofish-generic-6.12.13-yocto-standard kernel-module-nf-conntrack-netlink-6.12.13-yocto-standard kernel-module-nf-log-syslog-6.12.13-yocto-standard kernel-module-xt-nat-6.12.13-yocto-standard kernel-module-xt-esp-6.12.13-yocto-standard kernel-module-ebt-among-6.12.13-yocto-standard kernel-module-xt-limit-6.12.13-yocto-standard kernel-module-act-mirred-6.12.13-yocto-standard kernel-module-ts-fsm-6.12.13-yocto-standard kernel-module-xt-string-6.12.13-yocto-standard kernel-module-xt-dscp-6.12.13-yocto-standard kernel-module-nft-numgen-6.12.13-yocto-standard kernel-module-sch-gred-6.12.13-yocto-standard kernel-module-nf-conntrack-amanda-6.12.13-yocto-standard kernel-module-nf-defrag-ipv4-6.12.13-yocto-standard" packages/qemumips-poky-linux/linux-yocto/kernel-vmlinux: FILELIST: removed "/boot/vmlinux-6.12.11-yocto-standard", added "/boot/vmlinux-6.12.13-yocto-standard" packages/qemumips-poky-linux/linux-yocto/kernel-vmlinux: PKGV changed from 6.12.11+git0+cbe89aee4d_4a649d3eec to 6.12.13+git0+2506ff7d20_529b1f229a packages/qemumips-poky-linux/linux-yocto/kernel: PKGV changed from 6.12.11+git0+cbe89aee4d_4a649d3eec to 6.12.13+git0+2506ff7d20_529b1f229a packages/qemumips-poky-linux/linux-yocto: PACKAGES: removed "kernel-module-sctp-diag-6.12.11-yocto-standard kernel-module-nf-nat-ftp-6.12.11-yocto-standard kernel-module-algif-aead-6.12.11-yocto-standard kernel-module-nls-iso8859-15-6.12.11-yocto-standard kernel-module-nls-cp861-6.12.11-yocto-standard kernel-module-team-mode-random-6.12.11-yocto-standard kernel-module-nft-flow-offload-6.12.11-yocto-standard kernel-module-algif-rng-6.12.11-yocto-standard kernel-module-ppp-async-6.12.11-yocto-standard kernel-module-tipc-diag-6.12.11-yocto-standard kernel-module-nls-cp874-6.12.11-yocto-standard kernel-module-af-alg-6.12.11-yocto-standard kernel-module-ip6t-frag-6.12.11-yocto-standard kernel-module-nf-flow-table-inet-6.12.11-yocto-standard kernel-module-x-tables-6.12.11-yocto-standard kernel-module-nft-connlimit-6.12.11-yocto-standard kernel-module-xt-connbytes-6.12.11-yocto-standard kernel-module-sch-gred-6.12.11-yocto-standard kernel-module-nls-cp865-6.12.11-yocto-standard kernel-module-sctp-6.12.11-yocto-standard kernel-module-nf-nat-tftp-6.12.11-yocto-standard kernel-module-xt-length-6.12.11-yocto-standard kernel-module-blowfish-generic-6.12.11-yocto-standard kernel-module-act-skbedit-6.12.11-yocto-standard kernel-module-sg-6.12.11-yocto-standard kernel-module-nls-iso8859-4-6.12.11-yocto-standard kernel-module-ipt-synproxy-6.12.11-yocto-standard kernel-module-ebt-log-6.12.11-yocto-standard kernel-module-bonding-6.12.11-yocto-standard kernel-module-pktgen-6.12.11-yocto-standard kernel-module-ebt-pkttype-6.12.11-yocto-standard kernel-module-slhc-6.12.11-yocto-standard kernel-module-nf-conncount-6.12.11-yocto-standard kernel-module-xt-comment-6.12.11-yocto-standard kernel-module-nfnetlink-log-6.12.11-yocto-standard kernel-module-nls-koi8-u-6.12.11-yocto-standard kernel-module-pppoe-6.12.11-yocto-standard kernel-module-ah4-6.12.11-yocto-standard kernel-module-team-mode-roundrobin-6.12.11-yocto-standard kernel-module-xt-dscp-6.12.11-yocto-standard kernel-module-nls-cp1250-6.12.11-yocto-standard kernel-module-ipcomp-6.12.11-yocto-standard kernel-module-xt-state-6.12.11-yocto-standard kernel-module-sch-teql-6.12.11-yocto-standard kernel-module-nf-nat-pptp-6.12.11-yocto-standard kernel-module-iptable-raw-6.12.11-yocto-standard kernel-module-tun-6.12.11-yocto-standard kernel-module-i2c-dev-6.12.11-yocto-standard kernel-module-nls-cp862-6.12.11-yocto-standard kernel-module-xt-policy-6.12.11-yocto-standard kernel-module-xt-tcpudp-6.12.11-yocto-standard kernel-module-parport-pc-6.12.11-yocto-standard kernel-module-nls-cp1251-6.12.11-yocto-standard kernel-module-crc-t10dif-6.12.11-yocto-standard kernel-module-arpt-mangle-6.12.11-yocto-standard kernel-module-xt-ct-6.12.11-yocto-standard kernel-module-softdog-6.12.11-yocto-standard kernel-module-iptable-security-6.12.11-yocto-standard kernel-module-xt-netmap-6.12.11-yocto-standard kernel-module-nft-chain-nat-6.12.11-yocto-standard kernel-module-nft-xfrm-6.12.11-yocto-standard kernel-module-ebt-ip-6.12.11-yocto-standard kernel-module-i2c-piix4-6.12.11-yocto-standard kernel-module-ipt-ecn-6.12.11-yocto-standard kernel-module-nls-cp864-6.12.11-yocto-standard kernel-module-usb-storage-6.12.11-yocto-standard kernel-module-nls-cp737-6.12.11-yocto-standard kernel-module-iptable-filter-6.12.11-yocto-standard kernel-module-nf-defrag-ipv4-6.12.11-yocto-standard kernel-module-ipcomp6-6.12.11-yocto-standard kernel-module-xt-connlimit-6.12.11-yocto-standard kernel-module-sch-fq-codel-6.12.11-yocto-standard kernel-module-xfrm-ipcomp-6.12.11-yocto-standard kernel-module-slip-6.12.11-yocto-standard kernel-module-nft-osf-6.12.11-yocto-standard kernel-module-sch-red-6.12.11-yocto-standard kernel-module-nf-conntrack-netlink-6.12.11-yocto-standard kernel-module-xt-mac-6.12.11-yocto-standard kernel-module-sch-multiq-6.12.11-yocto-standard kernel-module-gpio-mockup-6.12.11-yocto-standard kernel-module-ebt-mark-6.12.11-yocto-standard kernel-module-dma-example-6.12.11-yocto-standard kernel-module-ebt-redirect-6.12.11-yocto-standard kernel-module-xt-hl-6.12.11-yocto-standard kernel-module-nf-defrag-ipv6-6.12.11-yocto-standard kernel-module-nft-reject-inet-6.12.11-yocto-standard kernel-module-ebt-ip6-6.12.11-yocto-standard kernel-module-xfrm6-tunnel-6.12.11-yocto-standard kernel-module-xt-nat-6.12.11-yocto-standard kernel-module-xt-sctp-6.12.11-yocto-standard kernel-module-ipt-ah-6.12.11-yocto-standard kernel-module-ebtables-6.12.11-yocto-standard kernel-module-ip6-tables-6.12.11-yocto-standard kernel-module-sch-hfsc-6.12.11-yocto-standard kernel-module-watchdog-6.12.11-yocto-standard kernel-module-tipc-6.12.11-yocto-standard kernel-module-af-key-6.12.11-yocto-standard kernel-module-xt-masquerade-6.12.11-yocto-standard kernel-module-kprobe-example-6.12.11-yocto-standard kernel-module-nls-cp936-6.12.11-yocto-standard kernel-module-xcbc-6.12.11-yocto-standard kernel-module-arp-tables-6.12.11-yocto-standard kernel-module-cls-flower-6.12.11-yocto-standard kernel-module-kobject-example-6.12.11-yocto-standard kernel-module-nf-conntrack-6.12.11-yocto-standard kernel-module-inttype-example-6.12.11-yocto-standard kernel-module-nf-nat-sip-6.12.11-yocto-standard kernel-module-nls-cp850-6.12.11-yocto-standard kernel-module-wp512-6.12.11-yocto-standard kernel-module-twofish-common-6.12.11-yocto-standard kernel-module-nls-cp857-6.12.11-yocto-standard kernel-module-nls-cp1255-6.12.11-yocto-standard kernel-module-cast5-generic-6.12.11-yocto-standard kernel-module-nls-utf8-6.12.11-yocto-standard kernel-module-sch-tbf-6.12.11-yocto-standard kernel-module-ebt-among-6.12.11-yocto-standard kernel-module-nft-log-6.12.11-yocto-standard kernel-module-ip6table-raw-6.12.11-yocto-standard kernel-module-xt-limit-6.12.11-yocto-standard kernel-module-nf-conntrack-sane-6.12.11-yocto-standard kernel-module-nfnetlink-queue-6.12.11-yocto-standard kernel-module-crc-ccitt-6.12.11-yocto-standard kernel-module-parport-6.12.11-yocto-standard kernel-module-configfs-6.12.11-yocto-standard kernel-module-ip6table-mangle-6.12.11-yocto-standard kernel-module-nf-conntrack-netbios-ns-6.12.11-yocto-standard kernel-module-sch-netem-6.12.11-yocto-standard kernel-module-xt-helper-6.12.11-yocto-standard kernel-module-team-mode-broadcast-6.12.11-yocto-standard kernel-module-ebtable-broute-6.12.11-yocto-standard kernel-module-ip6table-nat-6.12.11-yocto-standard kernel-module-ppp-synctty-6.12.11-yocto-standard kernel-module-fuse-6.12.11-yocto-standard kernel-module-nf-nat-amanda-6.12.11-yocto-standard kernel-module-xt-conntrack-6.12.11-yocto-standard kernel-module-nft-socket-6.12.11-yocto-standard kernel-module-configfs-sample-6.12.11-yocto-standard kernel-module-i2c-smbus-6.12.11-yocto-standard kernel-module-nft-numgen-6.12.11-yocto-standard kernel-module-ip6t-ipv6header-6.12.11-yocto-standard kernel-module-nft-hash-6.12.11-yocto-standard kernel-module-bytestream-example-6.12.11-yocto-standard kernel-module-kset-example-6.12.11-yocto-standard kernel-module-xt-l2tp-6.12.11-yocto-standard kernel-module-scsi-debug-6.12.11-yocto-standard kernel-module-nls-cp949-6.12.11-yocto-standard kernel-module-nf-conntrack-ftp-6.12.11-yocto-standard kernel-module-record-example-6.12.11-yocto-standard kernel-module-nbd-6.12.11-yocto-standard kernel-module-nft-nat-6.12.11-yocto-standard kernel-module-romfs-6.12.11-yocto-standard kernel-module-blowfish-common-6.12.11-yocto-standard kernel-module-ip-gre-6.12.11-yocto-standard kernel-module-xt-statistic-6.12.11-yocto-standard kernel-module-nls-cp869-6.12.11-yocto-standard kernel-module-pppox-6.12.11-yocto-standard kernel-module-nls-cp863-6.12.11-yocto-standard kernel-module-cuse-6.12.11-yocto-standard kernel-module-xt-u32-6.12.11-yocto-standard kernel-module-ip6t-rt-6.12.11-yocto-standard kernel-module-kretprobe-example-6.12.11-yocto-standard kernel-module-ipip-6.12.11-yocto-standard kernel-module-binfmt-misc-6.12.11-yocto-standard kernel-module-nls-iso8859-13-6.12.11-yocto-standard kernel-module-ts-fsm-6.12.11-yocto-standard kernel-module-bsd-comp-6.12.11-yocto-standard kernel-module-nls-cp855-6.12.11-yocto-standard kernel-module-nls-koi8-ru-6.12.11-yocto-standard kernel-module-xt-trace-6.12.11-yocto-standard kernel-module-team-mode-loadbalance-6.12.11-yocto-standard kernel-module-nls-iso8859-3-6.12.11-yocto-standard kernel-module-nft-tunnel-6.12.11-yocto-standard kernel-module-nf-nat-h323-6.12.11-yocto-standard kernel-module-ebt-stp-6.12.11-yocto-standard kernel-module-nft-ct-6.12.11-yocto-standard kernel-module-nls-iso8859-6-6.12.11-yocto-standard kernel-module-nft-reject-6.12.11-yocto-standard kernel-module-xt-quota-6.12.11-yocto-standard kernel-module-sch-codel-6.12.11-yocto-standard kernel-module-ebt-dnat-6.12.11-yocto-standard kernel-module-ebt-snat-6.12.11-yocto-standard kernel-module-nfsd-6.12.11-yocto-standard kernel-module-8021q-6.12.11-yocto-standard kernel-module-algif-skcipher-6.12.11-yocto-standard kernel-module-nls-koi8-r-6.12.11-yocto-standard kernel-module-nls-cp950-6.12.11-yocto-standard kernel-module-ipt-rpfilter-6.12.11-yocto-standard kernel-module-tunnel6-6.12.11-yocto-standard kernel-module-ip6table-filter-6.12.11-yocto-standard kernel-module-nf-conntrack-broadcast-6.12.11-yocto-standard kernel-module-nls-iso8859-9-6.12.11-yocto-standard kernel-module-nft-masq-6.12.11-yocto-standard kernel-module-nft-redir-6.12.11-yocto-standard kernel-module-xt-log-6.12.11-yocto-standard kernel-module-nf-log-syslog-6.12.11-yocto-standard kernel-module-xt-dccp-6.12.11-yocto-standard kernel-module-ip-tables-6.12.11-yocto-standard kernel-module-sch-prio-6.12.11-yocto-standard kernel-module-ebt-nflog-6.12.11-yocto-standard kernel-module-xt-mark-6.12.11-yocto-standard kernel-module-virtio-input-6.12.11-yocto-standard kernel-module-xt-multiport-6.12.11-yocto-standard kernel-module-algif-hash-6.12.11-yocto-standard kernel-module-nls-cp852-6.12.11-yocto-standard kernel-module-nft-limit-6.12.11-yocto-standard kernel-module-xt-nflog-6.12.11-yocto-standard kernel-module-ebtable-nat-6.12.11-yocto-standard kernel-module-nf-conntrack-irc-6.12.11-yocto-standard kernel-module-nf-conntrack-pptp-6.12.11-yocto-standard kernel-module-xt-esp-6.12.11-yocto-standard kernel-module-cast-common-6.12.11-yocto-standard kernel-module-sch-htb-6.12.11-yocto-standard kernel-module-nf-socket-ipv6-6.12.11-yocto-standard kernel-module-camellia-generic-6.12.11-yocto-standard kernel-module-nf-reject-ipv6-6.12.11-yocto-standard kernel-module-nls-cp932-6.12.11-yocto-standard kernel-module-nft-queue-6.12.11-yocto-standard kernel-module-xt-pkttype-6.12.11-yocto-standard kernel-module-loop-6.12.11-yocto-standard kernel-module-nls-iso8859-14-6.12.11-yocto-standard kernel-module-ppp-deflate-6.12.11-yocto-standard kernel-module-nls-ascii-6.12.11-yocto-standard kernel-module-nf-synproxy-core-6.12.11-yocto-standard kernel-module-ebt-arp-6.12.11-yocto-standard kernel-module-gpio-sim-6.12.11-yocto-standard kernel-module-nft-reject-ipv4-6.12.11-yocto-standard kernel-module-xt-classify-6.12.11-yocto-standard kernel-module-nls-cp775-6.12.11-yocto-standard kernel-module-crct10dif-common-6.12.11-yocto-standard kernel-module-ts-bm-6.12.11-yocto-standard kernel-module-nft-synproxy-6.12.11-yocto-standard kernel-module-xt-nfqueue-6.12.11-yocto-standard kernel-module-xt-ecn-6.12.11-yocto-standard kernel-module-nf-socket-ipv4-6.12.11-yocto-standard kernel-module-nf-nat-irc-6.12.11-yocto-standard kernel-module-ebt-802-3-6.12.11-yocto-standard kernel-module-cdrom-6.12.11-yocto-standard kernel-module-nfnetlink-osf-6.12.11-yocto-standard kernel-module-team-mode-activebackup-6.12.11-yocto-standard kernel-module-nls-cp860-6.12.11-yocto-standard kernel-module-tcrypt-6.12.11-yocto-standard kernel-module-ipt-reject-6.12.11-yocto-standard kernel-module-xt-string-6.12.11-yocto-standard kernel-module-serpent-generic-6.12.11-yocto-standard kernel-module-xt-tcpmss-6.12.11-yocto-standard kernel-module-dummy-6.12.11-yocto-standard kernel-module-arptable-filter-6.12.11-yocto-standard kernel-module-ebt-vlan-6.12.11-yocto-standard kernel-module-nf-conntrack-sip-6.12.11-yocto-standard kernel-module-nls-cp866-6.12.11-yocto-standard kernel-module-xt-redirect-6.12.11-yocto-standard kernel-module-xt-realm-6.12.11-yocto-standard kernel-module-nft-compat-6.12.11-yocto-standard kernel-module-nf-conntrack-amanda-6.12.11-yocto-standard kernel-module-esp4-6.12.11-yocto-standard kernel-module-michael-mic-6.12.11-yocto-standard kernel-module-ebt-mark-m-6.12.11-yocto-standard kernel-module-act-mirred-6.12.11-yocto-standard kernel-module-iptable-mangle-6.12.11-yocto-standard kernel-module-cast6-generic-6.12.11-yocto-standard kernel-module-xfrm4-tunnel-6.12.11-yocto-standard kernel-module-nf-reject-ipv4-6.12.11-yocto-standard kernel-module-xfrm-user-6.12.11-yocto-standard kernel-module-ts-kmp-6.12.11-yocto-standard kernel-module-nft-quota-6.12.11-yocto-standard kernel-module-gre-6.12.11-yocto-standard kernel-module-trace-printk-6.12.11-yocto-standard kernel-module-ip6t-eui64-6.12.11-yocto-standard kernel-module-nls-iso8859-5-6.12.11-yocto-standard kernel-module-ip6-tunnel-6.12.11-yocto-standard kernel-module-nls-iso8859-2-6.12.11-yocto-standard kernel-module-nf-nat-6.12.11-yocto-standard kernel-module-sch-ingress-6.12.11-yocto-standard kernel-module-iptable-nat-6.12.11-yocto-standard kernel-module-sch-sfq-6.12.11-yocto-standard kernel-module-l2tp-ppp-6.12.11-yocto-standard kernel-module-nf-conntrack-h323-6.12.11-yocto-standard kernel-module-trace-events-sample-6.12.11-yocto-standard kernel-module-ip6t-hbh-6.12.11-yocto-standard kernel-module-nft-reject-ipv6-6.12.11-yocto-standard kernel-module-ebt-limit-6.12.11-yocto-standard kernel-module-ppp-generic-6.12.11-yocto-standard kernel-module-crct10dif-generic-6.12.11-yocto-standard kernel-module-sr-mod-6.12.11-yocto-standard kernel-module-nf-flow-table-6.12.11-yocto-standard kernel-module-team-6.12.11-yocto-standard kernel-module-nls-euc-jp-6.12.11-yocto-standard kernel-module-nls-iso8859-7-6.12.11-yocto-standard kernel-module-twofish-generic-6.12.11-yocto-standard kernel-module-ebtable-filter-6.12.11-yocto-standard kernel-module-ebt-arpreply-6.12.11-yocto-standard kernel-module-nf-conntrack-tftp-6.12.11-yocto-standard kernel-module-xt-connmark-6.12.11-yocto-standard kernel-module-xt-hashlimit-6.12.11-yocto-standard", added "kernel-module-ah4-6.12.13-yocto-standard kernel-module-ip6table-nat-6.12.13-yocto-standard kernel-module-nft-queue-6.12.13-yocto-standard kernel-module-nls-cp862-6.12.13-yocto-standard kernel-module-iptable-raw-6.12.13-yocto-standard kernel-module-virtio-input-6.12.13-yocto-standard kernel-module-xt-dccp-6.12.13-yocto-standard kernel-module-ppp-async-6.12.13-yocto-standard kernel-module-bonding-6.12.13-yocto-standard kernel-module-xt-netmap-6.12.13-yocto-standard kernel-module-xt-helper-6.12.13-yocto-standard kernel-module-xfrm-user-6.12.13-yocto-standard kernel-module-nf-conntrack-sane-6.12.13-yocto-standard kernel-module-nfnetlink-queue-6.12.13-yocto-standard kernel-module-sch-teql-6.12.13-yocto-standard kernel-module-ebtables-6.12.13-yocto-standard kernel-module-loop-6.12.13-yocto-standard kernel-module-nft-socket-6.12.13-yocto-standard kernel-module-xfrm-ipcomp-6.12.13-yocto-standard kernel-module-ebtable-nat-6.12.13-yocto-standard kernel-module-nft-reject-inet-6.12.13-yocto-standard kernel-module-cdrom-6.12.13-yocto-standard kernel-module-romfs-6.12.13-yocto-standard kernel-module-xt-connbytes-6.12.13-yocto-standard kernel-module-8021q-6.12.13-yocto-standard kernel-module-tipc-6.12.13-yocto-standard kernel-module-sch-multiq-6.12.13-yocto-standard kernel-module-sctp-6.12.13-yocto-standard kernel-module-usb-storage-6.12.13-yocto-standard kernel-module-nls-cp1250-6.12.13-yocto-standard kernel-module-nls-cp860-6.12.13-yocto-standard kernel-module-ipt-synproxy-6.12.13-yocto-standard kernel-module-softdog-6.12.13-yocto-standard kernel-module-ip6t-rt-6.12.13-yocto-standard kernel-module-nf-conntrack-ftp-6.12.13-yocto-standard kernel-module-crc-ccitt-6.12.13-yocto-standard kernel-module-iptable-mangle-6.12.13-yocto-standard kernel-module-nf-nat-pptp-6.12.13-yocto-standard kernel-module-nf-conntrack-irc-6.12.13-yocto-standard kernel-module-team-mode-loadbalance-6.12.13-yocto-standard kernel-module-ebt-ip-6.12.13-yocto-standard kernel-module-nft-flow-offload-6.12.13-yocto-standard kernel-module-nf-nat-h323-6.12.13-yocto-standard kernel-module-nf-conntrack-6.12.13-yocto-standard kernel-module-xt-length-6.12.13-yocto-standard kernel-module-xt-policy-6.12.13-yocto-standard kernel-module-xt-comment-6.12.13-yocto-standard kernel-module-watchdog-6.12.13-yocto-standard kernel-module-sch-fq-codel-6.12.13-yocto-standard kernel-module-xt-trace-6.12.13-yocto-standard kernel-module-pppox-6.12.13-yocto-standard kernel-module-xt-classify-6.12.13-yocto-standard kernel-module-record-example-6.12.13-yocto-standard kernel-module-fuse-6.12.13-yocto-standard kernel-module-nls-koi8-r-6.12.13-yocto-standard kernel-module-ip6table-filter-6.12.13-yocto-standard kernel-module-ip6table-raw-6.12.13-yocto-standard kernel-module-i2c-smbus-6.12.13-yocto-standard kernel-module-nls-cp861-6.12.13-yocto-standard kernel-module-xt-connmark-6.12.13-yocto-standard kernel-module-sch-tbf-6.12.13-yocto-standard kernel-module-configfs-sample-6.12.13-yocto-standard kernel-module-nls-cp949-6.12.13-yocto-standard kernel-module-nf-conntrack-pptp-6.12.13-yocto-standard kernel-module-ebt-mark-m-6.12.13-yocto-standard kernel-module-nfsd-6.12.13-yocto-standard kernel-module-iptable-nat-6.12.13-yocto-standard kernel-module-nf-reject-ipv6-6.12.13-yocto-standard kernel-module-dummy-6.12.13-yocto-standard kernel-module-ppp-synctty-6.12.13-yocto-standard kernel-module-slhc-6.12.13-yocto-standard kernel-module-nls-iso8859-4-6.12.13-yocto-standard kernel-module-nf-nat-sip-6.12.13-yocto-standard kernel-module-ip6t-hbh-6.12.13-yocto-standard kernel-module-nls-iso8859-14-6.12.13-yocto-standard kernel-module-bsd-comp-6.12.13-yocto-standard kernel-module-ipt-reject-6.12.13-yocto-standard kernel-module-ebt-nflog-6.12.13-yocto-standard kernel-module-nfnetlink-log-6.12.13-yocto-standard kernel-module-xt-statistic-6.12.13-yocto-standard kernel-module-nls-cp866-6.12.13-yocto-standard kernel-module-ebt-snat-6.12.13-yocto-standard kernel-module-sg-6.12.13-yocto-standard kernel-module-nf-flow-table-inet-6.12.13-yocto-standard kernel-module-ppp-generic-6.12.13-yocto-standard kernel-module-nf-conntrack-netbios-ns-6.12.13-yocto-standard kernel-module-xt-nfqueue-6.12.13-yocto-standard kernel-module-nf-conntrack-h323-6.12.13-yocto-standard kernel-module-nls-iso8859-7-6.12.13-yocto-standard kernel-module-ip-tables-6.12.13-yocto-standard kernel-module-xt-u32-6.12.13-yocto-standard kernel-module-i2c-dev-6.12.13-yocto-standard kernel-module-ebt-vlan-6.12.13-yocto-standard kernel-module-team-mode-broadcast-6.12.13-yocto-standard kernel-module-nft-limit-6.12.13-yocto-standard kernel-module-bytestream-example-6.12.13-yocto-standard kernel-module-nft-masq-6.12.13-yocto-standard kernel-module-nls-euc-jp-6.12.13-yocto-standard kernel-module-nft-reject-ipv6-6.12.13-yocto-standard kernel-module-l2tp-ppp-6.12.13-yocto-standard kernel-module-nf-nat-ftp-6.12.13-yocto-standard kernel-module-nft-connlimit-6.12.13-yocto-standard kernel-module-xt-tcpmss-6.12.13-yocto-standard kernel-module-dma-example-6.12.13-yocto-standard kernel-module-serpent-generic-6.12.13-yocto-standard kernel-module-ip6table-mangle-6.12.13-yocto-standard kernel-module-nls-cp855-6.12.13-yocto-standard kernel-module-ip6-tables-6.12.13-yocto-standard kernel-module-nf-nat-irc-6.12.13-yocto-standard kernel-module-crc-t10dif-6.12.13-yocto-standard kernel-module-cast6-generic-6.12.13-yocto-standard kernel-module-nls-cp852-6.12.13-yocto-standard kernel-module-nls-iso8859-2-6.12.13-yocto-standard kernel-module-ipt-ah-6.12.13-yocto-standard kernel-module-nls-ascii-6.12.13-yocto-standard kernel-module-twofish-common-6.12.13-yocto-standard kernel-module-nls-iso8859-6-6.12.13-yocto-standard kernel-module-sch-ingress-6.12.13-yocto-standard kernel-module-tcrypt-6.12.13-yocto-standard kernel-module-arpt-mangle-6.12.13-yocto-standard kernel-module-nls-iso8859-9-6.12.13-yocto-standard kernel-module-ebtable-broute-6.12.13-yocto-standard kernel-module-blowfish-generic-6.12.13-yocto-standard kernel-module-kset-example-6.12.13-yocto-standard kernel-module-nf-synproxy-core-6.12.13-yocto-standard kernel-module-nf-conntrack-tftp-6.12.13-yocto-standard kernel-module-trace-events-sample-6.12.13-yocto-standard kernel-module-ppp-deflate-6.12.13-yocto-standard kernel-module-xt-ct-6.12.13-yocto-standard kernel-module-ts-kmp-6.12.13-yocto-standard kernel-module-cls-flower-6.12.13-yocto-standard kernel-module-ipt-ecn-6.12.13-yocto-standard kernel-module-nls-cp864-6.12.13-yocto-standard kernel-module-nf-nat-tftp-6.12.13-yocto-standard kernel-module-xt-log-6.12.13-yocto-standard kernel-module-nls-iso8859-3-6.12.13-yocto-standard kernel-module-wp512-6.12.13-yocto-standard kernel-module-algif-aead-6.12.13-yocto-standard kernel-module-pktgen-6.12.13-yocto-standard kernel-module-parport-6.12.13-yocto-standard kernel-module-nls-cp936-6.12.13-yocto-standard kernel-module-algif-rng-6.12.13-yocto-standard kernel-module-ebt-redirect-6.12.13-yocto-standard kernel-module-nft-nat-6.12.13-yocto-standard kernel-module-nft-xfrm-6.12.13-yocto-standard kernel-module-xt-nflog-6.12.13-yocto-standard kernel-module-sch-codel-6.12.13-yocto-standard kernel-module-af-alg-6.12.13-yocto-standard kernel-module-x-tables-6.12.13-yocto-standard kernel-module-slip-6.12.13-yocto-standard kernel-module-nls-cp850-6.12.13-yocto-standard kernel-module-ebt-limit-6.12.13-yocto-standard kernel-module-xt-realm-6.12.13-yocto-standard kernel-module-nfnetlink-osf-6.12.13-yocto-standard kernel-module-cuse-6.12.13-yocto-standard kernel-module-sctp-diag-6.12.13-yocto-standard kernel-module-xt-mark-6.12.13-yocto-standard kernel-module-xfrm4-tunnel-6.12.13-yocto-standard kernel-module-xt-conntrack-6.12.13-yocto-standard kernel-module-camellia-generic-6.12.13-yocto-standard kernel-module-michael-mic-6.12.13-yocto-standard kernel-module-nls-cp1251-6.12.13-yocto-standard kernel-module-configfs-6.12.13-yocto-standard kernel-module-ts-bm-6.12.13-yocto-standard kernel-module-inttype-example-6.12.13-yocto-standard kernel-module-xt-state-6.12.13-yocto-standard kernel-module-nls-cp857-6.12.13-yocto-standard kernel-module-xt-quota-6.12.13-yocto-standard kernel-module-pppoe-6.12.13-yocto-standard kernel-module-nf-flow-table-6.12.13-yocto-standard kernel-module-nls-cp775-6.12.13-yocto-standard kernel-module-nf-nat-amanda-6.12.13-yocto-standard kernel-module-nls-cp737-6.12.13-yocto-standard kernel-module-arptable-filter-6.12.13-yocto-standard kernel-module-ip6-tunnel-6.12.13-yocto-standard kernel-module-nf-defrag-ipv6-6.12.13-yocto-standard kernel-module-crct10dif-common-6.12.13-yocto-standard kernel-module-gre-6.12.13-yocto-standard kernel-module-nf-conntrack-broadcast-6.12.13-yocto-standard kernel-module-nft-reject-6.12.13-yocto-standard kernel-module-sch-sfq-6.12.13-yocto-standard kernel-module-ebt-arpreply-6.12.13-yocto-standard kernel-module-cast-common-6.12.13-yocto-standard kernel-module-crct10dif-generic-6.12.13-yocto-standard kernel-module-algif-hash-6.12.13-yocto-standard kernel-module-scsi-debug-6.12.13-yocto-standard kernel-module-nls-cp874-6.12.13-yocto-standard kernel-module-team-mode-roundrobin-6.12.13-yocto-standard kernel-module-nls-cp863-6.12.13-yocto-standard kernel-module-ebt-ip6-6.12.13-yocto-standard kernel-module-nf-socket-ipv6-6.12.13-yocto-standard kernel-module-kprobe-example-6.12.13-yocto-standard kernel-module-sch-htb-6.12.13-yocto-standard kernel-module-nls-cp1255-6.12.13-yocto-standard kernel-module-ebt-pkttype-6.12.13-yocto-standard kernel-module-ebt-log-6.12.13-yocto-standard kernel-module-xt-l2tp-6.12.13-yocto-standard kernel-module-nft-tunnel-6.12.13-yocto-standard kernel-module-nft-hash-6.12.13-yocto-standard kernel-module-xt-hl-6.12.13-yocto-standard kernel-module-nls-iso8859-13-6.12.13-yocto-standard kernel-module-ebt-dnat-6.12.13-yocto-standard kernel-module-nls-cp869-6.12.13-yocto-standard kernel-module-gpio-mockup-6.12.13-yocto-standard kernel-module-xt-tcpudp-6.12.13-yocto-standard kernel-module-ebt-arp-6.12.13-yocto-standard kernel-module-ipip-6.12.13-yocto-standard kernel-module-binfmt-misc-6.12.13-yocto-standard kernel-module-nbd-6.12.13-yocto-standard kernel-module-nf-conncount-6.12.13-yocto-standard kernel-module-xt-sctp-6.12.13-yocto-standard kernel-module-tipc-diag-6.12.13-yocto-standard kernel-module-nft-synproxy-6.12.13-yocto-standard kernel-module-team-6.12.13-yocto-standard kernel-module-nls-koi8-u-6.12.13-yocto-standard kernel-module-ebt-stp-6.12.13-yocto-standard kernel-module-sr-mod-6.12.13-yocto-standard kernel-module-nft-quota-6.12.13-yocto-standard kernel-module-i2c-piix4-6.12.13-yocto-standard kernel-module-tun-6.12.13-yocto-standard kernel-module-nls-iso8859-5-6.12.13-yocto-standard kernel-module-nft-reject-ipv4-6.12.13-yocto-standard kernel-module-nf-reject-ipv4-6.12.13-yocto-standard kernel-module-nf-socket-ipv4-6.12.13-yocto-standard kernel-module-nft-ct-6.12.13-yocto-standard kernel-module-sch-netem-6.12.13-yocto-standard kernel-module-nls-iso8859-15-6.12.13-yocto-standard kernel-module-xt-hashlimit-6.12.13-yocto-standard kernel-module-ip6t-frag-6.12.13-yocto-standard kernel-module-xfrm6-tunnel-6.12.13-yocto-standard kernel-module-ip-gre-6.12.13-yocto-standard kernel-module-xcbc-6.12.13-yocto-standard kernel-module-nls-cp932-6.12.13-yocto-standard kernel-module-nft-compat-6.12.13-yocto-standard kernel-module-xt-masquerade-6.12.13-yocto-standard kernel-module-kobject-example-6.12.13-yocto-standard kernel-module-parport-pc-6.12.13-yocto-standard kernel-module-ebt-802-3-6.12.13-yocto-standard kernel-module-iptable-filter-6.12.13-yocto-standard kernel-module-kretprobe-example-6.12.13-yocto-standard kernel-module-sch-hfsc-6.12.13-yocto-standard kernel-module-ip6t-ipv6header-6.12.13-yocto-standard kernel-module-trace-printk-6.12.13-yocto-standard kernel-module-tunnel6-6.12.13-yocto-standard kernel-module-iptable-security-6.12.13-yocto-standard kernel-module-nft-osf-6.12.13-yocto-standard kernel-module-algif-skcipher-6.12.13-yocto-standard kernel-module-xt-ecn-6.12.13-yocto-standard kernel-module-xt-pkttype-6.12.13-yocto-standard kernel-module-sch-red-6.12.13-yocto-standard kernel-module-sch-prio-6.12.13-yocto-standard kernel-module-nft-log-6.12.13-yocto-standard kernel-module-team-mode-activebackup-6.12.13-yocto-standard kernel-module-nls-cp865-6.12.13-yocto-standard kernel-module-nls-cp950-6.12.13-yocto-standard kernel-module-act-skbedit-6.12.13-yocto-standard kernel-module-ipcomp6-6.12.13-yocto-standard kernel-module-ipcomp-6.12.13-yocto-standard kernel-module-ipt-rpfilter-6.12.13-yocto-standard kernel-module-ebtable-filter-6.12.13-yocto-standard kernel-module-nls-utf8-6.12.13-yocto-standard kernel-module-team-mode-random-6.12.13-yocto-standard kernel-module-ebt-mark-6.12.13-yocto-standard kernel-module-ip6t-eui64-6.12.13-yocto-standard kernel-module-cast5-generic-6.12.13-yocto-standard kernel-module-af-key-6.12.13-yocto-standard kernel-module-nf-conntrack-sip-6.12.13-yocto-standard kernel-module-gpio-sim-6.12.13-yocto-standard kernel-module-xt-redirect-6.12.13-yocto-standard kernel-module-xt-multiport-6.12.13-yocto-standard kernel-module-xt-mac-6.12.13-yocto-standard kernel-module-blowfish-common-6.12.13-yocto-standard kernel-module-nft-chain-nat-6.12.13-yocto-standard kernel-module-esp4-6.12.13-yocto-standard kernel-module-arp-tables-6.12.13-yocto-standard kernel-module-nft-redir-6.12.13-yocto-standard kernel-module-nls-koi8-ru-6.12.13-yocto-standard kernel-module-twofish-generic-6.12.13-yocto-standard kernel-module-nf-nat-6.12.13-yocto-standard kernel-module-nf-conntrack-netlink-6.12.13-yocto-standard kernel-module-nf-log-syslog-6.12.13-yocto-standard kernel-module-xt-connlimit-6.12.13-yocto-standard kernel-module-xt-nat-6.12.13-yocto-standard kernel-module-xt-esp-6.12.13-yocto-standard kernel-module-ebt-among-6.12.13-yocto-standard kernel-module-xt-limit-6.12.13-yocto-standard kernel-module-act-mirred-6.12.13-yocto-standard kernel-module-ts-fsm-6.12.13-yocto-standard kernel-module-xt-string-6.12.13-yocto-standard kernel-module-xt-dscp-6.12.13-yocto-standard kernel-module-nft-numgen-6.12.13-yocto-standard kernel-module-sch-gred-6.12.13-yocto-standard kernel-module-nf-conntrack-amanda-6.12.13-yocto-standard kernel-module-nf-defrag-ipv4-6.12.13-yocto-standard" packages/qemumips-poky-linux/linux-yocto/linux-yocto-src: PKGV changed from 6.12.11+git0+cbe89aee4d_4a649d3eec to 6.12.13+git0+2506ff7d20_529b1f229a Changes to packages/x86_64-linux/glib-2.0-native (sysroot): /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/buildtools was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/buildtools/build was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/buildtools/build/build was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/buildtools/build/build/tmp was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/buildtools/build/build/tmp/work was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/buildtools/build/build/tmp/work/x86_64-linux was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/buildtools/build/build/tmp/work/x86_64-linux/glib-2.0-native was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/buildtools/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.82.4 was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/buildtools/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.82.4/recipe-sysroot-native was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/buildtools/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.82.4/recipe-sysroot-native/usr was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/buildtools/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.82.4/recipe-sysroot-native/usr/lib was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/buildtools/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.82.4/recipe-sysroot-native/usr/lib/libglib-2.0.so.0.8200.4-gdb.py was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/buildtools/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.82.4/recipe-sysroot-native/usr/lib/libgobject-2.0.so.0.8200.4-gdb.py was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-clang was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-clang/build was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-clang/build/build was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-clang/build/build/tmp was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-clang/build/build/tmp/work was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-clang/build/build/tmp/work/x86_64-linux was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-clang/build/build/tmp/work/x86_64-linux/glib-2.0-native was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-clang/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.82.4 was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-clang/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.82.4/recipe-sysroot-native was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-clang/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.82.4/recipe-sysroot-native/usr was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-clang/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.82.4/recipe-sysroot-native/usr/lib was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-clang/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.82.4/recipe-sysroot-native/usr/lib/libglib-2.0.so.0.8200.4-gdb.py was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-clang/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.82.4/recipe-sysroot-native/usr/lib/libgobject-2.0.so.0.8200.4-gdb.py was removed Changes to packages/x86_64-linux/python3-native (sysroot): /usr/lib/python3.13/_apple_support.py was added packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-misc: FILELIST: added "/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/python3.13/_apple_support.py /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/python3.13/__pycache__/_apple_support.cpython-313.pyc" packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-tests: FILELIST: added "/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/python3.13/test/__pycache__/test_apple.cpython-313.pyc /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/python3.13/test/test_capi/test_file.py /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/python3.13/test/test_capi/__pycache__/test_eval.cpython-313.pyc /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/python3.13/test/test_xml_dom_xmlbuilder.py /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/python3.13/test/test_capi/__pycache__/test_file.cpython-313.pyc /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/python3.13/test/test_capi/__pycache__/test_import.cpython-313.pyc /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/python3.13/test/test_apple.py /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/python3.13/test/test_capi/test_eval.py /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/python3.13/test/__pycache__/test_xml_dom_xmlbuilder.cpython-313.pyc /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/python3.13/test/test_capi/test_import.py" Changes to packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3 (sysroot): /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/python3.13/_apple_support.py was added /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/python3.13/__pycache__/_apple_support.cpython-313.pyc was added packages/qemumips-poky-linux/linux-yocto/kernel-module-8021q-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-8021q-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-act-mirred-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-act-mirred-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-act-skbedit-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-act-skbedit-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-af-alg-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-af-alg-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-af-key-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-af-key-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ah4-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ah4-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-algif-aead-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-algif-aead-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-algif-hash-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-algif-hash-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-algif-rng-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-algif-rng-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-algif-skcipher-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-algif-skcipher-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-arp-tables-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-arp-tables-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-arpt-mangle-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-arpt-mangle-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-arptable-filter-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-arptable-filter-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-binfmt-misc-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-binfmt-misc-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-blowfish-common-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-blowfish-common-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-blowfish-generic-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-blowfish-generic-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-bonding-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-bonding-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-bsd-comp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-bsd-comp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-bytestream-example-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-bytestream-example-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-camellia-generic-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-camellia-generic-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-cast-common-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-cast-common-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-cast5-generic-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-cast5-generic-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-cast6-generic-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-cast6-generic-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-cdrom-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-cdrom-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-cls-flower-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-cls-flower-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-configfs-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-configfs-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-configfs-sample-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-configfs-sample-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-crc-ccitt-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-crc-ccitt-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-crc-t10dif-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-crc-t10dif-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-crct10dif-common-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-crct10dif-common-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-crct10dif-generic-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-crct10dif-generic-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-cuse-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-cuse-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-dma-example-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-dma-example-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-dummy-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-dummy-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebt-802-3-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebt-802-3-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebt-among-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebt-among-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebt-arp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebt-arp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebt-arpreply-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebt-arpreply-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebt-dnat-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebt-dnat-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebt-ip-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebt-ip-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebt-ip6-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebt-ip6-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebt-limit-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebt-limit-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebt-log-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebt-log-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebt-mark-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebt-mark-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebt-mark-m-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebt-mark-m-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebt-nflog-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebt-nflog-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebt-pkttype-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebt-pkttype-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebt-redirect-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebt-redirect-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebt-snat-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebt-snat-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebt-stp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebt-stp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebt-vlan-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebt-vlan-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebtable-broute-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebtable-broute-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebtable-filter-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebtable-filter-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebtable-nat-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebtable-nat-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebtables-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ebtables-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-esp4-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-esp4-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-fuse-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-fuse-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-gpio-mockup-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-gpio-mockup-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-gpio-sim-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-gpio-sim-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-gre-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-gre-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-i2c-dev-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-i2c-dev-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-i2c-piix4-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-i2c-piix4-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-i2c-smbus-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-i2c-smbus-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-inttype-example-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-inttype-example-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ip-gre-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ip-gre-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ip-tables-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ip-tables-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ip6-tables-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ip6-tables-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ip6-tunnel-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ip6-tunnel-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ip6t-eui64-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ip6t-eui64-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ip6t-frag-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ip6t-frag-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ip6t-hbh-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ip6t-hbh-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ip6t-ipv6header-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ip6t-ipv6header-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ip6t-rt-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ip6t-rt-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ip6table-filter-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ip6table-filter-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ip6table-mangle-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ip6table-mangle-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ip6table-nat-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ip6table-nat-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ip6table-raw-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ip6table-raw-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ipcomp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ipcomp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ipcomp6-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ipcomp6-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ipip-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ipip-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ipt-ah-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ipt-ah-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ipt-ecn-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ipt-ecn-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ipt-reject-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ipt-reject-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ipt-rpfilter-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ipt-rpfilter-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ipt-synproxy-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ipt-synproxy-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-iptable-filter-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-iptable-filter-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-iptable-mangle-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-iptable-mangle-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-iptable-nat-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-iptable-nat-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-iptable-raw-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-iptable-raw-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-iptable-security-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-iptable-security-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-kobject-example-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-kobject-example-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-kprobe-example-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-kprobe-example-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-kretprobe-example-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-kretprobe-example-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-kset-example-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-kset-example-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-l2tp-ppp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-l2tp-ppp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-loop-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-loop-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-michael-mic-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-michael-mic-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nbd-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nbd-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-conncount-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-conncount-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-conntrack-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-conntrack-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-conntrack-amanda-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-conntrack-amanda-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-conntrack-broadcast-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-conntrack-broadcast-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-conntrack-ftp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-conntrack-ftp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-conntrack-h323-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-conntrack-h323-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-conntrack-irc-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-conntrack-irc-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-conntrack-netbios-ns-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-conntrack-netbios-ns-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-conntrack-netlink-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-conntrack-netlink-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-conntrack-pptp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-conntrack-pptp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-conntrack-sane-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-conntrack-sane-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-conntrack-sip-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-conntrack-sip-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-conntrack-tftp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-conntrack-tftp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-defrag-ipv4-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-defrag-ipv4-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-defrag-ipv6-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-defrag-ipv6-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-flow-table-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-flow-table-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-flow-table-inet-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-flow-table-inet-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-log-syslog-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-log-syslog-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-nat-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-nat-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-nat-amanda-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-nat-amanda-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-nat-ftp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-nat-ftp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-nat-h323-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-nat-h323-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-nat-irc-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-nat-irc-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-nat-pptp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-nat-pptp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-nat-sip-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-nat-sip-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-nat-tftp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-nat-tftp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-reject-ipv4-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-reject-ipv4-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-reject-ipv6-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-reject-ipv6-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-socket-ipv4-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-socket-ipv4-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-socket-ipv6-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-socket-ipv6-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-synproxy-core-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nf-synproxy-core-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nfnetlink-log-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nfnetlink-log-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nfnetlink-osf-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nfnetlink-osf-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nfnetlink-queue-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nfnetlink-queue-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nfsd-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nfsd-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-chain-nat-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-chain-nat-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-compat-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-compat-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-connlimit-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-connlimit-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-ct-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-ct-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-flow-offload-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-flow-offload-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-hash-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-hash-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-limit-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-limit-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-log-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-log-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-masq-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-masq-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-nat-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-nat-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-numgen-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-numgen-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-osf-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-osf-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-queue-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-queue-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-quota-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-quota-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-redir-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-redir-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-reject-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-reject-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-reject-inet-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-reject-inet-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-reject-ipv4-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-reject-ipv4-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-reject-ipv6-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-reject-ipv6-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-socket-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-socket-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-synproxy-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-synproxy-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-tunnel-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-tunnel-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-xfrm-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nft-xfrm-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-ascii-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-ascii-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp1250-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp1250-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp1251-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp1251-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp1255-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp1255-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp737-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp737-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp775-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp775-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp850-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp850-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp852-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp852-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp855-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp855-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp857-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp857-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp860-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp860-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp861-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp861-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp862-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp862-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp863-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp863-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp864-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp864-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp865-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp865-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp866-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp866-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp869-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp869-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp874-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp874-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp932-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp932-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp936-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp936-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp949-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp949-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp950-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-cp950-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-euc-jp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-euc-jp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-iso8859-13-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-iso8859-13-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-iso8859-14-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-iso8859-14-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-iso8859-15-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-iso8859-15-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-iso8859-2-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-iso8859-2-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-iso8859-3-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-iso8859-3-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-iso8859-4-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-iso8859-4-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-iso8859-5-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-iso8859-5-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-iso8859-6-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-iso8859-6-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-iso8859-7-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-iso8859-7-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-iso8859-9-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-iso8859-9-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-koi8-r-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-koi8-r-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-koi8-ru-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-koi8-ru-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-koi8-u-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-koi8-u-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-utf8-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-nls-utf8-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-parport-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-parport-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-parport-pc-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-parport-pc-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-pktgen-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-pktgen-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ppp-async-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ppp-async-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ppp-deflate-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ppp-deflate-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ppp-generic-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ppp-generic-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ppp-synctty-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ppp-synctty-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-pppoe-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-pppoe-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-pppox-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-pppox-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-record-example-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-record-example-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-romfs-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-romfs-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-sch-codel-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-sch-codel-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-sch-fq-codel-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-sch-fq-codel-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-sch-gred-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-sch-gred-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-sch-hfsc-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-sch-hfsc-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-sch-htb-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-sch-htb-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-sch-ingress-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-sch-ingress-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-sch-multiq-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-sch-multiq-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-sch-netem-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-sch-netem-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-sch-prio-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-sch-prio-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-sch-red-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-sch-red-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-sch-sfq-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-sch-sfq-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-sch-tbf-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-sch-tbf-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-sch-teql-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-sch-teql-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-scsi-debug-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-scsi-debug-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-sctp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-sctp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-sctp-diag-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-sctp-diag-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-serpent-generic-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-serpent-generic-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-sg-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-sg-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-slhc-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-slhc-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-slip-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-slip-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-softdog-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-softdog-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-sr-mod-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-sr-mod-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-tcrypt-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-tcrypt-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-team-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-team-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-team-mode-activebackup-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-team-mode-activebackup-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-team-mode-broadcast-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-team-mode-broadcast-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-team-mode-loadbalance-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-team-mode-loadbalance-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-team-mode-random-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-team-mode-random-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-team-mode-roundrobin-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-team-mode-roundrobin-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-tipc-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-tipc-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-tipc-diag-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-tipc-diag-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-trace-events-sample-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-trace-events-sample-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-trace-printk-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-trace-printk-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ts-bm-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ts-bm-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ts-fsm-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ts-fsm-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ts-kmp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-ts-kmp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-tun-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-tun-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-tunnel6-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-tunnel6-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-twofish-common-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-twofish-common-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-twofish-generic-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-twofish-generic-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-usb-storage-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-usb-storage-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-virtio-input-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-virtio-input-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-watchdog-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-watchdog-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-wp512-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-wp512-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-x-tables-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-x-tables-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xcbc-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xcbc-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xfrm-ipcomp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xfrm-ipcomp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xfrm-user-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xfrm-user-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xfrm4-tunnel-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xfrm4-tunnel-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xfrm6-tunnel-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xfrm6-tunnel-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-classify-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-classify-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-comment-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-comment-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-connbytes-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-connbytes-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-connlimit-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-connlimit-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-connmark-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-connmark-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-conntrack-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-conntrack-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-ct-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-ct-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-dccp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-dccp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-dscp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-dscp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-ecn-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-ecn-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-esp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-esp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-hashlimit-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-hashlimit-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-helper-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-helper-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-hl-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-hl-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-l2tp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-l2tp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-length-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-length-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-limit-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-limit-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-log-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-log-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-mac-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-mac-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-mark-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-mark-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-masquerade-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-masquerade-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-multiport-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-multiport-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-nat-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-nat-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-netmap-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-netmap-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-nflog-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-nflog-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-nfqueue-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-nfqueue-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-pkttype-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-pkttype-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-policy-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-policy-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-quota-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-quota-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-realm-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-realm-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-redirect-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-redirect-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-sctp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-sctp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-state-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-state-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-statistic-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-statistic-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-string-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-string-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-tcpmss-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-tcpmss-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-tcpudp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-tcpudp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-trace-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-trace-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-u32-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemumips-poky-linux/linux-yocto/kernel-module-xt-u32-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - --