How to strip the IPv6 stuff to make room in a tiny device?
@Uqbar wrote: That CONFIG_IPV6 switch is in the kernel configuration. That wouldn't stop the IPv6 packages to be pulled in, anyway. Disabling IPv6 in the kernel would save some room, indeed. But the...
View ArticleHow to strip the IPv6 stuff to make room in a tiny device?
@shm0 wrote: No this is wrong. Some Makefiles make uses of the switch. find . -type f -name Makefile -exec grep "CONFIG_IPV6" '{}' ; -print When i start a new config, select my target, disable the...
View ArticleHow to strip the IPv6 stuff to make room in a tiny device?
@Uqbar wrote: Thanks. I tried with make image PROFILE=tl-mr3020-v1 CONFIG_IPV6=n\ PACKAGES="uhttpd uhttpd-mod-ubus libiwinfo-lua libc luci-base luci-app-firewall libustream-mbedtls px5g...
View ArticleHow to strip the IPv6 stuff to make room in a tiny device?
@shm0 wrote: Thats strange. On my build system libip6tc doesn't have such dependencies. Do you use latest git source or a tagged release? Read full topic
View ArticleHow to strip the IPv6 stuff to make room in a tiny device?
@Uqbar wrote: I downaloaded the ImageBuilder from here and I'd say it's an official stable release. I wouldn't use git unless there's some strong reason, like bleeding edge features I need or a big...
View Article