diff options
author | John Crispin <blogic@openwrt.org> | 2011-07-07 18:20:37 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2011-07-07 18:20:37 +0000 |
commit | b93bac793af0f9f75b4c29529bc05a6bf8d1f105 (patch) | |
tree | cfc1a9ebd6bb7c47b5d21799201cc01828e479f8 /package/uboot-lantiq | |
parent | 93a8f2cb576b8b8ce0817e22d10ab5628a5c9f8d (diff) | |
download | master-187ad058-b93bac793af0f9f75b4c29529bc05a6bf8d1f105.tar.gz master-187ad058-b93bac793af0f9f75b4c29529bc05a6bf8d1f105.tar.bz2 master-187ad058-b93bac793af0f9f75b4c29529bc05a6bf8d1f105.zip |
replace all references to xway with danube
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27538 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uboot-lantiq')
-rw-r--r-- | package/uboot-lantiq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uboot-lantiq/Makefile b/package/uboot-lantiq/Makefile index 943132c60a..404b540b6d 100644 --- a/package/uboot-lantiq/Makefile +++ b/package/uboot-lantiq/Makefile @@ -29,7 +29,7 @@ endif define Package/uboot-lantiq-template SECTION:=boot CATEGORY:=Boot Loaders - DEPENDS:=@TARGET_lantiq + DEPENDS:=@TARGET_lantiq_danube URL:=http://www.denx.de/wiki/U-Boot VARIANT:=$(1) TITLE:=$(1) ($(2)) |