Skip to content

Commit

Permalink
Fixed stuff from a barrowed Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmfoxworthy committed Mar 21, 2022
1 parent bf501da commit de817a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PKG_LICENSE:=GPLv3

include $(INCLUDE_DIR)/package.mk

define Package/l7stats
define Package/watchwifi
SECTION:=net
CATEGORY:=Network
DEPENDS:=+jq
Expand Down Expand Up @@ -47,4 +47,4 @@ define Package/watchwifi/postinst
exit 0
endef

$(eval $(call BuildPackage,l7stats))
$(eval $(call BuildPackage,watchwifi))

0 comments on commit de817a0

Please sign in to comment.