2
0
forked from Ivasoft/openwrt

kirkwood: add userland support for Pogoplug E02

This patch adds the userland support for the Pogoplug E02 by Cloud
Engines, Inc.

Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>

SVN-Revision: 38631
This commit is contained in:
Luka Perkov
2013-10-31 12:04:04 +00:00
parent 2b0fa00da8
commit e00bc81a56
4 changed files with 31 additions and 0 deletions

View File

@@ -32,6 +32,9 @@ case "`cat /proc/device-tree/model`" in
"RaidSonic ICY BOX IB-NAS62x0 (Rev B)")
set_lan_dhcp "eth0"
;;
"Cloud Engines Pogoplug E02")
set_lan_dhcp "eth0"
;;
*)
ucidef_set_interface_lan "eth0"
;;