e9a5ecf1a3
v1 : do not install omshell static librairies in dhcp package
...
There is no need to install any static library on the target, unless one installs a linker (and a compiler) as well, and this is certainly not a common case.
The dhcp-server package installs two of them in /usr/local/lib - along with omshell. The erroneous lines were added as part of r10146 when the Makefile
was modified to install omshell, but the static libraries are never needed to run omshell on the target.
Signed-off-by: Emmanuel Deloget <logout@free.fr >
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30707 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-24 10:26:32 +00:00
64045af765
[PATCH] add interface and hosts parsing from uci dhcp config to ISC dhcpd (fix bridges)
...
This allows people to use the luci interface to specify to dhcpd which
interfaces it should listen to, and which static MAC->IP host mappings
should it define
For the interface, this has to be done in the initscript, via
commandline when the server is started
For the static hosts, the initscript makes a file called
/tmp/dhcpd.hosts which you can include in your dhcpd.config to use the
webgui defined hosts
Fix: 7.5.2011. Now works properly on interfaces which are in a bridge
Signed-off-by: Rajko Stojadinovic <admin@rajko.info >
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26998 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-24 10:01:23 +00:00
eec5daa5b4
[net] IP Addresses and Names: Moved DHCP, DNS, mDNS, and DDNS program into IP Addresses and Names submenu
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26068 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-12 06:16:47 +00:00
f7b39a13eb
[package] fix killing and starting of dhcp ( #6919 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20814 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-11 21:07:54 +00:00
83c14e180d
[packages] Various Makefile cleanups.
...
Thanks to swalker.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16438 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-13 17:01:55 +00:00
996067d6b3
nuke $Id$ in /packages as well
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15244 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-17 14:22:30 +00:00
2b2ad573be
Fix dhcp initscript logic to handle failures properly ( #3941 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12425 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-28 15:38:13 +00:00
23487d9434
Makefile cleanups, round 6 and last
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12175 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-05 22:04:10 +00:00
69f747ee99
[packages] dhcp: don't build docs
...
- docs require nroff on host system
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11484 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-15 18:19:42 +00:00
770889bf61
Fix init script ( #3057 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10520 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-23 17:18:04 +00:00
ce68863b22
install omshell and supporting libs
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10146 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-08 20:56:19 +00:00
7582902e14
update to dhcpd 3.1.0 and change bootup option to be quiet (not display the copyright on every start)
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10143 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-08 17:07:25 +00:00
e296673ba6
packages: Use $(CP) instead of $(INSTALL_BIN) for binaries.
...
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net >
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9695 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-09 18:59:01 +00:00
0550a9ac78
remove PKG_CAT from packages
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9349 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-18 18:46:37 +00:00
37713665c2
Add init script from #924
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9242 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-10 13:28:25 +00:00
2af7ee0c8b
Upgrade to 3.0.6 and fix download
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7882 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-06 21:57:41 +00:00
3bfd63fd17
update isc-dhcp to 3.0.5
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7054 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-26 16:29:47 +00:00
399dc08981
fix dhcp build on osx
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6797 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-01 15:26:01 +00:00
c0e5247848
replace lots of manual install commands with INSTALL_* variables
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5624 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-23 00:29:07 +00:00
5cb332fb35
massive Makefile cleanup, add missing 'svn:keywords' property
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5348 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-30 13:51:50 +00:00
04b7f0d3b6
Port dhcp to -ng
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4370 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-01 14:54:27 +00:00