Commit 8e2390fd authored by Ulf Samuelsson's avatar Ulf Samuelsson
Browse files

Add help for packages without AVR32 support

parent ebcaf669
Loading
Loading
Loading
Loading
+3 −0
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
+3 −0
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"
	help
+3 −0
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"
	select BR2_PACKAGE_DM
+3 −0
Original line number Diff line number Diff line
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
+3 −0
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