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 | f799ec128cc692612721081e0dc8e96669380563 (patch) | |
tree | f791fbb5a028b4b48d1e803f7ed7364bdd3cd0c1 /package/uboot-xburst | |
parent | 46f60d45988e6e2bab75451178e539a895843628 (diff) | |
download | upstream-f799ec128cc692612721081e0dc8e96669380563.tar.gz upstream-f799ec128cc692612721081e0dc8e96669380563.tar.bz2 upstream-f799ec128cc692612721081e0dc8e96669380563.zip |
[package] cleanup Makefiles (#7212)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21107 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uboot-xburst')
-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 |