mkimage fails to build on some systems if sed is not installed, add a dependency...
[openwrt.git] / tools / Makefile
index a173722..5169eb7 100644 (file)
@@ -46,6 +46,7 @@ $(curdir)/automake/compile := $(curdir)/m4/install $(curdir)/autoconf/install
 $(curdir)/mpc/compile := $(curdir)/gmp/install
 $(curdir)/mpfr/compile := $(curdir)/gmp/install
 $(curdir)/mtd-utils/compile := $(curdir)/libuuid/install
+$(curdir)/mkimage/compile := $(curdir)/sed/install
 
 $(curdir)/builddirs := $(tools-y) $(tools-dep) $(tools-)
 $(curdir)/builddirs-default := $(tools-y)
This page took 0.028845 seconds and 4 git commands to generate.