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 f6b27d6 commit ad0b2a6
Show file tree
Hide file tree
Showing 9 changed files with 87 additions and 91 deletions.
163 changes: 79 additions & 84 deletions make/pkgs/e2fsprogs/Config.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config FREETZ_PACKAGE_E2FSPROGS
bool "e2fsprogs 1.42.13 (binary only)"
bool "e2fsprogs 1.42.13 (binary only) - DEPRECATED"
depends on FREETZ_REMOVE_AVM_E2FSPROGS
default n
help
Expand All @@ -8,97 +8,92 @@ config FREETZ_PACKAGE_E2FSPROGS
tune2fs, and most of the other core ext2 filesystem utilities.
Homepage: https://e2fsprogs.sourceforge.net/

config FREETZ_PACKAGE_E2FSPROGS_E2FSCK
bool "Checking Tools"
default n
depends on FREETZ_PACKAGE_E2FSPROGS
select FREETZ_LIB_libblkid if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libcom_err if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libe2p if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libext2fs if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libuuid if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
help
Copy e2fsck, fsck and the fsck.ext* symlinks to image
if FREETZ_PACKAGE_E2FSPROGS

config FREETZ_PACKAGE_E2FSPROGS_E2MAKING
bool "Making tools"
default n
depends on FREETZ_PACKAGE_E2FSPROGS
select FREETZ_LIB_libblkid if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libcom_err if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libe2p if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libext2fs if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libuuid if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
help
Copy mke2fs, the mkfs.ext* symlinks and mklost+found to image
config FREETZ_PACKAGE_E2FSPROGS_E2FSCK
bool "Checking Tools"
default n
select FREETZ_LIB_libblkid if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libcom_err if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libe2p if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libext2fs if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libuuid if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
help
Copy e2fsck, fsck and the fsck.ext* symlinks to image

config FREETZ_PACKAGE_E2FSPROGS_E2TUNING
bool "Tuning tools"
default n
depends on FREETZ_PACKAGE_E2FSPROGS
select FREETZ_LIB_libblkid if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libcom_err if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libe2p if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libext2fs if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libuuid if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
help
Copy tune2fs, chattr, lsattr and dumpe2fs to image
config FREETZ_PACKAGE_E2FSPROGS_E2MAKING
bool "Making tools"
default n
select FREETZ_LIB_libblkid if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libcom_err if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libe2p if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libext2fs if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libuuid if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
help
Copy mke2fs, the mkfs.ext* symlinks and mklost+found to image

config FREETZ_PACKAGE_E2FSPROGS_E2DEBUG
bool "Debugging tools"
default n
depends on FREETZ_PACKAGE_E2FSPROGS
select FREETZ_LIB_libblkid if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libcom_err if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libe2p if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libext2fs if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libss if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libuuid if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
help
Copy e2image, e2undo, debugfs and logsave to image
config FREETZ_PACKAGE_E2FSPROGS_E2TUNING
bool "Tuning tools"
default n
select FREETZ_LIB_libblkid if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libcom_err if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libe2p if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libext2fs if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libuuid if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
help
Copy tune2fs, chattr, lsattr and dumpe2fs to image

config FREETZ_PACKAGE_E2FSPROGS_BLKID
bool "blkid"
default n
depends on FREETZ_PACKAGE_E2FSPROGS
select FREETZ_LIB_libblkid if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libext2fs if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
help
Copy blkid to image
config FREETZ_PACKAGE_E2FSPROGS_E2DEBUG
bool "Debugging tools"
default n
select FREETZ_LIB_libblkid if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libcom_err if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libe2p if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libext2fs if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libss if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libuuid if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
help
Copy e2image, e2undo, debugfs and logsave to image

config FREETZ_PACKAGE_E2FSPROGS_E2FIXING
bool "Repair and misc. tools"
default n
depends on FREETZ_PACKAGE_E2FSPROGS
select FREETZ_PACKAGE_E2FSPROGS_BLKID if ! FREETZ_BUSYBOX_BLKID
select FREETZ_LIB_libext2fs if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libcom_err if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libuuid if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
help
Copy badblocks, filefrag, e2freefrag, uuidd and uuidgen to image
config FREETZ_PACKAGE_E2FSPROGS_BLKID
bool "blkid"
default n
select FREETZ_LIB_libblkid if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libext2fs if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
help
Copy blkid to image

config FREETZ_PACKAGE_E2FSPROGS_E2RESIZE
bool "Resize tools"
default n
depends on FREETZ_PACKAGE_E2FSPROGS
select FREETZ_LIB_libe2p if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libext2fs if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libcom_err if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
help
Copy resize2fs to image
config FREETZ_PACKAGE_E2FSPROGS_E2FIXING
bool "Repair and misc. tools"
default n
select FREETZ_PACKAGE_E2FSPROGS_BLKID if ! FREETZ_BUSYBOX_BLKID
select FREETZ_LIB_libext2fs if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libcom_err if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libuuid if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
help
Copy badblocks, filefrag, e2freefrag, uuidd and uuidgen to image

