summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Dymacz2021-03-28 16:03:23 +0000
committerPiotr Dymacz2021-11-03 11:45:40 +0000
commit297f10d3342ab930280a6cee47c942a843b5a951 (patch)
treec717f329ea82ea6ae75751faff5421364c5578ef
parentb769bf553d3ba99ed48a1c2630d2583a589cdfbe (diff)
downloadopenwrt-297f10d3342ab930280a6cee47c942a843b5a951.tar.gz
kobs-ng: update dependencies after 'imx6' -> 'imx' rename
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
-rw-r--r--package/boot/kobs-ng/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/kobs-ng/Makefile b/package/boot/kobs-ng/Makefile
index 3fa8302b8c..68e6ff170c 100644
--- a/package/boot/kobs-ng/Makefile
+++ b/package/boot/kobs-ng/Makefile
@@ -25,7 +25,7 @@ define Package/kobs-ng
SECTION:=utils
CATEGORY:=Utilities
TITLE:=Application for writing bootstreams to NAND flash
- DEPENDS:=@TARGET_imx6
+ DEPENDS:=@TARGET_imx
endef
define Package/kobs-ng/description