diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-04-04 15:53:55 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-04-04 15:53:55 +0000 |
commit | b47fc0f936c0a49c4dc88621d3f48a62c82fb98a (patch) | |
tree | 87b04ae84b14f22b3eae5375d597e5aa79af9375 /target/linux/orion/config-default | |
parent | 90e89bf4a9161a157b880f6b5f562b6568f28ee3 (diff) | |
download | upstream-b47fc0f936c0a49c4dc88621d3f48a62c82fb98a.tar.gz upstream-b47fc0f936c0a49c4dc88621d3f48a62c82fb98a.tar.bz2 upstream-b47fc0f936c0a49c4dc88621d3f48a62c82fb98a.zip |
add support for D-Link DNS-323
this patch adds support for D-Link DNS323 storage device.
You can find more info here:
http://dns323.lukaperkov.net/
Currently you need serial cable to flash OpenWrt on DNS-323.
Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net >
SVN-Revision: 31198
Diffstat (limited to 'target/linux/orion/config-default')
-rw-r--r-- | target/linux/orion/config-default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/orion/config-default b/target/linux/orion/config-default index d07e8aa167..7e3193e2bb 100644 --- a/target/linux/orion/config-default +++ b/target/linux/orion/config-default @@ -125,7 +125,7 @@ CONFIG_LZO_DECOMPRESS=m # CONFIG_MACH_BIGDISK is not set # CONFIG_MACH_D2NET is not set # CONFIG_MACH_DB88F5281 is not set -# CONFIG_MACH_DNS323 is not set +CONFIG_MACH_DNS323=y CONFIG_MACH_DT2=y # CONFIG_MACH_EDMINI_V2 is not set # CONFIG_MACH_KUROBOX_PRO is not set |