From 59bb4247c9109208f45ccf290871451d303e2352 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer <mschiffer@universe-factory.net> Date: Fri, 25 Jul 2014 18:23:02 +0200 Subject: [PATCH] ar71xx: disable building u-boot for ZyXEL devices The u-boot package has some issues causing its build to fail under certain circumstances. As we don't support the ZyXEL devices it's used for anyways, just don't build it anymore. --- targets/ar71xx-generic/config | 1 + 1 file changed, 1 insertion(+) diff --git a/targets/ar71xx-generic/config b/targets/ar71xx-generic/config index e8c1f032f..916d18bf1 100644 --- a/targets/ar71xx-generic/config +++ b/targets/ar71xx-generic/config @@ -1,2 +1,3 @@ CONFIG_TARGET_ar71xx=y CONFIG_TARGET_ROOTFS_JFFS2=n +# CONFIG_PACKAGE_uboot-ar71xx-nbg460n_550n_550nh is not set -- GitLab