diff options
author | Mike Baker <mbm@openwrt.org> | 2005-03-06 04:41:10 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2005-03-06 04:41:10 +0000 |
commit | 86f55ecf77614077aaa5fe2d48cecf1459f8d249 (patch) | |
tree | 282e339c4433e8bd773e69c5b17d430cb692b4d1 /openwrt/package/Makefile | |
parent | b3be5eeb3e588bcba2191bd04504a68aeba9e834 (diff) | |
download | mtk-20170518-86f55ecf77614077aaa5fe2d48cecf1459f8d249.zip mtk-20170518-86f55ecf77614077aaa5fe2d48cecf1459f8d249.tar.gz mtk-20170518-86f55ecf77614077aaa5fe2d48cecf1459f8d249.tar.bz2 |
remove wl / nas / et .. binary only; no license given
SVN-Revision: 309
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 6f5e4ac..638a0eb 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -17,7 +17,6 @@ package-$(BR2_PACKAGE_OPENSSL) += openssl package-$(BR2_PACKAGE_OPENVPN) += openvpn package-$(BR2_PACKAGE_PPTPD) += pptpd package-$(BR2_PACKAGE_IPROUTE2) += iproute2 -package-$(BR2_PACKAGE_LINKSYS_UTILS) += linksys-utils all: compile install clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m)) linux-clean |