wongsyrone / openwrt-1

已废弃DEPRECATED-see https://github.com/wongsyrone/lede-1 | modifications on OpenWrt official repository
https://www.lede-project.org/
GNU General Public License v2.0
37 stars 19 forks source link

archlinux make menuconfig issue #69

Closed wongsyrone closed 9 years ago

wongsyrone commented 9 years ago

ncurses 6 causes

scripts/config/mconf: error while loading shared libraries: libncursesw.so.5: cannot open shared object file: No such file or directory
/home/wong/github/openwrt-1/include/toplevel.mk:115: recipe for target 'menuconfig' failed
make: *** [menuconfig] Error 127

https://dev.openwrt.org/ticket/20547

wongsyrone commented 9 years ago

temporary solution: run make clean under scripts/config then execute make dirclean everything works as expected.