busybox: quality of life improvements

- enable persistent history, save it to tmpfs (ram)
- increase history size to 1024
- enable reverse-i search
- enable watch command
- enable top SMP command

Signed-off-by: Fabian Bläse <fabian@blaese.de>

fff-extra: feature_top_smp (apply for all targets or move to dependency!)
This commit is contained in:
Fabian Bläse 2023-12-26 20:49:55 +01:00
parent c66a5fd1d3
commit efbed2f9c1
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1 @@
/tmp/.ash_history

View File

@ -12,6 +12,10 @@ define Package/fff-base
URL:=https://www.freifunk-franken.de
DEFAULT:=y
DEPENDS:= \
+@BUSYBOX_CONFIG_FEATURE_REVERSE_SEARCH \
+@BUSYBOX_CONFIG_FEATURE_TOP_SMP_CPU \
+@BUSYBOX_CONFIG_WATCH \
+@BUSYBOX_CONFIG_FEATURE_EDITING_SAVEHISTORY \
+micrond \
+odhcp6c \
+fff-config \