diff mbox series

[05/14] kobs-ng: update dependencies after 'imx6' -> 'imx' rename

Message ID 20211013204706.16362-6-pepe2k@gmail.com
State Accepted, archived
Delegated to: Piotr Dymacz
Headers show
Series imx6 conversion into arch-specific subtargets | expand

Commit Message

Piotr Dymacz Oct. 13, 2021, 8:46 p.m. UTC
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
---
 package/boot/kobs-ng/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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