diff options
author | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-09-26 09:03:47 +0000 |
---|---|---|
committer | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-09-26 09:03:47 +0000 |
commit | 8213a50ce5354230b47341a00f6fd30049c992d0 (patch) | |
tree | 690b0ac59dfb7a7aee6c6d15300e51d3153193f4 /package | |
parent | ad7f1e1b5787d2ff1b31d781224cc23f2c490d07 (diff) |
[package] uboot-imx6: fix typo in nitrogen6dlXg
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38205 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/boot/uboot-imx6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-imx6/Makefile b/package/boot/uboot-imx6/Makefile index 009d5790de..c4112e6ce4 100644 --- a/package/boot/uboot-imx6/Makefile +++ b/package/boot/uboot-imx6/Makefile @@ -62,7 +62,7 @@ endef UBOOTS := \ nitrogen6dl \ - nitrogen6dl1g \ + nitrogen6dl2g \ nitrogen6q \ nitrogen6q2g \ nitrogen6s \ |