Browse Source

mmc-utils: fix typo in Makefile

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
lilik-openwrt-22.03
Michael Heimpold 9 years ago
parent
commit
ec44072a4c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/mmc-utils/Makefile

+ 1
- 1
utils/mmc-utils/Makefile View File

@ -14,7 +14,7 @@ PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git
PKG_SOURCE_VERSION:=f4eb241519f8d500ce6068a70d2389be39ac5189
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz
PKG_LICENSE:=GPL-2.0


Loading…
Cancel
Save