sunxi: clean up modules definitions
authorMatthias Schiffer <mschiffer@universe-factory.net>
Thu, 4 May 2017 05:00:06 +0000 (07:00 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 1 Oct 2017 08:04:12 +0000 (10:04 +0200)
commit3350137bd3db25a24ebba62835333a456cc448b2
treef808a21ab8fc1622d2489527f889bd4cf2829b7e
parenta881323cb2e78c9f25935f6ae90feaaf5606969e
sunxi: clean up modules definitions

Module definitions for kmod-wdt-sunxi and kmod-eeprom-sunxi are removed
(wdt-sunxi was builtin anyways; nvmem-sunxi, which is the new name of
eeprom-sunxi is changed to builtin). As kmod-eeprom-sunxi was specified
in DEFAULT_PACKAGES, but not available on kernel 4.4, it was breaking the
image builder.

Support for kmod-sunxi-ir is added for kernel 4.4 (it is unclear why it
was disable before, it builds fine with with kernel 4.4).

Condtionals only relevant for pre-4.4 kernels are removed from modules.mk,
as sunxi does't support older kernels anymore.

Fixes FS#755.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
target/linux/sunxi/Makefile
target/linux/sunxi/config-4.4
target/linux/sunxi/modules.mk