diff options
author | John Crispin <john@openwrt.org> | 2014-11-03 08:01:08 +0000 | ||||||
---|---|---|---|---|---|---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-11-03 08:01:08 +0000 | ||||||
commit | c10d97484a43375a0446dafc8cb4072e26502f37 (patch) | |||||||
tree | 9a871898dd0dbf9e198388067465019e8577ccaf /-rw-r--r-- | package/network/config/swconfig/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/network/config/swconfig/Makefile b/package/network/config/swconfig/Makefile index 7d0f30e7bb..fb951da3ac 100644 --- a/package/network/config/swconfig/Makefile +++ b/package/network/config/swconfig/Makefile @@ -13,6 +13,9 @@ PKG_RELEASE:=10 PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> PKG_LICENSE:=GPL-2.0 +PKG_LICENSE:=GPL-2.0 LGPL-2.1 +PKG_LICENSE_FILES:= + include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/kernel.mk |