immortalwrt/target/linux/ramips
Leonardo Mörlein 2a821d862c
build: introduce $(MKHASH)
Before this commit, it was assumed that mkhash is in the PATH. While
this was fine for the normal build workflow, this led to some issues if

    make TOPDIR="$(pwd)" -C "$pkgdir" compile

was called manually. In most of the cases, I just saw warnings like this:

    make: Entering directory '/home/.../package/gluon-status-page'
    bash: line 1: mkhash: command not found
    bash: line 1: mkhash: command not found
    bash: line 1: mkhash: command not found
    bash: line 1: mkhash: command not found
    bash: line 1: mkhash: command not found
    bash: line 1: mkhash: command not found
    bash: line 1: mkhash: command not found
    bash: line 1: mkhash: command not found
    [...]

While these were only warnings and the package still compiled sucessfully,
I also observed that some package even fail to build because of this.

After applying this commit, the variable $(MKHASH) is introduced. This
variable points to $(STAGING_DIR_HOST)/bin/mkhash, which is always the
correct path.

Signed-off-by: Leonardo Mörlein <me@irrelefant.net>
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-05-13 22:49:42 +08:00
..
base-files ramips: sync source code (#3260) 2020-02-22 12:39:52 +08:00
dts ramips: fix mac addresses of Youku YK1 2021-05-11 01:02:08 +08:00
files-4.14/drivers ramips: mt7530 swconfig: fix race condition in register access 2021-05-03 17:30:06 +08:00
image build: introduce $(MKHASH) 2021-05-13 22:49:42 +08:00
mt76x8 ramips: add xiaomi_miwifi-r3 support (#3839) 2020-03-17 01:39:45 +08:00
mt7620 ramips: fix mac addresses of Youku YK1 2021-05-11 01:02:08 +08:00
mt7621 ramips: add support for JCG Y2 2020-12-18 20:24:12 +08:00
patches-4.14 ramips: backport unlocked mdiobus accessors 2021-05-03 17:30:16 +08:00
rt288x ramips: mt7621: add support for Netgear R6800 2019-12-13 08:25:54 -08:00
rt305x ramips: add xiaomi_miwifi-r3 support (#3839) 2020-03-17 01:39:45 +08:00
rt3883 ramips: sync upstream source code 2020-04-10 16:18:43 +08:00
Makefile target: sync with OpenWrt 19.07-rc2 2019-12-07 20:13:33 -08:00
modules.mk ramips: update mt7530 switch settings 2020-03-17 02:03:47 +08:00