summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2009-01-26 00:34:02 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2009-01-26 00:34:02 +0000
commit8e2390fdafe90a11cd2ca94ce1a0e8d71a4140cf (patch)
tree101bc7bf56161ea26d98c0e2c12c5fd43b440b84
parentebcaf669f27d244cb6786f023312926dff6c100f (diff)
downloadbuildroot-novena-8e2390fdafe90a11cd2ca94ce1a0e8d71a4140cf.tar.gz
buildroot-novena-8e2390fdafe90a11cd2ca94ce1a0e8d71a4140cf.zip
Add help for packages without AVR32 support
-rw-r--r--package/argus/Config.in3
-rw-r--r--package/bind/Config.in3
-rw-r--r--package/dmraid/Config.in3
-rw-r--r--package/kismet/Config.in3
-rw-r--r--package/libeXosip2/Config.in3
-rw-r--r--package/ltrace/Config.in3
-rw-r--r--package/ntfs-3g/Config.in3
-rw-r--r--package/openntpd/Config.in3
-rw-r--r--package/openvpn/Config.in3
-rw-r--r--package/pciutils/Config.in3
-rw-r--r--package/ruby/Config.in3
-rw-r--r--package/smartmontools/Config.in3
-rw-r--r--package/stunnel/Config.in3
-rw-r--r--package/vtun/Config.in3
14 files changed, 42 insertions, 0 deletions
diff --git a/package/argus/Config.in b/package/argus/Config.in
index 6728ae753..0c00126d6 100644
--- a/package/argus/Config.in
+++ b/package/argus/Config.in
@@ -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
diff --git a/package/bind/Config.in b/package/bind/Config.in
index 5662677b2..ced5c704f 100644
--- a/package/bind/Config.in
+++ b/package/bind/Config.in
@@ -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
diff --git a/package/dmraid/Config.in b/package/dmraid/Config.in
index 162dc2df7..48496b797 100644
--- a/package/dmraid/Config.in
+++ b/package/dmraid/Config.in
@@ -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
diff --git a/package/kismet/Config.in b/package/kismet/Config.in
index 4d94f5c16..276c25285 100644
--- a/package/kismet/Config.in
+++ b/package/kismet/Config.in
@@ -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
diff --git a/package/libeXosip2/Config.in b/package/libeXosip2/Config.in
index 8adca5a7d..5ae3e9768 100644
--- a/package/libeXosip2/Config.in
+++ b/package/libeXosip2/Config.in
@@ -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
diff --git a/package/ltrace/Config.in b/package/ltrace/Config.in
index d4d8e250a..a8b6a91af 100644
--- a/package/ltrace/Config.in
+++ b/package/ltrace/Config.in
@@ -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
diff --git a/package/ntfs-3g/Config.in b/package/ntfs-3g/Config.in
index 560831da1..da2c86a0d 100644
--- a/package/ntfs-3g/Config.in
+++ b/package/ntfs-3g/Config.in
@@ -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
diff --git a/package/openntpd/Config.in b/package/openntpd/Config.in
index 6b8beb828..529225939 100644
--- a/package/openntpd/Config.in
+++ b/package/openntpd/Config.in
@@ -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
diff --git a/package/openvpn/Config.in b/package/openvpn/Config.in
index 9069cacc5..6bbb85949 100644
--- a/package/openvpn/Config.in
+++ b/package/openvpn/Config.in
@@ -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
diff --git a/package/pciutils/Config.in b/package/pciutils/Config.in
index a082f2399..bc026602f 100644
--- a/package/pciutils/Config.in
+++ b/package/pciutils/Config.in
@@ -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
diff --git a/package/ruby/Config.in b/package/ruby/Config.in
index c5e06edac..b7e0f83cb 100644
--- a/package/ruby/Config.in
+++ b/package/ruby/Config.in
@@ -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
diff --git a/package/smartmontools/Config.in b/package/smartmontools/Config.in
index a1541d719..f87020fba 100644
--- a/package/smartmontools/Config.in
+++ b/package/smartmontools/Config.in
@@ -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
diff --git a/package/stunnel/Config.in b/package/stunnel/Config.in
index 8bc20d4ef..cd07eee93 100644
--- a/package/stunnel/Config.in
+++ b/package/stunnel/Config.in
@@ -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
diff --git a/package/vtun/Config.in b/package/vtun/Config.in
index b40de255b..ad9d9e5e2 100644
--- a/package/vtun/Config.in
+++ b/package/vtun/Config.in
@@ -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