diff options
author | John Crispin <blogic@openwrt.org> | 2014-08-01 10:32:55 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-08-01 10:32:55 +0000 |
commit | b6064d5273bd7718a8f92f43e775ebfcc67e4208 (patch) | |
tree | 25846e5cba7ff24784c0171255579edcfd46bcad /target | |
parent | 875e5f14ce86d36fa2a492334b178f0cb3b1b7c3 (diff) | |
download | master-187ad058-b6064d5273bd7718a8f92f43e775ebfcc67e4208.tar.gz master-187ad058-b6064d5273bd7718a8f92f43e775ebfcc67e4208.tar.bz2 master-187ad058-b6064d5273bd7718a8f92f43e775ebfcc67e4208.zip |
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 <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41930 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/nand/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |