瀏覽代碼

uboot-kirkwood: build with kirkwood generic subtarget

Fix image build fail by using the generic subtarget.

Fixes: cada395a ("kirkwood: add generic subtarget")
Ref: 40e3f660 ("uboot-fritz4040: build with ipq40xx generic subtarget")
Signed-off-by: Kuan-Yi Li <[email protected]>
[ add commit description ]
Signed-off-by: Christian Marangi <[email protected]>
Kuan-Yi Li 3 年之前
父節點
當前提交
5c85c1f344
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/boot/uboot-kirkwood/Makefile

+ 1 - 0
package/boot/uboot-kirkwood/Makefile

@@ -17,6 +17,7 @@ include $(INCLUDE_DIR)/package.mk
 
 define U-Boot/Default
   BUILD_TARGET:=kirkwood
+  BUILD_SUBTARGET:=generic
 endef
 
 define U-Boot/dockstar