diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-15 13:04:57 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-15 13:04:57 +0000 |
commit | e999443345f40190c93a091f49efb1d2a92aa2db (patch) | |
tree | 0c8ab9e3c79074eba6d2f96807f1d4ede950245a /package/Makefile | |
parent | 757b54637e02a0ebe664e774ef3e81714a9ae31e (diff) |
Fix dhcp-forwarder build, move init-script to ./files/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@909 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile index 7fc50c1be4..872489fb97 100644 --- a/package/Makefile +++ b/package/Makefile @@ -74,7 +74,7 @@ package-$(BR2_PACKAGE_USBUTILS) += usbutils package-$(BR2_PACKAGE_WIRELESS_TOOLS) += wireless-tools package-$(BR2_PACKAGE_WOL) += wol package-$(BR2_PACKAGE_ZLIB) += zlib -package-$(BR2_PACKAGE_DHCPFWD) += dhcp-forwarder +package-$(BR2_PACKAGE_DHCP_FORWARDER) += dhcp-forwarder package-$(BR2_PACKAGE_LIBGD) += libgd package-$(BR2_PACKAGE_LIBNET) += libnet package-$(BR2_PACKAGE_LIBMYSQLCLIENT) += mysql |