diff options
author | Stephen Walker <stephendwalker+github@gmail.com> | 2017-06-03 15:12:37 -0400 |
---|---|---|
committer | Stephen Walker <stephendwalker+github@gmail.com> | 2017-06-03 16:38:06 -0400 |
commit | b63a80921387208776df88b0a83526a80cce4174 (patch) | |
tree | 5bb17be8ba613565d28cf89d44b6757aabed04ae /kernel/mtd-rw | |
parent | 870a6211072d5017b722914e2b91c706fa0b1138 (diff) |
packages: cleanup Makefile variables
Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses and consistent section assignments
Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
Diffstat (limited to 'kernel/mtd-rw')
-rw-r--r-- | kernel/mtd-rw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/mtd-rw/Makefile b/kernel/mtd-rw/Makefile index 7385df9b0..67f23af0a 100644 --- a/kernel/mtd-rw/Makefile +++ b/kernel/mtd-rw/Makefile @@ -18,7 +18,7 @@ PKG_SOURCE_PROTO:=git PKG_SOURCE_SUBDIR=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=7e8562067d6a366c8cbaa8084396c33b7e12986b -PKG_MAINTAINER=Joseph C. Lehner <joseph.c.lehner@gmail.com> +PKG_MAINTAINER:=Joseph C. Lehner <joseph.c.lehner@gmail.com> PKG_LICENSE=GPL-2.0 PKG_LICENSE_FILES=LICENSE |