mirror of https://github.com/hak5/openwrt-owl.git
parent
bcf69741e3
commit
4bf1ccd72a
|
@ -17,6 +17,9 @@ include $(TOPDIR)/package/rules.mk
|
||||||
|
|
||||||
$(eval $(call PKG_template,PORTSENTRY,portsentry,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
|
$(eval $(call PKG_template,PORTSENTRY,portsentry,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
|
||||||
|
|
||||||
|
$(PKG_BUILD_DIR)/.configured:
|
||||||
|
touch $@
|
||||||
|
|
||||||
$(PKG_BUILD_DIR)/.built:
|
$(PKG_BUILD_DIR)/.built:
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) linux
|
$(MAKE) -C $(PKG_BUILD_DIR) linux
|
||||||
touch $@
|
touch $@
|
||||||
|
|
Loading…
Reference in New Issue