summaryrefslogtreecommitdiffstats
path: root/openwrt/package/dhcp/ipkg
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-11 15:35:30 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-11 15:35:30 +0000
commit936ed6e3e623e373091872a0ef559cdc3133370d (patch)
tree8f8ce2e2a1834e5e24249bdb20b4ac77e6191c81 /openwrt/package/dhcp/ipkg
parent28fd9cd55ae93617c5e109d496ee6da74009bc45 (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@1405 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/dhcp/ipkg')
-rw-r--r--openwrt/package/dhcp/ipkg/dhcp-relay.control (renamed from openwrt/package/dhcp/ipkg/dhcp.control)4
-rw-r--r--openwrt/package/dhcp/ipkg/dhcp-server.control6
2 files changed, 8 insertions, 2 deletions
diff --git a/openwrt/package/dhcp/ipkg/dhcp.control b/openwrt/package/dhcp/ipkg/dhcp-relay.control
index d6c110a27..bc4f6336f 100644
--- a/openwrt/package/dhcp/ipkg/dhcp.control
+++ b/openwrt/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/openwrt/package/dhcp/ipkg/dhcp-server.control b/openwrt/package/dhcp/ipkg/dhcp-server.control
new file mode 100644
index 000000000..59b6ed44a
--- /dev/null
+++ b/openwrt/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