diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-03-29 14:45:15 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-03-29 16:00:48 +0200 |
commit | 8d94d2ea3bcf3f066378afb4e26a46adf4146e6d (patch) | |
tree | 96de1d4b82e21727d7f25507c9e5097bd3910247 | |
parent | 6374461dcf746df93e72d0b46de09f3442542b39 (diff) |
wl500g.conf: fix include
-rw-r--r-- | conf/machine/wl500g.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/wl500g.conf b/conf/machine/wl500g.conf index 5ed227dfa3..b9fcc9339e 100644 --- a/conf/machine/wl500g.conf +++ b/conf/machine/wl500g.conf @@ -5,4 +5,4 @@ TARGET_ARCH = "mipsel" MACHINE_FEATURES = "kernel26 usbhost wifi ext2" -include conf/machine/include/mips2.inc +include conf/machine/include/tune-mips2.inc |