mirror of https://github.com/hak5/openwrt-owl.git
tools: add a symlink for gnu awk to fix kernel build errors on some platforms
SVN-Revision: 34736owl
parent
14281559e1
commit
f403e2dcca
|
@ -128,8 +128,9 @@ $(eval $(call PrepareCommand,md5sum,gmd5sum md5sum $(SCRIPT_DIR)/md5sum))
|
||||||
$(eval $(call PrepareCommand,cp,gcp cp))
|
$(eval $(call PrepareCommand,cp,gcp cp))
|
||||||
$(eval $(call PrepareCommand,seq,gseq seq))
|
$(eval $(call PrepareCommand,seq,gseq seq))
|
||||||
$(eval $(call PrepareCommand,python,python2 python))
|
$(eval $(call PrepareCommand,python,python2 python))
|
||||||
|
$(eval $(call PrepareCommand,awk,gawk awk))
|
||||||
|
|
||||||
$(curdir)/cmddeps = $(patsubst %,$(STAGING_DIR_HOST)/bin/%,find md5sum cp stat seq python)
|
$(curdir)/cmddeps = $(patsubst %,$(STAGING_DIR_HOST)/bin/%,find md5sum cp stat seq python awk)
|
||||||
$(curdir)//prepare = $(STAGING_DIR)/.prepared $(STAGING_DIR_HOST)/.prepared $($(curdir)/cmddeps)
|
$(curdir)//prepare = $(STAGING_DIR)/.prepared $(STAGING_DIR_HOST)/.prepared $($(curdir)/cmddeps)
|
||||||
$(curdir)//compile = $(STAGING_DIR)/.prepared $(STAGING_DIR_HOST)/.prepared $($(curdir)/cmddeps)
|
$(curdir)//compile = $(STAGING_DIR)/.prepared $(STAGING_DIR_HOST)/.prepared $($(curdir)/cmddeps)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue