From 3c7650355c5a689c5d98d3f57a3945374d0bb4f4 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 3 Aug 2014 11:15:43 +0000 Subject: [PATCH] ar71xx: add RTC feature flag to ar71xx/nand without this the build for NBG6716 fails due to missing packages https://dev.openwrt.org/ticket/17325 Signed-off-by: John Crispin Backport of r41930 SVN-Revision: 41971 --- target/linux/ar71xx/nand/target.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ar71xx/nand/target.mk b/target/linux/ar71xx/nand/target.mk index 800f36cfea..7532ec6958 100644 --- a/target/linux/ar71xx/nand/target.mk +++ b/target/linux/ar71xx/nand/target.mk @@ -1,5 +1,5 @@ BOARDNAME := Generic devices with NAND flash -FEATURES += squashfs nand +FEATURES += squashfs nand rtc define Target/Description Build firmware images for Atheros AR71xx/AR913x based boards with -- 2.30.2