config FREETZ_PACKAGE_E2FSPROGS_E2RESIZE
bool "Resize tools"
default n
select FREETZ_LIB_libe2p if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libext2fs if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
select FREETZ_LIB_libcom_err if FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
help
Copy resize2fs to image

choice
depends on FREETZ_PACKAGE_E2FSPROGS
prompt "Link"
default FREETZ_PACKAGE_E2FSPROGS_PKG_STAT
choice
prompt "Link"
default FREETZ_PACKAGE_E2FSPROGS_PKG_STAT

config FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
bool "all libraries dynamically"
config FREETZ_PACKAGE_E2FSPROGS_ALL_DYN
bool "all libraries dynamically"

config FREETZ_PACKAGE_E2FSPROGS_PKG_STAT
bool "e2fsprogs libraries statically"
config FREETZ_PACKAGE_E2FSPROGS_PKG_STAT
bool "e2fsprogs libraries statically"

config FREETZ_PACKAGE_E2FSPROGS_ALL_STAT
bool "all libraries statically"
endchoice
config FREETZ_PACKAGE_E2FSPROGS_ALL_STAT
bool "all libraries statically"
endchoice

endif # FREETZ_PACKAGE_E2FSPROGS
2 changes: 1 addition & 1 deletion make/pkgs/emailrelay/Config.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config FREETZ_PACKAGE_EMAILRELAY
bool "E-MailRelay 1.9"
bool "E-MailRelay 1.9 - DEPRECATED"
select FREETZ_STDCXXLIB_FORCE_GNULIBSTDCXX
select FREETZ_LIB_libcrypto
select FREETZ_LIB_libssl
Expand Down
2 changes: 1 addition & 1 deletion make/pkgs/empty/Config.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config FREETZ_PACKAGE_EMPTY
bool "Empty 0.6.15b (binary only)"
bool "Empty 0.6.15b (binary only) - DEPRECATED"
select FREETZ_LIB_libutil if FREETZ_TARGET_UCLIBC_HAS_multiple_libs
default n
help
Expand Down
2 changes: 1 addition & 1 deletion make/pkgs/espeak/Config.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config FREETZ_PACKAGE_ESPEAK
bool "eSpeak 1.48.04 (binary only)"
bool "eSpeak 1.48.04 (binary only) - DEPRECATED"
select FREETZ_LIB_libm if FREETZ_TARGET_UCLIBC_HAS_multiple_libs
select FREETZ_LIB_STDCXXLIB
default n
Expand Down
2 changes: 1 addition & 1 deletion make/pkgs/ffmpeg/Config.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
menuconfig FREETZ_PACKAGE_FFMPEG
bool "FFmpeg 5.1.4"
bool "FFmpeg 5.1.4 - DEPRECATED"
default n
depends on !FREETZ_TARGET_UCLIBC_0_9_28 && !FREETZ_TARGET_UCLIBC_0_9_29
help
Expand Down
2 changes: 1 addition & 1 deletion make/pkgs/fortune/Config.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config FREETZ_PACKAGE_FORTUNE
bool "fortune 1.2"
bool "fortune 1.2 - DEPRECATED"
default n
help
Fortune is a small game that is meant to lighten up your life.
Expand Down
2 changes: 1 addition & 1 deletion make/pkgs/fowsr/Config.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config FREETZ_PACKAGE_FOWSR
bool "fowsr 1.0-20110904 (binary only)"
bool "fowsr 1.0-20110904 (binary only) - DEPRECATED"
select FREETZ_LIB_libusb_0
default n
help
Expand Down
1 change: 1 addition & 0 deletions make/pkgs/ftdi1/ftdi1.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ $(PKG)_SITE:=https://www.intra2net.com/en/developer/libftdi/download
### MANPAGE:=https://www.intra2net.com/en/developer/libftdi/documentation/
### CHANGES:=https://www.intra2net.com/en/developer/libftdi/index.php
### CVSREPO:=https://developer.intra2net.com/git/?p=libftdi
### SUPPORT:=fda77

$(PKG)_BINARY:=$($(PKG)_DIR)/ftdi_eeprom/ftdi_eeprom
$(PKG)_TARGET_BINARY:=$($(PKG)_DEST_DIR)/usr/bin/ftdi_eeprom
Expand Down
2 changes: 1 addition & 1 deletion make/pkgs/fuse/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ comment "FUSE (not available, needs kernel modules)"
depends on !FREETZ_REPLACE_MODULE_AVAILABLE

config FREETZ_PACKAGE_FUSE
bool "FUSE 2.9.9 (binary only)"
bool "FUSE 2.9.9 (binary only) - DEPRECATED"
depends on FREETZ_REPLACE_MODULE_AVAILABLE
select FREETZ_MODULE_fuse if !FREETZ_AVM_HAS_FUSE_FS_BUILTIN
select FREETZ_LIB_libfuse
Expand Down

0 comments on commit ad0b2a6

Please sign in to comment.