aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/Makefile
Commit message (Expand)AuthorAgeFilesLines
* build: fix issues with targets installed via feedsFelix Fietkau2022-09-271-3/+4
* build: fix including modules.mk for targets pulled in from feedsFelix Fietkau2022-09-181-1/+2
* build: introduce $(MKHASH)Leonardo Mörlein2021-05-131-1/+1
* linux: update license tag to use correct SPDX tagFlorian Eckert2018-07-071-1/+1
* build: use mkhash to replace various quirky md5sum/openssl callsFelix Fietkau2017-01-051-1/+1
* package/kernel/linux: only access kernel config if DUMP is unsetFelix Fietkau2016-12-161-2/+1
* kernel: fix module dependency checkingMatthias Schiffer2016-09-301-0/+1
* package: flag essential components as nonsharedJo-Philipp Wich2016-04-061-0/+1
* cosmetic: remove trailing whitespacesLuka Perkov2015-10-151-1/+1
* kernel: add netfilter.mk to modules makefile SCAN_DEPSFelix Fietkau2014-12-091-1/+1
* kernel: use .ONESHELL to speed up processing of many kmod-* packagesFelix Fietkau2014-10-221-0/+1
* kernel: use /bin/sh instead of bash to speed up processing of many kmod-* pac...Felix Fietkau2014-10-221-0/+2
* kernel: reduce spurious rebuilds of simple kmod-* packagesFelix Fietkau2013-07-181-0/+6
* build: add kernel modules to package provides info (along with shared libs)Felix Fietkau2013-07-181-0/+4
* packages: clean up the package folderJohn Crispin2013-06-211-0/+52
t .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
From 5001f2e1a325b68dbf225bd17f69a4d3d975cca5 Mon Sep 17 00:00:00 2001
From: John Crispin <john@phrozen.org>
Date: Thu, 9 Mar 2017 09:31:44 +0100
Subject: [PATCH 61/69] mtd: "rootfs" conflicts with OpenWrt auto mounting

Signed-off-by: John Crispin <john@phrozen.org>
---
 drivers/mtd/qcom_smem_part.c | 4 ++++
 1 file changed, 4 insertions(+)

--- a/drivers/mtd/qcom_smem_part.c
+++ b/drivers/mtd/qcom_smem_part.c
@@ -189,6 +189,10 @@ static int parse_qcom_smem_partitions(st
 		m_part->size = le32_to_cpu(s_part->size) * (*smem_blksz);
 		m_part->offset = le32_to_cpu(s_part->start) * (*smem_blksz);
 
+		/* "rootfs" conflicts with OpenWrt auto mounting */
+		if (mtd_type_is_nand(master) && !strcmp(m_part->name, "rootfs"))
+			m_part->name = "ubi";
+
 		/*
 		 * The last SMEM partition may have its size marked as
 		 * something like 0xffffffff, which means "until the end of the