diff options
author | John Crispin <john@openwrt.org> | 2014-04-22 08:08:46 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-04-22 08:08:46 +0000 |
commit | 4f3c74011048239eb5c37a2740c428b59d161387 (patch) | |
tree | 7c59bcb9ef493cc0ff5e10ee701ee5687727e906 /target/linux/lantiq/xway/profiles | |
parent | 284ada8a3eeb1911caa08c1e3486969d6aa3e636 (diff) | |
download | upstream-4f3c74011048239eb5c37a2740c428b59d161387.tar.gz upstream-4f3c74011048239eb5c37a2740c428b59d161387.tar.bz2 upstream-4f3c74011048239eb5c37a2740c428b59d161387.zip |
lantiq: BT Home Hub 2B - overlayfs on top of ubi
BT Home Hub 2B: use overlayfs on top of ubi.
Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com>
SVN-Revision: 40553
Diffstat (limited to 'target/linux/lantiq/xway/profiles')
-rw-r--r-- | target/linux/lantiq/xway/profiles/bt.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/lantiq/xway/profiles/bt.mk b/target/linux/lantiq/xway/profiles/bt.mk index 73ec8653da..59c750a491 100644 --- a/target/linux/lantiq/xway/profiles/bt.mk +++ b/target/linux/lantiq/xway/profiles/bt.mk @@ -9,4 +9,8 @@ define Profile/BTHOMEHUBV2B swconfig endef +BTHOMEHUBV2B_UBIFS_OPTS:="-m 512 -e 15872 -c 1959" +BTHOMEHUBV2B_UBI_OPTS:="-m 512 -p 16KiB -s 256" + + $(eval $(call Profile,BTHOMEHUBV2B)) |