diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-07-08 00:58:53 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-07-08 00:58:53 +0000 |
commit | cbe986c8975a7c5b40ce2379be8964edfbba2921 (patch) | |
tree | a2b3411d15340e739e9d9ab5e6261dd86d7a8bd2 /package/Makefile | |
parent | 01028a16a796534af635d46dd4336eb765d4e486 (diff) | |
download | upstream-cbe986c8975a7c5b40ce2379be8964edfbba2921.tar.gz upstream-cbe986c8975a7c5b40ce2379be8964edfbba2921.tar.bz2 upstream-cbe986c8975a7c5b40ce2379be8964edfbba2921.zip |
add atftp, bind and dhcp, not perfect, but first step
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1375 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 4c743b9bfd..ef7673b737 100644 --- a/package/Makefile +++ b/package/Makefile @@ -7,6 +7,8 @@ package-$(BR2_PACKAGE_AICCU) += aiccu package-$(BR2_PACKAGE_ARPTABLES) += arptables package-$(BR2_PACKAGE_ARPWATCH) += arpwatch package-$(BR2_PACKAGE_ASTERISK) += asterisk +package-$(BR2_PACKAGE_ASTERISK) += atftp +package-$(BR2_PACKAGE_BIND) += bind package-$(BR2_PACKAGE_BRIDGE) += bridge package-$(BR2_PACKAGE_BUSYBOX) += busybox package-$(BR2_PACKAGE_BWM) += bwm @@ -14,6 +16,7 @@ package-$(BR2_PACKAGE_CHILLISPOT) += chillispot package-$(BR2_PACKAGE_CIFSMOUNT) += cifsmount package-$(BR2_PACKAGE_CUPS) += cups package-$(BR2_PACKAGE_CYRUS_SASL) += cyrus-sasl +package-$(BR2_PACKAGE_DHCP) += dhcp package-$(BR2_PACKAGE_DHCP_FORWARDER) += dhcp-forwarder package-$(BR2_PACKAGE_DNSMASQ) += dnsmasq package-$(BR2_PACKAGE_DROPBEAR) += dropbear @@ -143,6 +146,7 @@ compile: $(patsubst %,%-compile,$(package-y) $(package-m)) install: $(patsubst %,%-install,$(package-y)) arpwatch-compile: libpcap-compile +bind-compile: openssl-compile cyrus-sasl-compile: openssl-compile dropbear-compile: zlib-compile dsniff-compile: libnids-compile openssl-compile libgdbm-compile |