ltq-adsl-mei: use the same file name for all variant
authorJonas Gorski <jonas.gorski@gmail.com>
Sat, 4 Nov 2017 11:19:14 +0000 (12:19 +0100)
committerJonas Gorski <jonas.gorski@gmail.com>
Tue, 7 Nov 2017 21:58:58 +0000 (22:58 +0100)
commita9a78a70cc0d4888bbf401533c980c152e0adcec
treeaa9c4cf1efb8328a87daad0b0513abf1a801a646
parentee59f8126fc3e75ee54151f21ddc4c4d829d4cd2
ltq-adsl-mei: use the same file name for all variant

Due to limitations in the symvers treatment and the mei drivers
exporting the same funtions, modpost might use the wrong mei driver
to link against.

Work around this by renaming them all to the same name, making it
always the "right" module name even if the wrong file was used.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
package/kernel/lantiq/ltq-adsl-mei/Makefile
package/kernel/lantiq/ltq-adsl-mei/src/Makefile
package/kernel/lantiq/ltq-adsl-mei/src/drv_mei_cpe.c [new file with mode: 0644]
package/kernel/lantiq/ltq-adsl-mei/src/lantiq_mei.c [deleted file]