ar71xx: build kernel modules used by Gluon into the kernel

ar71xx-generic and -tiny benefit most from the optimized kernel, as they
contain all devices with 32MB RAM. We enable CONFIG_GLUON_SPECIALIZE_KERNEL
for all targets using the mips24_kc architecture so packages shared between
targets don't need to be rebuild all the time.
This commit is contained in:
Matthias Schiffer 2018-04-12 06:11:26 +02:00
parent 74f4119c1b
commit 02f905f542
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
4 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,5 @@
config 'CONFIG_GLUON_SPECIALIZE_KERNEL=y'
ATH10K_PACKAGES='-kmod-ath10k kmod-ath10k-ct' ATH10K_PACKAGES='-kmod-ath10k kmod-ath10k-ct'
ATH10K_PACKAGES_QCA9887= ATH10K_PACKAGES_QCA9887=
if [ "$GLUON_WLAN_MESH" = 'ibss' ]; then if [ "$GLUON_WLAN_MESH" = 'ibss' ]; then

View File

@ -1,3 +1,5 @@
config 'CONFIG_GLUON_SPECIALIZE_KERNEL=y'
# Enable ath5k in addition to ath9k # Enable ath5k in addition to ath9k
# ath5k cards are commonly used with Mikrotik hardware # ath5k cards are commonly used with Mikrotik hardware
packages 'kmod-ath5k' packages 'kmod-ath5k'

View File

@ -1,3 +1,5 @@
config 'CONFIG_GLUON_SPECIALIZE_KERNEL=y'
factory -ubi-factory .img factory -ubi-factory .img
sysupgrade -squashfs-sysupgrade .tar sysupgrade -squashfs-sysupgrade .tar

View File

@ -1,3 +1,5 @@
config 'CONFIG_GLUON_SPECIALIZE_KERNEL=y'
no_opkg no_opkg
packages '-uboot-envtools' '-kmod-usb-core' '-kmod-usb-ohci' '-kmod-usb2' '-kmod-usb-ledtrig-usbport' packages '-uboot-envtools' '-kmod-usb-core' '-kmod-usb-ohci' '-kmod-usb2' '-kmod-usb-ledtrig-usbport'