diff options
author | Karel Kočí <cynerd@email.cz> | 2020-10-16 10:15:54 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-10-16 10:15:54 +0200 |
commit | d4e7d81e6bd9d52cb6e2fa15c4c64d12f48afce8 (patch) | |
tree | 49a1fd0288f0b48106ecc97b4fd50d3fbf0929d9 | |
parent | 292e25d4679d6b076f7db46621fcac221acdbd44 (diff) | |
download | openwrt-personal-pkgs-d4e7d81e6bd9d52cb6e2fa15c4c64d12f48afce8.tar.gz openwrt-personal-pkgs-d4e7d81e6bd9d52cb6e2fa15c4c64d12f48afce8.tar.bz2 openwrt-personal-pkgs-d4e7d81e6bd9d52cb6e2fa15c4c64d12f48afce8.zip |
personal-enabler: fix compilation
-rw-r--r-- | personal-enabler/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/personal-enabler/Makefile b/personal-enabler/Makefile index a592879..16c8719 100644 --- a/personal-enabler/Makefile +++ b/personal-enabler/Makefile @@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=personal-enabler PKG_VERSION:=1.0.0 +PKG_RELEASE:=2 PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz> PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) @@ -26,6 +27,8 @@ define Package/personal-enabler-$(1)/install $(INSTALL_BIN) ./files/$(1).sh $(1)/etc/uci-defaults/60-$(1) endef +$$(eval $$(call BuildPackage,personal-enabled-$(1))) + endef Build/Compile:=: |