diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-01-23 12:06:02 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-01-23 12:06:02 +0000 |
commit | c2b8621119738aac39db105734f81bb67e32ce07 (patch) | |
tree | 62bb5fa6f0cead9edc7d0a67585b62997328a5d1 /package/uboot-lantiq/Makefile | |
parent | f3cd157b433d87429df2aa6dd152db6385f8774f (diff) |
[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 089802e42..9b037f4d8 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 |