From 70f6edda828755fa3ab11f16b11378bff0b37599 Mon Sep 17 00:00:00 2001 From: John Klug Date: Fri, 21 Aug 2020 16:28:02 -0500 Subject: Remove generic images for mLinux --- .../core-image-rorootfs-overlay-initramfs.bb | 23 -- recipes-core/images/mlinux-base-image.bb | 72 ----- recipes-core/images/mlinux-basetest-image.bb | 9 - recipes-core/images/mlinux-commissioning-image.bb | 7 - recipes-core/images/mlinux-factory-image.bb | 95 ------- recipes-core/images/mlinux-factory-test-image.bb | 8 - recipes-core/images/mlinux-minimal-image.bb | 80 ------ recipes-core/images/mlinux-mono-image.bb | 3 - .../images/mlinux-mtcap-commissioning-image.bb | 17 -- recipes-core/images/mlinux-mtcap-debug-image.bb | 11 - recipes-core/images/mlinux-mtcap-image.bb | 76 ------ recipes-core/images/mlinux-mtcap-test-image.bb | 87 ------ recipes-core/images/mlinux-mths-image.bb | 8 - recipes-core/images/mlinux-mtr-image.bb | 68 ----- recipes-core/images/mlinux-mtrv1-image.bb | 71 ----- recipes-core/images/mlinux-rs9113-base-image.bb | 5 - recipes-core/images/mlinux-rs9113-factory-image.bb | 5 - recipes-core/images/mlinux-rs9113-mtrv1-image.bb | 74 ------ recipes-core/images/mlinux-sdk.bb | 5 - recipes-core/images/mtcap-modules.inc | 286 -------------------- recipes-core/images/mtr-modules.inc | 293 --------------------- 21 files changed, 1303 deletions(-) delete mode 100644 recipes-core/images/core-image-rorootfs-overlay-initramfs.bb delete mode 100644 recipes-core/images/mlinux-base-image.bb delete mode 100644 recipes-core/images/mlinux-basetest-image.bb delete mode 100644 recipes-core/images/mlinux-commissioning-image.bb delete mode 100644 recipes-core/images/mlinux-factory-image.bb delete mode 100644 recipes-core/images/mlinux-factory-test-image.bb delete mode 100644 recipes-core/images/mlinux-minimal-image.bb delete mode 100644 recipes-core/images/mlinux-mono-image.bb delete mode 100644 recipes-core/images/mlinux-mtcap-commissioning-image.bb delete mode 100644 recipes-core/images/mlinux-mtcap-debug-image.bb delete mode 100644 recipes-core/images/mlinux-mtcap-image.bb delete mode 100644 recipes-core/images/mlinux-mtcap-test-image.bb delete mode 100644 recipes-core/images/mlinux-mths-image.bb delete mode 100644 recipes-core/images/mlinux-mtr-image.bb delete mode 100644 recipes-core/images/mlinux-mtrv1-image.bb delete mode 100644 recipes-core/images/mlinux-rs9113-base-image.bb delete mode 100644 recipes-core/images/mlinux-rs9113-factory-image.bb delete mode 100644 recipes-core/images/mlinux-rs9113-mtrv1-image.bb delete mode 100644 recipes-core/images/mlinux-sdk.bb delete mode 100644 recipes-core/images/mtcap-modules.inc delete mode 100644 recipes-core/images/mtr-modules.inc diff --git a/recipes-core/images/core-image-rorootfs-overlay-initramfs.bb b/recipes-core/images/core-image-rorootfs-overlay-initramfs.bb deleted file mode 100644 index 47946c5..0000000 --- a/recipes-core/images/core-image-rorootfs-overlay-initramfs.bb +++ /dev/null @@ -1,23 +0,0 @@ -# Simple initramfs image. Mostly used for live images. -# Derived from https://github.com/cmhe/meta-readonly-rootfs-overlay -DESCRIPTION = "Small image capable of booting a device. The kernel includes \ -the Minimal RAM-based Initial Root Filesystem (initramfs), mounts the root fs \ -read only and uses a file system overlay for written data." - -PACKAGE_INSTALL = "initramfs-readonly-rootfs-overlay ${VIRTUAL-RUNTIME_base-utils} udev base-passwd gptfdisk ${ROOTFS_BOOTSTRAP_INSTALL}" - -# Do not pollute the initrd image with rootfs features -IMAGE_FEATURES = "" - -export IMAGE_BASENAME = "${PN}" -IMAGE_LINGUAS = "" - -LICENSE = "MIT" - -IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}" -inherit core-image - -IMAGE_ROOTFS_SIZE = "8192" -IMAGE_ROOTFS_EXTRA_SPACE = "0" - -BAD_RECOMMENDATIONS += "busybox-syslog" diff --git a/recipes-core/images/mlinux-base-image.bb b/recipes-core/images/mlinux-base-image.bb deleted file mode 100644 index e06e754..0000000 --- a/recipes-core/images/mlinux-base-image.bb +++ /dev/null @@ -1,72 +0,0 @@ -# Conduit 0.0 or 0.1 without RS9113 -DESCRIPTION = "mLinux base image" -LICENSE = "MIT" - -require mlinux-minimal-image.bb - -FILESYSTEM_FEATURES = "dosfstools \ - cifs-utils \ - lsof \ - " - -NETWORKING_FEATURES_append = " \ - bridge-utils \ - inetutils-ftp \ - openssl \ - rsync \ - iperf3 \ - lldpd \ - mii-diag \ - tcpdump \ - netcat \ - wget \ - strongswan \ - busybox-ifplugd \ - " - -WIFI_FEATURES = " \ - libnl \ - wpa-supplicant \ - iw \ - hostapd \ - " - -BLUETOOTH_FEATURES = "bluez5" - -# Add all timezones available -# ntpdate will sync time every 30 min by default via cron -TIME_FEATURES = "tzdata tzdata-africa tzdata-americas tzdata-antarctica tzdata-arctic \ - tzdata-asia tzdata-atlantic tzdata-australia tzdata-europe tzdata-pacific \ - tzdata-misc \ - cronie \ - ntpdate \ - " - -# u-boot-linux-utils: U-Boot environment access from Linux -# mlinux-scripts: sample scripts for setting up Conduit for various tasks -# reset-handler: default reset button handler -# radio-cmd: supports cellular radio activation and other configuration commands -# radio-query: queries cellular radio for common info (IMEI, RSSI, etc) -# jsparser: command line tool to parse JSON files -MULTITECH_FEATURES_append = " \ - u-boot-linux-utils \ - mlinux-scripts \ - reset-handler \ - radio-cmd radio-query \ - jsparser \ - " - -MISC_FEATURES = "minicom lrzsz nano" - -DEBUG_FEATURES = "" - -# Extra stuff to install -IMAGE_INSTALL_append = " \ - kernel-modules \ - ${WIFI_FEATURES} \ - ${BLUETOOTH_FEATURES} \ - ${FILESYSTEM_FEATURES} \ - ${TIME_FEATURES} \ - ${MISC_FEATURES} \ - ${DEBUG_FEATURES} \ - " diff --git a/recipes-core/images/mlinux-basetest-image.bb b/recipes-core/images/mlinux-basetest-image.bb deleted file mode 100644 index 807b16e..0000000 --- a/recipes-core/images/mlinux-basetest-image.bb +++ /dev/null @@ -1,9 +0,0 @@ -# Conduit 0.0 or 0.1 without RS9113 -DESCRIPTION = "mLinux base test image" -LICENSE = "MIT" - -require mlinux-base-image.bb - -# Open console for test image -CONSOLE = "sysvinit-inittab-start-open" - diff --git a/recipes-core/images/mlinux-commissioning-image.bb b/recipes-core/images/mlinux-commissioning-image.bb deleted file mode 100644 index 5ba16a6..0000000 --- a/recipes-core/images/mlinux-commissioning-image.bb +++ /dev/null @@ -1,7 +0,0 @@ -require mlinux-rs9113-factory-image.bb -DESCRIPTION = "mLinux factory image with commissioning support" - -# Extra stuff to install -IMAGE_INSTALL_append = " dnsmasq bluez5-noinst-tools python-dbus commissioning commissioning-php-fpm rs9113-rm" -IMAGE_INSTALL_remove = "useradd" -ROOTFS_POSTPROCESS_COMMAND_remove = "mlinux_set_root_password;" diff --git a/recipes-core/images/mlinux-factory-image.bb b/recipes-core/images/mlinux-factory-image.bb deleted file mode 100644 index 0e76c20..0000000 --- a/recipes-core/images/mlinux-factory-image.bb +++ /dev/null @@ -1,95 +0,0 @@ -# Conduit 0.0 or 0.1 without RS9113 -require mlinux-base-image.bb -DESCRIPTION = "mLinux factory image" - -# For now we don't put this in MTR or AEP -# Password restrictions library from Redhat -IMAGE_INSTALL_append = " libpwquality" - -LIGHTTPD = "lighttpd \ - lighttpd-module-cgi lighttpd-module-indexfile \ - lighttpd-module-redirect lighttpd-module-auth \ - lighttpd-module-access lighttpd-module-accesslog \ - lighttpd-module-rewrite lighttpd-module-proxy lighttpd-module-fastcgi \ - lighttpd-module-scgi lighttpd-module-alias \ - lighttpd-module-dirlisting lighttpd-module-staticfile \ - " - -# Lighttpd web server -IMAGE_INSTALL_append = " ${LIGHTTPD}" - -IMAGE_INSTALL_append = " sqlite3" - -IMAGE_INSTALL_append= " autossh" - -# Monit system/process monitor -IMAGE_INSTALL_append = " monit" - -# LoRa support (MTAC-LORA accessory card) -IMAGE_INSTALL_append = " lora-gateway-utils lora-query lora-network-server lora-packet-forwarder-usb" -IMAGE_INSTALL_mtcdt_append = " lora-gateway-geolocation-utils lora-packet-forwarder-geolocation" -IMAGE_INSTALL_mtbsp-at91_append = " mtac-xdot-util" - -# MQTT server -IMAGE_INSTALL_append = " mosquitto mosquitto-clients" - - -# Perl support -IMAGE_INSTALL_append = " perl" -IMAGE_INSTALL_append = " perl-module-io perl-module-fcntl" -# not in meta-oe or oe-core... -#IMAGE_INSTALL_append = " libdevice-serialport-perl" -#IMAGE_INSTALL_append = " libexpect-perl" - -# Python support -IMAGE_INSTALL_append = " python" -# Python modules -IMAGE_INSTALL_append = " python-argparse \ -python-compression \ -python-dateutil \ -python-html \ -python-psutil \ -python-pyopenssl \ -python-pyserial \ -python-pyudev \ -python-pyusb \ -python-simplejson \ -python-sqlite3 \ -python-syslog \ -python-textutils \ -python-unixadmin \ -python-xml \ -" - -# Ruby support -IMAGE_INSTALL_append = " ruby" - -IMAGE_INSTALL_append = " ruby-sqlite3" -IMAGE_INSTALL_append = " ruby-serialport" - -# OpenJDK Java runtime -# IMAGE_INSTALL_append = " openjdk-8" -# OpenJDK with JamVM VM (Multi-Tech default) -# IMAGE_INSTALL_append = " jamvm" -# OpenJDK with CACAO VM (run with 'java -cacao') -# IMAGE_INSTALL_append = " openjdk-7-vm-cacao" -# OpenJDK Zero VM (run with 'java -zero') -# IMAGE_INSTALL_append = " openjdk-7-vm-zero" - -# PHP support -IMAGE_INSTALL_append = " php php-cli php-fpm" - -# Node.js support not available for Atmel any more. -# IMAGE_INSTALL_append = " nodejs nodejs-npm" - -# Multi-Tech SMS Utility (see http://git.multitech.net) -IMAGE_INSTALL_append = " sms-utils" -# Multi-Tech GPS Utility -IMAGE_INSTALL_append = " venus-gps" -IMAGE_INSTALL_append = " pps-tools" -IMAGE_INSTALL_append = " dnsmasq bluez5-pand bluez5-rfcomm" - -# When ntp is to use the GPS, gps-utils is required -IMAGE_INSTALL_append = " gpsd libgps ntp ntp-utils gpspipe gps-utils" - -IMAGE_INSTALL_append = " lxfp uvccapture" diff --git a/recipes-core/images/mlinux-factory-test-image.bb b/recipes-core/images/mlinux-factory-test-image.bb deleted file mode 100644 index 82ed75d..0000000 --- a/recipes-core/images/mlinux-factory-test-image.bb +++ /dev/null @@ -1,8 +0,0 @@ -DESCRIPTION = "mLinux factory test image" -LICENSE = "MIT" - -require mlinux-factory-image.bb - -IMAGE_INSTALL_append = " i2c-tools spitools " -#Open console for testing -CONSOLE = "sysvinit-inittab-start-open" diff --git a/recipes-core/images/mlinux-minimal-image.bb b/recipes-core/images/mlinux-minimal-image.bb deleted file mode 100644 index 41829ec..0000000 --- a/recipes-core/images/mlinux-minimal-image.bb +++ /dev/null @@ -1,80 +0,0 @@ -DESCRIPTION = "mLinux minimal image" -LICENSE = "MIT" - -inherit core-image -inherit mlinux-image - -IMAGE_LINGUAS = "" -IMAGE_FEATURES_append = " ssh-server-openssh package-management" - -# Don't wipe out CORE_FEATURES from minimal image -CORE_FEATURES_append = " \ - packagegroup-core-boot packagegroup-distro-base \ - packagegroup-base-ext2 \ - packagegroup-base-usbhost packagegroup-base-usbgadget \ - udev-extraconf usb-gadget-mode \ - sysfsutils module-init-tools \ - bash procps \ - openssh-sftp-server \ - util-linux-mount util-linux-umount \ - start-stop-daemon \ - sudo \ - ${CORE_IMAGE_EXTRA_INSTALL} \ - mlinux-feed-configs \ - useradd \ - mts-io-sysfs \ - " - -CORE_FEATURES_append_mtbsp-at91 = " mtd-utils mtd-utils-jffs2 fstab-at91" - -NETWORKING_FEATURES = "ppp curl iproute2 \ - iptables iputils \ - " - -# mts-io: IO Controller for Multi-Tech hardware. -# (LEDs, temp sensor, serial lines, and more) -# -# config: Handles default config files stored in /var/config. -# /var/config is mounted on a separate flash partition so that config -# files survive flashing of rootfs. See recipe for details. -# -# set-rs485: enables RS485 half-duplex mode for a given tty device -# -# mtcap does not need mts-io-util, but it is required for LoRa 2.1 images - -MULTITECH_FEATURES = "kernel-module-mts-io \ - mts-io-noarch \ - mts-io-util \ - config \ - mts-id-eeprom \ - set-rs485 \ - radio-reset \ - upgrade-reboot" - -MULTITECH_MTAC = "" -MULTITECH_MTAC_append_mtcdt = " \ - kernel-module-mtac \ - kernel-module-mtac-eth \ - kernel-module-mtac-gpiob \ - kernel-module-mtac-lora \ - kernel-module-mtac-mfser \ - kernel-module-mtac-pulse \ - kernel-module-mtac-xdot" - -MULTITECH_BB = "" - -# BSP SPECIFIC UPGRADE FEATURES -UPGRADE_FEATURES = "" -UPGRADE_FEATURES_mtbsp-at91 = "mtd-utils-static" - -CONSOLE = "sysvinit-inittab-start" - -IMAGE_INSTALL = "${CORE_FEATURES} \ - ${NETWORKING_FEATURES} \ - ${UPGRADE_FEATURES} \ - ${MULTITECH_FEATURES} \ - ${MULTITECH_MTAC} \ - ${MULTITECH_BB} \ - ${CONSOLE} \ - " - diff --git a/recipes-core/images/mlinux-mono-image.bb b/recipes-core/images/mlinux-mono-image.bb deleted file mode 100644 index d066ae9..0000000 --- a/recipes-core/images/mlinux-mono-image.bb +++ /dev/null @@ -1,3 +0,0 @@ -require mlinux-base-image.bb - -IMAGE_INSTALL_append = " mono mono-helloworld" diff --git a/recipes-core/images/mlinux-mtcap-commissioning-image.bb b/recipes-core/images/mlinux-mtcap-commissioning-image.bb deleted file mode 100644 index b1edd03..0000000 --- a/recipes-core/images/mlinux-mtcap-commissioning-image.bb +++ /dev/null @@ -1,17 +0,0 @@ -require mlinux-mtcap-image.bb -DESCRIPTION = "mtcap image with commissioning support" - -LIGHTTPD = "lighttpd \ - lighttpd-module-cgi lighttpd-module-indexfile \ - lighttpd-module-redirect lighttpd-module-auth \ - lighttpd-module-access lighttpd-module-accesslog \ - lighttpd-module-rewrite lighttpd-module-proxy lighttpd-module-fastcgi \ - lighttpd-module-scgi lighttpd-module-alias \ - lighttpd-module-dirlisting lighttpd-module-staticfile \ - " - -#install -IMAGE_INSTALL += "${LIGHTTPD}" -IMAGE_INSTALL_append = " commissioning commissioning-php-fpm" -IMAGE_INSTALL_remove = "useradd" -ROOTFS_POSTPROCESS_COMMAND_remove = "mlinux_set_root_password;" diff --git a/recipes-core/images/mlinux-mtcap-debug-image.bb b/recipes-core/images/mlinux-mtcap-debug-image.bb deleted file mode 100644 index ce20bdc..0000000 --- a/recipes-core/images/mlinux-mtcap-debug-image.bb +++ /dev/null @@ -1,11 +0,0 @@ -DESCRIPTION = "mLinux Conduit Access Point debug image" - -require mlinux-mtcap-image.bb - -# Extra stuff to install -IMAGE_INSTALL_append = " lora-network-server-mtcap \ - lora-gateway-utils \ - lora-query \ - mosquitto mosquitto-clients \ - " - diff --git a/recipes-core/images/mlinux-mtcap-image.bb b/recipes-core/images/mlinux-mtcap-image.bb deleted file mode 100644 index 1d4cb61..0000000 --- a/recipes-core/images/mlinux-mtcap-image.bb +++ /dev/null @@ -1,76 +0,0 @@ -DESCRIPTION = "mLinux Conduit Access Point image" - -require mlinux-minimal-image.bb -require mtcap-modules.inc - -# For now we don't put this in MTR or AEP -# Password restrictions library from Redhat -IMAGE_INSTALL_append = " libpwquality" - -FILESYSTEM_FEATURES = "dosfstools \ - cifs-utils \ - lsof \ - " - -NETWORKING_FEATURES_append = " \ - bridge-utils \ - inetutils-ftp \ - openssl \ - rsync \ - iperf3 \ - mii-diag \ - tcpdump \ - netcat \ - wget \ - strongswan \ - busybox-ifplugd \ - " - -TIME_FEATURES = "tzdata tzdata-africa tzdata-americas tzdata-antarctica tzdata-arctic \ - tzdata-asia tzdata-atlantic tzdata-australia tzdata-europe tzdata-pacific \ - tzdata-misc \ - cronie \ - ntpdate \ - " - -WIFI_FEATURES = "libnl \ - wpa-supplicant \ - iw \ - hostapd \ - wilc1000 \ - " - -MULTITECH_FEATURES_append = " \ - u-boot-linux-utils \ - mlinux-scripts \ - reset-handler \ - radio-cmd radio-query \ - cell-radio-carrierswitch \ - jsparser \ - protobuf \ - annex-client \ - " - -IMAGE_INSTALL_append = " \ - lora-gateway-utils \ - lora-query \ - lora-packet-forwarder \ - lora-network-server \ - logrotate \ - mosquitto mosquitto-clients \ - " - -MISC_FEATURES = "minicom lrzsz nano lxfp python-pip" - -# Extra stuff to install -# Someday add wifi features -# ${WIFI_FEATURES} -# -IMAGE_INSTALL_append = " \ - ${FILESYSTEM_FEATURES} \ - ${TIME_FEATURES} \ - ${MISC_FEATURES} \ - " - -# Multi-Tech SMS Utility (see http://git.multitech.net) -IMAGE_INSTALL_append = " sms-utils" diff --git a/recipes-core/images/mlinux-mtcap-test-image.bb b/recipes-core/images/mlinux-mtcap-test-image.bb deleted file mode 100644 index 0d96b4a..0000000 --- a/recipes-core/images/mlinux-mtcap-test-image.bb +++ /dev/null @@ -1,87 +0,0 @@ -DESCRIPTION = "mLinux Conduit Access Point image" - -require mlinux-minimal-image.bb -require mtcap-modules.inc - -# For now we don't put this in MTR or AEP -# Password restrictions library from Redhat -IMAGE_INSTALL += "libpwquality" - - -# Test image features -IMAGE_INSTALL += "i2c-tools \ - spitools \ - " - -FILESYSTEM_FEATURES = "dosfstools \ - cifs-utils \ - lsof \ - " - -NETWORKING_FEATURES += "bridge-utils \ - inetutils-ftp \ - openssl \ - rsync \ - iperf \ - mii-diag \ - tcpdump \ - netcat \ - wget \ - strongswan \ - busybox-ifplugd \ - " - -# No accessory cards for MTAC -MULTITECH_MTAC = "" - -TIME_FEATURES = "tzdata tzdata-africa tzdata-americas tzdata-antarctica tzdata-arctic \ - tzdata-asia tzdata-atlantic tzdata-australia tzdata-europe tzdata-pacific \ - tzdata-misc \ - cronie \ - ntpdate \ - " - -WIFI_FEATURES = "libnl \ - wpa-supplicant \ - wireless-tools \ - iw \ - hostapd hostap-utils \ - wilc1000 \ - " - -MULTITECH_FEATURES += " \ - u-boot-linux-utils \ - mlinux-scripts \ - reset-handler \ - radio-cmd radio-query \ - cell-radio-carrierswitch \ - jsparser \ - protobuf \ - annex-client \ - " - -IMAGE_INSTALL += "lora-gateway-utils \ - lora-query \ - lora-packet-forwarder \ - lora-network-server \ - logrotate \ - mosquitto mosquitto-clients \ - " - -MISC_FEATURES = "minicom lrzsz nano lxfp" - -# Extra stuff to install -# Someday add wifi features -# ${WIFI_FEATURES} -# -IMAGE_INSTALL += " \ - ${FILESYSTEM_FEATURES} \ - ${TIME_FEATURES} \ - ${MISC_FEATURES} \ - " - -# Open console for testing -CONSOLE = "sysvinit-inittab-start-open" - -# Multi-Tech SMS Utility (see http://git.multitech.net) -IMAGE_INSTALL += "sms-utils" diff --git a/recipes-core/images/mlinux-mths-image.bb b/recipes-core/images/mlinux-mths-image.bb deleted file mode 100644 index 9a90eea..0000000 --- a/recipes-core/images/mlinux-mths-image.bb +++ /dev/null @@ -1,8 +0,0 @@ -# Factory testing image for MTHS. -# config-mths is needed for factory -# reset. -require mlinux-rs9113-mtrv1-image.bb -DESCRIPTION = "MTHS images for Factory Testing" - -# Extra stuff to install -IMAGE_INSTALL += "config-mths dnsmasq" diff --git a/recipes-core/images/mlinux-mtr-image.bb b/recipes-core/images/mlinux-mtr-image.bb deleted file mode 100644 index efbfd69..0000000 --- a/recipes-core/images/mlinux-mtr-image.bb +++ /dev/null @@ -1,68 +0,0 @@ -require mtr-modules.inc -DESCRIPTION = "mLinux base mtr image" -LICENSE = "MIT" - -require mlinux-minimal-image.bb - -CONSOLE = "sysvinit-inittab-start-open" - -FILESYSTEM_FEATURES = "dosfstools \ - cifs-utils \ - lsof \ - " - -NETWORKING_FEATURES_append = " bridge-utils \ - inetutils-ftp \ - openssl \ - rsync \ - iperf3 \ - mii-diag \ - tcpdump \ - netcat \ - wget \ - strongswan \ - busybox-ifplugd \ - " - -WIFI_FEATURES = " \ - libnl \ - wpa-supplicant \ - iw \ - hostapd \ - " - -BLUETOOTH_FEATURES = "bluez5" - -# Add all timezones available -# ntpdate will sync time every 30 min by default via cron -TIME_FEATURES = "tzdata tzdata-africa tzdata-americas tzdata-antarctica tzdata-arctic \ - tzdata-asia tzdata-atlantic tzdata-australia tzdata-europe tzdata-pacific \ - tzdata-misc \ - cronie \ - ntpdate \ - " - -# u-boot-linux-utils: U-Boot environment access from Linux -# mlinux-scripts: sample scripts for setting up Conduit for various tasks -# reset-handler: default reset button handler -# radio-cmd: supports cellular radio activation and other configuration commands -# radio-query: queries cellular radio for common info (IMEI, RSSI, etc) -# jsparser: command line tool to parse JSON files -MULTITECH_FEATURES_append = " \ - u-boot-linux-utils \ - mlinux-scripts \ - reset-handler \ - radio-cmd radio-query \ - jsparser \ - " - -MISC_FEATURES = "minicom lrzsz nano" - -# Extra stuff to install -IMAGE_INSTALL_append = " \ - ${WIFI_FEATURES} \ - ${BLUETOOTH_FEATURES} \ - ${FILESYSTEM_FEATURES} \ - ${TIME_FEATURES} \ - ${MISC_FEATURES} \ - " diff --git a/recipes-core/images/mlinux-mtrv1-image.bb b/recipes-core/images/mlinux-mtrv1-image.bb deleted file mode 100644 index 43315f6..0000000 --- a/recipes-core/images/mlinux-mtrv1-image.bb +++ /dev/null @@ -1,71 +0,0 @@ -require mtr-modules.inc -DESCRIPTION = "mLinux base mtr image" -LICENSE = "MIT" - -require mlinux-minimal-image.bb - -CONSOLE = "sysvinit-inittab-start-open" - -FILESYSTEM_FEATURES = "dosfstools \ - cifs-utils \ - lsof \ - " - -NETWORKING_FEATURES_append = " bridge-utils \ - inetutils-ftp \ - openssl \ - rsync \ - iperf3 \ - mii-diag \ - tcpdump \ - netcat \ - wget \ - strongswan \ - busybox-ifplugd \ - " - -WIFI_FEATURES = " \ - libnl \ - wpa-supplicant \ - iw \ - hostapd \ - " - -BLUETOOTH_FEATURES = "bluez5 bluez5-pand" - -# Add all timezones available -# ntpdate will sync time every 30 min by default via cron -TIME_FEATURES = "tzdata tzdata-africa tzdata-americas tzdata-antarctica tzdata-arctic \ - tzdata-asia tzdata-atlantic tzdata-australia tzdata-europe tzdata-pacific \ - tzdata-misc \ - cronie \ - ntpdate \ - " - -# u-boot-linux-utils: U-Boot environment access from Linux -# mlinux-scripts: sample scripts for setting up Conduit for various tasks -# reset-handler: default reset button handler -# radio-cmd: supports cellular radio activation and other configuration commands -# radio-query: queries cellular radio for common info (IMEI, RSSI, etc) -# jsparser: command line tool to parse JSON files -MULTITECH_FEATURES_append = " \ - u-boot-linux-utils \ - mlinux-scripts \ - reset-handler \ - radio-cmd radio-query \ - jsparser \ - " - -MISC_FEATURES = "minicom lrzsz nano pps-tools" - -# Extra stuff to install -IMAGE_INSTALL_append = " kernel-module-rs9113 rs9113-util rs9113-autostart" -IMAGE_INSTALL_append = " gpsd libgps libgps24 ntp ntp-utils gpspipe gps-utils" - -IMAGE_INSTALL_append = " \ - ${WIFI_FEATURES} \ - ${BLUETOOTH_FEATURES} \ - ${FILESYSTEM_FEATURES} \ - ${TIME_FEATURES} \ - ${MISC_FEATURES} \ - " diff --git a/recipes-core/images/mlinux-rs9113-base-image.bb b/recipes-core/images/mlinux-rs9113-base-image.bb deleted file mode 100644 index ed2fc83..0000000 --- a/recipes-core/images/mlinux-rs9113-base-image.bb +++ /dev/null @@ -1,5 +0,0 @@ -require mlinux-base-image.bb -DESCRIPTION = "mLinux base image with rs9113 drivers" - -# Extra stuff to install -IMAGE_INSTALL_append = " kernel-module-rs9113 rs9113-autostart rs9113-util" diff --git a/recipes-core/images/mlinux-rs9113-factory-image.bb b/recipes-core/images/mlinux-rs9113-factory-image.bb deleted file mode 100644 index 40a4610..0000000 --- a/recipes-core/images/mlinux-rs9113-factory-image.bb +++ /dev/null @@ -1,5 +0,0 @@ -require mlinux-factory-image.bb -DESCRIPTION = "mLinux factory image with rs9113 drivers" - -# Extra stuff to install -IMAGE_INSTALL_append = " dnsmasq bluez5-noinst-tools python-dbus kernel-module-rs9113 rs9113-autostart rs9113-util rs9113-misc rs9113-utils-extra" diff --git a/recipes-core/images/mlinux-rs9113-mtrv1-image.bb b/recipes-core/images/mlinux-rs9113-mtrv1-image.bb deleted file mode 100644 index 6f77a44..0000000 --- a/recipes-core/images/mlinux-rs9113-mtrv1-image.bb +++ /dev/null @@ -1,74 +0,0 @@ -require mtr-modules.inc -DESCRIPTION = "mLinux base mtr image" -LICENSE = "MIT" - -require mlinux-minimal-image.bb -MULTITECH_MTAC = "" - -FILESYSTEM_FEATURES = "dosfstools \ - cifs-utils \ - lsof \ - " - -NETWORKING_FEATURES += "bridge-utils \ - dnsmasq \ - inetutils-ftp \ - openssl \ - rsync \ - iperf \ - iperf3 \ - mii-diag \ - tcpdump \ - netcat \ - wget \ - strongswan \ - busybox-ifplugd \ - " - -WIFI_FEATURES = " \ - libnl \ - wpa-supplicant \ - wireless-tools \ - iw \ - hostapd hostap-utils \ - " - -BLUETOOTH_FEATURES = "bluez5 bluez5-pand" - -# Add all timezones available -# ntpdate will sync time every 30 min by default via cron -TIME_FEATURES = "tzdata tzdata-africa tzdata-americas tzdata-antarctica tzdata-arctic \ - tzdata-asia tzdata-atlantic tzdata-australia tzdata-europe tzdata-pacific \ - tzdata-misc \ - cronie \ - ntpdate \ - " - -# u-boot-linux-utils: U-Boot environment access from Linux -# mlinux-scripts: sample scripts for setting up Conduit for various tasks -# reset-handler: default reset button handler -# radio-cmd: supports cellular radio activation and other configuration commands -# radio-query: queries cellular radio for common info (IMEI, RSSI, etc) -# jsparser: command line tool to parse JSON files -MULTITECH_FEATURES += " \ - u-boot-linux-utils \ - mlinux-scripts \ - reset-handler \ - radio-cmd radio-query \ - jsparser \ - " - -MISC_FEATURES = "minicom lrzsz nano pps-tools" - -# Extra stuff to install -IMAGE_INSTALL += "kernel-module-rs9113 rs9113rf rs9113-util rs9113-utils-extra rs9113-misc rs9113-autostart" -IMAGE_INSTALL += "gpsd libgps libgps24 ntp ntp-utils gpspipe gps-utils" -IMAGE_INSTALL += "lxfp" - -IMAGE_INSTALL += " \ - ${WIFI_FEATURES} \ - ${BLUETOOTH_FEATURES} \ - ${FILESYSTEM_FEATURES} \ - ${TIME_FEATURES} \ - ${MISC_FEATURES} \ - " diff --git a/recipes-core/images/mlinux-sdk.bb b/recipes-core/images/mlinux-sdk.bb deleted file mode 100644 index abdadbf..0000000 --- a/recipes-core/images/mlinux-sdk.bb +++ /dev/null @@ -1,5 +0,0 @@ -# Conduit 0.0 or 0.1 without RS9113 -require mlinux-factory-image.bb -DESCRIPTION = "mLinux SDK" - -IMAGE_INSTALL_append = " boost i2c-tools" diff --git a/recipes-core/images/mtcap-modules.inc b/recipes-core/images/mtcap-modules.inc deleted file mode 100644 index ed3ca51..0000000 --- a/recipes-core/images/mtcap-modules.inc +++ /dev/null @@ -1,286 +0,0 @@ -# This file could be improved -# by removing modules not needed -# by MTR. It could also be -# improved by not includeing -# modules that are dependency's -# of other modules. - -IMAGE_INSTALL_append = " \ - kernel-module-8021q \ - kernel-module-af-alg \ - kernel-module-algif-hash \ - kernel-module-algif-skcipher \ - kernel-module-ansi-cprng \ - kernel-module-anubis \ - kernel-module-arc4 \ - kernel-module-asix \ - kernel-module-at24 \ - kernel-module-at91-udc \ - kernel-module-atmel-mci \ - kernel-module-atmel-usba-udc \ - kernel-module-ax88179-178a \ - kernel-module-bcm203x \ - kernel-module-bfusb \ - kernel-module-blowfish-common \ - kernel-module-blowfish-generic \ - kernel-module-bluetooth \ - kernel-module-bnep \ - kernel-module-bpa10x \ - kernel-module-bridge \ - kernel-module-br-netfilter \ - kernel-module-bsd-comp \ - kernel-module-btbcm \ - kernel-module-btintel \ - kernel-module-btmrvl \ - kernel-module-btmrvl-sdio \ - kernel-module-btqca \ - kernel-module-btsdio \ - kernel-module-cast5-generic \ - kernel-module-cast6-generic \ - kernel-module-cast-common \ - kernel-module-catc \ - kernel-module-ccm \ - kernel-module-cdc-acm \ - kernel-module-cdc-ether \ - kernel-module-cdc-ncm \ - kernel-module-cdc-subset \ - kernel-module-cdc-wdm \ - kernel-module-cfg80211 \ - kernel-module-cmac \ - kernel-module-crc32c-generic \ - kernel-module-crc32-generic \ - kernel-module-ctr \ - kernel-module-cts \ - kernel-module-dm9000 \ - kernel-module-dm9601 \ - kernel-module-dm-log \ - kernel-module-dm-log-userspace \ - kernel-module-dm-mirror \ - kernel-module-dm-mod \ - kernel-module-dm-region-hash \ - kernel-module-dns-resolver \ - kernel-module-dummy \ - kernel-module-ecb \ - kernel-module-eeprom-93cx6 \ - kernel-module-encrypted-keys \ - kernel-module-ext4 \ - kernel-module-fcrypt \ - kernel-module-fscrypto \ - kernel-module-g-acm-ms \ - kernel-module-gadgetfs \ - kernel-module-garp \ - kernel-module-g-cdc \ - kernel-module-gcm \ - kernel-module-g-ether \ - kernel-module-gf128mul \ - kernel-module-ghash-generic \ - kernel-module-gluebi \ - kernel-module-g-mass-storage \ - kernel-module-g-serial \ - kernel-module-g-zero \ - kernel-module-hci-uart \ - kernel-module-hci-vhci \ - kernel-module-hidp \ - kernel-module-i2c-at91 \ - kernel-module-i2c-dev \ - kernel-module-i2c-gpio \ - kernel-module-i2c-slave-eeprom \ - kernel-module-ip6-gre \ - kernel-module-ip6table-filter \ - kernel-module-ip6table-mangle \ - kernel-module-ip6table-nat \ - kernel-module-ip6table-raw \ - kernel-module-ip6-tables \ - kernel-module-ip6t-ah \ - kernel-module-ip6t-eui64 \ - kernel-module-ip6t-frag \ - kernel-module-ip6t-hbh \ - kernel-module-ip6t-ipv6header \ - kernel-module-ip6t-masquerade \ - kernel-module-ip6t-mh \ - kernel-module-ip6t-npt \ - kernel-module-ip6t-reject \ - kernel-module-ip6t-rpfilter \ - kernel-module-ip6t-rt \ - kernel-module-ip6t-synproxy \ - kernel-module-ip6-tunnel \ - kernel-module-ip6-udp-tunnel \ - kernel-module-ip6-vti \ - kernel-module-ipip \ - kernel-module-iptable-filter \ - kernel-module-iptable-mangle \ - kernel-module-iptable-nat \ - kernel-module-iptable-raw \ - kernel-module-ip-tables \ - kernel-module-ipt-ah \ - kernel-module-ipt-clusterip \ - kernel-module-ipt-ecn \ - kernel-module-ipt-masquerade \ - kernel-module-ipt-reject \ - kernel-module-ipt-rpfilter \ - kernel-module-ipt-synproxy \ - kernel-module-ip-vs \ - kernel-module-iscsi-tcp \ - kernel-module-jbd2 \ - kernel-module-khazad \ - kernel-module-l2tp-core \ - kernel-module-l2tp-ppp \ - kernel-module-leds-blinkm \ - kernel-module-leds-regulator \ - kernel-module-ledtrig-gpio \ - kernel-module-ledtrig-heartbeat \ - kernel-module-ledtrig-netdev \ - kernel-module-ledtrig-timer \ - kernel-module-ledtrig-usbport \ - kernel-module-libcomposite \ - kernel-module-libiscsi \ - kernel-module-libiscsi-tcp \ - kernel-module-llc \ - kernel-module-mac80211 \ - kernel-module-mbcache \ - kernel-module-md4 \ - kernel-module-micrel \ - kernel-module-microchip \ - kernel-module-mrp \ - kernel-module-mtd-dataflash \ - kernel-module-mtd-nandbiterrs \ - kernel-module-mtd-nandecctest \ - kernel-module-mtd-oobtest \ - kernel-module-mtd-pagetest \ - kernel-module-mtd-readtest \ - kernel-module-mtd-speedtest \ - kernel-module-mtd-stresstest \ - kernel-module-mtd-subpagetest \ - kernel-module-mtd-torturetest \ - kernel-module-nf-conntrack-broadcast \ - kernel-module-nf-conntrack-ftp \ - kernel-module-nf-conntrack-h323 \ - kernel-module-nf-conntrack-ipv4 \ - kernel-module-nf-conntrack-ipv6 \ - kernel-module-nf-conntrack-netbios-ns \ - kernel-module-nf-conntrack-netlink \ - kernel-module-nf-conntrack-pptp \ - kernel-module-nf-conntrack-proto-gre \ - kernel-module-nf-conntrack-sip \ - kernel-module-nf-conntrack-snmp \ - kernel-module-nf-defrag-ipv4 \ - kernel-module-nf-defrag-ipv6 \ - kernel-module-nf-dup-ipv4 \ - kernel-module-nf-dup-ipv6 \ - kernel-module-nf-log-arp \ - kernel-module-nf-log-common \ - kernel-module-nf-log-ipv4 \ - kernel-module-nf-log-ipv6 \ - kernel-module-nf-nat-ftp \ - kernel-module-nf-nat-h323 \ - kernel-module-nf-nat-ipv4 \ - kernel-module-nf-nat-ipv6 \ - kernel-module-nf-nat-masquerade-ipv4 \ - kernel-module-nf-nat-masquerade-ipv6 \ - kernel-module-nf-nat-pptp \ - kernel-module-nf-nat-proto-gre \ - kernel-module-nf-nat-redirect \ - kernel-module-nf-nat-sip \ - kernel-module-nf-nat-snmp-basic \ - kernel-module-nfnetlink-cttimeout \ - kernel-module-nf-reject-ipv4 \ - kernel-module-nf-reject-ipv6 \ - kernel-module-nf-synproxy-core \ - kernel-module-nf-tables-inet \ - kernel-module-nf-tables-ipv4 \ - kernel-module-nf-tables-ipv6 \ - kernel-module-nf-tables-netdev \ - kernel-module-nft-chain-nat-ipv4 \ - kernel-module-nft-exthdr \ - kernel-module-nft-meta \ - kernel-module-option \ - kernel-module-p8022 \ - kernel-module-ppp-async \ - kernel-module-ppp-deflate \ - kernel-module-ppp-generic \ - kernel-module-ppp-mppe \ - kernel-module-pppoe \ - kernel-module-pppox \ - kernel-module-pps-core \ - kernel-module-pps-gpio \ - kernel-module-pps-ktimer \ - kernel-module-pps-ldisc \ - kernel-module-pptp \ - kernel-module-psnap \ - kernel-module-ptp \ - kernel-module-pwm-atmel-tcb \ - kernel-module-qmi-wwan \ - kernel-module-rfcomm \ - kernel-module-rfkill \ - kernel-module-rfkill-gpio \ - kernel-module-rfkill-regulator \ - kernel-module-rndis-host \ - kernel-module-rndis-wlan \ - kernel-module-salsa20-generic \ - kernel-module-scsi-transport-iscsi \ - kernel-module-seed \ - kernel-module-seqiv \ - kernel-module-serpent-generic \ - kernel-module-sha512-generic \ - kernel-module-sit \ - kernel-module-slhc \ - kernel-module-spi-atmel \ - kernel-module-spidev \ - kernel-module-spi-nor \ - kernel-module-stp \ - kernel-module-tea \ - kernel-module-tun \ - kernel-module-twofish-common \ - kernel-module-twofish-generic \ - kernel-module-udc-core \ - kernel-module-udp-tunnel \ - kernel-module-u-ether \ - kernel-module-uio \ - kernel-module-uio-pdrv-genirq \ - kernel-module-usb-f-acm \ - kernel-module-usb-f-ecm \ - kernel-module-usb-f-ecm-subset \ - kernel-module-usb-f-mass-storage \ - kernel-module-usb-f-obex \ - kernel-module-usb-f-rndis \ - kernel-module-usb-f-serial \ - kernel-module-usb-f-ss-lb \ - kernel-module-usbmon \ - kernel-module-usbnet \ - kernel-module-usbserial \ - kernel-module-usb-serial-simple \ - kernel-module-usb-storage \ - kernel-module-u-serial \ - kernel-module-xfrm6-mode-tunnel \ - kernel-module-x-tables \ - kernel-module-xt-classify \ - kernel-module-xt-connmark \ - kernel-module-xt-conntrack \ - kernel-module-xt-ct \ - kernel-module-xt-ecn \ - kernel-module-xt-esp \ - kernel-module-xt-hashlimit \ - kernel-module-xt-hl \ - kernel-module-xt-iprange \ - kernel-module-xt-l2tp \ - kernel-module-xt-led \ - kernel-module-xt-limit \ - kernel-module-xt-log \ - kernel-module-xt-mac \ - kernel-module-xt-mark \ - kernel-module-xt-multiport \ - kernel-module-xt-nat \ - kernel-module-xt-netmap \ - kernel-module-xt-nflog \ - kernel-module-xt-nfqueue \ - kernel-module-xt-policy \ - kernel-module-xt-recent \ - kernel-module-xt-redirect \ - kernel-module-xts \ - kernel-module-xt-set \ - kernel-module-xt-state \ - kernel-module-xt-tcpudp \ - kernel-module-xt-tee \ - kernel-module-xt-time \ - kernel-module-xt-tproxy \ -" diff --git a/recipes-core/images/mtr-modules.inc b/recipes-core/images/mtr-modules.inc deleted file mode 100644 index f5a57b3..0000000 --- a/recipes-core/images/mtr-modules.inc +++ /dev/null @@ -1,293 +0,0 @@ -# This file could be improved -# by removing modules not needed -# by MTR. It could also be -# improved by not includeing -# modules that are dependency's -# of other modules. - -IMAGE_INSTALL_append_mtr = "\ - kernel-module-wl12xx \ - kernel-module-wlcore \ - kernel-module-wlcore-sdio \ -" -# Modules for mtrv1 and mtr - -IMAGE_INSTALL_append = " \ - kernel-module-8021q \ - kernel-module-af-alg \ - kernel-module-algif-hash \ - kernel-module-algif-skcipher \ - kernel-module-ansi-cprng \ - kernel-module-anubis \ - kernel-module-arc4 \ - kernel-module-asix \ - kernel-module-at24 \ - kernel-module-at91-udc \ - kernel-module-atmel-mci \ - kernel-module-atmel-usba-udc \ - kernel-module-ax88179-178a \ - kernel-module-bcm203x \ - kernel-module-bfusb \ - kernel-module-blowfish-common \ - kernel-module-blowfish-generic \ - kernel-module-bluetooth \ - kernel-module-bnep \ - kernel-module-bpa10x \ - kernel-module-bridge \ - kernel-module-br-netfilter \ - kernel-module-bsd-comp \ - kernel-module-btbcm \ - kernel-module-btintel \ - kernel-module-btmrvl \ - kernel-module-btmrvl-sdio \ - kernel-module-btqca \ - kernel-module-btsdio \ - kernel-module-cast5-generic \ - kernel-module-cast6-generic \ - kernel-module-cast-common \ - kernel-module-catc \ - kernel-module-ccm \ - kernel-module-cdc-acm \ - kernel-module-cdc-ether \ - kernel-module-cdc-ncm \ - kernel-module-cdc-subset \ - kernel-module-cdc-wdm \ - kernel-module-cfg80211 \ - kernel-module-cmac \ - kernel-module-crc32c-generic \ - kernel-module-crc32-generic \ - kernel-module-ctr \ - kernel-module-cts \ - kernel-module-dm9000 \ - kernel-module-dm9601 \ - kernel-module-dm-log \ - kernel-module-dm-log-userspace \ - kernel-module-dm-mirror \ - kernel-module-dm-mod \ - kernel-module-dm-region-hash \ - kernel-module-dns-resolver \ - kernel-module-dummy \ - kernel-module-ecb \ - kernel-module-eeprom-93cx6 \ - kernel-module-encrypted-keys \ - kernel-module-ext4 \ - kernel-module-fcrypt \ - kernel-module-fscrypto \ - kernel-module-g-acm-ms \ - kernel-module-gadgetfs \ - kernel-module-garp \ - kernel-module-g-cdc \ - kernel-module-gcm \ - kernel-module-g-ether \ - kernel-module-gf128mul \ - kernel-module-ghash-generic \ - kernel-module-gluebi \ - kernel-module-g-mass-storage \ - kernel-module-g-serial \ - kernel-module-g-zero \ - kernel-module-hci-uart \ - kernel-module-hci-vhci \ - kernel-module-hidp \ - kernel-module-i2c-at91 \ - kernel-module-i2c-dev \ - kernel-module-i2c-gpio \ - kernel-module-i2c-slave-eeprom \ - kernel-module-ip6-gre \ - kernel-module-ip6table-filter \ - kernel-module-ip6table-mangle \ - kernel-module-ip6table-nat \ - kernel-module-ip6table-raw \ - kernel-module-ip6-tables \ - kernel-module-ip6t-ah \ - kernel-module-ip6t-eui64 \ - kernel-module-ip6t-frag \ - kernel-module-ip6t-hbh \ - kernel-module-ip6t-ipv6header \ - kernel-module-ip6t-masquerade \ - kernel-module-ip6t-mh \ - kernel-module-ip6t-npt \ - kernel-module-ip6t-reject \ - kernel-module-ip6t-rpfilter \ - kernel-module-ip6t-rt \ - kernel-module-ip6t-synproxy \ - kernel-module-ip6-tunnel \ - kernel-module-ip6-udp-tunnel \ - kernel-module-ip6-vti \ - kernel-module-ipip \ - kernel-module-iptable-filter \ - kernel-module-iptable-mangle \ - kernel-module-iptable-nat \ - kernel-module-iptable-raw \ - kernel-module-ip-tables \ - kernel-module-ipt-ah \ - kernel-module-ipt-clusterip \ - kernel-module-ipt-ecn \ - kernel-module-ipt-masquerade \ - kernel-module-ipt-reject \ - kernel-module-ipt-rpfilter \ - kernel-module-ipt-synproxy \ - kernel-module-ip-vs \ - kernel-module-iscsi-tcp \ - kernel-module-jbd2 \ - kernel-module-khazad \ - kernel-module-l2tp-core \ - kernel-module-l2tp-ppp \ - kernel-module-leds-blinkm \ - kernel-module-leds-regulator \ - kernel-module-ledtrig-gpio \ - kernel-module-ledtrig-heartbeat \ - kernel-module-ledtrig-netdev \ - kernel-module-ledtrig-timer \ - kernel-module-ledtrig-usbport \ - kernel-module-libcomposite \ - kernel-module-libiscsi \ - kernel-module-libiscsi-tcp \ - kernel-module-llc \ - kernel-module-mac80211 \ - kernel-module-mbcache \ - kernel-module-md4 \ - kernel-module-micrel \ - kernel-module-microchip \ - kernel-module-mii \ - kernel-module-mrp \ - kernel-module-mtd-dataflash \ - kernel-module-mtd-nandbiterrs \ - kernel-module-mtd-nandecctest \ - kernel-module-mtd-oobtest \ - kernel-module-mtd-pagetest \ - kernel-module-mtd-readtest \ - kernel-module-mtd-speedtest \ - kernel-module-mtd-stresstest \ - kernel-module-mtd-subpagetest \ - kernel-module-mtd-torturetest \ - kernel-module-nf-conntrack-broadcast \ - kernel-module-nf-conntrack-ftp \ - kernel-module-nf-conntrack-h323 \ - kernel-module-nf-conntrack-ipv4 \ - kernel-module-nf-conntrack-ipv6 \ - kernel-module-nf-conntrack-netbios-ns \ - kernel-module-nf-conntrack-netlink \ - kernel-module-nf-conntrack-pptp \ - kernel-module-nf-conntrack-proto-gre \ - kernel-module-nf-conntrack-sip \ - kernel-module-nf-conntrack-snmp \ - kernel-module-nf-defrag-ipv4 \ - kernel-module-nf-defrag-ipv6 \ - kernel-module-nf-dup-ipv4 \ - kernel-module-nf-dup-ipv6 \ - kernel-module-nf-log-arp \ - kernel-module-nf-log-common \ - kernel-module-nf-log-ipv4 \ - kernel-module-nf-log-ipv6 \ - kernel-module-nf-nat-ftp \ - kernel-module-nf-nat-h323 \ - kernel-module-nf-nat-ipv4 \ - kernel-module-nf-nat-ipv6 \ - kernel-module-nf-nat-masquerade-ipv4 \ - kernel-module-nf-nat-masquerade-ipv6 \ - kernel-module-nf-nat-pptp \ - kernel-module-nf-nat-proto-gre \ - kernel-module-nf-nat-redirect \ - kernel-module-nf-nat-sip \ - kernel-module-nf-nat-snmp-basic \ - kernel-module-nfnetlink-cttimeout \ - kernel-module-nf-reject-ipv4 \ - kernel-module-nf-reject-ipv6 \ - kernel-module-nf-synproxy-core \ - kernel-module-nf-tables-inet \ - kernel-module-nf-tables-ipv4 \ - kernel-module-nf-tables-ipv6 \ - kernel-module-nf-tables-netdev \ - kernel-module-nft-chain-nat-ipv4 \ - kernel-module-nft-exthdr \ - kernel-module-nft-meta \ - kernel-module-option \ - kernel-module-p8022 \ - kernel-module-ppp-async \ - kernel-module-ppp-deflate \ - kernel-module-ppp-generic \ - kernel-module-ppp-mppe \ - kernel-module-pppoe \ - kernel-module-pppox \ - kernel-module-pps-core \ - kernel-module-pps-gpio \ - kernel-module-pps-ktimer \ - kernel-module-pps-ldisc \ - kernel-module-pptp \ - kernel-module-psnap \ - kernel-module-ptp \ - kernel-module-pwm-atmel-tcb \ - kernel-module-qmi-wwan \ - kernel-module-rfcomm \ - kernel-module-rfkill \ - kernel-module-rfkill-gpio \ - kernel-module-rfkill-regulator \ - kernel-module-rndis-host \ - kernel-module-rndis-wlan \ - kernel-module-salsa20-generic \ - kernel-module-scsi-transport-iscsi \ - kernel-module-seed \ - kernel-module-seqiv \ - kernel-module-serpent-generic \ - kernel-module-sha512-generic \ - kernel-module-sit \ - kernel-module-slhc \ - kernel-module-spidev \ - kernel-module-spi-nor \ - kernel-module-stp \ - kernel-module-tea \ - kernel-module-tun \ - kernel-module-twofish-common \ - kernel-module-twofish-generic \ - kernel-module-udc-core \ - kernel-module-udp-tunnel \ - kernel-module-u-ether \ - kernel-module-uio \ - kernel-module-uio-pdrv-genirq \ - kernel-module-usb-f-acm \ - kernel-module-usb-f-ecm \ - kernel-module-usb-f-ecm-subset \ - kernel-module-usb-f-mass-storage \ - kernel-module-usb-f-obex \ - kernel-module-usb-f-rndis \ - kernel-module-usb-f-serial \ - kernel-module-usb-f-ss-lb \ - kernel-module-usbmon \ - kernel-module-usbnet \ - kernel-module-usbserial \ - kernel-module-usb-serial-simple \ - kernel-module-usb-storage \ - kernel-module-u-serial \ - kernel-module-xfrm6-mode-tunnel \ - kernel-module-x-tables \ - kernel-module-xt-classify \ - kernel-module-xt-connmark \ - kernel-module-xt-conntrack \ - kernel-module-xt-ct \ - kernel-module-xt-ecn \ - kernel-module-xt-esp \ - kernel-module-xt-hashlimit \ - kernel-module-xt-hl \ - kernel-module-xt-iprange \ - kernel-module-xt-l2tp \ - kernel-module-xt-led \ - kernel-module-xt-limit \ - kernel-module-xt-log \ - kernel-module-xt-mac \ - kernel-module-xt-mark \ - kernel-module-xt-multiport \ - kernel-module-xt-nat \ - kernel-module-xt-netmap \ - kernel-module-xt-nflog \ - kernel-module-xt-nfqueue \ - kernel-module-xt-policy \ - kernel-module-xt-recent \ - kernel-module-xt-redirect \ - kernel-module-xts \ - kernel-module-xt-set \ - kernel-module-xt-state \ - kernel-module-xt-tcpudp \ - kernel-module-xt-tee \ - kernel-module-xt-time \ - kernel-module-xt-tproxy \ -" -- cgit v1.2.3