add PKG_NAME to prereq-build.mk so that failed checks show a proper prefix instead of just ':'

SVN-Revision: 6747
v19.07.3_mercusys_ac12_duma
Felix Fietkau 17 years ago
parent 36b75197e3
commit 447b0f537a

@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/prereq.mk
include $(INCLUDE_DIR)/host.mk
PKG_NAME:=Build dependency
define Require/non-root
[ "$$(shell whoami)" != "root" ]
endef

Loading…
Cancel
Save