Skip to content

Commit

Permalink
set more support/deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Jun 21, 2024
1 parent a7ff02a commit 0d05d15
Show file tree
Hide file tree
Showing 20 changed files with 39 additions and 34 deletions.
2 changes: 1 addition & 1 deletion make/pkgs/bash/Config.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config FREETZ_PACKAGE_BASH
bool "bash 3.2.57 (binary only)"
bool "bash 3.2.57 (binary only) - DEPRECATED"
default n
help
Bash is an sh-compatible command language interpreter that
Expand Down
1 change: 1 addition & 0 deletions make/pkgs/bftpd/bftpd.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ $(PKG)_SITE:=@SF/bftpd
### MANPAGE:=https://bftpd.sourceforge.net/documents.html
### CHANGES:=https://bftpd.sourceforge.net/downloads/CHANGELOG
### CVSREPO:=https://sourceforge.net/projects/bftpd/
### SUPPORT:=fda77

$(PKG)_BINARY:=$($(PKG)_DIR)/bftpd
$(PKG)_TARGET_BINARY:=$($(PKG)_DEST_DIR)/usr/sbin/bftpd
Expand Down
2 changes: 1 addition & 1 deletion make/pkgs/bip/Config.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config FREETZ_PACKAGE_BIP
bool "Bip 0.9.2"
bool "Bip 0.9.2 - DEPRECATED"
default n
help
Bip is an IRC proxy, which means it keeps connected to your
Expand Down
2 changes: 1 addition & 1 deletion make/pkgs/bittwist/Config.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config FREETZ_PACKAGE_BITTWIST
bool "bittwist 1.1 (binary only)"
bool "bittwist 1.1 (binary only) - DEPRECATED"
select FREETZ_LIB_libpcap
default n
help
Expand Down
2 changes: 1 addition & 1 deletion make/pkgs/br2684ctl/Config.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config FREETZ_PACKAGE_BR2684CTL
bool "br2684ctl (binary only)"
bool "br2684ctl (binary only) - DEPRECATED"
select FREETZ_LIB_libatm
depends on FREETZ_AVM_VERSION_04_XX_MAX
default n
Expand Down
2 changes: 1 addition & 1 deletion make/pkgs/bridge-utils/Config.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config FREETZ_PACKAGE_BRIDGE_UTILS
bool "bridge-utils 1.4 (binary only)"
bool "bridge-utils 1.4 (binary only) - DEPRECATED"
default n
help
This package contains utilities for configuring the Linux ethernet
Expand Down
2 changes: 1 addition & 1 deletion make/pkgs/checkmaild/Config.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config FREETZ_PACKAGE_CHECKMAILD
bool "Checkmaild 0.4.7"
bool "Checkmaild 0.4.7 - DEPRECATED"
default n
help
Checkmaild checks pop3/smtp mail accounts for new mails on a given interval.
Expand Down
2 changes: 1 addition & 1 deletion make/pkgs/classpath/Config.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config FREETZ_PACKAGE_CLASSPATH
bool "classpath GNU 0.99 (binary only)"
bool "classpath GNU 0.99 (binary only) - DEPRECATED"
default n
select FREETZ_LIB_libiconv if FREETZ_TARGET_UCLIBC_0_9_28
help
Expand Down
2 changes: 1 addition & 1 deletion make/pkgs/cryptsetup/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ comment "cryptsetup (not available, needs kernel modules)"
depends on FREETZ_KERNEL_VERSION_2_6_19_MIN && !FREETZ_REPLACE_MODULE_AVAILABLE

config FREETZ_PACKAGE_CRYPTSETUP
bool "cryptsetup 1.7.5 (binary only)"
bool "cryptsetup 1.7.5 (binary only) - DEPRECATED"
depends on \
(FREETZ_KERNEL_VERSION_2_6_13_MAX && FREETZ_REPLACE_KERNEL) || \
(FREETZ_KERNEL_VERSION_2_6_19_MIN && FREETZ_REPLACE_MODULE_AVAILABLE)
Expand Down
2 changes: 1 addition & 1 deletion make/pkgs/ctorrent/Config.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config FREETZ_PACKAGE_CTORRENT
bool "Ctorrent dnh3.3.2 (binary only)"
bool "Ctorrent dnh3.3.2 (binary only) - DEPRECATED"
select FREETZ_LIB_STDCXXLIB
default n
help
Expand Down
1 change: 1 addition & 0 deletions make/pkgs/davfs2/davfs2.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ $(PKG)_SITE:=@SAVANNAH/davfs2
### MANPAGE:=https://linux.die.net/man/5/davfs2.conf
### CHANGES:=https://git.savannah.nongnu.org/cgit/davfs2.git/refs/
### CVSREPO:=https://git.savannah.nongnu.org/cgit/davfs2.git/
### SUPPORT:=fda77

$(PKG)_STARTLEVEL=50

