build: fix README.md reference after rename
The README file is displayed on "make help", but updating the
command has been overlooked during the README -> README.md
rename.
Fix it.
Fixes: d0113711a3
("README: port to 21st century")
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
151e43df7a
commit
751486b31f
|
@ -260,7 +260,7 @@ package/symlinks-clean:
|
|||
./scripts/feeds uninstall -a
|
||||
|
||||
help:
|
||||
cat README
|
||||
cat README.md
|
||||
|
||||
distclean: cacheclean
|
||||
rm -rf bin build_dir .config* dl feeds key-build* logs package/feeds package/openwrt-packages staging_dir tmp
|
||||
|
|
Loading…
Reference in New Issue