diff --git a/openwrt/package/portsentry/Makefile b/openwrt/package/portsentry/Makefile index 7c5dd3cf71..12452596e3 100644 --- a/openwrt/package/portsentry/Makefile +++ b/openwrt/package/portsentry/Makefile @@ -17,6 +17,9 @@ include $(TOPDIR)/package/rules.mk $(eval $(call PKG_template,PORTSENTRY,portsentry,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) +$(PKG_BUILD_DIR)/.configured: + touch $@ + $(PKG_BUILD_DIR)/.built: $(MAKE) -C $(PKG_BUILD_DIR) linux touch $@