aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorTobias Wolf <github-NTEO@vplace.de>2018-04-22 19:34:57 +0200
committerMathias Kresin <dev@kresin.me>2018-04-23 22:07:22 +0200
commit3d800f14a9a8d8dbb0c92f77874547c1ab046f84 (patch)
treeddaede3208cc37ad250b3be73c19679500c4b507 /target
parent78666c7ba0735b91de50ed9fd98e47d9686a84a2 (diff)
downloadupstream-3d800f14a9a8d8dbb0c92f77874547c1ab046f84.tar.gz
upstream-3d800f14a9a8d8dbb0c92f77874547c1ab046f84.tar.bz2
upstream-3d800f14a9a8d8dbb0c92f77874547c1ab046f84.zip
ramips: use patch-dtb for F5D8235 V1
The old DTB method (OWRTDTB) is not recognized by the boot process anymore with 4.9/4.14. This patch reuses KERNEL_DTB to get a valid DTB applied to the kernel image. Signed-off-by: Tobias Wolf <github-NTEO@vplace.de>
Diffstat (limited to 'target')
-rw-r--r--target/linux/ramips/image/rt288x.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/ramips/image/rt288x.mk b/target/linux/ramips/image/rt288x.mk
index 280ce56172..c7f7d064ff 100644
--- a/target/linux/ramips/image/rt288x.mk
+++ b/target/linux/ramips/image/rt288x.mk
@@ -47,13 +47,11 @@ endef
TARGET_DEVICES += dlink_dap-1522-a1
define Device/f5d8235-v1
+ DTS := F5D8235_V1
IMAGE_SIZE := 7744k
DEVICE_TITLE := Belkin F5D8235 V1
DEVICE_PACKAGES := kmod-switch-rtl8366s kmod-usb-core kmod-usb-ohci \
kmod-usb-ohci-pci kmod-usb2 kmod-usb2-pci kmod-usb-ledtrig-usbport
- DEVICE_DTS := F5D8235_V1
- KERNEL := kernel-bin | append-dtb | lzma | uImage lzma
- KERNEL_INITRAMFS := kernel-bin | append-dtb | lzma | uImage lzma
endef
TARGET_DEVICES += f5d8235-v1