diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-10-09 09:59:52 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-10-09 10:00:59 +0200 |
commit | e80d577eca049b4968d30c77ab646fa4fcd01780 (patch) | |
tree | af48600c83613401d7c8be7c7f6db5f616ce68af /personal-pkgs-repo/Makefile | |
parent | 3532fa47380fb79d6c6edb32039c1b491f64709a (diff) | |
parent | d32f4c85ac3634a3a4c35d4fec7dc8131c9cfcab (diff) | |
download | openwrt-personal-pkgs-e80d577eca049b4968d30c77ab646fa4fcd01780.tar.gz openwrt-personal-pkgs-e80d577eca049b4968d30c77ab646fa4fcd01780.tar.bz2 openwrt-personal-pkgs-e80d577eca049b4968d30c77ab646fa4fcd01780.zip |
Merge branch 'turris3x'
Diffstat (limited to 'personal-pkgs-repo/Makefile')
-rw-r--r-- | personal-pkgs-repo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/personal-pkgs-repo/Makefile b/personal-pkgs-repo/Makefile index 624a895..cb02c69 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 + TITLE:=Package with repository key and meta dependencies endef define Build/Compile @@ -44,7 +44,6 @@ ifeq ($(CONFIG_TARGET_PROFILE),"TURRIS") endif ifeq ($(CONFIG_TARGET_PROFILE),"DEVICE_cznic-mox") BOARD:=mox -endif define Package/$(PKG_NAME)/postinst #!/bin/sh |