aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/xrx200/profiles/zyxel.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-06-24 14:44:52 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-06-24 14:44:52 +0200
commit2d69405047c8da47ea6fff9a5dd4709fae57a207 (patch)
tree074d00c56b54f58801aa7ad5e75ab7ae1758936d /target/linux/lantiq/xrx200/profiles/zyxel.mk
parent20751d1f628a093890d45ef9be85f61af8a01f9b (diff)
downloadmaster-187ad058-2d69405047c8da47ea6fff9a5dd4709fae57a207.tar.gz
master-187ad058-2d69405047c8da47ea6fff9a5dd4709fae57a207.tar.bz2
master-187ad058-2d69405047c8da47ea6fff9a5dd4709fae57a207.zip
lantiq: move ubi/ubifs options to the image makefile
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/lantiq/xrx200/profiles/zyxel.mk')
-rw-r--r--target/linux/lantiq/xrx200/profiles/zyxel.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/target/linux/lantiq/xrx200/profiles/zyxel.mk b/target/linux/lantiq/xrx200/profiles/zyxel.mk
index f6995f946b..8cb96af4c7 100644
--- a/target/linux/lantiq/xrx200/profiles/zyxel.mk
+++ b/target/linux/lantiq/xrx200/profiles/zyxel.mk
@@ -3,9 +3,6 @@ define Profile/P2812HNUF1
PACKAGES:=kmod-rt2800-pci wpad-mini kmod-usb-dwc2
endef
-P2812HNUF1_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
-P2812HNUF1_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
-
$(eval $(call Profile,P2812HNUF1))
define Profile/P2812HNUF3
@@ -13,8 +10,5 @@ define Profile/P2812HNUF3
PACKAGES:=kmod-rt2800-pci wpad-mini kmod-usb-dwc2
endef
-P2812HNUF3_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
-P2812HNUF3_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
-
$(eval $(call Profile,P2812HNUF3))