Hi,

I am porting openwrt to a new board. When I build the openwrt, I meet an error:

make[2]: Entering directory '/media/openwrt/SmartGateway/openwrt/package/libs/libjson-c'
. /media/openwrt/SmartGateway/openwrt/include/shell.sh; gzip -dc /media/openwrt/SmartGateway/openwrt/dl/json-c-0.12.tar.gz | tar -C /media/openwrt/SmartGateway/openwrt/build_dir/target-arm-buildroot-linux-gnueabi/json-c-0.12/.. -xf -
tar: error while loading shared libraries: libselinux.so.1: cannot open shared object file: No such file or directory
Makefile:55: recipe for target '/media/openwrt/SmartGateway/openwrt/build_dir/target-arm-buildroot-linux-gnueabi/json-c-0.12/.prepared_c34a20110f1e1552cb16af91b01fd1a5' failed

My Ubuntu already has  libselinux.so.1, and also I can build the openwrt by using bcm963xx boards. Anyone has a clue?

Willen