diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-03-28 23:33:10 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-03-28 23:33:10 +0000 |
commit | 51fb4cee31888a0fa1eedf90c62d16108df42451 (patch) | |
tree | c0ba99e347f24ef575992bf28914f6dda9eb727d /package/uboot-ifxmips/Makefile | |
parent | bb361f5517b64fc064bbb7da71185e17e968511c (diff) | |
download | upstream-51fb4cee31888a0fa1eedf90c62d16108df42451.tar.gz upstream-51fb4cee31888a0fa1eedf90c62d16108df42451.tar.bz2 upstream-51fb4cee31888a0fa1eedf90c62d16108df42451.zip |
fix u-boot wiki urls
SVN-Revision: 20564
Diffstat (limited to 'package/uboot-ifxmips/Makefile')
-rw-r--r-- | package/uboot-ifxmips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uboot-ifxmips/Makefile b/package/uboot-ifxmips/Makefile index e51a40ad71..932c17f41d 100644 --- a/package/uboot-ifxmips/Makefile +++ b/package/uboot-ifxmips/Makefile @@ -25,7 +25,7 @@ define Package/uboot-ifxmips CATEGORY:=Boot Loaders DEPENDS:=@TARGET_ifxmips TITLE:=U-Boot for Infineon MIPS boards - URL:=http://www.denx.de/wiki/UBoot/WebHome + URL:=http://www.denx.de/wiki/U-Boot endef define Build/Prepare |