aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/gemini/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-01-08 20:26:27 +0000
committerJohn Crispin <blogic@openwrt.org>2015-01-08 20:26:27 +0000
commit3d5e389698cb5e3e2e9592776bd337bbcc186139 (patch)
tree74ed5d1b0e13a467055c18ed3ec8277042ae8902 /target/linux/gemini/Makefile
parentb8f3eecf556c27a3344dd096152248d6bffa77f6 (diff)
downloadmaster-187ad058-3d5e389698cb5e3e2e9592776bd337bbcc186139.tar.gz
master-187ad058-3d5e389698cb5e3e2e9592776bd337bbcc186139.tar.bz2
master-187ad058-3d5e389698cb5e3e2e9592776bd337bbcc186139.zip
gemini: add rtc-gemini driver
Signed-off-by: Roman Yeryomin <roman@advem.lv> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43884 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/gemini/Makefile')
-rw-r--r--target/linux/gemini/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/gemini/Makefile b/target/linux/gemini/Makefile
index 2c10af2206..09f4c4352a 100644
--- a/target/linux/gemini/Makefile
+++ b/target/linux/gemini/Makefile
@@ -10,7 +10,7 @@ ARCH:=arm
BOARD:=gemini
BOARDNAME:=Cortina Systems CS351x
SUBTARGETS:=raidsonic wiligear
-FEATURES:=squashfs pci
+FEATURES:=squashfs pci rtc
CPU_TYPE:=fa526
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>