diff options
author | Karel Kočí <karel.koci@nic.cz> | 2019-07-03 16:19:06 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2019-07-03 16:19:06 +0200 |
commit | 342da440bebde9db73b04f43823f64fe2409b634 (patch) | |
tree | 24719f80937a345c726b86ea61e9f2f830b0f00d /personal-pkgs-repo | |
parent | 6cc4ad4591acdbfb3176f340be31244559d4d784 (diff) | |
download | openwrt-personal-pkgs-342da440bebde9db73b04f43823f64fe2409b634.tar.gz openwrt-personal-pkgs-342da440bebde9db73b04f43823f64fe2409b634.tar.bz2 openwrt-personal-pkgs-342da440bebde9db73b04f43823f64fe2409b634.zip |
Some fixes of packages
Diffstat (limited to 'personal-pkgs-repo')
-rw-r--r-- | personal-pkgs-repo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/personal-pkgs-repo/Makefile b/personal-pkgs-repo/Makefile index 35186f7..14be668 100644 --- a/personal-pkgs-repo/Makefile +++ b/personal-pkgs-repo/Makefile @@ -15,7 +15,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) include $(INCLUDE_DIR)/package.mk define Package/$(PKG_NAME) - TITLE:=Package with repository key and meta dependencies + TITLE:=Package with repository key and meta dependencies endef define Package/$(PKG_NAME)/install |