I built a package for openwrt following instructions here: http://wiki.openwrt.org/doc/devel/packages
I wrote a config.in file to add a submenu into menuconfig. it works fine, and i can see those "CONFIG_XXXX" in .config. but my source code seemed to be unaware of those CONFIG_XXXX. the code segment enclosed with CONFIG_XXXX didn't compile at all.
Any idea?
(Last edited by nossiac on 23 Dec 2013, 06:20)