diff options
author | Florian Fainelli <florian@openwrt.org> | 2005-12-13 13:01:01 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2005-12-13 13:01:01 +0000 |
commit | ae3c308186cf1913fa5064fc183d1ef016634aeb (patch) | |
tree | 2762d6e2571127d83829ee66592298fb7d26009c /openwrt/package/Config.in | |
parent | 9e0057bdf6f40bf6f30e12450abca07ab9fd21ca (diff) | |
download | mtk-20170518-ae3c308186cf1913fa5064fc183d1ef016634aeb.zip mtk-20170518-ae3c308186cf1913fa5064fc183d1ef016634aeb.tar.gz mtk-20170518-ae3c308186cf1913fa5064fc183d1ef016634aeb.tar.bz2 |
Added dhcp6, an IPv6 implementation of the dhcp server and client Added support in package/rules.mk for zip files, just use PKG_CAT=unzip to uncompress the archive
SVN-Revision: 2649
Diffstat (limited to 'openwrt/package/Config.in')
-rw-r--r-- | openwrt/package/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Config.in b/openwrt/package/Config.in index 5cd5894..ad53b4a 100644 --- a/openwrt/package/Config.in +++ b/openwrt/package/Config.in @@ -151,6 +151,7 @@ source "package/xsupplicant/Config.in" comment "IPv6" source "package/6tunnel/Config.in" source "package/aiccu/Config.in" +source "package/dhcp6/Config.in" source "package/miredo/Config.in" source "package/ndisc/Config.in" source "package/radvd/Config.in" |