diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-03 04:35:16 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-03 04:35:16 +0000 |
commit | 8c47aee50c0e0068340836095197543e3d96d8cc (patch) | |
tree | 4ee46c0221758218280ac5754dc72f4fe9711b08 /conf/machine | |
parent | 41d0c2bd998e71229466ff0899ac1f6930d97ab1 (diff) | |
parent | d666b7c3e4bc6c9d5e94f4597d68c425ed3018a6 (diff) |
merge of '005e8450d6bc31cd6fba46f5f0464a08d3eb0a17'
and 'b4ae3e3209f986e2f04e385ccdf8f1559f0c510b'
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/wl500g.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/wl500g.conf b/conf/machine/wl500g.conf index 516d709110..f2e4006a8f 100644 --- a/conf/machine/wl500g.conf +++ b/conf/machine/wl500g.conf @@ -3,4 +3,6 @@ #@DESCRIPTION: Machine configuration for the MIPS based WL500g(x) devices TARGET_ARCH = "mipsel" +MACHINE_FEATURES = "kernel26 usbhost wifi ext2" + TARGET_CC_ARCH = "-Os -mips2" |