Skip to content
Snippets Groups Projects
Commit c6162fdc authored by Hauke Mehrtens's avatar Hauke Mehrtens
Browse files

lantiq: ltq-ifxos: activate build with mips16


The build process does not leak the user space cflags into the kernel
build process any more, this allows to activate MIPS16 builds.
This was fixed with some update of ifxos.

This decreases size of the  libifxos.a and the ltq-vdsl-app
old:
78320 libifxos.a
44383 ltq-vdsl-app_4.17.18.6-2_mips_24kc.ipk

new:
66852 libifxos.a
43506 ltq-vdsl-app_4.17.18.6-2_mips_24kc.ipk

Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
parent 45fdb122
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,6 @@ PKG_LICENSE:=GPL-2.0 BSD-2-Clause
PKG_LICENSE_FILES:=LICENSE
PKG_USE_MIPS16:=0
PKG_FIXUP:=autoreconf
include $(INCLUDE_DIR)/package.mk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment