openwrt/target/linux/ramips
Leonardo Mörlein b993b68b6c 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>
2021-05-13 15:13:15 +02:00
..
base-files/etc ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
dts ramips: fix mac addresses of Youku YK1 2021-05-10 14:41:06 +02:00
files/drivers ramips: mt7530 swconfig: fix race condition in register access 2021-04-15 00:00:54 +08:00
image build: introduce $(MKHASH) 2021-05-13 15:13:15 +02:00
mt76x8 treewide: switch the timer frequency to 100 Hz 2021-04-21 10:31:10 +01:00
mt7620 ramips: fix mac addresses of Youku YK1 2021-05-10 14:41:06 +02:00
mt7621 ramips: mt7621: Add support for ZyXEL NR7101 2021-05-09 09:15:44 +02:00
patches-5.4 kernel: Activate FORTIFY_SOURCE for MIPS kernel 5.4 2021-04-30 23:51:19 +02:00
patches-5.10 treewide: consolidate named GPIO patch into hack-5.10 2021-05-09 09:15:44 +02:00
rt288x treewide: switch the timer frequency to 100 Hz 2021-04-21 10:31:10 +01:00
rt305x treewide: switch the timer frequency to 100 Hz 2021-04-21 10:31:10 +01:00
rt3883 treewide: switch the timer frequency to 100 Hz 2021-04-21 10:31:10 +01:00
Makefile ramips: 5.10: port and refresh patches, ralink drv 2021-03-06 11:24:12 +01:00
modules.mk ramips: rename mtk-hsdma to hsdma-mt7621 2021-03-04 23:43:02 -10:00