Commit e7b6b32c authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 05e4b940
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
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
+0 −3
Original line number Diff line number Diff line
comment "bind has no inherent support for AVR32" 
	depends on BR2_avr32 && BR2_PACKAGE_BIND

config BR2_PACKAGE_BIND
	bool "bind"
	depends on BR2_LARGEFILE
+0 −3
Original line number Diff line number Diff line
comment "dmraid has no inherent support for AVR32" 
	depends on BR2_avr32 && BR2_PACKAGE_DMRAID

config BR2_PACKAGE_DMRAID
	bool "dmraid"
	depends on BR2_LARGEFILE
+0 −3
Original line number Diff line number Diff line
comment "Kismet has no inherent support for AVR32"
	depends on BR2_avr32 && BR2_PACKAGE_KISMET

comment "Kismet requires a toolchain with C++ support enabled"
	depends on !BR2_INSTALL_LIBSTDCPP

+0 −3
Original line number Diff line number Diff line
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
Loading