mirror of
				https://github.com/optim-enterprises-bv/openwrt-ipq.git
				synced 2025-11-04 12:18:31 +00:00 
			
		
		
		
	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:
		@@ -260,7 +260,7 @@ package/symlinks-clean:
 | 
				
			|||||||
	./scripts/feeds uninstall -a
 | 
						./scripts/feeds uninstall -a
 | 
				
			||||||
 | 
					
 | 
				
			||||||
help:
 | 
					help:
 | 
				
			||||||
	cat README
 | 
						cat README.md
 | 
				
			||||||
 | 
					
 | 
				
			||||||
distclean: cacheclean
 | 
					distclean: cacheclean
 | 
				
			||||||
	rm -rf bin build_dir .config* dl feeds key-build* logs package/feeds package/openwrt-packages staging_dir tmp
 | 
						rm -rf bin build_dir .config* dl feeds key-build* logs package/feeds package/openwrt-packages staging_dir tmp
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user