diff options
author | Paul Wassi <p.wassi@gmx.at> | 2016-10-23 14:21:22 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-10-26 09:41:28 +0200 |
commit | 552857303980e2ce8b7747a4baccf02c0cfa7975 (patch) | |
tree | 8175330da50af0db4076a5183e82aa9b61f6d4e8 /target/linux/kirkwood/profiles/100-generic.mk | |
parent | 7ba9a3a504909ccf8f6d1aca9b1160443da7215b (diff) | |
download | upstream-552857303980e2ce8b7747a4baccf02c0cfa7975.tar.gz upstream-552857303980e2ce8b7747a4baccf02c0cfa7975.tar.bz2 upstream-552857303980e2ce8b7747a4baccf02c0cfa7975.zip |
kirkwood: Add RTC driver to kernel for working hctosys
Build the RTC driver into the kernel, (and remove the optional module), in order
to make hctosys working. (Currently the module is loaded after hctosys has failed previously)
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
Diffstat (limited to 'target/linux/kirkwood/profiles/100-generic.mk')
-rw-r--r-- | target/linux/kirkwood/profiles/100-generic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/kirkwood/profiles/100-generic.mk b/target/linux/kirkwood/profiles/100-generic.mk index f07cea80d6..07371737b5 100644 --- a/target/linux/kirkwood/profiles/100-generic.mk +++ b/target/linux/kirkwood/profiles/100-generic.mk @@ -11,7 +11,7 @@ define Profile/Generic kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \ kmod-i2c-core kmod-i2c-mv64xxx \ kmod-ata-core kmod-ata-marvell-sata \ - kmod-rtc-marvell kmod-thermal-kirkwood \ + kmod-thermal-kirkwood \ kmod-mwl8k swconfig wpad-mini endef |