I've been porting OpenWRT to run on the ZipIt Z2[1] handhelds. For usability purposes the system needs to load a larger console font & a valid keymap at boot time.
To make this work seamlessly, I'd ideally like the config system to enable BUSYBOX_CONFIG_LOADFONT & BUSYBOX_CONFIG_LOADKMAP automatically when the user selects the ZipIt subtarget. Is that possible? I can't seem to get there using DEPENDS or DEFAULT_PACKAGES in target.mk, they only seem to work with whole packages. I also tried the "DEPENDS: @" syntax described here[2] but it didn't seem to work, gave me a circular dependencies error! Does anyone have any advice or places to look? Sorry if the answer is somewhere obvious, I'm fairly new to buildroot. Thanks very much, Angus [1] https://github.com/projectgus/openwrt-zipit [2] http://wiki.openwrt.org/doc/devel/dependencies _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
