diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-05-18 15:48:57 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-05-19 15:13:29 +0200 |
commit | 311faaa1bdd28b67071b5c59ae37c47d5f4ffde1 (patch) | |
tree | 0d8e9e8990b7e201407f1531805cbd70251b9d17 /target/linux/lantiq/xrx200/profiles/avm.mk | |
parent | f2220bc1fec3653031cc91f5f4204e4ef44be6ee (diff) | |
download | upstream-311faaa1bdd28b67071b5c59ae37c47d5f4ffde1.tar.gz upstream-311faaa1bdd28b67071b5c59ae37c47d5f4ffde1.tar.bz2 upstream-311faaa1bdd28b67071b5c59ae37c47d5f4ffde1.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/avm.mk')
-rw-r--r-- | target/linux/lantiq/xrx200/profiles/avm.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/lantiq/xrx200/profiles/avm.mk b/target/linux/lantiq/xrx200/profiles/avm.mk index 89909b92e3..35f9a8ea09 100644 --- a/target/linux/lantiq/xrx200/profiles/avm.mk +++ b/target/linux/lantiq/xrx200/profiles/avm.mk @@ -3,7 +3,4 @@ define Profile/FRITZ3370 PACKAGES:=kmod-ath9k wpad-mini kmod-usb-dwc2 endef -FRITZ3370_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096" -FRITZ3370_UBI_OPTS:="-m 2048 -p 128KiB -s 512" - $(eval $(call Profile,FRITZ3370)) |