diff options
author | John Crispin <blogic@openwrt.org> | 2014-04-22 08:08:46 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-04-22 08:08:46 +0000 |
commit | d5e2e74b3e8437d9f15e13c2fc5c8fd3a1bf98dd (patch) | |
tree | 1ec32a7af43de360402846aded01e3a99b1db37d /target/linux/lantiq/xway/profiles | |
parent | f4e347c4048e2c09ae1ad1b1d19a0c8602c26ed9 (diff) | |
download | master-187ad058-d5e2e74b3e8437d9f15e13c2fc5c8fd3a1bf98dd.tar.gz master-187ad058-d5e2e74b3e8437d9f15e13c2fc5c8fd3a1bf98dd.tar.bz2 master-187ad058-d5e2e74b3e8437d9f15e13c2fc5c8fd3a1bf98dd.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40553 3c298f89-4303-0410-b956-a3cf2f4a3e73
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)) |