mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
Add help for packages without AVR32 support
This commit is contained in:
parent
ebcaf669f2
commit
8e2390fdaf
@ -1,3 +1,6 @@
|
||||
comment "argus has no inherent support for AVR32"
|
||||
depends on BR2_avr32 && BR2_PACKAGE_ARGUS
|
||||
|
||||
config BR2_PACKAGE_ARGUS
|
||||
bool "argus"
|
||||
select BR2_PACKAGE_LIBPCAP
|
||||
|
@ -1,3 +1,6 @@
|
||||
comment "bind has no inherent support for AVR32"
|
||||
depends on BR2_avr32 && BR2_PACKAGE_BIND
|
||||
|
||||
config BR2_PACKAGE_BIND
|
||||
bool "bind"
|
||||
help
|
||||
|
@ -1,3 +1,6 @@
|
||||
comment "dmraid has no inherent support for AVR32"
|
||||
depends on BR2_avr32 && BR2_PACKAGE_DMRAID
|
||||
|
||||
config BR2_PACKAGE_DMRAID
|
||||
bool "dmraid"
|
||||
select BR2_PACKAGE_DM
|
||||
|
@ -1,3 +1,6 @@
|
||||
comment "kismet has no inherent support for AVR32"
|
||||
depends on BR2_avr32 && BR2_PACKAGE_KISMET
|
||||
|
||||
config BR2_PACKAGE_KISMET
|
||||
bool "kismet"
|
||||
select BR2_PACKAGE_NCURSES
|
||||
|
@ -1,3 +1,6 @@
|
||||
comment "libeXosip2 has no inherent support for AVR32"
|
||||
depends on BR2_avr32 && BR2_PACKAGE_LIBEXOSIP2
|
||||
|
||||
config BR2_PACKAGE_LIBEXOSIP2
|
||||
bool "libeXosip2"
|
||||
select BR2_PACKAGE_LIBOSIP2
|
||||
|
@ -1,3 +1,6 @@
|
||||
comment "ltrace has no inherent support for AVR32"
|
||||
depends on BR2_avr32 && BR2_PACKAGE_LTRACE
|
||||
|
||||
config BR2_PACKAGE_LTRACE
|
||||
bool "ltrace"
|
||||
#depends on BR2_LARGEFILE
|
||||
|
@ -1,3 +1,6 @@
|
||||
comment "ntfs-3g has no inherent support for AVR32"
|
||||
depends on BR2_avr32 && BR2_PACKAGE_NTFS_3G
|
||||
|
||||
config BR2_PACKAGE_NTFS-3G
|
||||
bool "ntfs-3g"
|
||||
select BR2_PACKAGE_PKGCONFIG
|
||||
|
@ -1,3 +1,6 @@
|
||||
comment "OpenNTPD has no inherent support for AVR32"
|
||||
depends on BR2_avr32 && BR2_PACKAGE_OPENNTPD
|
||||
|
||||
config BR2_PACKAGE_OPENNTPD
|
||||
bool "OpenNTPD"
|
||||
help
|
||||
|
@ -1,3 +1,6 @@
|
||||
comment "openvpn has no inherent support for AVR32"
|
||||
depends on BR2_avr32 && BR2_PACKAGE_OPENVPN
|
||||
|
||||
config BR2_PACKAGE_OPENVPN
|
||||
bool "openvpn"
|
||||
select BR2_PACKAGE_LZO
|
||||
|
@ -1,3 +1,6 @@
|
||||
comment "pciutils has no inherent support for AVR32"
|
||||
depends on BR2_avr32 && BR2_PACKAGE_PCIUTILS
|
||||
|
||||
config BR2_PACKAGE_PCIUTILS
|
||||
bool "pciutils"
|
||||
help
|
||||
|
@ -1,3 +1,6 @@
|
||||
comment "ruby has no inherent support for AVR32"
|
||||
depends on BR2_avr32 && BR2_PACKAGE_RUBY
|
||||
|
||||
config BR2_PACKAGE_RUBY
|
||||
bool "ruby"
|
||||
help
|
||||
|
@ -1,3 +1,6 @@
|
||||
comment "smartmontools has no inherent support for AVR32"
|
||||
depends on BR2_avr32 && BR2_PACKAGE_SMARTMONTOOLS
|
||||
|
||||
config BR2_PACKAGE_SMARTMONTOOLS
|
||||
bool "smartmontools"
|
||||
help
|
||||
|
@ -1,3 +1,6 @@
|
||||
comment "stunnel has no inherent support for AVR32"
|
||||
depends on BR2_avr32 && BR2_PACKAGE_STUNNEL
|
||||
|
||||
config BR2_PACKAGE_STUNNEL
|
||||
bool "stunnel"
|
||||
help
|
||||
|
@ -1,3 +1,6 @@
|
||||
comment "vtun has no inherent support for AVR32"
|
||||
depends on BR2_avr32 && BR2_PACKAGE_VTUN
|
||||
|
||||
config BR2_PACKAGE_VTUN
|
||||
bool "vtun - BEWARE: read package/vtun/README.txt before use"
|
||||
select BR2_PACKAGE_LZO
|
||||
|
Loading…
Reference in New Issue
Block a user