diff options
-rw-r--r-- | sysupgrade-helper/Makefile | 2 | ||||
-rw-r--r-- | sysupgrade-helper/config | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sysupgrade-helper/Makefile b/sysupgrade-helper/Makefile index 8daf41a..c7aa38a 100644 --- a/sysupgrade-helper/Makefile +++ b/sysupgrade-helper/Makefile @@ -19,7 +19,7 @@ include $(INCLUDE_DIR)/package.mk define Package/sysupgrade-helper SECTION:=boot CATEGORY:=Boot Loaders - DEPENDS:=@TARGET_ipq806x||TARGET_ipq_ipq807x_64||TARGET_ipq807x_generic||TARGET_ipq_ipq60xx_64||TARGET_ipq_ipq50xx_64 + DEPENDS:=@TARGET_ipq806x||TARGET_ipq_ipq807x_64||TARGET_ipq807x_generic||TARGET_ipq_ipq60xx_64||TARGET_ipq_ipq50xx_64||TARGET_ipq90xx_generic TITLE:=U-boot images tools (dumpimage, mkimage) endef diff --git a/sysupgrade-helper/config b/sysupgrade-helper/config index 19aa9b3..d0fb31b 100644 --- a/sysupgrade-helper/config +++ b/sysupgrade-helper/config @@ -102,6 +102,7 @@ CONFIG_ARM64=y # CONFIG_ARCH_IPQ807x is not set # CONFIG_ARCH_IPQ6018 is not set # CONFIG_ARCH_IPQ5018 is not set +# CONFIG_ARCH_IPQ9048 is not set # CONFIG_ARCH_S5PC1XX is not set # CONFIG_ARCH_HIGHBANK is not set # CONFIG_ARCH_INTEGRATOR is not set |