diff options
| author | Karel Kočí <karel.koci@nic.cz> | 2020-07-13 11:56:48 +0200 | 
|---|---|---|
| committer | Karel Kočí <karel.koci@nic.cz> | 2020-07-13 11:56:48 +0200 | 
| commit | 9474f95781664f54c0f1d6994d05253916bdf083 (patch) | |
| tree | aae377901800d3aec07e6cc3f0bcd772ab9bdae7 | |
| parent | 07f7cd11bbc97ae7da1d3d8f2671987a1390f9f3 (diff) | |
| download | openwrt-personal-pkgs-9474f95781664f54c0f1d6994d05253916bdf083.tar.gz openwrt-personal-pkgs-9474f95781664f54c0f1d6994d05253916bdf083.tar.bz2 openwrt-personal-pkgs-9474f95781664f54c0f1d6994d05253916bdf083.zip | |
sentinel-minipot: fix autopkg use
| -rw-r--r-- | sentinel-minipot/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/sentinel-minipot/Makefile b/sentinel-minipot/Makefile index 1c22ef0..dbdd70f 100644 --- a/sentinel-minipot/Makefile +++ b/sentinel-minipot/Makefile @@ -19,7 +19,7 @@ PKG_BUILD_DEPENDS:=argp-standalone  PKG_FIXUP:=autoreconf -include $(INCLUDE_DIR)/autopkg-tag.mk +include $(INCLUDE_DIR)/autopkg-branch.mk  include $(INCLUDE_DIR)/package.mk  define Package/sentinel-minipot | 
