diff options
author | Daniel Golle <daniel@makrotopia.org> | 2020-12-23 21:00:58 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2020-12-23 21:04:31 +0000 |
commit | b0b7f2b8f3a6bba4c2e0a08b700d8522332aecd3 (patch) | |
tree | c5054063953db33b91683c38c71cdb96c982cfde | |
parent | fd033364f655f129b438fe67c87f95ef7b56fda1 (diff) | |
download | upstream-b0b7f2b8f3a6bba4c2e0a08b700d8522332aecd3.tar.gz upstream-b0b7f2b8f3a6bba4c2e0a08b700d8522332aecd3.tar.bz2 upstream-b0b7f2b8f3a6bba4c2e0a08b700d8522332aecd3.zip |
oxnas: now longer build KD20 factory image
The image never worked in any release and is also broken in snapshots
due to stock bootloader not loading more than 4 MiB.
Hence it's better to remove the image for now, users who want to flash
OpenWrt on new devices may build LEDE 17.01 with everything possible
disabled to get a small enough and working factory image.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
-rw-r--r-- | target/linux/oxnas/image/ox820.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/oxnas/image/ox820.mk b/target/linux/oxnas/image/ox820.mk index f00cfe8608..a52e09786b 100644 --- a/target/linux/oxnas/image/ox820.mk +++ b/target/linux/oxnas/image/ox820.mk @@ -68,10 +68,6 @@ 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 \ |