Changeset c89af4a in freewrt


Ignore:
Timestamp:
Mar 31, 2007, 1:41:07 PM (19 years ago)
Author:
Phil Sutter <n0-1@…>
Children:
4f75bd3
Parents:
b40fbbf
Message:

import of Nut, the Network UPS Tools

git-svn-id: svn://www.freewrt.org/trunk/freewrt@2316 afb5a338-a214-0410-bd46-81f09a774fd1

Files:
8 added
3 edited

Legend:

Unmodified
Added
Removed
  • mk/pkg-depend.mk

    rb40fbbf rc89af4a  
    8484nmap-compile: uclibc++-compile pcre-compile libpcap-compile
    8585nocatsplash-compile: glib-compile
     86ifneq (${FWRT_PACKAGE_NUT_SSL},)
     87nut-compile: openssl-compile
     88endif
     89ifneq (${FWRT_PACKAGE_NUT_USB},)
     90nut-compile: libusb-compile
     91endif
     92ifneq (${FWRT_PACKAGE_NUT_SNMP},)
     93nut-compile: net-snmp-compile
     94endif
    8695obexftp-compile: openobex-compile libiconv-compile
    8796opencdk-compile: libgcrypt-compile
  • package/Config.in

    rb40fbbf rc89af4a  
    155155source "package/nocatsplash/Config.in"
    156156source "package/ntpclient/Config.in"
     157source "package/nut/Config.in"
    157158source "package/olsrd/Config.in"
    158159source "package/openntpd/Config.in"
  • package/Makefile

    rb40fbbf rc89af4a  
    182182package-$(FWRT_PACKAGE_NANO) += nano
    183183package-$(FWRT_COMPILE_NCURSES) += ncurses
     184package-$(FWRT_PACKAGE_NUT) += nut
    184185package-$(FWRT_PACKAGE_LIBNCURSES) += ncurses
    185186package-$(FWRT_COMPILE_NDISC6) += ndisc
Note: See TracChangeset for help on using the changeset viewer.