diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-04-18 21:54:20 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-04-18 21:54:20 +0000 |
commit | 20424fc91a4d85c68f9be5a9a095b8cfb1bece1b (patch) | |
tree | 01784bee5915db33768f0b8ce49c9e71b3a82140 /openwrt/package/dhcp-forwarder/Config.in | |
parent | 3215202cf386b80110d9f56468419cc2caed113b (diff) | |
download | mtk-20170518-20424fc91a4d85c68f9be5a9a095b8cfb1bece1b.zip mtk-20170518-20424fc91a4d85c68f9be5a9a095b8cfb1bece1b.tar.gz mtk-20170518-20424fc91a4d85c68f9be5a9a095b8cfb1bece1b.tar.bz2 |
Change dhcp-forwarder, rename config var, uniformize package makefile, move ipkg related files to ./ipkg
SVN-Revision: 680
Diffstat (limited to 'openwrt/package/dhcp-forwarder/Config.in')
-rw-r--r-- | openwrt/package/dhcp-forwarder/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/dhcp-forwarder/Config.in b/openwrt/package/dhcp-forwarder/Config.in index 8fa396d..34ff1c0 100644 --- a/openwrt/package/dhcp-forwarder/Config.in +++ b/openwrt/package/dhcp-forwarder/Config.in @@ -1,4 +1,4 @@ -config BR2_PACKAGE_DHCPFWD +config BR2_PACKAGE_DHCP_FORWARDER tristate "dhcp-forwarder (a DHCP relay agent)" default m if CONFIG_DEVEL help |