|
@@ -1,5 +1,5 @@
|
1
|
1
|
#
|
2
|
|
-# Copyright (C) 2013 OpenWrt.org
|
|
2
|
+# Copyright (C) 2013-2014 OpenWrt.org
|
3
|
3
|
#
|
4
|
4
|
# This is free software, licensed under the GNU General Public License v2.
|
5
|
5
|
# See /LICENSE for more information.
|
|
@@ -19,6 +19,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
19
|
19
|
|
20
|
20
|
PKG_MAINTAINER:=Florian Fainelli <florian@openwrt.org>
|
21
|
21
|
|
|
22
|
+PKG_LICENSE:=ISC
|
|
23
|
+PKG_LICENSE_FILE:=LICENSE
|
|
24
|
+
|
22
|
25
|
PKG_BUILD_PARALLEL:=1
|
23
|
26
|
|
24
|
27
|
include $(INCLUDE_DIR)/package.mk
|