Changeset 3660
- Timestamp:
- 12/07/07 19:58:00 (1 year ago)
- Files:
-
- trunk/freewrt/package/Config.in (modified) (1 diff)
- trunk/freewrt/package/Depends.mk (modified) (1 diff)
- trunk/freewrt/package/Makefile (modified) (1 diff)
- trunk/freewrt/package/heartbeat (added)
- trunk/freewrt/package/heartbeat/Config.in (added)
- trunk/freewrt/package/heartbeat/Makefile (added)
- trunk/freewrt/package/heartbeat/ipkg (added)
- trunk/freewrt/package/heartbeat/ipkg/heartbeat.control (added)
- trunk/freewrt/package/heartbeat/patches (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/Config.in
r3647 r3660 482 482 source "package/udev/Config.in" 483 483 source "package/watchdog/Config.in" 484 source "package/heartbeat/Config.in" 484 485 endmenu 485 486 trunk/freewrt/package/Depends.mk
r3641 r3660 52 52 gnutls-compile: libgcrypt-compile liblzo-compile libtasn1-compile opencdk-compile zlib-compile 53 53 gpsd-compile: ncurses-compile uclibc++-compile 54 heartbeat-compile: gnutls-compile glib-compile libnet-compile 54 55 httping-compile: openssl-compile 55 56 icecast-compile: curl-compile libvorbisidec-compile libxml2-compile libxslt-compile trunk/freewrt/package/Makefile
r3647 r3660 105 105 package-$(FWRT_PACKAGE_HASERL) += haserl 106 106 package-$(FWRT_PACKAGE_HDPARM) += hdparm 107 package-$(FWRT_PACKAGE_HEARTBEAT) += heartbeat 107 108 package-$(FWRT_PACKAGE_HEYU) += heyu 108 109 package-$(FWRT_PACKAGE_HOSTAP_UTILS) += hostap-utils


