mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00: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
|
config BR2_PACKAGE_ARGUS
|
||||||
bool "argus"
|
bool "argus"
|
||||||
select BR2_PACKAGE_LIBPCAP
|
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
|
config BR2_PACKAGE_BIND
|
||||||
bool "bind"
|
bool "bind"
|
||||||
help
|
help
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
comment "dmraid has no inherent support for AVR32"
|
||||||
|
depends on BR2_avr32 && BR2_PACKAGE_DMRAID
|
||||||
|
|
||||||
config BR2_PACKAGE_DMRAID
|
config BR2_PACKAGE_DMRAID
|
||||||
bool "dmraid"
|
bool "dmraid"
|
||||||
select BR2_PACKAGE_DM
|
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
|
config BR2_PACKAGE_KISMET
|
||||||
bool "kismet"
|
bool "kismet"
|
||||||
select BR2_PACKAGE_NCURSES
|
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
|
config BR2_PACKAGE_LIBEXOSIP2
|
||||||
bool "libeXosip2"
|
bool "libeXosip2"
|
||||||
select BR2_PACKAGE_LIBOSIP2
|
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
|
config BR2_PACKAGE_LTRACE
|
||||||
bool "ltrace"
|
bool "ltrace"
|
||||||
#depends on BR2_LARGEFILE
|
#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
|
config BR2_PACKAGE_NTFS-3G
|
||||||
bool "ntfs-3g"
|
bool "ntfs-3g"
|
||||||
select BR2_PACKAGE_PKGCONFIG
|
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
|
config BR2_PACKAGE_OPENNTPD
|
||||||
bool "OpenNTPD"
|
bool "OpenNTPD"
|
||||||
help
|
help
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
comment "openvpn has no inherent support for AVR32"
|
||||||
|
depends on BR2_avr32 && BR2_PACKAGE_OPENVPN
|
||||||
|
|
||||||
config BR2_PACKAGE_OPENVPN
|
config BR2_PACKAGE_OPENVPN
|
||||||
bool "openvpn"
|
bool "openvpn"
|
||||||
select BR2_PACKAGE_LZO
|
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
|
config BR2_PACKAGE_PCIUTILS
|
||||||
bool "pciutils"
|
bool "pciutils"
|
||||||
help
|
help
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
comment "ruby has no inherent support for AVR32"
|
||||||
|
depends on BR2_avr32 && BR2_PACKAGE_RUBY
|
||||||
|
|
||||||
config BR2_PACKAGE_RUBY
|
config BR2_PACKAGE_RUBY
|
||||||
bool "ruby"
|
bool "ruby"
|
||||||
help
|
help
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
comment "smartmontools has no inherent support for AVR32"
|
||||||
|
depends on BR2_avr32 && BR2_PACKAGE_SMARTMONTOOLS
|
||||||
|
|
||||||
config BR2_PACKAGE_SMARTMONTOOLS
|
config BR2_PACKAGE_SMARTMONTOOLS
|
||||||
bool "smartmontools"
|
bool "smartmontools"
|
||||||
help
|
help
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
comment "stunnel has no inherent support for AVR32"
|
||||||
|
depends on BR2_avr32 && BR2_PACKAGE_STUNNEL
|
||||||
|
|
||||||
config BR2_PACKAGE_STUNNEL
|
config BR2_PACKAGE_STUNNEL
|
||||||
bool "stunnel"
|
bool "stunnel"
|
||||||
help
|
help
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
comment "vtun has no inherent support for AVR32"
|
||||||
|
depends on BR2_avr32 && BR2_PACKAGE_VTUN
|
||||||
|
|
||||||
config BR2_PACKAGE_VTUN
|
config BR2_PACKAGE_VTUN
|
||||||
bool "vtun - BEWARE: read package/vtun/README.txt before use"
|
bool "vtun - BEWARE: read package/vtun/README.txt before use"
|
||||||
select BR2_PACKAGE_LZO
|
select BR2_PACKAGE_LZO
|
||||||
|
Loading…
x
Reference in New Issue
Block a user