diff options
author | Waldemar Brodkorb <wbrodkorb@infonline.de> | 2021-04-09 22:39:49 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-04-10 01:12:32 +0200 |
commit | cc2191d76da8bb84bd4f52727b24a6b5bd94ec6b (patch) | |
tree | 2d2a7c88a7b88481458bb340606e108420b0b321 /target | |
parent | 2216ca2b8083610de7058b86e9716ea23acf2fa4 (diff) |
update busybox/hush to latest
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.runtime | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index 0d1d015ce..c815d0788 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -495,7 +495,7 @@ config ADK_BINSH_MKSH config ADK_BINSH_HUSH bool "hush (busybox)" - select ADK_PACKAGE_HUSH if !ADK_APPLIANCE_TOOLCHAIN + select BUSYBOX_HUSH if !ADK_APPLIANCE_TOOLCHAIN help hush shell. |