projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ca46aa
)
orion: Advertise support for RTC
author
Florian Fainelli
<f.fainelli@gmail.com>
Wed, 30 Nov 2016 01:10:00 +0000
(17:10 -0800)
committer
Felix Fietkau
<nbd@nbd.name>
Sun, 4 Dec 2016 10:41:52 +0000
(11:41 +0100)
Otherwise, we can't select RTC_SUPPORT and the corresponding kmod-rtc-*
packages.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
target/linux/orion/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/orion/Makefile
b/target/linux/orion/Makefile
index 58e74b8e4a77c4bdd7b0f558ada40ffb1f24d57e..8c2a29c0cf098828042095c6a5fe9f5fbbb03238 100644
(file)
--- 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>