diff options
author | John Crispin <john@openwrt.org> | 2010-03-24 18:28:07 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2010-03-24 18:28:07 +0000 |
commit | 6cb7284fe0c5c312045b3038f332642ec8bc088d (patch) | |
tree | d6993c9cec2f02ee5ab4d09030ce165040594da3 /package/uboot-ifxmips/Config.in | |
parent | 1f1ad83bc29e4f9b95540a9fd5a45cbba2128c9b (diff) | |
download | upstream-6cb7284fe0c5c312045b3038f332642ec8bc088d.tar.gz upstream-6cb7284fe0c5c312045b3038f332642ec8bc088d.tar.bz2 upstream-6cb7284fe0c5c312045b3038f332642ec8bc088d.zip |
adds support to build uboot for arv452
SVN-Revision: 20408
Diffstat (limited to 'package/uboot-ifxmips/Config.in')
-rw-r--r-- | package/uboot-ifxmips/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/uboot-ifxmips/Config.in b/package/uboot-ifxmips/Config.in new file mode 100644 index 0000000000..4562fc8ef7 --- /dev/null +++ b/package/uboot-ifxmips/Config.in @@ -0,0 +1,5 @@ +config IFXMIPS_UBOOT_A800 + bool "add ARV452 Switch bringup hack" + depends on PACKAGE_uboot-ifxmips + help + Say Y, if you have a arv452 board (wav-281, A800, ..) |