[source] orion: Advertise support for RTC

LEDE Commits lede-commits at lists.infradead.org
Sun Dec 4 02:42:16 PST 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/01bda7f05f8ba05b5b7e57d2be2a38df60435fd0

commit 01bda7f05f8ba05b5b7e57d2be2a38df60435fd0
Author: Florian Fainelli <f.fainelli at gmail.com>
AuthorDate: Tue Nov 29 17:10:00 2016 -0800

    orion: Advertise support for RTC
    
    Otherwise, we can't select RTC_SUPPORT and the corresponding kmod-rtc-*
    packages.
    
    Signed-off-by: Florian Fainelli <f.fainelli at gmail.com>
---
 target/linux/orion/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile
index 58e74b8..8c2a29c 100644
--- a/target/linux/orion/Makefile
+++ b/target/linux/orion/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 ARCH:=arm
 BOARD:=orion
 BOARDNAME:=Marvell Orion
-FEATURES:=broken
+FEATURES:=broken rtc
 SUBTARGETS:=generic harddisk
 MAINTAINER:=Imre Kaloz <kaloz at openwrt.org>
 



More information about the lede-commits mailing list