Changeset 908110a in freewrt


Ignore:
Timestamp:
May 20, 2007, 4:46:20 PM (19 years ago)
Author:
Phil Sutter <n0-1@…>
Children:
deed62c
Parents:
f73e479
Message:

here we go: gnu tar for FreeWRT!

  • this is necessary for 'fwupdate' (comes soon) on some systems
  • there's more, but needed (see next commits)

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

Location:
package
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • package/Config.in

    rf73e479 r908110a  
    1818source "package/base-files-arch/Config.in"
    1919source "package/busybox/Config.in"
    20 source "package/fwcf/Config.in"
    21 source "package/fwifupdown/Config.in"
    22 source "package/fwfirewall/Config.in"
    2320source "package/uclibc/Config.in"
    2421menu "Broadcom-specific packages"
     
    3027source "package/broadcom-wl/Config.in.tools"
    3128endmenu
     29endmenu
     30
     31menu "FreeWRT Tools Collection"
     32source "package/fwcf/Config.in"
     33source "package/fwifupdown/Config.in"
     34source "package/fwfirewall/Config.in"
     35source "package/fwupdate/Config.in"
    3236endmenu
    3337
     
    7478source "package/procmail/Config.in"
    7579source "package/psybnc/Config.in"
     80source "package/rrdtool/Config.in"
     81source "package/rrdcollect/Config.in"
    7682#menu "sablevm........................... A Java Virtual Machine (JVM) implementation"
    7783source "package/sablevm/Config.in"
     
    8490source "package/ser2net/Config.in"
    8591source "package/syslog-ng/Config.in"
    86 source "package/rrdtool/Config.in"
    87 source "package/rrdcollect/Config.in"
     92source "package/tar/Config.in"
    8893source "package/vim/Config.in"
    8994endmenu
  • package/Makefile

    rf73e479 r908110a  
    7777package-$(FWRT_PACKAGE_FWCF) += fwcf
    7878package-$(FWRT_PACKAGE_FWIFUPDOWN) += fwifupdown
     79package-$(FWRT_PACKAGE_FWUPDATE) += fwupdate
    7980package-$(FWRT_COMPILE_GDB) += gdb
    8081package-$(FWRT_PACKAGE_GKRELLMD) += gkrellmd
     
    285286package-$(FWRT_PACKAGE_SYSLOG_NG) += syslog-ng
    286287package-$(FWRT_PACKAGE_LIBWRAP) += tcp_wrappers
     288package-$(FWRT_PACKAGE_TAR) += tar
    287289package-$(FWRT_PACKAGE_TCPDUMP) += tcpdump
    288290package-$(FWRT_PACKAGE_TINC) += tinc
Note: See TracChangeset for help on using the changeset viewer.