From d5e2e74b3e8437d9f15e13c2fc5c8fd3a1bf98dd Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 22 Apr 2014 08:08:46 +0000 Subject: 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40553 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/lantiq/xway/profiles/bt.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'target/linux/lantiq/xway/profiles') 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)) -- cgit v1.2.3