openwrtv4/target/linux/ipq806x
Stefan Lippers-Hollmann 6e6d4f2e87 ipq806x: nbg6817: add kmod-fs-ext4 to device packages
The ZyXEL NBG6817 uses an eMMC flash for the rootfs, which is split
into the readonly squashfs and ext4 for the overlay. This adds the
required package to the device packages to allow mounting the overlay
by default.

/dev/root on /rom type squashfs (ro,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,noatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
/dev/loop0 on /overlay type ext4 (rw,noatime,data=ordered)
overlayfs:/overlay on / type overlay (rw,noatime,lowerdir=/,upperdir=/overlay/upper,workdir=/overlay/work)
tmpfs on /dev type tmpfs (rw,nosuid,relatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,mode=600,ptmxmode=000)
debugfs on /sys/kernel/debug type debugfs (rw,noatime)
mountd(pid1040) on /tmp/run/blockd type autofs (rw,relatime,fd=7,pgrp=1,timeout=30,minproto=5,maxproto=5,indirect)

Before this commit, the ext4 based overlayfs could not be mounted,
which left only the tmpfs based/ volatile  emergency overlay in place.

Fixes: https://forum.lede-project.org/t/zyxel-nbg6817-flashing-from-oem/768

Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
2017-11-03 20:04:51 +01:00
..
base-files ipq806x: Archer C2600: fix switch ports numbering 2017-08-24 08:39:12 +02:00
files-4.4/arch/arm/boot/dts ipq806x: add v4.9 support 2017-02-16 20:25:32 +01:00
files-4.9/arch/arm/boot/dts ipq806x: fix Zyxel NBG6817 WiFi button 2017-10-25 09:22:14 +02:00
image ipq806x: nbg6817: add kmod-fs-ext4 to device packages 2017-11-03 20:04:51 +01:00
patches-4.9 kernel: bump 4.9 to 4.9.58 2017-10-23 17:23:34 +03:00
profiles ipq806x: enable ath10k firmware for 988x, 99x0 and 9984 by default 2016-07-04 11:41:32 +02:00
config-4.9 kernel: cleanup CONFIG_SCHED_HRTICK 2017-06-29 04:46:59 +02:00
Makefile ipq806x: set v4.9 as default 2017-03-22 09:45:18 +01:00
modules.mk Revert "ipq806x: make the dwc3 driver and required phy drivers built-in" 2017-03-23 08:29:44 +01:00