summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-04-07 15:10:09 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-04-10 10:33:18 +0200
commit298a87246b9ea2480520d3f698aaaedbc490c8b8 (patch)
tree7f642b9c4eaf309413c5e4d68ee3c2d86669ed13
parentc4a975afd5b226d99d070930be4ed56b5dc34d8f (diff)
Last man standing... Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Dominik Sliwa <dominik.sliwa@toradex.com>
-rw-r--r--recipes-angstrom/angstrom/angstrom-feed-configs.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-angstrom/angstrom/angstrom-feed-configs.bbappend b/recipes-angstrom/angstrom/angstrom-feed-configs.bbappend
index 8515971..192a6ed 100644
--- a/recipes-angstrom/angstrom/angstrom-feed-configs.bbappend
+++ b/recipes-angstrom/angstrom/angstrom-feed-configs.bbappend
@@ -4,6 +4,6 @@ do_compile_append() {
#no debug feed available so empty the feed configs
echo "" > ${S}/${sysconfdir}/opkg/debug-feed.conf
- #trdx: no machine feed available so empty the feed configs
+ #tdx: no machine feed available so empty the feed configs
echo "" > ${S}/${sysconfdir}/opkg/${MACHINE_ARCH}-feed.conf
}