diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-11 15:35:30 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-11 15:35:30 +0000 |
commit | 1547ec75599a605828bd0135aa8040ae9e2511d3 (patch) | |
tree | b6f615314857f6838935c55fa0c4148addf518ef /package/dhcp/ipkg | |
parent | 74e22cdbeba7cd095db23e7a287c1a40bf96f14b (diff) |
Simplify configure and add target optimizations,
Rename dhcp package to dhcp-server,
Add dhcp-relay package.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1405 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dhcp/ipkg')
-rw-r--r-- | package/dhcp/ipkg/dhcp-relay.control (renamed from package/dhcp/ipkg/dhcp.control) | 4 | ||||
-rw-r--r-- | package/dhcp/ipkg/dhcp-server.control | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/package/dhcp/ipkg/dhcp.control b/package/dhcp/ipkg/dhcp-relay.control index d6c110a27f..bc4f6336f8 100644 --- a/package/dhcp/ipkg/dhcp.control +++ b/package/dhcp/ipkg/dhcp-relay.control @@ -1,6 +1,6 @@ -Package: dhcp +Package: dhcp-relay Priority: optional Section: net Maintainer: OpenWrt Developers <bugs@openwrt.org> Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/dhcp/ -Description: isc dhcp server +Description: ISC DHCP relay diff --git a/package/dhcp/ipkg/dhcp-server.control b/package/dhcp/ipkg/dhcp-server.control new file mode 100644 index 0000000000..59b6ed44ae --- /dev/null +++ b/package/dhcp/ipkg/dhcp-server.control @@ -0,0 +1,6 @@ +Package: dhcp-server +Priority: optional +Section: net +Maintainer: OpenWrt Developers <bugs@openwrt.org> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/dhcp/ +Description: ISC DHCP server |