diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-02-17 18:22:12 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-02-17 18:22:12 +0000 |
commit | 970e8889838732358c6bac845ff2753f4a607bb8 (patch) | |
tree | c05c6719f11c3cb541fd98a83b10b00cadbd23f0 /target | |
parent | bb15c2215e6bd1b48a8db0e4d242fee491f774da (diff) | |
download | buildroot-novena-970e8889838732358c6bac845ff2753f4a607bb8.tar.gz buildroot-novena-970e8889838732358c6bac845ff2753f4a607bb8.zip |
more changes towards better board support
Diffstat (limited to 'target')
-rw-r--r-- | target/device/Soekris/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/device/Soekris/Config.in b/target/device/Soekris/Config.in new file mode 100644 index 000000000..a64fc2c79 --- /dev/null +++ b/target/device/Soekris/Config.in @@ -0,0 +1,6 @@ +config BR2_TARGET_SOEKRIS_NET4521 + bool "Soekris net4521" + default n + help + The Soekris net4521 + |