aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/orion
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2016-11-29 17:10:00 -0800
committerFelix Fietkau <nbd@nbd.name>2016-12-04 11:41:52 +0100
commit01bda7f05f8ba05b5b7e57d2be2a38df60435fd0 (patch)
tree4b00f32d10cca40cc656932fe61099754fcb7f3a /target/linux/orion
parent3ca46aa25771556053bef9a6ae718357b5e8cbc0 (diff)
downloadupstream-01bda7f05f8ba05b5b7e57d2be2a38df60435fd0.tar.gz
upstream-01bda7f05f8ba05b5b7e57d2be2a38df60435fd0.tar.bz2
upstream-01bda7f05f8ba05b5b7e57d2be2a38df60435fd0.zip
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@gmail.com>
Diffstat (limited to 'target/linux/orion')
-rw-r--r--target/linux/orion/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile
index 58e74b8e4a..8c2a29c0cf 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@openwrt.org>