diff options
author | Mason Clarke <mclarke2355@gmail.com> | 2019-12-29 20:39:24 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2020-02-01 18:52:03 +0100 |
commit | 3d1c84d424c4f19f6e5c4c63418f033b26ec35ff (patch) | |
tree | 3b6023327de603b3cc985dcfb67f6fa903b43168 /target/linux/ramips/image | |
parent | aed6632d31ff5d29045dc904dedc840d902aad97 (diff) | |
download | upstream-3d1c84d424c4f19f6e5c4c63418f033b26ec35ff.tar.gz upstream-3d1c84d424c4f19f6e5c4c63418f033b26ec35ff.tar.bz2 upstream-3d1c84d424c4f19f6e5c4c63418f033b26ec35ff.zip |
ramips: reenable image creation for the D-Link DIR-645
This commit reenables the image creation for the D-Link DIR-645.
Images built for the D-Link DIR-645 work just fine, there is no reason
to disable the image creation for it.
I tested the OpenWrt 18.06.5 and 19.07.0-rc1 images, as well as an
image I built from the current 19.07 branch (git HEAD 62d5ece) with
the default 19.07 release config, and I cannot confirm the report that
commit 2607c02ed599b6118ba26e2f35e7c828c21d7275
("ramips: disable D-Link DIR-645 by default") references.
Configuration changes were applied successfully and remained set after
a reboot as well. The log also showed no anomalies.
This reverts commit 2607c02ed599b6118ba26e2f35e7c828c21d7275.
Signed-off-by: Mason Clarke <mclarke2355@gmail.com>
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r-- | target/linux/ramips/image/rt3883.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ramips/image/rt3883.mk b/target/linux/ramips/image/rt3883.mk index 1f4b261c9b..b783994357 100644 --- a/target/linux/ramips/image/rt3883.mk +++ b/target/linux/ramips/image/rt3883.mk @@ -38,7 +38,6 @@ define Device/dir-645 SEAMA_SIGNATURE := wrgn39_dlob.hans_dir645 DEVICE_TITLE := D-Link DIR-645 DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 swconfig - DEFAULT := n endef TARGET_DEVICES += dir-645 |