Expand Down
2 changes: 1 addition & 1 deletion make/pkgs/debootstrap/Config.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config FREETZ_PACKAGE_DEBOOTSTRAP
bool "Debootstrap (binary only)"
bool "Debootstrap (binary only) - DEPRECATED"
select FREETZ_BUSYBOX_AR
select FREETZ_BUSYBOX_BUNZIP2
select FREETZ_BUSYBOX_CHROOT
Expand Down
2 changes: 1 addition & 1 deletion make/pkgs/deco/Config.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config FREETZ_PACKAGE_DECO
bool "Deco 1.3.9 (binary only)"
bool "Deco 1.3.9 (binary only) - DEPRECATED"
select FREETZ_LIB_libncurses
default n
help
Expand Down
1 change: 1 addition & 0 deletions make/pkgs/dejavu-fonts-ttf/dejavu-fonts-ttf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ $(PKG)_SITE:=@SF/dejavu,https://github.com/dejavu-fonts/dejavu-fonts/releases/do
### MANPAGE:=https://dejavu-fonts.org/
### CHANGES:=https://dejavu-fonts.github.io/Download.html
### CVSREPO:=https://github.com/dejavu-fonts/dejavu-fonts
### SUPPORT:=fda77

$(PKG)_FONTS_ALL += DejaVuMathTeXGyre
$(PKG)_FONTS_ALL += DejaVuSans-BoldOblique
Expand Down
2 changes: 1 addition & 1 deletion make/pkgs/dns2tcp/Config.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config FREETZ_PACKAGE_DNS2TCP
bool "dns2tcp 0.5.2"
bool "dns2tcp 0.5.2 - DEPRECATED"
default n
help
Dns2tcp is a network tool designed to relay TCP connections
Expand Down
39 changes: 20 additions & 19 deletions make/pkgs/dosfstools/Config.in
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
config FREETZ_PACKAGE_DOSFSTOOLS
bool "dosfstools 3.0.28 (binary only)"
bool "dosfstools 3.0.28 (binary only) - DEPRECATED"
select FREETZ_LIB_libiconv if FREETZ_TARGET_UCLIBC_0_9_28
default n
help
utilities to create, check and label MS-DOS FAT filesystems

config FREETZ_PACKAGE_DOSFSTOOLS_fsck_fat
bool "fsck.fat"
depends on FREETZ_PACKAGE_DOSFSTOOLS
default n
help
This option enables the checking utility for MS-DOS FAT filesystems
if FREETZ_PACKAGE_DOSFSTOOLS

config FREETZ_PACKAGE_DOSFSTOOLS_fatlabel
bool "fatlabel"
depends on FREETZ_PACKAGE_DOSFSTOOLS
default n
help
This option enables labeling utility for MS-DOS FAT filesystems
config FREETZ_PACKAGE_DOSFSTOOLS_fsck_fat
bool "fsck.fat"
default n
help
This option enables the checking utility for MS-DOS FAT filesystems

config FREETZ_PACKAGE_DOSFSTOOLS_mkfs_fat
bool "mkfs.fat"
depends on FREETZ_PACKAGE_DOSFSTOOLS
default n
help
This option enables the creation utility for MS-DOS FAT filesystems
config FREETZ_PACKAGE_DOSFSTOOLS_fatlabel
bool "fatlabel"
default n
help
This option enables labeling utility for MS-DOS FAT filesystems

config FREETZ_PACKAGE_DOSFSTOOLS_mkfs_fat
bool "mkfs.fat"
default n
help
This option enables the creation utility for MS-DOS FAT filesystems

endif # FREETZ_PACKAGE_DOSFSTOOLS

1 change: 1 addition & 0 deletions make/pkgs/dtc/dtc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ $(PKG)_SITE:=@KERNEL/software/utils/dtc
### WEBSITE:=https://git.kernel.org/pub/scm/utils/dtc/dtc.git
### CHANGES:=https://git.kernel.org/pub/scm/utils/dtc/dtc.git/log/
### CVSREPO:=https://git.kernel.org/pub/scm/utils/dtc/dtc.git/refs/
### SUPPORT:=fda77

$(PKG)_BINARIES := fdtdump fdtget fdtput fitdump
$(PKG)_BINARIES_BUILD_DIR := $($(PKG)_BINARIES:%=$($(PKG)_DIR)/%)
Expand Down
2 changes: 1 addition & 1 deletion make/pkgs/dvbsnoop/Config.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config FREETZ_PACKAGE_DVBSNOOP
bool "dvbsnoop 1.4.50 (binary only)"
bool "dvbsnoop 1.4.50 (binary only) - DEPRECATED"
default n
help
DVB analyzer / MPEG analyzer program to monitor, analyze, debug, dump
Expand Down
2 changes: 1 addition & 1 deletion make/pkgs/dvbstream/Config.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config FREETZ_PACKAGE_DVBSTREAM
bool "dvbstream 0.5 (binary only)"
bool "dvbstream 0.5 (binary only) - DEPRECATED"
default n
help
DVB tools is a set of command-line tools for DVB cards such as the Hauppauge
Expand Down
2 changes: 1 addition & 1 deletion make/pkgs/dvbtune/Config.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config FREETZ_PACKAGE_DVBTUNE
bool "dvbtune 0.5 (binary only)"
bool "dvbtune 0.5 (binary only) - DEPRECATED"
default n
help
DVB tools is a set of command-line tools for DVB cards such as the Hauppauge
Expand Down

0 comments on commit 0d05d15

Please sign in to comment.