immortalwrt/target/linux/ar71xx
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 ar71xx: add support for Lute ZK400 2020-11-01 11:50:37 +08:00
files ar71xx: disable pdata->use_flow_control for AR7240 2021-02-18 02:08:39 +08:00
generic ar71xx: add support for Lute ZK400 2020-11-01 11:50:37 +08:00
image build: introduce $(MKHASH) 2021-05-13 22:49:42 +08:00
mikrotik add support for tiny kernel for ar71xx (Tplink 4M or DW33D etc) 2018-01-14 22:22:06 +08:00
nand ARRIS SBR-AC1750: generate kernel1.bin and rootfs1.bin for factory flash 2019-01-15 11:57:01 +08:00
patches-4.9 kernel: bump to 4.9.262, 4.14.227, 4.19.183 2021-03-27 01:15:23 +08:00
patches-4.14 kernel: bump to 4.9.262, 4.14.227, 4.19.183 2021-03-27 01:15:23 +08:00
tiny ath79: add support for TP-Link TL-WR882N/WR885N/WR886N (#3307) 2020-02-24 21:31:36 +08:00
config-4.9 ar71xx: add support for Lute ZK400 2020-11-01 11:50:37 +08:00
config-4.14 ar71xx: add support for Lute ZK400 2020-11-01 11:50:37 +08:00
Makefile kernel: bump 4.9 to 4.9.231 2020-07-22 15:45:41 +08:00
modules.mk update source 2017-09-06 19:19:45 +08:00