From patchwork Sat Feb 14 16:26:09 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Russell Senior X-Patchwork-Id: 439758 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id A409B140216 for ; Sun, 15 Feb 2015 03:26:09 +1100 (AEDT) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 0CE1A28003F; Sat, 14 Feb 2015 17:25:52 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00 autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id CF91528003F for ; Sat, 14 Feb 2015 17:25:41 +0100 (CET) X-policyd-weight: using cached result; rate: -5.5 Received: from mail.tdb.com (mail.tdb.com [216.99.214.4]) by arrakis.dune.hu (Postfix) with SMTP for ; Sat, 14 Feb 2015 17:25:41 +0100 (CET) Received: (qmail 10377 invoked from network); 14 Feb 2015 08:25:39 -0800 Received: from unknown (HELO husum.klickitat.com) (216.99.214.7) by lists.klickitat.com with SMTP; 14 Feb 2015 08:25:39 -0800 Received: from russell by husum.klickitat.com with local (Exim 4.80) (envelope-from ) id 1YMfXm-0007ho-3E; Sat, 14 Feb 2015 08:26:10 -0800 From: Russell Senior To: openwrt-devel@lists.openwrt.org References: <87a90ht437.fsf@husum.klickitat.com> Date: Sat, 14 Feb 2015 08:26:09 -0800 In-Reply-To: <87a90ht437.fsf@husum.klickitat.com> (Russell Senior's message of "Fri, 13 Feb 2015 22:11:24 -0800") Message-ID: <87iof4sbmm.fsf@husum.klickitat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) MIME-Version: 1.0 Subject: [OpenWrt-Devel] [PATCH] ramips: add back missing M25P80 flash driver X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" fixes bug introduced by r44349 which prevents, e.g. AsiaRF AWM002 from booting. Signed-off-by: Russell Senior --- target/linux/ramips/rt305x/config-default | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ramips/rt305x/config-default b/target/linux/ramips/rt305x/config-default index 8478b6d..5ae0b1f 100644 --- a/target/linux/ramips/rt305x/config-default +++ b/target/linux/ramips/rt305x/config-default @@ -109,6 +109,7 @@ CONFIG_MIPS_L1_CACHE_SHIFT=5 CONFIG_MODULES_USE_ELF_REL=y # CONFIG_MTD_CFI_INTELEXT is not set CONFIG_MTD_CMDLINE_PARTS=y +CONFIG_MTD_M25P80=y CONFIG_MTD_PHYSMAP=y CONFIG_MTD_SPLIT_FIRMWARE=y CONFIG_MTD_SPLIT_SUPPORT=y