diff options
author | Daniel Golle <daniel@makrotopia.org> | 2020-08-29 01:13:56 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2020-08-29 01:16:24 +0100 |
commit | d75e75306301852a848824cf268d8b58eda28a8a (patch) | |
tree | 427dbf786f5d86d0c0508540ffa11d32d3cbd9f5 | |
parent | 42d14ace3e381ec04a7c8fa233eaaff8fa3a0820 (diff) | |
download | upstream-d75e75306301852a848824cf268d8b58eda28a8a.tar.gz upstream-d75e75306301852a848824cf268d8b58eda28a8a.tar.bz2 upstream-d75e75306301852a848824cf268d8b58eda28a8a.zip |
oxnas: kd20: revert accedintally commited change
Changing the factory image of KD20 was used during testing and wasn't
intended to be included in the commit fixing a SATA bug on oxnas.
Revert that part of the commit.
Fixes: 5793112f75 ("oxnas: reduce size of ATA DMA descriptor space")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
-rw-r--r-- | target/linux/oxnas/image/ox820.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/oxnas/image/ox820.mk b/target/linux/oxnas/image/ox820.mk index a52e09786b..f00cfe8608 100644 --- a/target/linux/oxnas/image/ox820.mk +++ b/target/linux/oxnas/image/ox820.mk @@ -68,6 +68,10 @@ define Device/shuttle_kd20 DEVICE_VENDOR := Shuttle DEVICE_MODEL := KD20 SUPPORTED_DEVICES += kd20 + KERNEL_INITRAMFS_PREFIX = $$(IMAGE_PREFIX)-factory + KERNEL_INITRAMFS_SUFFIX := .tar.gz + KERNEL_INITRAMFS = kernel-bin | append-dtb | uImage none | omninas-factory | \ + encrypt-3des sohmuntitnlaes DEVICE_PACKAGES := kmod-usb2-oxnas kmod-usb3 kmod-usb-ledtrig-usbport \ kmod-i2c-gpio kmod-rtc-pcf8563 kmod-gpio-beeper kmod-hwmon-drivetemp \ kmod-hwmon-gpiofan kmod-ata-oxnas-sata kmod-md-mod kmod-md-raid0 \ |