diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-06-11 21:13:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-06-11 21:13:46 +0000 |
commit | c90793463c2602b951b71d629a6530bab2be50d0 (patch) | |
tree | f20dcdddb64ce81a2df22248eb4d524168d43353 /openwrt/package/Makefile | |
parent | f48d720726633258240f97ce8759b8d9c3572cd3 (diff) | |
download | mtk-20170518-c90793463c2602b951b71d629a6530bab2be50d0.zip mtk-20170518-c90793463c2602b951b71d629a6530bab2be50d0.tar.gz mtk-20170518-c90793463c2602b951b71d629a6530bab2be50d0.tar.bz2 |
fix wificonf build depends
SVN-Revision: 1204
Diffstat (limited to 'openwrt/package/Makefile')
-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 4fbcf83..f9768de 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -127,6 +127,7 @@ clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m)) compile: $(patsubst %,%-compile,$(package-y) $(package-m)) install: $(patsubst %,%-install,$(package-y)) +wificonf-compile: openwrt-compile wireless-tools-compile arpwatch-compile: libpcap-compile cyrus-sasl-compile: openssl-compile dropbear-compile: zlib-compile |