diff options
author | John Crispin <blogic@openwrt.org> | 2014-08-03 11:15:43 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-08-03 11:15:43 +0000 |
commit | a7c6918ef6abb666ad4e1085ef2b00a451847608 (patch) | |
tree | ba7294e46791bd7929a88d4ad519f975cf3721b3 /target | |
parent | 979f53d7ccd761c54d4f9b05aa492e2528470ae6 (diff) | |
download | upstream-a7c6918ef6abb666ad4e1085ef2b00a451847608.tar.gz upstream-a7c6918ef6abb666ad4e1085ef2b00a451847608.tar.bz2 upstream-a7c6918ef6abb666ad4e1085ef2b00a451847608.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>
Backport of r41930
git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@41971 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 |