From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 03 May 2022 11:24:38 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nlolq-000QkH-Bb for lore@lore.pengutronix.de; Tue, 03 May 2022 11:24:38 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1nlolp-00042n-QU; Tue, 03 May 2022 11:24:37 +0200 Received: from mail.ela-soft.com ([213.23.49.162]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nlolP-00042e-HB for ptxdist@pengutronix.de; Tue, 03 May 2022 11:24:11 +0200 Received: from [10.0.0.47] (tupai.ela-bln.local [10.0.0.47]) by mail.ela-soft.com (mailsystem) with ESMTPSA id C6E3E2D42C for ; Tue, 3 May 2022 11:24:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ela-soft.com; s=2021; t=1651569850; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=q1Edq1G9y7TdCxXvo3BaJf8QCcETYyba+9GVV/K2nu0=; b=WGX40kZFe798QkSd8vL7zv7+RNMcVYkxGJj997j2u1xds4bqKjoa3W4AOCFES4KrMzBsGE mLJw79mA62dbx11pFvsSarSGt+rqK76/fJqgKTKBEhdIYkFdfQ+EBCymU+Gvnny9m3kDij UrBIvCgq+UD7RufSkCLnCDVs9TFUyTnjKT/dR+esPSVYWtjYRHxssIrIVLuio2QcwZo7tg O3TNG2yxjAHnGbM+48UNdoA9o/YXGX6hJFeX+4eOLU0kHnfSDlCSMDpofaq7dBB0a463Gg IM9pUKK3p+AK/csydZ/ZSzfUva+zax/My5ZKfVdIQENkrmIQd7GWsNUO7HY7FQ== Message-ID: <4eb8bbf2-dbaa-2955-ab3d-6a5341c35934@ela-soft.com> Date: Tue, 3 May 2022 11:24:10 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 To: ptxdist@pengutronix.de Content-Language: en-US From: Andreas Helmcke Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.ext.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-102.2 required=4.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE,USER_IN_WELCOMELIST,USER_IN_WHITELIST autolearn=ham autolearn_force=no version=3.4.2 Subject: [ptxdist] How to get ptxdist recognize changes in busybox Config.src? X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Hello, I am trying to make / change a patch for busybox. The patch contains some changes to the busybox configuration in loginutils/Config.src. Calling make menuconfig in ptxdist/platform-.../build-target/busybox-1.35.0 works and shows the new menu entries. But ptxdist menuconfig does not offer this entries in the busybox menu at -> PTXdist Base Configuration -> Shell & Console Tools. Any suggestion how to make ptxdist recognize these changes? Best regards, Andreas