diff options
author | Steven Barth <cyrus@openwrt.org> | 2014-11-02 12:20:54 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2014-11-02 12:20:54 +0000 |
commit | bec9d38fa4ed4dcf13230fe6b91b4ef81306accc (patch) | |
tree | 68cd4c2035f8cb03ec928d902641cd1c84c6f413 /package/network/config/ltq-adsl-app | |
parent | 7aa2950165b1ebe1af9da413aca4cea6eda3d520 (diff) | |
download | upstream-bec9d38fa4ed4dcf13230fe6b91b4ef81306accc.tar.gz upstream-bec9d38fa4ed4dcf13230fe6b91b4ef81306accc.tar.bz2 upstream-bec9d38fa4ed4dcf13230fe6b91b4ef81306accc.zip |
Add a few SPDX tags
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43151
Diffstat (limited to 'package/network/config/ltq-adsl-app')
-rw-r--r-- | package/network/config/ltq-adsl-app/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/config/ltq-adsl-app/Makefile b/package/network/config/ltq-adsl-app/Makefile index 639ed1e6b1..96701197e8 100644 --- a/package/network/config/ltq-adsl-app/Makefile +++ b/package/network/config/ltq-adsl-app/Makefile @@ -16,6 +16,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/dsl_cpe_control-$(PKG_VERSION) PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources/ PKG_MD5SUM:=ee315306626b68794d3d3636dabfe161 PKG_MAINTAINER:=John Crispin <blogic@openwrt.org> +PKG_LICENSE:=BSD-3-Clause PKG_FIXUP:=autoreconf |