mirror of https://github.com/hak5/openwrt.git
ramips: add NAS goodies on U25AWF-H1 + U35[N|W]F
These devices are sold as a "NAS HDD Enclousure" and have a "NAS Media Streaming & File Server & AP" on the box. That's why I think they should have some support for the HDD right out-of-the-box. Signed-off-by: Christian Lamparter <chunkeey@gmail.com>master
parent
8036345225
commit
3dc5716b07
|
@ -497,7 +497,8 @@ define Device/kimax_u25awf-h1
|
||||||
DEVICE_VENDOR := Kimax
|
DEVICE_VENDOR := Kimax
|
||||||
DEVICE_MODEL := U25AWF
|
DEVICE_MODEL := U25AWF
|
||||||
DEVICE_VARIANT := H1
|
DEVICE_VARIANT := H1
|
||||||
DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci
|
DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci kmod-usb-storage kmod-scsi-core \
|
||||||
|
kmod-fs-ext4 kmod-fs-vfat block-mount
|
||||||
SUPPORTED_DEVICES += u25awf-h1
|
SUPPORTED_DEVICES += u25awf-h1
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += kimax_u25awf-h1
|
TARGET_DEVICES += kimax_u25awf-h1
|
||||||
|
@ -507,7 +508,8 @@ define Device/kimax_u35wf
|
||||||
IMAGE_SIZE := 16064k
|
IMAGE_SIZE := 16064k
|
||||||
DEVICE_VENDOR := Kimax
|
DEVICE_VENDOR := Kimax
|
||||||
DEVICE_MODEL := U35WF
|
DEVICE_MODEL := U35WF
|
||||||
DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci
|
DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci kmod-usb-storage kmod-scsi-core \
|
||||||
|
kmod-fs-ext4 kmod-fs-vfat block-mount
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += kimax_u35wf
|
TARGET_DEVICES += kimax_u35wf
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue