openwrt/target/linux/sunxi/image
Chukun Pan 001bdd5f67 sunxi: remove kmod-rtc-sunxi for unsupported devices
From driver source:

	{ .compatible = "allwinner,sun4i-a10-rtc", .data =
	&data_year_param[0] },
	{ .compatible = "allwinner,sun7i-a20-rtc", .data =
	&data_year_param[1] },

The rtc-sunxi module only supports allwinner a10 and a20 SoCs,
other SoCs in the cortexa7 and cortexa53 subtarget using the
CONFIG_RTC_DRV_SUN6I driver which is compiled into the kernel
binary, so remove this package for these unsupported devices.

Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
2021-11-29 22:11:29 +01:00
..
Config.in sunxi: add sdcard image generation support when board profile is selected 2014-09-14 13:47:42 +00:00
Makefile target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00
cortexa7.mk sunxi: remove kmod-rtc-sunxi for unsupported devices 2021-11-29 22:11:29 +01:00
cortexa8.mk target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00
cortexa53.mk sunxi: add support for FriendlyARM NanoPi R1S H5 2021-10-30 21:17:20 +02:00
gen_sunxi_sdcard_img.sh target: use SPDX license identifiers on scripts 2021-02-10 15:47:23 +01:00