diff options
author | John Crispin <john@openwrt.org> | 2011-01-23 12:06:02 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-01-23 12:06:02 +0000 |
commit | d6f4fa08eb62c138a929c342332302f2c27f728f (patch) | |
tree | bccc680730f8be166b2484be8b812c96aa2f343a /package/uboot-lantiq/Makefile | |
parent | 275c33c6f80cbe30adb09d9442b42756762308c1 (diff) | |
download | upstream-d6f4fa08eb62c138a929c342332302f2c27f728f.tar.gz upstream-d6f4fa08eb62c138a929c342332302f2c27f728f.tar.bz2 upstream-d6f4fa08eb62c138a929c342332302f2c27f728f.zip |
add support for arv4518 and arv752DWP22 boards
SVN-Revision: 25071
Diffstat (limited to 'package/uboot-lantiq/Makefile')
-rw-r--r-- | package/uboot-lantiq/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/uboot-lantiq/Makefile b/package/uboot-lantiq/Makefile index 089802e427..9b037f4d8a 100644 --- a/package/uboot-lantiq/Makefile +++ b/package/uboot-lantiq/Makefile @@ -28,10 +28,9 @@ endif define Package/uboot-lantiq SECTION:=boot CATEGORY:=Boot Loaders - DEPENDS:=@TARGET_ifxmips + DEPENDS:=@TARGET_lantiq TITLE:=U-Boot for Lantiq reference boards URL:=http://www.denx.de/wiki/U-Boot - MENU:=1 endef define Build/Prepare |