Enable devmem in OpenWrt build

i want enable devmem command in openwrt
i enable dev/mem in kernel_menuconfig and menuconfig
but devmem command get not found after install bin on modem
how i can enable devmem command ?

echo "CONFIG_KERNEL_DEVMEM=y" >> .config
echo "CONFIG_BUSYBOX_CUSTOM=y" >> .config
echo "CONFIG_BUSYBOX_CONFIG_DEVMEM=y" >> .config
make defconfig
2 Likes

thanks . i will test it
after make deconfig i send make ?

Yes, right.

1 Like

thanks . this is working

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.