From 105abdcfe95188827daccba4531765fd94081c8b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 25 Aug 2023 03:46:20 +0200 Subject: lm32: revert to the old kernel, which boots up with lpj set via append Bootup until a hello world: [ 0.000000] BINFMT_FLAT: Loading file: /init [ 0.000000] Mapping is 47438000, Entry point is 44, data_start is 1f00 [ 0.000000] Load /init: TEXT=47438040-47439f00 DATA=47439f20-4743a0f0 BSS=4743a0f0-4743c130 Stopps here. :( --- package/busybox/config/miscutils/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package') diff --git a/package/busybox/config/miscutils/Config.in b/package/busybox/config/miscutils/Config.in index 5c04fd8ef..82aeff339 100644 --- a/package/busybox/config/miscutils/Config.in +++ b/package/busybox/config/miscutils/Config.in @@ -701,7 +701,7 @@ config BUSYBOX_RX Receive files using the Xmodem protocol. config BUSYBOX_SEEDRNG bool "seedrng (1.3 kb)" - default y + default n help Seed the kernel RNG from seed files, meant to be called once during startup, once during shutdown, and optionally -- cgit v1.2.3