diff options
-rw-r--r-- | openwrt/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 3cad94ad5a..e1296d08e4 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -54,6 +54,7 @@ clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m)) linux-clean compile: $(patsubst %,%-compile,$(package-y) $(package-m)) install: $(patsubst %,%-install,$(package-y)) +arpwatch-compile: libpcap-compile tcpdump-compile: libpcap-compile dropbear-compile: zlib-compile openssl-compile: zlib-compile |