Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#2285 - KERNEL_IN_UBI=0 is ineffective in image-commands.mk #7546

Closed
openwrt-bot opened this issue May 15, 2019 · 1 comment
Closed

FS#2285 - KERNEL_IN_UBI=0 is ineffective in image-commands.mk #7546

openwrt-bot opened this issue May 15, 2019 · 1 comment
Labels

Comments

@openwrt-bot
Copy link

imturbi:

device: marvell kirkwood 88f6281
system: openwrt 18.06.2

I want to get a *.factory.bin without kernel, but it is ineffective to set KERNEL_IN_UBI=0 in openwrt-18.06.2/target/linux/kirkwood/image/Makefile.

I got the wrong place in openwrt-18.06.2/include/image-commands.mk, line:177, it should be

$(if $(filter $(KERNEL_IN_UBI), 1), --kernel $(IMAGE_KERNEL))

Maybe it is the same wrong in line 176, but i'm not sure, because i don't find where UBOOTENV_IN_UBI is used.

@openwrt-bot
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant