diff options
| author | Alexandros C. Couloumbis | 2010-04-09 11:31:19 +0000 |
|---|---|---|
| committer | Alexandros C. Couloumbis | 2010-04-09 11:31:19 +0000 |
| commit | 93553c7366703d0d919f449846d46df8cbf16ccb (patch) | |
| tree | ee0df99ccc5400cdf0e5a7f69f6d7dfecc7c5414 | |
| parent | 2680a5dfb1a25ce4605c6d444475ec9550ff1e9e (diff) | |
| download | archive-93553c7366703d0d919f449846d46df8cbf16ccb.tar.gz | |
x86: generic: fix soekris support (closes #7081)
SVN-Revision: 20757
| -rw-r--r-- | target/linux/x86/generic/config-default | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/x86/generic/config-default b/target/linux/x86/generic/config-default new file mode 100644 index 0000000000..9bfdf46ed0 --- /dev/null +++ b/target/linux/x86/generic/config-default @@ -0,0 +1,2 @@ +CONFIG_PATA_LEGACY=y +CONFIG_PATA_PLATFORM=y |