aboutsummaryrefslogtreecommitdiffstats
path: root/package/firmware/ipq-wifi
diff options
context:
space:
mode:
authorChen Minqiang <ptpt52@gmail.com>2017-09-20 10:20:09 +0800
committerJohn Crispin <john@phrozen.org>2017-09-20 08:49:49 +0200
commit40fd77fd10e70b7877655c35a03683b9da38e677 (patch)
treed98086a60b8ca90e414d38a32343b2f927fd4904 /package/firmware/ipq-wifi
parent3008fc9a7bbdcbb2563c99178ce8085396dd41e6 (diff)
downloadupstream-40fd77fd10e70b7877655c35a03683b9da38e677.tar.gz
upstream-40fd77fd10e70b7877655c35a03683b9da38e677.tar.bz2
upstream-40fd77fd10e70b7877655c35a03683b9da38e677.zip
ipq-wifi: fix missing define of PKG_NAME
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
Diffstat (limited to 'package/firmware/ipq-wifi')
-rw-r--r--package/firmware/ipq-wifi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/firmware/ipq-wifi/Makefile b/package/firmware/ipq-wifi/Makefile
index 2f1b280bec..aec8bf27c2 100644
--- a/package/firmware/ipq-wifi/Makefile
+++ b/package/firmware/ipq-wifi/Makefile
@@ -1,6 +1,7 @@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/version.mk
+PKG_NAME:=ipq-wifi
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk