linux-sysmocom: Use the only working module scheme

In fido the old autoload feature doesn't work anymore and we
need to remove it. Otherwise our sysmobts.service file will
create the /dev/dspl.. /dev/fpgadl... firmware upload files
and we all think that firmware loading is working.
This commit is contained in:
Holger Hans Peter Freyther 2015-08-07 13:59:53 +02:00
parent d0610b60cf
commit 1016ac1dbc
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ do_configure() {
# autoload defaults (alphabetically sorted)
module_autoload_leds-gpio = "leds-gpio"
module_autoload_mmc_block = "mmc_block"
KERNEL_MODULE_AUTOLOAD += "leds-gpio mmc_block"
# Legacy for 3.2 and LCR

View File

@ -43,6 +43,7 @@ module_autoload_msgqueue = "msgqueue"
module_autoload_rtfifo = "rtfifo"
KERNEL_MODULE_PROBECONF_append = "davinci_mmc dspdl_dm644x fpgadl_par leds-gpio mmc_block msgqueue rtfifo"
KERNEL_MODULE_AUTOLOAD_append = "davinci_mmc dspdl_dm644x fpgadl_par leds-gpio mmc_block msgqueue rtfifo"
# module configs (alphabetically sorted)
module_conf_dspdl_dm644x = "options dspdl_dm644x fw_name=${BTS_FIRMWARE_NAME}.out debug=0"