diff options
author | Aaron Goodman <aaronjg@stanford.edu> | 2020-11-10 08:46:34 -0500 |
---|---|---|
committer | Aaron Goodman <aaronjg@stanford.edu> | 2020-11-10 08:46:34 -0500 |
commit | 1ef1491e1af09b153f9771defd5d069babf5cc68 (patch) | |
tree | d3bf8214878dfdcf9a59f7cd829ca90d0b5a42dc /net/mwan3 | |
parent | d79a6ee985052ac136cbe634d360eaa307c6b1b9 (diff) |
mwan3: remove duplicate Build/Compile from Makefile
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Diffstat (limited to 'net/mwan3')
-rw-r--r-- | net/mwan3/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/mwan3/Makefile b/net/mwan3/Makefile index 9ba177477..b8a05b624 100644 --- a/net/mwan3/Makefile +++ b/net/mwan3/Makefile @@ -43,9 +43,6 @@ define Package/mwan3/conffiles /etc/mwan3.user endef -define Build/Compile -endef - define Package/mwan3/postinst #!/bin/sh if [ -z "$${IPKG_INSTROOT}" ]; then |