diff --git a/configs/buildroot.config b/configs/buildroot.config index 2b85d4e..e89c055 100644 --- a/configs/buildroot.config +++ b/configs/buildroot.config @@ -2027,7 +2027,7 @@ BR2_PACKAGE_TZDATA=y # BR2_PACKAGE_LIBUNISTRING is not set # BR2_PACKAGE_LINENOISE is not set BR2_PACKAGE_NCURSES=y -# BR2_PACKAGE_NCURSES_WCHAR is not set +BR2_PACKAGE_NCURSES_WCHAR=y # BR2_PACKAGE_NCURSES_TARGET_PROGS is not set # BR2_PACKAGE_NEWT is not set # BR2_PACKAGE_PCRE is not set diff --git a/scripts/post_build.sh b/scripts/post_build.sh index b4b477a..0800abc 100755 --- a/scripts/post_build.sh +++ b/scripts/post_build.sh @@ -34,9 +34,9 @@ rm -rf lib/pkgconfig # Remove unnecessary libraries rm -f usr/lib/libevent.so rm -f usr/lib/libevent-* -rm -f usr/lib/libform.so* -rm -f usr/lib/libmenu.so* -rm -f usr/lib/libpanel.so* +rm -f usr/lib/libformw.so* +rm -f usr/lib/libmenuw.so* +rm -f usr/lib/libpanelw.so* # Remove unnecessary binaries from e2fsprogs rm -f bin/chattr