diff options
author | John Crispin <blogic@openwrt.org> | 2011-01-23 12:06:02 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2011-01-23 12:06:02 +0000 |
commit | 3fa52d588956e1c9d320345d97752847beccb430 (patch) | |
tree | 62bb5fa6f0cead9edc7d0a67585b62997328a5d1 /package/uboot-lantiq/Makefile | |
parent | 953ddaaba70ea5118b3d7c9d1c8e3862aa03771b (diff) | |
download | upstream-3fa52d588956e1c9d320345d97752847beccb430.tar.gz upstream-3fa52d588956e1c9d320345d97752847beccb430.tar.bz2 upstream-3fa52d588956e1c9d320345d97752847beccb430.zip |
[uboot-lantiq] add support for arv4518 and arv752DWP22 boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25071 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |