diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-03-29 23:26:17 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-03-29 23:26:17 +0000 |
commit | 1fc9baa2148a78fe7f4197e3d7ee3b40bb225070 (patch) | |
tree | a520f06153c4f00081eec2c5fe0cf4bca8ed370c /openwrt/package/Makefile | |
parent | 4675d6fe87afeb0f2e43b96afb49c05e1bed8894 (diff) | |
download | mtk-20170518-1fc9baa2148a78fe7f4197e3d7ee3b40bb225070.zip mtk-20170518-1fc9baa2148a78fe7f4197e3d7ee3b40bb225070.tar.gz mtk-20170518-1fc9baa2148a78fe7f4197e3d7ee3b40bb225070.tar.bz2 |
Add dhcp-forwarder package
SVN-Revision: 474
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 d010cb2..0f1193d 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -37,6 +37,7 @@ package-$(BR2_PACKAGE_STRACE) += strace package-$(BR2_PACKAGE_TCPDUMP) += tcpdump package-$(BR2_PACKAGE_WOL) += wol package-$(BR2_PACKAGE_ZLIB) += zlib +package-$(BR2_PACKAGE_DHCPFWD) += dhcp-forwarder all: compile install clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m)) linux-clean |