projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[tools] reorder dependencies
[openwrt.git]
/
package
/
uboot-ifxmips
/
Makefile
diff --git
a/package/uboot-ifxmips/Makefile
b/package/uboot-ifxmips/Makefile
index
932c17f
..
736e322
100644
(file)
--- a/
package/uboot-ifxmips/Makefile
+++ b/
package/uboot-ifxmips/Makefile
@@
-23,9
+23,10
@@
include $(INCLUDE_DIR)/package.mk
define Package/uboot-ifxmips
SECTION:=boot
CATEGORY:=Boot Loaders
- DEPENDS:=@TARGET_ifxmips
+ DEPENDS:=@TARGET_ifxmips
@BROKEN
TITLE:=U-Boot for Infineon MIPS boards
URL:=http://www.denx.de/wiki/U-Boot
+ MENU:=1
endef
define Build/Prepare
This page took
0.019333 seconds
and
4
git commands to generate.