diff options
author | Chen Minqiang <ptpt52@gmail.com> | 2017-09-20 10:20:09 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-09-20 08:49:49 +0200 |
commit | 40fd77fd10e70b7877655c35a03683b9da38e677 (patch) | |
tree | d98086a60b8ca90e414d38a32343b2f927fd4904 | |
parent | 3008fc9a7bbdcbb2563c99178ce8085396dd41e6 (diff) | |
download | upstream-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>
-rw-r--r-- | package/firmware/ipq-wifi/Makefile | 1 |
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 |