diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-23 11:27:29 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-23 11:27:29 +0000 |
commit | b1e7cd577b242e177a7a9f4adcd76aad8efd1e90 (patch) | |
tree | fac0e5e97627754651451a5f955acf4da7a9f7ed /package/uboot-xburst/Makefile | |
parent | 62c8bfcbbdcc77115b26d1e7446f5d6d9ea1808d (diff) | |
download | upstream-b1e7cd577b242e177a7a9f4adcd76aad8efd1e90.tar.gz upstream-b1e7cd577b242e177a7a9f4adcd76aad8efd1e90.tar.bz2 upstream-b1e7cd577b242e177a7a9f4adcd76aad8efd1e90.zip |
cleanup Makefiles (#7212)
SVN-Revision: 21107
Diffstat (limited to 'package/uboot-xburst/Makefile')
-rw-r--r-- | package/uboot-xburst/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/uboot-xburst/Makefile b/package/uboot-xburst/Makefile index b7820a712b..893fbf5310 100644 --- a/package/uboot-xburst/Makefile +++ b/package/uboot-xburst/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008 OpenWrt.org +# Copyright (C) 2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -51,7 +51,7 @@ define Package/uboot-xburst-$(1) CATEGORY:=Boot Loaders DEPENDS:=@TARGET_xburst TITLE:=$(2) - URL:=http://www.denx.de/wiki/UBoot/WebHome + URL:=http://www.denx.de/wiki/U-Boot VARIANT:=$(1) endef endef |