mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-25 20:26:34 +00:00
package: get rid of ".. has no inherent support for AVR32" comments
These are probaly out of date by now, and lack of special handling for avr32 doesn't mean that a package won't work on avr32, so remove them. Done by sed -i '/comment.*no inherent support for AVR32/{N;N;p}' Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
05e4b940c9
commit
e7b6b32c5d
@ -1,6 +1,3 @@
|
|||||||
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,6 +1,3 @@
|
|||||||
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"
|
||||||
depends on BR2_LARGEFILE
|
depends on BR2_LARGEFILE
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
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"
|
||||||
depends on BR2_LARGEFILE
|
depends on BR2_LARGEFILE
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
comment "Kismet has no inherent support for AVR32"
|
|
||||||
depends on BR2_avr32 && BR2_PACKAGE_KISMET
|
|
||||||
|
|
||||||
comment "Kismet requires a toolchain with C++ support enabled"
|
comment "Kismet requires a toolchain with C++ support enabled"
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP
|
depends on !BR2_INSTALL_LIBSTDCPP
|
||||||
|
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
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,6 +1,3 @@
|
|||||||
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"
|
||||||
depends on BR2_LARGEFILE
|
depends on BR2_LARGEFILE
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
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,6 +1,3 @@
|
|||||||
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,6 +1,3 @@
|
|||||||
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"
|
||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
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,6 +1,3 @@
|
|||||||
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