diff options
author | John Crispin <blogic@openwrt.org> | 2012-12-15 01:59:35 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-12-15 01:59:35 +0000 |
commit | 39d02a1398afb88290273276c545a0e9c267f69b (patch) | |
tree | 6d11579e2c9374d1ebed0791265328d70e2facb3 /package | |
parent | 98f385de492ab15e4b13af7243c7133b1a0aa418 (diff) | |
download | master-187ad058-39d02a1398afb88290273276c545a0e9c267f69b.tar.gz master-187ad058-39d02a1398afb88290273276c545a0e9c267f69b.tar.bz2 master-187ad058-39d02a1398afb88290273276c545a0e9c267f69b.zip |
[lantiq] fixes uboot dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34686 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/boot/uboot-lantiq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-lantiq/Makefile b/package/boot/uboot-lantiq/Makefile index 839f08ce4c..25e6cbbb37 100644 --- a/package/boot/uboot-lantiq/Makefile +++ b/package/boot/uboot-lantiq/Makefile @@ -65,7 +65,7 @@ define Package/uboot/template define Package/uboot-lantiq-$(1) SECTION:=boot CATEGORY:=Boot Loaders - DEPENDS:=@TARGET_lantiq + DEPENDS:=@TARGET_lantiq_xway TITLE:=$(2) URL:=http://www.denx.de/wiki/U-Boot VARIANT:=$(1) |