|
@@ -30,18 +30,21 @@ endef
|
|
define Device/dockstar
|
|
define Device/dockstar
|
|
DEVICE_DTS := kirkwood-dockstar
|
|
DEVICE_DTS := kirkwood-dockstar
|
|
DEVICE_TITLE := Seagate FreeAgent Dockstar
|
|
DEVICE_TITLE := Seagate FreeAgent Dockstar
|
|
|
|
+ SUPPORTED_DEVICES += seagate,dockstar
|
|
endef
|
|
endef
|
|
TARGET_DEVICES += dockstar
|
|
TARGET_DEVICES += dockstar
|
|
|
|
|
|
define Device/goflexnet
|
|
define Device/goflexnet
|
|
DEVICE_TITLE := Seagate GoFlexNet
|
|
DEVICE_TITLE := Seagate GoFlexNet
|
|
DEVICE_DTS := kirkwood-goflexnet
|
|
DEVICE_DTS := kirkwood-goflexnet
|
|
|
|
+ SUPPORTED_DEVICES += seagate,goflexnet
|
|
endef
|
|
endef
|
|
TARGET_DEVICES += goflexnet
|
|
TARGET_DEVICES += goflexnet
|
|
|
|
|
|
define Device/goflexhome
|
|
define Device/goflexhome
|
|
DEVICE_TITLE := Seagate GoFlexHome
|
|
DEVICE_TITLE := Seagate GoFlexHome
|
|
DEVICE_DTS := kirkwood-goflexhome
|
|
DEVICE_DTS := kirkwood-goflexhome
|
|
|
|
+ SUPPORTED_DEVICES += seagate,goflexhome
|
|
endef
|
|
endef
|
|
TARGET_DEVICES += goflexhome
|
|
TARGET_DEVICES += goflexhome
|
|
|
|
|
|
@@ -53,6 +56,7 @@ define Device/linksys-audi
|
|
KERNEL_IN_UBI := 0
|
|
KERNEL_IN_UBI := 0
|
|
UBINIZE_OPTS := -E 5
|
|
UBINIZE_OPTS := -E 5
|
|
IMAGE/factory.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi
|
|
IMAGE/factory.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi
|
|
|
|
+ SUPPORTED_DEVICES += linksys,audi
|
|
endef
|
|
endef
|
|
TARGET_DEVICES += linksys-audi
|
|
TARGET_DEVICES += linksys-audi
|
|
|
|
|
|
@@ -64,12 +68,14 @@ define Device/linksys-viper
|
|
KERNEL_IN_UBI := 0
|
|
KERNEL_IN_UBI := 0
|
|
UBINIZE_OPTS := -E 5
|
|
UBINIZE_OPTS := -E 5
|
|
IMAGE/factory.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi
|
|
IMAGE/factory.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi
|
|
|
|
+ SUPPORTED_DEVICES += linksys,viper
|
|
endef
|
|
endef
|
|
TARGET_DEVICES += linksys-viper
|
|
TARGET_DEVICES += linksys-viper
|
|
|
|
|
|
define Device/iconnect
|
|
define Device/iconnect
|
|
DEVICE_TITLE := Iomega Iconnect
|
|
DEVICE_TITLE := Iomega Iconnect
|
|
DEVICE_DTS := kirkwood-iconnect
|
|
DEVICE_DTS := kirkwood-iconnect
|
|
|
|
+ SUPPORTED_DEVICES += iom,iconnect-1.1
|
|
endef
|
|
endef
|
|
TARGET_DEVICES += iconnect
|
|
TARGET_DEVICES += iconnect
|
|
|
|
|
|
@@ -77,6 +83,7 @@ define Device/nsa310b
|
|
DEVICE_TITLE := ZyXEL NSA310b
|
|
DEVICE_TITLE := ZyXEL NSA310b
|
|
DEVICE_DTS := kirkwood-nsa310b
|
|
DEVICE_DTS := kirkwood-nsa310b
|
|
DEVICE_PACKAGES := kmod-r8169 kmod-gpio-button-hotplug kmod-hwmon-lm85
|
|
DEVICE_PACKAGES := kmod-r8169 kmod-gpio-button-hotplug kmod-hwmon-lm85
|
|
|
|
+ SUPPORTED_DEVICES += zyxel,nsa310b
|
|
endef
|
|
endef
|
|
TARGET_DEVICES += nsa310b
|
|
TARGET_DEVICES += nsa310b
|
|
|
|
|
|
@@ -84,6 +91,7 @@ define Device/nsa325
|
|
DEVICE_TITLE := ZyXEL NSA325 (v1 and v2)
|
|
DEVICE_TITLE := ZyXEL NSA325 (v1 and v2)
|
|
DEVICE_DTS := kirkwood-nsa325
|
|
DEVICE_DTS := kirkwood-nsa325
|
|
DEVICE_PACKAGES := kmod-gpio-button-hotplug kmod-rtc-pcf8563 kmod-usb3
|
|
DEVICE_PACKAGES := kmod-gpio-button-hotplug kmod-rtc-pcf8563 kmod-usb3
|
|
|
|
+ SUPPORTED_DEVICES += zyxel,nsa325
|
|
endef
|
|
endef
|
|
TARGET_DEVICES += nsa325
|
|
TARGET_DEVICES += nsa325
|
|
|
|
|
|
@@ -95,18 +103,21 @@ define Device/on100
|
|
KERNEL_IN_UBI := 0
|
|
KERNEL_IN_UBI := 0
|
|
UBINIZE_OPTS := -E 5
|
|
UBINIZE_OPTS := -E 5
|
|
IMAGE/factory.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi
|
|
IMAGE/factory.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi
|
|
|
|
+ SUPPORTED_DEVICES := cisco,on100
|
|
endef
|
|
endef
|
|
TARGET_DEVICES += on100
|
|
TARGET_DEVICES += on100
|
|
|
|
|
|
define Device/pogo_e02
|
|
define Device/pogo_e02
|
|
DEVICE_TITLE := Cloud Engines Pogoplug E02
|
|
DEVICE_TITLE := Cloud Engines Pogoplug E02
|
|
DEVICE_DTS := kirkwood-pogo_e02
|
|
DEVICE_DTS := kirkwood-pogo_e02
|
|
|
|
+ SUPPORTED_DEVICES += cloudengines,pogoe02
|
|
endef
|
|
endef
|
|
TARGET_DEVICES += pogo_e02
|
|
TARGET_DEVICES += pogo_e02
|
|
|
|
|
|
define Device/ib62x0
|
|
define Device/ib62x0
|
|
DEVICE_TITLE := RaidSonic ICY BOX IB-NAS62x0
|
|
DEVICE_TITLE := RaidSonic ICY BOX IB-NAS62x0
|
|
DEVICE_DTS := kirkwood-ib62x0
|
|
DEVICE_DTS := kirkwood-ib62x0
|
|
|
|
+ SUPPORTED_DEVICES += raidsonic,ib-nas62x0
|
|
endef
|
|
endef
|
|
TARGET_DEVICES += ib62x0
|
|
TARGET_DEVICES += ib62x0
|
|
|
|
|