diff options
| author | Piotr Dymacz | 2021-03-28 16:51:58 +0000 |
|---|---|---|
| committer | Piotr Dymacz | 2021-11-03 11:45:40 +0000 |
| commit | 53cdf9bf330bbffb0d41ec0fe9635c1a25ccf008 (patch) | |
| tree | 1164dfc52ea423141e089aa2ef31351c337c0788 | |
| parent | 346db2f3b01913372f69a7d4883ba072c2097575 (diff) | |
| download | openwrt-53cdf9bf330bbffb0d41ec0fe9635c1a25ccf008.tar.gz | |
uboot-imx6: rename to 'uboot-imx'
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
| -rw-r--r-- | package/boot/uboot-imx/Makefile (renamed from package/boot/uboot-imx6/Makefile) | 2 | ||||
| -rw-r--r-- | package/boot/uboot-imx/patches/0001-apalis_imx6_defconfig-enable-some-useful-commands.patch (renamed from package/boot/uboot-imx6/patches/0001-apalis_imx6_defconfig-enable-some-useful-commands.patch) | 0 | ||||
| -rw-r--r-- | package/boot/uboot-imx/patches/110-mx6cuboxi-mmc-fallback.patch (renamed from package/boot/uboot-imx6/patches/110-mx6cuboxi-mmc-fallback.patch) | 0 | ||||
| -rw-r--r-- | package/boot/uboot-imx/patches/111-mx6cuboxi_defconfig-force-mmc-boot.patch (renamed from package/boot/uboot-imx6/patches/111-mx6cuboxi_defconfig-force-mmc-boot.patch) | 0 |
4 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-imx6/Makefile b/package/boot/uboot-imx/Makefile index 6c2297dd81..9ca4d55a1c 100644 --- a/package/boot/uboot-imx6/Makefile +++ b/package/boot/uboot-imx/Makefile @@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/u-boot.mk include $(INCLUDE_DIR)/package.mk define U-Boot/Default - BUILD_TARGET:=imx6 + BUILD_TARGET:=imx UBOOT_IMAGE:=u-boot.imx endef diff --git a/package/boot/uboot-imx6/patches/0001-apalis_imx6_defconfig-enable-some-useful-commands.patch b/package/boot/uboot-imx/patches/0001-apalis_imx6_defconfig-enable-some-useful-commands.patch index 10ed918e77..10ed918e77 100644 --- a/package/boot/uboot-imx6/patches/0001-apalis_imx6_defconfig-enable-some-useful-commands.patch +++ b/package/boot/uboot-imx/patches/0001-apalis_imx6_defconfig-enable-some-useful-commands.patch diff --git a/package/boot/uboot-imx6/patches/110-mx6cuboxi-mmc-fallback.patch b/package/boot/uboot-imx/patches/110-mx6cuboxi-mmc-fallback.patch index 9d490ddf7e..9d490ddf7e 100644 --- a/package/boot/uboot-imx6/patches/110-mx6cuboxi-mmc-fallback.patch +++ b/package/boot/uboot-imx/patches/110-mx6cuboxi-mmc-fallback.patch diff --git a/package/boot/uboot-imx6/patches/111-mx6cuboxi_defconfig-force-mmc-boot.patch b/package/boot/uboot-imx/patches/111-mx6cuboxi_defconfig-force-mmc-boot.patch index 4c3dc4ce20..4c3dc4ce20 100644 --- a/package/boot/uboot-imx6/patches/111-mx6cuboxi_defconfig-force-mmc-boot.patch +++ b/package/boot/uboot-imx/patches/111-mx6cuboxi_defconfig-force-mmc-boot.patch |